Finding a time-dependent vector

  • Thread starter Thread starter PFuser1232
  • Start date Start date
  • Tags Tags
    Vector
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
4 replies · 4K views
PFuser1232
Messages
479
Reaction score
20

Homework Statement



Consider two points located at ##\vec{r}_1## and ##\vec{r}_2## separated by a distance ##r##. Find a time-dependent vector ##\vec{A}(t)## from the origin that is at ##\vec{r}_1## at time ##t_1## and at ##\vec{r}_2## at time ##t_2 = t_1 + T##. Assume that ##\vec{A}(t)## moves uniformly along the straight line between the two points.

Homework Equations



$$\vec{A}(t) = \vec{A}(t_1) + \int_{t_1}^t \frac{d\vec{A}}{dt'} dt'$$
$$\vec{A}(t) = \vec{A}(t_2) + \int_{t_2}^t \frac{d\vec{A}}{dt'} dt'$$

The Attempt at a Solution


[/B]
Since the time derivative of ##\vec{A}## is constant, I have pulled it out of the integral, eliminated it from both equations, and solved for ##\vec{A}(t)##. I ended up with an expression that looks too messy, though, so I don't know whether my approach (eliminating the derivative from both equations) is correct.
 
Physics news on Phys.org
How are you eliminating the constant from the equations?
and why do you think you need 2 equations to solve it? I think you can do it with just 1
 
Chestermiller said:
Think of this as a linear interpolation problem.

A = r1 at t = t1

A = r2 at t = t1 + T

Chet

Since the derivative of ##\vec{A}(t)## is constant, we can equate it to the average rate of change ##\frac{\vec{r}_2 - \vec{r}_1}{T}##
So we have:

$$\vec{A}(t) = \vec{r}_1 + \frac{\vec{r}_2 - \vec{r}_1}{t_2 - t_1} (t - t_1)$$

Is this correct?