1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Rasek [7]
3 years ago
15

The 5-kg collar has a velocity of 5 m>s to the right when it is at A. It then travels along the smooth guide. Determine its s

peed when its center reaches point B and the normal force it exerts on the rod at this point. The spring has an unstretched length of 100 mm and B is located just before the end of the curved portion of the rod.

Engineering
2 answers:
Gnoma [55]3 years ago
6 0

Answer:

The speed at point B is 5.33 m/s

The normal force at point B is 694 N

Explanation:

The length of the spring when the collar is in point A is equal to:

lA=\sqrt{0.2^{2}+0.2^{2}  }=0.2\sqrt{2}m

The length in point B is:

lB=0.2+0.2=0.4 m

The equation of conservation of energy is:

(Tc+Ts+Vc+Vs)_{A}=(Tc+Ts+Vc+Vs)_{B} (eq. 1)

Where in point A: Tc = 1/2 mcVA^2, Ts=0, Vc=mcghA, Vs=1/2k(lA-lul)^2

in point B: Ts=0, Vc=0, Tc = 1/2 mcVB^2, Vs=1/2k(lB-lul)^2

Replacing in eq. 1:

\frac{1}{2}m_{c}v_{A}^{2}+0+m_{c}gh_{A}+      \frac{1}{2}k(l_{A}-l_{ul})  ^{2}=\frac{1}{2}m_{c}v_{B}^{2}+0+0+\frac{1}{2}k(l_{B}-l_{ul})  ^{2}

Replacing values and clearing vB:

vB = 5.33 m/s

The balance forces acting in point B is:

Fc-NB-Fs=0

\frac{m_{C}v_{B}^{2}   }{R}-N_{B}-k(l_{B}-l_{ul})=0

Replacing values and clearing NB:

NB = 694 N

denpristay [2]3 years ago
6 0

Answer:

  • Vb = 5.325 m/s
  • normal force at point B ≈ 694 N

Explanation:

mass of collar = 5-kg

velocity at point A = 5 m/s

g = 9.81 ( acceleration due to gravity )

height = 200 mm = 0.2 m

To determine the speed and force at point B

first we get the potential energy at points A and point B

Pa = m*g*h = 5 * 9.81 * 0.2 = 9.8 J

Pb = 0 because velocity is zero at that point.

second we get the velocity at the points when the spring stretches

Xa = \sqrt{0.2^{2} +0.2^{2}  }- 0.1 = 0.1828

Xb = 0.4 - 0.1 = 0.3

thirdly we calculate the kinetic energy at points A and B

Ka = 1/2 mv^{2} = \frac{50* 0.1828^{2} }{2} =  0.8354 j

Kb = 1/2 mv^{2} = \frac{50 * 0.3^{2} }{2} = 2.25 j

fourthly we calculate for the speed at point B using the conservation energy formula:

Ta + Va = Tb + Vb

\frac{5 * 5^{2} }{2} + Pa + Xa = \frac{5 * Vb^{2} }{2} + Pb + Xb

62.5 + 9.9828 = 2.25 + \frac{5 * Vb^{2} }{2}   therefore

Vb = 5.325 m/s

The normal force exerted on the rod at point B

   mass (\frac{Vb }{h})^{2} = 5 (\frac{5.325}{0.2})^{2}  = 693.95 N

You might be interested in
The following C program asks the user for two input null-terminated strings, each stored in uninitialized 100-byte buffer, and c
marissa [1.9K]

Answer:

Code is given below:

Explanation:

.data  

str1: .space 20  

str2: .space 20  

msg1:.asciiz "Please enter string (max 20 characters): "  

msg2: .asciiz "\n Please enter string (max 20 chars): "  

msg3:.asciiz "\nSAME"  

msg4:.asciiz "\nNOT SAME"  

.text

.globl main

main:  

   li $v0,4        #loads msg1  

   la $a0,msg1  

   syscall

   li $v0,8

   la $a0,str1

   addi $a1,$zero,20

   syscall          #got string to manipulate

   li $v0,4        #loads msg2

   la $a0,msg2

   syscall

   li $v0,8

   la $a0,str2

   addi $a1,$zero,20

   syscall         #got string  

       la $a0,str1             #pass address of str1  

   la $a1,str2         #pass address of str2  

   jal methodComp      #call methodComp  

   beq $v0,$zero,ok    #check result  

   li $v0,4

   la $a0,msg4

   syscall

   j exit

ok:  

   li $v0,4  

   la $a0,msg3  

   syscall  

exit:  

   li $v0,10  

   syscall  

methodComp:  

   add $t0,$zero,$zero  

   add $t1,$zero,$a0  

   add $t2,$zero,$a1  

loop:  

   lb $t3($t1)         #load a byte from each string  

   lb $t4($t2)  

   beqz $t3,checkt2    #str1 end  

   beqz $t4,missmatch  

   slt $t5,$t3,$t4     #compare two bytes  

   bnez $t5,missmatch  

   addi $t1,$t1,1      #t1 points to the next byte of str1  

   addi $t2,$t2,1  

   j loop  

missmatch:    

   addi $v0,$zero,1  

   j endfunction  

checkt2:  

   bnez $t4,missmatch  

   add $v0,$zero,$zero  

endfunction:  

   jr $ra

3 0
3 years ago
What flight patterns do groups of birds utilize and why?
lara31 [8.8K]
Birds mostly fly in a V because the lead bird cuts al of the wind and has the hardest work and then after a while the lead bird goes to the back and another bird takes his place cutting all the wind for the other birds
7 0
3 years ago
If a motorist moves with a speed of 30 km/hr, and covers the distance from place A to place B
Sergio039 [100]

Answer:

105 km

Explanation:

The motorist was going 30 km/hr, and it took 3 hours 30 minutes. That's 3.5 hours. 3.5×30=105

5 0
3 years ago
4. Two technicians are discussing the evaporative emission monitor. Technician A says that serious monitor faults cause a blinki
snow_lady [41]

Answer:

The correct option is;

Neither Technician A nor B

Explanation:

The evaporative emission monitor or Evaporaive Emission Control System EVAP System monitors enables the Power Control Module of the car to check fuel system leak integrity and the vapor consumption efficiency during engine combustion

It is a requirement of EPA on cars to check the emission of smug forming evaporates from cars

Serious monitor faults can cause the turning on of the check engine lights and the vehicle will not pass OBD II test, but it will not lead to engine shutdown

It runs when the engine is 15 to 85% full and the TP sensor is between 9% and 35%.

Therefore, the correct option is that neither Technician A nor B are correct.

3 0
3 years ago
Tech A says that in some cases, the electronic brake control module can be programmed with a new tire size to restore proper ele
Vlad [161]

Answer:

Both Techs A and B

Explanation:

Electronic braking systems are controlled by the electronic brake control module. It is a microprocessor that processes information from wheel-speed sensors and the hydraulic brake system to determine when to release braking pressure at a wheel that's about to lock up and start skidding  and activates the anti lock braking system or traction system when it detects it is necessary.

Some electronic brake control modules can be programmed to the size of the vehicle's new tires to restore proper electronic brake control performance. While others may require replacing the module to match the module's programming to the installed tire size. So, both technicians A and B are correct.

3 0
3 years ago
Other questions:
  • Oil with a specific gravity of 0.72 is used as the indicating fluid in a manometer. If the differential pressure across the ends
    6·1 answer
  • Briefly describe the purpose of specifying boundary conditions.
    7·1 answer
  • A closed system undergoes a process in which work is done on the system and the heat transfer Q occurs only at temperature Tb. F
    8·1 answer
  • Sketch the velocity profile for laminar and turbulent flow.
    15·1 answer
  • A 40 mph wind is blowing past your house and speeds up as it flows up and over the roof. If the elevation effects are negligible
    14·1 answer
  • List and explain the major features that the following building designs must have to relate directly to their functions.
    11·1 answer
  • How many times has the ITU-R revised the CCIR 601 international standard? A. four B. five C. six D. seven
    8·1 answer
  • Determine if the fluid is satisfied​
    10·1 answer
  • Technician A says that the low level brake fluid switch on a master cylinder will turn on the brake warning light when the syste
    9·1 answer
  • From the list of problems below, check all that are known to be NP-complete. You do not need to justify your answer. (Set cover)
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!