An object moves with constant speed

reyrey389
Messages
24
Reaction score
0

Homework Statement


What relationship exists between the velocity and acceleration vectors? Prove your claim

Homework Equations


Since speed = |v| = constant, acceleration_tangential = d|v|/dt = 0. My question is on the "prove your claim part" Can I see simply just say let v(t) = a*i + b*t j (i = unit vector i, j = unit vector j). And since there is no t next to a or b, v(t) doesn't change and it's deritvative is zero ? Or do I have to show using dot product/cross product

The Attempt at a Solution

 
Physics news on Phys.org
I think that's a bit too loose handwaving there. Try considering
\frac{\mathrm{d}}{\mathrm{d}t} \left(\mathbf{v}^{2}\right) = \frac{\mathrm{d}}{\mathrm{d}t} \left(\mathbf{v}\cdot\mathbf{v}\right)
and see where that leads you to.
 
Fightfish said:
I think that's a bit too loose handwaving there. Try considering
\frac{\mathrm{d}}{\mathrm{d}t} \left(\mathbf{v}^{2}\right) = \frac{\mathrm{d}}{\mathrm{d}t} \left(\mathbf{v}\cdot\mathbf{v}\right)
and see where that leads you to.

Hi thanks for the quick response. I 'm not sure where to go with that. I know there's a theorem that says the dot product of a vector with itself is the magnitutde of the vector squared, but I am not sure where I can go with what you said..

But on the other hand, can I also use this formula , a = v' T + kv^2 N where v = speed , k= curvature, T = unit tangent ,, N= unit normal ,and since speed is constant v' is zero so a_tangential is 0 ?

thanks
 
reyrey389 said:
Hi thanks for the quick response. I 'm not sure where to go with that. I know there's a theorem that says the dot product of a vector with itself is the magnitutde of the vector squared, but I am not sure where I can go with what you said..

Why not differentiate the right-hand side? Assuming you know how to differentiate a dot product?
 
reyrey389 said:
But on the other hand, can I also use this formula , a = v' T + kv^2 N where v = speed , k= curvature, T = unit tangent ,, N= unit normal ,and since speed is constant v' is zero so a_tangential is 0 ?
I don't think that's a general formula. Actually, come to think of it, you have not formulated your claim clearly in the first place. The question asked you for the relationship between the acceleration and velocity vectors. All you have said is that \frac{d}{dt}|\mathbf{v}| = 0, which is just restating that the speed is constant.

reyrey389 said:
Hi thanks for the quick response. I 'm not sure where to go with that. I know there's a theorem that says the dot product of a vector with itself is the magnitutde of the vector squared, but I am not sure where I can go with what you said..
Yes. So \mathbf{v} \cdot \mathbf{v} = \mathbf{v}^{2} is simply the speed squared, which is constant with time here. You will also need to recall that
\mathbf{a} = \frac{d}{dt}\mathbf{v}
 
PeroK said:
Why not differentiate the right-hand side? Assuming you know how to differentiate a dot product?

So d/dt (v • v) = v'•v + v•v' = 2 v•v' but I'm not sure where to go with this, is it that since the two vectors are orthogonal their dot product is thus zero and since this dot product = d/dt |v|^2 then that quantity is also zero , so acceleration is zero?
Fightfish said:
I don't think that's a general formula. Actually, come to think of it, you have not formulated your claim clearly in the first place. The question asked you for the relationship between the acceleration and velocity vectors. All you have said is that \frac{d}{dt}|\mathbf{v}| = 0, which is just restating that the speed is constant.

So since d/dt (v • v) = d/dt |v|^2 and since v doesn't depend on t, the right hand derivative is the derivative of a constant and thus zero?
 
reyrey389 said:
So d/dt (v • v) = v'•v + v•v' = 2 v•v' but I'm not sure where to go with this, is it that since the two vectors are orthogonal their dot product is thus zero and since this dot product = d/dt |v|^2 then that quantity is also zero , so acceleration is zero?

Go back a step. You have:

## \frac{d}{dt}(v^2) = 2 \mathbf{v.a} ##

What do you know about the left hand side?
 
PeroK said:
Go back a step. You have:

## \frac{d}{dt}(v^2) = 2 \mathbf{v.a} ##

What do you know about the left hand side?
That it is zero since |v| doesn't change. So a•v= 0 meaning either the vectors are orthogonal or one of the vectors is the zero vector ?
 
reyrey389 said:
That it is zero since |v| doesn't change. So a•v= 0 meaning either the vectors are orthogonal or one of the vectors is the zero vector ?

QED!
 
Back
Top