Speed of a projection of a rotating object

In summary, the conversation discusses a physics problem involving a rotating flashlight and the speed of its image on an infinitely long straight road. Different approaches are presented, with both resulting in equivalent expressions for the velocity. However, there is a discrepancy in the x component of the velocity, which the speaker finds confusing and hard to believe.
  • #1
caffeine
Someone asked me a basic physics question, and I'm not believing my answer, even though it appears to have the correct limiting behavior. This is driving me completely insane.

Suppose I stand on a sidewalk, 10 feet from the middle of an infinitely long and straight road. I have a flashlight in my hand, and I rotate the flashlight at some constant angular speed [tex]\omega[/tex]. The question posed to me was "what is the speed of the light's image along the middle of the road, 30 feet from where I'm standing"?

Code:
A                B            road
* ------------- * ---------------
.
.
*O

I'm standing at point O with my flashlight. I place an origin on myself with y pointing "up" and x pointing to the right. So [tex]R=OA=10[/tex]ft and [tex]R'=OB=30[/tex]ft. The velocity of the lightbeam, as a function of position should be:

[tex]
\vec{v}(\vec{r}) = \omega\,r \left[ \hat{x}\,\cos(\theta) - \hat{y}\, \sin(\theta) \right]
[/tex]

Let [tex]\theta[/tex] be measured from the vertical. At point B,

[tex]
\theta = \cos^{-1}\left(\frac{R}{R'}\right)
[/tex]

And I'm already in trouble. I want the speed of the flashlight along the middle of the road, so I'm asked for [tex]\vec{v}(B)\cdot\hat{x}[/tex]. If you plug in my [tex]\theta[/tex] into my expression for the flashlight's velocity and take the dot product, you get something constant:

[tex]
\vec{v}(B)\cdot\hat{x} = \omega \, R
[/tex]

However, I refuse to believe this. This is saying the flashlight's x component of velocity is constant. My physical intuition says this is nonsense. I can certainly integrate the time it takes for the flashlight to go the entire (infinite) distance of the road. The time *should* be the time it take for me to rotate through [tex]\pi[/tex] radians. That time should be [tex]\pi / \omega[/tex], however, if the x component of velocity is constant, that time will be infinite.

The full answer (what is the velocity of the flashlight anywhere on the middle of the road) is:

[tex]
\vec{v}(R') = \omega \left[\hat{x}\,R - \hat{y} \sqrt{R'^2 - R^2} \right]
[/tex]

which of course becomes [tex]-\infty[/tex] when [tex]R'\rightarrow\infty[/tex] and [tex]\infty[/tex] when [tex]R'\rightarrow-\infty[/tex]. That's expected. The speed of this result is [tex]|\vec{v}(R')| = \omega \, R'[/tex], which is correct also. But how is it possible that the x component remains the same whether [tex]R'\rightarrow\infty[/tex] or [tex]R'\rightarrow R[/tex]. Does that make sense?

I can't see where I went wrong. What's going on here?
 
Last edited by a moderator:
Physics news on Phys.org
  • #2
Aren't you just asking the velocity of an object performing uniform circular motion at a distance R' from the circle?

You can write the position as:
[tex]\vec x(\theta)=R'(\sin(\theta)\hat x+\cos(\theta)\hat y)[/tex]
With [itex]\theta(t)=\omega[/itex].
So the velocity is:
[tex]\vec v(t)=\frac{d \vec x}{d\theta}\frac{d\theta}{dt}=\omega R'(\cos(\theta)\hat x-\sin(\theta)\hat y)[/tex]
You just want to know this velocity when [itex]R'\cos \theta = R[/itex] and [itex]R'\sin \theta = |AB|=\sqrt{R'^2-R^2}[/itex] plug it in and out pops the answer. (I don't know why you projected your velocity onto [itex]\hat x[/itex].)

It's not treu that the x-component remains the same as R' varies, which is indeed intuitively clear. As you increase R', you also increase R. The two are not independent as is clear from how you they arise in the problem. They are related via: [itex]R=\sqrt{R'^2-|AB|^2}[/itex], so when R' increases, so does R.
 
Last edited:
  • #3
Galileo said:
Aren't you just asking the velocity of an object performing uniform circular motion at a distance R' from the circle?

Not quite. The question asked: "How fast is the beam's image on the middle of the street moving when it is 30 feet from me". In other words, as I sweep my arm, there's an intersection of the lightbeam with the middle of the road. How fast is that white dot moving.

Since the road is parallel to xhat, the velocity I'm after is the component in the xhat direction.

Galileo said:
You can write the position as:
[tex]\vec x(\theta)=R'(\sin(\theta)\hat x+\cos(\theta)\hat y)[/tex]
With [itex]\theta(t)=\omega[/itex].
So the velocity is:
[tex]\vec v(t)=\frac{d \vec x}{d\theta}\frac{d\theta}{dt}=\omega R'(\cos(\theta)\hat x-\sin(\theta)\hat y)[/tex]
You just want to know this velocity when [itex]R'\cos \theta = R[/itex] and [itex]R'\sin \theta = |AB|=\sqrt{R'^2-R^2}[/itex] plug it in and out pops the answer. (I don't know why you projected your velocity onto [itex]\hat x[/itex].)

If you plug your cos and sin terms into your velocity expression, your velocity expression is identical to mine!

I don't think I did a good job of explaining the problem, so I'll try again. Suppose you're standing at point O, and you swing a flashlight at constant angular speed from your left to your right.
In front of you, there's an infinitely long and straight road parallel to the x axis. As you swing the flashlight, a bright dot appears on the road. At first, the dot appears very far away to the left, and as you swing your arm, the dot travels along the road (parallel to the x axis), passes through the point (0,R) right in front of you, and then moves very far down the road to the right. During the whole time, the bright dot remains on the road, and so its velocity is always in the x direction (which explains why I projected onto the x axis).

Your approach and my approach are completely equivalent. I started out by stating the expression for velocity in uniform circular motion. You differentiated the position of an object in UCM. We both have equivalent expression for sine and cosine (you explicitly stated yours, I kept mine in terms of acos, but it is equivalent). We ended up with equivalent expressions.

The difference is that I projected the velocity onto the x axis, but that's because the white dot's velocity vector _is_ in the x direction, because the white dot travels on the road.

Hope I did a better job explaining this. I really feel sheepish for asking about this problem! :(
 
Last edited by a moderator:
  • #4
Let [itex]\vec{R}'[/itex] be the position of the white dot---the intersection of the light beam with the road. Breaking [itex]\vec{R}'[/itex] down into components (I'm defining [itex]\theta[/itex] to be measured from the positive x-axis up to point B):

[tex]
R'_y = R \qquad\quad \hbox{ and } \qquad\quad
R'_x = R\cot(\theta)
[/tex]

So [itex]|\vec{R}'| = R\, \csc(\theta)[/itex], and we can write [itex]R'[/itex] in vector form as:

[tex]
\vec{R}' \;=\; R \csc(\theta) \left[ \; \hat{x}\,\cos(\theta) \;+\; \hat{y}\,\sin(\theta) \; \right]
\;=\;
R \; \left[ \hat{x} \cot(\theta) \; + \; \hat{y} \right]
[/tex]

Since [itex]\vec{R}'[/itex] describes the position of the beam on the street, its derivative will be the velocity of the beam.

[tex]
\vec{v} \; = \; \frac{d\vec{R}'}{dt} \; = \; \frac{d\vec{R}'}{d\theta} \frac{d\theta}{dt}
\; = \; -\omega R \csc^2(\theta) \, \hat{x}
[/tex]However, [itex]csc(\theta) = R'/R[/itex], so:

[tex]
\vec{v} = -\omega \frac{R'^2}{R} \, \hat{x}
[/tex]

The answer can be checked by integration. From intuition, I swing my arm from one side of my body to the other in a time [itex]\Delta t = \pi / \omega[/itex]. The answer reproduces this result:

[tex]
|\vec{v}| = \frac{dx}{dt} = \frac{dx}{d\theta}\frac{d\theta}{dt}
[/tex]

So:

[tex]
dt = \frac{1}{v(\theta)} \frac{dx}{d\theta} \, d\theta
[/tex]

Doing the integration,

[tex]
\Delta t = \int_0^{\pi} \left( \frac{1}{\omega R \csc^2(\theta)} \right) \frac{d}{d\theta} \left( R\, \cot(\theta) \right)\, d\theta = \frac{1}{\omega}\int_0^{\pi} d\theta = \frac{\pi}{\omega}
[/tex]

As expected. Also, you know the the dot will be hauling butt when [itex]\theta=0[/itex] and [itex]\theta=\pi[/itex]. It turns out that this is the very behavior of [itex]\csc^2(\theta)[/itex].
 
Last edited by a moderator:
  • #5
Your expression for the velocity is wrong because it is orthogonal to the position, and the dot certainly isn't moving in a circle. If I may say, I think the trouble is that you forgot to differentiate [tex] R' [/tex] with respect to time. The position is [tex] \vec{x}(t) = R' (\sin{(\omega t)} \,\hat{x} + \cos{(\omega t)}\,\hat{y} ) [/tex] but [tex] R' [/tex] is itself a function of time given by
[tex] R' = \frac{R}{\cos{(\omega t)}} [/tex].

This yields the following expression for position
[tex]
\vec{x}(t) = R (\tan{(\omega t)}\, \hat{x} + \hat{y} ),
[/tex]
which correctly indicates that the dot isn't moving in the y direction. The velocity is therefore
[tex]
\vec{v}(t) = R \omega \sec^2{(\omega t)}\, \hat{x},
[/tex]
which is, at least intuitively, the correct result.

Note also that the velocity is always positive and large in the distant past and the distant future. The total time is given by
[tex] \int \frac{dx}{v_x} = \int^{\pi/2}_{-\pi/2} \frac{R \sec^2{\theta} d\theta}{R \omega \sec^2{\theta}} = \frac{\pi}{\omega},
[/tex]
just as you would expect.

Also, I won't even mention relativity here (except that I just did).
 
Last edited:

What is the speed of a projection of a rotating object?

The speed of a projection of a rotating object refers to the speed at which the projection of the object appears to move when it is projected onto a surface. This speed is affected by the rotational speed of the object and the distance between the object and the surface onto which it is projected.

How is the speed of a projection of a rotating object calculated?

The speed of a projection of a rotating object can be calculated by dividing the rotational speed of the object by the distance between the object and the surface onto which it is projected. This will give the speed at which the projection appears to move on the surface.

What factors affect the speed of a projection of a rotating object?

The speed of a projection of a rotating object is affected by the rotational speed of the object, the distance between the object and the surface onto which it is projected, and the angle at which the projection is viewed.

Can the speed of a projection of a rotating object be faster than the rotational speed of the object?

No, the speed of a projection of a rotating object cannot be faster than the rotational speed of the object. The projection is simply an optical illusion and cannot physically exceed the speed of the object itself.

What are some real-life applications of understanding the speed of a projection of a rotating object?

Understanding the speed of a projection of a rotating object can be useful in various fields such as animation, film, and engineering. It can also help in understanding visual perception and illusions.

Similar threads

Replies
3
Views
731
Replies
17
Views
1K
Replies
12
Views
2K
Replies
2
Views
772
  • Introductory Physics Homework Help
Replies
17
Views
386
Replies
3
Views
1K
Replies
4
Views
738
Replies
2
Views
4K
  • Introductory Physics Homework Help
Replies
10
Views
260
Back
Top