An object is at rest at #(8 ,2 ,9 )# and constantly accelerates at a rate of #3 m/s# as it moves to point B. If point B is at #(6 ,7 ,5 )#, how long will it take for the object to reach point B? Assume that all coordinates are in meters.

2 Answers
Jan 15, 2018

The time is #=2.11s#

Explanation:

The distance #AB# is

#AB=sqrt((6-8)^2+(7-2)^2+(5-9)^2)=sqrt(4+25+16)=sqrt(45)m#

Apply the equation of motion

#s=ut+1/2at^2#

The initial velocity is #u=0ms^-1#

The acceleration is #a=3ms^-2#

Therefore,

#sqrt45=0+1/2*3*t^2#

#t^2=2/3*sqrt45#

#t=sqrt(2/3*sqrt45)=2.11s#

Jan 15, 2018

Find the shortest distance between point A and B, then using calculus, use the definition of acceleration and velocity to solve for the displacement in terms of time from the given acceleration, then solve for time using the previously calculated shortest distance, to get

#t = sqrt(2)root(4)(5)# seconds #~~ 2.11474252688113# seconds

Explanation:

Rephrasing the question, we have an object at point A, #(8, 2, 9)# initially not moving, then all of a sudden gets a constant acceleration of speed of #3 m/s^2#, moving towards point B, #(6, 7, 5)#. Notice that I said speed instead of velocity because we don't exactly know the direction yet. What we're told to do is calculate the amount of time required to get from point A to point B.

But first, let's talk about the initial displacement. We can see that, from point A to B, the object has moved:

#Deltax = B_x - A_x = 6 "m" - 8 "m" = -2 "m"#

#Deltay = B_y - A_y = 7 "m" - 2 "m" = 5 "m"#

#Deltaz = B_z - A_z = 5 "m" - 9 "m" = -4 "m"#

Now, we just need the time, but we may have to play around with acceleration and velocity for that. We don't yet know the velocity, and we can take the integral of acceleration to get that...

... But wait! The #3 m/s^2# we have is specifically pointing at the direction ("vector") that goes from point A to B. To get the (shortest) distance between the two points, we could use the Pythagorean theorem:

#s^2 = (Deltax)^2 + (Deltay)^2 + (Deltaz)^2#

It may feel weird that I already have it set up for all three variables even though the Pythagorean theorem is originally for two variables. However, it really is just a result of attempting to apply the Pythagorean theorem twice:

#"Distance"_(x, y)^2 = (Deltax)^2 + (Deltay)^2#

#s^2 = "Distance"_(x, y)^2 + (Deltaz)^2#

#s^2 = (Deltax)^2 + (Deltay)^2 + (Deltaz)^2#

Anyways, we could now substitute in for #Deltax#, #Deltay# and #Deltaz# to solve for #s#:

#s^2 = (-2 "m")^2 + (5 "m")^2 + (-4 "m")^2#

#s^2 = 4 "m"^2 + 25 "m"^2 + 16 "m"^2#

#s^2 = 45 "m"^2#

#s = sqrt(45 "m"^2) = 3sqrt(5) "m"#

Ah, so the acceleration was #3 m/s^2#, and the distance between point A and B is #3sqrt(5) "m"#. What we need to look for, now, is the time it takes for that motion. Well, we can work backwards: pretend to be solving for displacement in terms of time, then equating that to the displacement we already have, to solve for #t#.

So, using the definition of acceleration:

#a = (dv)/(dt) rarr int (a) dt = int (dv)/(dt) dt rarr int (a) dt = v#

We know that #a = 3 m/s^2#, so plug that in:

#v = int (3 m/s^2) dt = 3 m/s^2 int (1) dt = 3t m/s^2 + C#

Ah, the constant! Well, it's supposed to be whatever the starting velocity happens to be. Since we started with no motion at all - no displacement, no velocity, no acceleration - then this #C# value is just zero.

#v = 3t m/s^2#

Then, what is the definition of velocity?

#v = (ds)/(dt) rarr int (v) dt = int (ds)/(dt) dt rarr int (v) dt = s#

Now, plug in for #v# to solve for the displacement:

#s = int (3t m/s^2) dt = 3 m/s^2 int (t) dt = (3t^2)/2 m/s^2 + C#

Again, the constant is just zero:

#s = (3t^2)/2 m/s^2#

However, we do know what the displacement is! Substitute #3sqrt(5) "m"# in for #s#:

#3sqrt(5) "m" = (3t^2)/2 m/s^2#

Multiply by #2/3#:

#3sqrt(5) "m" * 2/3 = (3t^2)/2 m/s^2 * 2/3#

#2sqrt(5) "m" = t^2 m/s^2#

"Multiply" by #s^2/m#:

#2sqrt(5) "m" * s^2/m = t^2 m/s^2 * s^2/m#

#2sqrt(5) "s"^2 = t^2#

Interesting, we can now take the square root:

#t = sqrt(2 sqrt(5) "s"^2) = sqrt(2 sqrt(5)) "s" = sqrt(2)root(4)(5)# seconds

That's a werid amount of seconds, and it's certainly an irrational number... we could approximate it using a calculator:

#t = sqrt(2)root(4)(5)# seconds #~~ 2.11474252688113# seconds

There we go! That's what our calculations tell us about the time it takes for an object with the given acceleration and initial state to travel through the two given points.