Derivatives of coordinate equations

AI Thread Summary
The discussion focuses on deriving velocity, acceleration, tangential acceleration, and normal acceleration from the given coordinate functions x(t) = 5 + 2t and y(t) = -3 + 3t + 2t². The velocity vector is expressed as the sum of its components, with corrections made to the notation. The acceleration vector is determined by taking the time derivative of the velocity vector, and the tangential and normal components of acceleration are discussed in relation to the direction of the velocity vector. Participants clarify the calculations for tangential acceleration and the method for finding the normal component. Overall, the discussion emphasizes understanding the relationships between these derivatives in motion analysis.
Rugile
Messages
79
Reaction score
1

Homework Statement


We have two coordinate functions of time, as follows: x(t) = 5 + 2t ; y(t) = -3+3t+2t2. Find velocity \vec{v}, acceleration \vec{a}, tangential acceleration \vec{a_t}, normal acceleration \vec{a_n} functions of time and their magnitude's functions of time.


Homework Equations


\frac{dx}{dt} = v
\frac{dv}{dt} = a


The Attempt at a Solution


So I guess v_x = \frac{dx(t)}{dt} = 2 and v_y = \frac{dy(t)}{dt} = 3+4t. And so \vec{v_x} = 2\vec{i_y}; \vec{v_y} = (3+4t)\vec{i_y}. I guess that v = \sqrt{v_x^2 + v_y^2} = \sqrt{13+24t+16t^2}. But then how do you find the vector of v? And also, am I right saying that at is derivative of vx and an is derivative of vy?
 
Physics news on Phys.org
Rugile said:

Homework Statement


We have two coordinate functions of time, as follows: x(t) = 5 + 2t ; y(t) = -3+3t+2t2. Find velocity \vec{v}, acceleration \vec{a}, tangential acceleration \vec{a_t}, normal acceleration \vec{a_n} functions of time and their magnitude's functions of time.


Homework Equations


\frac{dx}{dt} = v
\frac{dv}{dt} = a


The Attempt at a Solution


So I guess v_x = \frac{dx(t)}{dt} = 2 and v_y = \frac{dy(t)}{dt} = 3+4t. And so \vec{v_x} = 2\vec{i_y}; \vec{v_y} = (3+4t)\vec{i_y}. I guess that v = \sqrt{v_x^2 + v_y^2} = \sqrt{13+24t+16t^2}. But then how do you find the vector of v? And also, am I right saying that at is derivative of vx and an is derivative of vy?
The velocity vector \vec{v} is just the sum of the x and y vectorial components. Incidentally, your equation \vec{v_x} = 2\vec{i_y} has a typo. It should read \vec{v_x} = 2\vec{i_x}. The acceleration vector is just \vec{a}=\frac{d\vec{v}}{dt}. Just take the time derivative of \vec{v}. The tangential acceleration is just the component of \vec{a} in the same direction as the velocity vector. The normal acceleration is the component of \vec{a} in the direction perpendicular to the velocity vector. Do you know how to determine the component of \vec{a} in the same direction as the velocity vector? Hint: You might start out by finding the equation for a unit vector in the same direction as the velocity vector.

Chet

Chet
 
Chestermiller said:
The velocity vector \vec{v} is just the sum of the x and y vectorial components. Incidentally, your equation \vec{v_x} = 2\vec{i_y} has a typo. It should read \vec{v_x} = 2\vec{i_x}. The acceleration vector is just \vec{a}=\frac{d\vec{v}}{dt}. Just take the time derivative of \vec{v}. The tangential acceleration is just the component of \vec{a} in the same direction as the velocity vector. The normal acceleration is the component of \vec{a} in the direction perpendicular to the velocity vector. Do you know how to determine the component of \vec{a} in the same direction as the velocity vector? Hint: You might start out by finding the equation for a unit vector in the same direction as the velocity vector.

Chet

Chet

So \vec{v} = \vec{v_x}+\vec{v_y} = 2\vec{i_x}+(3+4t)\vec{i_y}, and then \vec{a} = \frac{d\vec{v}}{dt} = 4\vec{i_y}? Am I right? And how do I derive the magnitude of \vec{a}? Is this equation a=\sqrt{(\frac{dv_x}{dt})^2 + (\frac{dv_y}{dt})^2} correct (from such calculations I get a = 4)?
Now for the unit vector of in the same direction as velocity vector, I guess the equation looks something like this: \vec{i_t} = \frac{\vec{v}}{v} = \frac{2\vec{i_x}+(3+4t)\vec{i_y}}{\sqrt{13+24t+16t^2}}. Is it correct to state that \vec{a_t} = a * \vec{i_t} then?
 
Rugile said:
So \vec{v} = \vec{v_x}+\vec{v_y} = 2\vec{i_x}+(3+4t)\vec{i_y}, and then \vec{a} = \frac{d\vec{v}}{dt} = 4\vec{i_y}? Am I right? And how do I derive the magnitude of \vec{a}? Is this equation a=\sqrt{(\frac{dv_x}{dt})^2 + (\frac{dv_y}{dt})^2} correct (from such calculations I get a = 4)

Yes.
Now for the unit vector of in the same direction as velocity vector, I guess the equation looks something like this: \vec{i_t} = \frac{\vec{v}}{v} = \frac{2\vec{i_x}+(3+4t)\vec{i_y}}{\sqrt{13+24t+16t^2}}. Is it correct to state that \vec{a_t} = a * \vec{i_t} then?
Yes. This is the correct result for the unit vector. To get the tangent component of the acceleration, you need to take the dot product of the acceleration vector with the unit vector in the direction of the velocity. Once you do this, can you think of how to get the normal component of the acceleration?
 
  • Like
Likes 1 person
Chestermiller said:
Yes. This is the correct result for the unit vector. To get the tangent component of the acceleration, you need to take the dot product of the acceleration vector with the unit vector in the direction of the velocity. Once you do this, can you think of how to get the normal component of the acceleration?

So a_t = \vec{a} * \vec{i_t} = a_y i_{ty} + a_x i_{tx} = 4*\frac{3+4t}{\sqrt{13+24t+16t^2}} + 0*\frac{2}{\sqrt{13+24t+16t^2}} = \frac{12+16t}{\sqrt{13+24t+16t^2}}? And it seems to me that a=\sqrt{a_t^2+a_n^2} and so a_n=\sqrt{a^2-a_t^2}=\sqrt{16-(\frac{12+16t}{\sqrt{13+24t+16t^2}})^2} =\sqrt{\frac{64}{13+24t+16t^2}}. And probably \vec{a_t} = a_t*\vec{i_t}? But how do I find unit vector perpendicular to velocity vector?
 
Rugile said:
So a_t = \vec{a} * \vec{i_t} = a_y i_{ty} + a_x i_{tx} = 4*\frac{3+4t}{\sqrt{13+24t+16t^2}} + 0*\frac{2}{\sqrt{13+24t+16t^2}} = \frac{12+16t}{\sqrt{13+24t+16t^2}}? And it seems to me that a=\sqrt{a_t^2+a_n^2} and so a_n=\sqrt{a^2-a_t^2}=\sqrt{16-(\frac{12+16t}{\sqrt{13+24t+16t^2}})^2} =\sqrt{\frac{64}{13+24t+16t^2}}. And probably \vec{a_t} = a_t*\vec{i_t}? But how do I find unit vector perpendicular to velocity vector?

Very, very, very nicely done. Now, if \vec{a_t} = a_t*\vec{i_t}, and you know the overall acceleration vector, then the normal component of the acceleration vector must be whatever is left over.
 
  • Like
Likes 1 person
Chestermiller said:
Very, very, very nicely done. Now, if \vec{a_t} = a_t*\vec{i_t}, and you know the overall acceleration vector, then the normal component of the acceleration vector must be whatever is left over.

Oh, that's right :) thank you for the big help, now all seems not so complicated afterall!
 
Back
Top