Parametric equations, find speed and direction

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 6K views
Mushroom79
Messages
26
Reaction score
0

Homework Statement



An object moves so it's coordinates at the time t is given by the relationships

x = 25t
y = 20t-5t^2

What is the object's speed and direction at 3 sec?

t = 3 sec


Homework Equations



v = √(dy/dt)^2 / (dx/dt)^2

Pythagoras theorem

The Attempt at a Solution



dx=25
dy=20-10t

I'm not sure how I should use this by combining the two formulas above.
 
Physics news on Phys.org
Mushroom79 said:

Homework Statement



An object moves so it's coordinates at the time t is given by the relationships

x = 25t
y = 20t-5t^2

What is the object's speed and direction at 3 sec?

t = 3 sec


Homework Equations



v = √(dy/dt)^2 / (dx/dt)^2

Pythagoras theorem

The Attempt at a Solution



dx=25
dy=20-10t

I'm not sure how I should use this by combining the two formulas above.
What you are calling dx and dy are really
[tex]\frac{dx}{dt} \text{ and } \frac{dy}{dt}[/tex]
which is the same as vx and vy. So you have found the two components of the velocity vector v -- or at least you'll have them once you plug the time value into your expression. So as a start, figure out what the values of vx and vy are, using the expressions you got.
 
Redbelly98 said:
What you are calling dx and dy are really
[tex]\frac{dx}{dt} \text{ and } \frac{dy}{dt}[/tex]
which is the same as vx and vy. So you have found the two components of the velocity vector v -- or at least you'll have them once you plug the time value into your expression. So as a start, figure out what the values of vx and vy are, using the expressions you got.

Ah, but that is the part I get stuck on,

√25^2+(20-10t)^2