Rugile
- 79
- 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?