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 \omega. 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"?
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 R=OA=10ft and R'=OB=30ft. The velocity of the lightbeam, as a function of position should be:
<br /> \vec{v}(\vec{r}) = \omega\,r \left[ \hat{x}\,\cos(\theta) - \hat{y}\, \sin(\theta) \right]<br />
Let \theta be measured from the vertical. At point B,
<br /> \theta = \cos^{-1}\left(\frac{R}{R'}\right)<br />
And I'm already in trouble. I want the speed of the flashlight along the middle of the road, so I'm asked for \vec{v}(B)\cdot\hat{x}. If you plug in my \theta into my expression for the flashlight's velocity and take the dot product, you get something constant:
<br /> \vec{v}(B)\cdot\hat{x} = \omega \, R<br />
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 \pi radians. That time should be \pi / \omega, 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:
<br /> \vec{v}(R') = \omega \left[\hat{x}\,R - \hat{y} \sqrt{R'^2 - R^2} \right]<br />
which of course becomes -\infty when R'\rightarrow\infty and \infty when R'\rightarrow-\infty. That's expected. The speed of this result is |\vec{v}(R')| = \omega \, R', which is correct also. But how is it possible that the x component remains the same whether R'\rightarrow\infty or R'\rightarrow R. Does that make sense?
I can't see where I went wrong. What's going on here?
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 \omega. 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 R=OA=10ft and R'=OB=30ft. The velocity of the lightbeam, as a function of position should be:
<br /> \vec{v}(\vec{r}) = \omega\,r \left[ \hat{x}\,\cos(\theta) - \hat{y}\, \sin(\theta) \right]<br />
Let \theta be measured from the vertical. At point B,
<br /> \theta = \cos^{-1}\left(\frac{R}{R'}\right)<br />
And I'm already in trouble. I want the speed of the flashlight along the middle of the road, so I'm asked for \vec{v}(B)\cdot\hat{x}. If you plug in my \theta into my expression for the flashlight's velocity and take the dot product, you get something constant:
<br /> \vec{v}(B)\cdot\hat{x} = \omega \, R<br />
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 \pi radians. That time should be \pi / \omega, 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:
<br /> \vec{v}(R') = \omega \left[\hat{x}\,R - \hat{y} \sqrt{R'^2 - R^2} \right]<br />
which of course becomes -\infty when R'\rightarrow\infty and \infty when R'\rightarrow-\infty. That's expected. The speed of this result is |\vec{v}(R')| = \omega \, R', which is correct also. But how is it possible that the x component remains the same whether R'\rightarrow\infty or R'\rightarrow R. Does that make sense?
I can't see where I went wrong. What's going on here?
Last edited by a moderator: