Consider a rigid rod in the x y -plane with end points at ( x 1 , y 1 ) = ( 1 , 3 ) and ( x 2 , y 2 ) = ( 4 , 5 ) at a certain instant in time.
In that same instant, the velocities of its end points are ( v x 1 , v y 1 ) = ( − 2 , 6 ) and ( v x 2 , v y 2 ) = ( 7 , ? ) .
What must be the value of v y 2 ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Thank you so much for the solution. How do you find the point axis at which the rod rotates about?
Problem Loading...
Note Loading...
Set Loading...
I can think of two ways to address this problem:
1) Analyze the problem in terms of length invariance
2) Represent the motion as a superposition of translation and rotation
Length invariance method:
L 2 = ( x 2 − x 1 ) 2 + ( y 2 − y 1 ) 2 d t d L 2 = 0 ⟹ 2 ( x 2 − x 1 ) ( v x 2 − v x 1 ) + 2 ( y 2 − y 1 ) ( v y 2 − v y 1 ) = 0 ⟹ v y 2 = v y 1 + 2 ( y 2 − y 1 ) − 2 ( x 2 − x 1 ) ( v x 2 − v x 1 ) = 6 + 2 ( 5 − 3 ) − 2 ( 4 − 1 ) ( 7 + 2 ) = − 7 . 5
Velocity superposition method:
Represent the velocity as a superposition of translation and rotation. Here, v t is the translational velocity of the rod, and n is a vector normal to the rod's length (associated with rotation).
v 1 = v t + α n v 2 = v t − α n
Breaking into x and y components.
v 1 x = v t x + α n x v 1 y = v t y + α n y v 2 x = v t x − α n x v 2 y = v t y − α n y
The unknowns are v t x , v t y , α , and v 2 y . There are four equations and four unknowns, allowing for unique solution of v 2 y . Solving these equations (left as an exercise for the reader) results in v 2 y = − 7 . 5 .