Find time at which position vector points towards origin

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
34 replies · 4K views
Taniaz said:
I understand what you're saying but isn't this a little too complicated for a 1 mark A'Level question?
RUber said:
You are looking for one t that satisfies both the i and j components at the same time.
Let v = cR, where c is any non-zero constant. If c is negative then the velocity is pointing toward the origin. When c is positive, the velocity is pointing away from the origin.
##\vec v = c \vec R## means that vx=c Rx and vy =c Ry. Dividing the first equation with the second one, vx/vy=Rx/Ry . Substitute the expressions in terms of t,
[tex]\frac{1-t^2}{3t-5t^2}=\frac{-2t}{3-10t}[/tex]
and solve for t. You get two solutions. One of them means a positive c , the other solution means a negative one.
 
Physics news on Phys.org
Thank you RUber, Haruspex and ehild for your help! Much appreciated! :)
 
Taniaz said:
Thank you RUber, Haruspex and ehild for your help! Much appreciated! :)
If you are familiar with cross products, another route is to note that the collinearity of the position and velocity vectors means their cross product is zero. This avoids bringing in c and gives you an equation in t only (though it might be nasty). Having extracted the possible values of t, you could then evaluate the two vectors at those times to find out which has velocity towards the origin and which away.
 
So I got that t= 1/3 and t = 3
At t=3, c = 3/4 and at t=1/3, c = -3/4
So at t=1/3 it's pointing towards the origin.