Hi all, if I have a problem like:
The path of a particle is described by y=4x^2, and it has a constant velocity of 5 m/s.
How do I make a parametric equation out of this?
I tried doing:
r = xi + f(x)j
r = ti + 4t^2j,
but then v = \frac{dr}{dt} = i + 8tj, so |v|=\sqrt{1+64t^2}, and at, for...