yego.me
💡 Stop wasting time. Read Youtube instead of watch. Download Chrome Extension

Planar motion example: acceleration vector | Advanced derivatives | AP Calculus BC | Khan Academy


3m read
·Nov 11, 2024

A particle moves in the XY plane so that at any time ( T ) is greater than or equal to zero, its position vector is given. They provide us the X component and the Y component of our position vectors, and they're both functions of time. What is the particle's acceleration vector at time ( T = 3 )?

All right, so our position, let's denote that it's a vector-valued function. It's going to be a function of time; it is a vector. They already told us that the X component of our position is ( -3T^3 + 4T^2 ) and the Y component is ( T^3 + 2 ). So you give me any time greater than or equal to zero, I put it in here, and I can give you the corresponding X and Y components.

This is one form of notation for a vector. Another way of writing this, you might be familiar with engineering notation, it might be written like:

[
\mathbf{R}(T) = -3T^3 \mathbf{i} + 4T^2 \mathbf{j}
]

or sometimes people write this as unit vector notation:

[
-3T^3 \mathbf{u_x} + 4T^2 \mathbf{u_y}
]

This is just denoting the same thing. This is the X component; this is the Y component. This is a component in the horizontal direction; this is a component in the vertical direction, or the Y component.

Now, the key realization is if you have the position vector, well, the velocity vector is just going to be the derivative of that. So, ( \mathbf{V}(T) ) is just going to be equal to ( \mathbf{R}'(T) ), which is going to be equal to... well, you just have to take the corresponding derivatives of each of the components.

So let's do that. If we want to take the derivative of the X component here with respect to time, we're just going to use the power rule a bunch. So it's ( 3 \times -3 ), so it's ( -9T^2 ) and then plus ( 2 \times 4 = 8 ), so plus ( 8T ).

Then, over here for the Y component, the derivative of ( T^3 ) with respect to ( T ) is ( 3T^2 ), and the derivative of 2 is just zero. So actually, I have space to write that: ( 3T^2 ).

All right, and if we want to find the acceleration function, or the vector-valued function that gives us acceleration as a function of time, well, that's just going to be the derivative of the velocity function with respect to time.

So, this is going to be equal to... let me give myself some space. The X component, well, I just take the derivative of the X component again. Let me find a color I haven't used yet; I'll use this green.

So let's see: ( 2 \times 9 = 18T ) raised to the 1st power plus 8. The derivative of ( 8T ) is just 8 if we're taking the derivative with respect to ( T ). And then here in the orange, the derivative of ( 3T^2 ) using the power rule here over and over again gives us ( 2 \times 3 = 6T ).

So, we've just been able to find the acceleration function by taking the derivative of this position vector-valued function twice. Now, I just have to evaluate it at ( T = 3 ).

So, our acceleration at ( T = 3 ) is equal to: in green, it's going to be ( -9 \times 3^2 + 8 ), and then we're going to have ( 6 \times 3 ).

So what does this simplify to? Well, this is going to be equal to... let's see: ( -9 \times 3^2 = -81 ) and ( -81 + 8 = -73 ). Then for the Y component, we have ( 6 \times 3 = 18 ).

Did I do that arithmetic right? So this is ( -81 + 8 ), which would be ( -73 ), and ( 18 ) stays the same.

Yep, there you have it: the acceleration vector at ( T = 3 ) is:

[
(-73, 18)
]

That is its acceleration. That is its acceleration vector at ( T = 3 ).

More Articles

View All
Games and modularity | Intro to CS - Python | Khan Academy
So you want to build a game, but how would you even get started? Most games we play have thousands of lines of code; some even have millions. Try and imagine a program with thousands of lines of code all in a single file. Sounds like a nightmare to naviga…
Can Texas Secede from the Union?
Can Texas secede from the Union? America’s second most populated and second largest state is always first to remind you that it was once an independent nation: The Republic of Texas. Unlike California’s three-week, almost accidental flirt with independenc…
Khanmigo for teachers
Hi! I’m Michelle, a professional learning specialist here at KH Academy and a former classroom teacher, just like you. Meet Kigo, your AI-driven companion, who’s revolutionizing teaching for a more engaging and efficient experience. Kigo has many excitin…
Serfs and manorialism | World History | Khan Academy
In a previous video, we already talked about the feudal system. How you can have a king, and then you might have some vassals of the king who give an oath of fealty to the king in the homage ceremony. You might have a duke, and you could keep going down t…
What language shows cause and effect? | Reading | Khan Academy
Hello readers! Once upon a time, in the previous century, there lived a cartoonist and engineer named Rube Goldberg, who became well known for his drawings of wacky, over-complicated machines. This is one such machine: the self-operating napkin. You see h…
Solving 3-digit addition in your head | 2nd grade | Khan Academy
[Voiceover] What I want to do in this video is go over some techniques for doing mental addition. Now, if I saw something like 355 plus 480, if you have some paper around, you could write these numbers down and do your traditional addition, but you might …