Particle Motion Along a Straight Line

jdawg
Messages
366
Reaction score
2

Homework Statement


At time t=0, a particle is located at the point (1,2,3). It travels in a straight line to the point (4,1,4), has speed 2 at (1,2,3) and constant acceleration 3i-j+k. Find an equation for the position vector r(t) of the particle at time t.


Homework Equations





The Attempt at a Solution


So I'm not exactly sure what to do with this information. I was thinking maybe integrate the acceleration vector to get the velocity vector, and the integrate that to get the position. But if it were that simple, then why would they give me all that other information? I'm very confused by this problem, please give me a hint on how to start!
 
Physics news on Phys.org
jdawg said:

Homework Statement


At time t=0, a particle is located at the point (1,2,3). It travels in a straight line to the point (4,1,4), has speed 2 at (1,2,3) and constant acceleration 3i-j+k. Find an equation for the position vector r(t) of the particle at time t.


Homework Equations





The Attempt at a Solution


So I'm not exactly sure what to do with this information. I was thinking maybe integrate the acceleration vector to get the velocity vector, and the integrate that to get the position. But if it were that simple, then why would they give me all that other information? I'm very confused by this problem, please give me a hint on how to start!

You have the right idea. You start by integrating the acceleration vector, after you figure out its length and direction to start. Remember you get vector constants of integration each time you integrate, so you will need the extra info. Try it and show us what you get.
 
This is what I got for the integration:
v(t)=(3t)I-(t)j+(t)k
r(t)=(\frac{2}{3}t2)I-(\frac{t<sup>2</sup>}{2})j+(\frac{t<sup>2</sup>}{2})k

acceleration magnitude: \sqrt{11}

How do you find the direction of a vector? Is it just \frac{1}{magnitude}*the vector?
Or am I looking for an angle? Sorry, I'm a little fuzzy on my vectors.
 
jdawg said:
This is what I got for the integration:
v(t)=(3t)i-(t)j+(t)k

You need to add the constant vector of integration ##\vec v_0##. Figure out its components from the given before integrating again.

r(t)=(\frac{2}{3}t2)I-(\frac{t<sup>2</sup>}{2})j+(\frac{t<sup>2</sup>}{2})k

acceleration magnitude: \sqrt{11}

How do you find the direction of a vector? Is it just \frac{1}{magnitude}*the vector?
Or am I looking for an angle? Sorry, I'm a little fuzzy on my vectors.

Don't mix tex with sup icons. You can write the whole expression in tex like this:
\frac{2}{3}t^2i-(\frac{t^2}{2})j+(\frac{t^2}{2})k.

Quote this to see how to do it. We will get to that after you get the velocity right.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top