What is the instantaneous velocity of an object moving in accordance to # f(t)= (e^(t-t^2),2e^t-t^2) # at # t=2 #?
2 Answers
# vec v = << -3e^(-2), 2e^2-4 >> #
# \ \ \ \ ~~ << -0.406, 10.778 >> #
Explanation:
We have the following displacement function:
# f(t) = (e^(t-t^2), 2e^t-t^2) =(x(t), y(t))# , say
Then differentiating wrt
# dx/dt = (1-2t)e^(t-t^2) #
# dy/dt = 2e^t-2t #
And so when
# dx/dt = (1-4)e^(2-4) = -3e^(-2) \ \ (~~-0.406) #
# dy/dt = 2e^2-4 \ \ (~~10.778) #
Hence, assuming a standard Cartesian coordinate system, the instantaneous velocity when
# vec v = << -3e^(-2), 2e^2-4 >> #
Note:
If we wanted the instantaneous speed , then this would be given by:
# v = || vec v || = sqrt( (-3e^(-2))^2 + (2e^2-4)^2 ) #
The instantaneous velocity is
Explanation:
The velocity is the derivative of the position.
Therefore,