Fiveable
Fiveable
pep
Fiveable
Fiveable

or

Log in

Find what you need to study


Light

9.6 Solving Motion Problems Using Parametric and Vector-Valued Functions

2 min readjanuary 25, 2023

Attend a live cram event

Review all units live with expert teachers & students

In this study guide, we are going to apply what you’ve learned about vector-valued and parametric functions to motion problems so you can take on anything the AP Calculus BC exam throws your way. From understanding the nuances of displacement and distance traveled to integrating vector-valued functions, you will develop the skills needed to solve complex motion problems. 🚗

🚘 Recap of Motion Terms

Before we dive into the problems, let’s refresh our memory on the definitions of position, velocity, acceleration, displacement, and distance traveled. If you want a more thorough review than the one provided below, we’ve got you covered.

📍Position

Position refers to the location of an object at any given time. It is a measure of where the object is situated within a coordinate system. In calculus, we denote a position function using s(t)s(t).

🚄Velocity

Velocity is the rate of change of position with respect to time. In more straightforward terms, it tells us how fast an object is moving and in what direction. Mathematically, velocity is the derivative of position, denoted as v(t)=dsdtv(t) = \frac{ds}{dt}, where dsdt\frac{ds}{dt} represents the rate of change of position.

🚤Acceleration

Acceleration is the rate of change of velocity with respect to time. It describes how quickly the velocity of an object is changing. In mathematical terms, acceleration is the derivative of velocity, denoted as a(t)=dvdta(t)=\frac{dv}{dt}, where dvdt\frac{dv}{dt} represents the rate of change of velocity.

Since acceleration is the derivative of the velocity, and the velocity is the derivative of the position, acceleration can also be defined as the second derivative of the position:

a(t)=d2sdt2a(t)=\frac{d^2s}{dt^2}

↔️Displacement

Displacement is a straightforward measure of the change in position of an object. It tells us how far the object has moved from its initial position to its final position, regardless of the path it took to get to its final position. Mathematically, it is represented as the following, where Δs\Delta s is the displacement, and sfinals_{final} and sinitials_{initial} are the final and initial positions, respectively.

Δs=sfinalsinitial\Delta s = s_{final}-s_{initial}

If you want to know how much ground an object has covered in total, look no further than its displacement.

Untitled

Image Courtesy of Wikipedia.

👟Distance Traveled

On the other hand, distance traveled is a measure of the total path length covered by an object. It accounts for the entire journey, regardless of the direction taken. Unlike displacement, which focuses on the change in position, distance traveled is concerned with the total ground covered.

To illustrate this concept, consider this analogy of forgetting your homework in the morning. If you leave your house, realize you forgot your homework, and return to get it, your displacement is zero because your final position is the same as your initial position, since you are still at your house.

However, your distance traveled is the sum of the distances covered during both trips, capturing the total ground you covered, even if you end up back where you started. If you traveled a mile before realizing you forgot your homework, then went back to get it, your distance traveled would be 1 mile + 1 mile = 2 miles, but your displacement would be zero.

Untitled

Image courtesy of Pinterest.


↘️ Calculus with Vector-Valued Functions

A vector-valued function can be represented as r(t)=f(t),g(t)\textbf{r}(t)=\langle f(t), g(t) \rangle, where f(t)f(t) and g(t)g(t) are functions that define the position of the object at time tt. The derivatives of these functions yield the velocity and acceleration vectors. We will now explore how to manipulate a vector-valued function in the context of motion problems.

Let's consider the position function r(t)=t2,sin(t)\mathbf r(t)=\langle t^2,\sin(t)\rangle. By taking the derivative of each component of this function with respect to time, we can determine the velocity vector. Taking the derivative, we obtain the velocity vector v(t)=2t,cos(t)\mathbf v(t)=\langle 2t,\cos (t)\rangle. From this equation, we can determine that the velocity in the x-direction is 2t2t, and the velocity in the y-direction is cos(t)\cos(t).

Furthermore, to find the acceleration vector, we take the derivative of the velocity vector. For the given example, the acceleration vector is derived as a(t)=2,sin(t)\mathbf a(t)=\langle 2,-\sin(t)\rangle. From this equation, we can conclude that the acceleration in the x-direction is a constant 2 units (usually m/s2m/s^2), and the acceleration in the y-direction is sin(t)-\sin(t) units.

Integrating to Find Displacement

Next, we’ll learn how to find the displacement of an object using calculus. Recall that the displacement is defined is the difference between the final and initial positions of an object, no matter what path it took. In calculus, we can take the definite integral of the velocity vector to obtain the displacement vector. Let’s use the velocity vector v(t)=3t2,2t\mathbf v(t)=\langle3t^2,2t\rangle to find the displacement of an object from time t=2t=2 to t=5t=5.

To find the displacement vector Δr\Delta \mathbf r, integrate each component separately with respect to time:

Δx=253t2dt=[t3]25\Delta x=\int_2^5 3t^2 dt = [t^3]_2^5
Δy=252tdt=[t2]25\Delta y=\int_2^5 2t dt = [t^2]_2^5

We’ll finish up by evaluating these integrals:

Δx=5323=1258=117\Delta x=5^3-2^3=125-8=117
Δy=5222=254=21\Delta y=5^2-2^2=25-4=21

The displacement vector Δr\Delta \mathbf r is then given by 117,21\lang 117,21 \rang. So, the displacement of the object from time t=2t=2 to t=5t=5 was 117 units in the positive x-direction and 21 units in the positive y-direction.

On a graph, the displacement can be determined by calculating the area under the curve of the velocity function, which is exactly what the definite integral of the velocity function accomplishes.

Untitled

Image courtesy of Resourceaholic.

Using Arc Length to Find Distance Traveled

Recall that the distance traveled by an object is a measure of the total length of the path it took. In calculus, we can measure the distance traveled by finding the total length of the curve that represents the path of the object. And, you already know a way to find the total length of a curve: arc length! The arc length formula for vector-valued functions is

S=abr(t)dtS=\int_a^b |\mathbf r'(t)|dt

where r(t)\mathbf r'(t) is a vector-valued function. This formula tells us to take the definite integral of the magnitude of the derivative of the function. Whew, that was a lot in one sentence. Read it again to make sure you understand how the formula works. Check out a more detailed explanation of the arc length formula and how it relates to distance traveled if you’re a bit confused, and stay tuned for a walkthrough of a distance traveled problem.


🕓 Calculus with Parametric Functions

Many of the same concepts from above apply to parametric functions. In parametric functions, the parameter tt acts as a variable that varies over a specified domain, influencing the values of the associated functions. The general form of a parametric function is

x(t)=f(t),y(t)=g(t)x(t)=f(t), y(t)=g(t)

where f(t)f(t) and g(t)g(t) are functions of tt. In parametric functions, each component of the vector r(t)\mathbf r(t) is expressed as a separate function of time, offering a more detailed description of the motion of an object. The position functions x(t)=4t3x(t)=4t^3 and y(t)=2t4y(t)=2t^4 tell us that an object has a position on the x-axis that varies according to the function 4t34t^3 with respect to time, and a position on the y-axis that varies according to the function 2t42t^4 with respect to time. Let’s find the velocity and acceleration functions using this position function. To find the velocity functions, we take the derivative of each parametric function with respect to time:

dxdt=12t2,dydt=8t3\frac{dx}{dt}=12t^2, \frac{dy}{dt}=8t^3

To find the acceleration functions, we take the derivative of the velocity functions with respect to time:

ddt(12t2)=24t,ddt(8t3)=24t2\frac{d}{dt}(12t^2)=24t,\frac{d}{dt}(8t^3)=24t^2

Remember that each of these quantities tells us the rate at which that quantity is changing with respect to time, and in which direction (x or y).

Integrating Parametric Functions to Find Displacement

Just like we integrated the components of a vector-valued function to find the displacement of an object, we can integrate the x and y functions separately to find the displacement. Let’s take the functions x(t)=t3t2x(t)=t-3t^2 and y(t)=t2+4t3y(t)=t^2+4t^3 and find the displacement from t=1t=1 to t=3t=3.

Δx=13(t3t2)dt,Δy=13(t2+4t3)dt\Delta x = \int_1^3 (t-3t^2)dt, \Delta y = \int_1^3 (t^2+4t^3)dt
Δx=23,Δy=2663\Delta x = -23, \Delta y = \frac{266}{3}

From these equations, we can tell that the object’s final x-position was 23 units to the left of its initial x-position, and its final y-position was 2663\frac{266}{3} units above its initial y-position.

Using Parametric Arc Length to Find Distance Traveled

The formula for parametric arc length is written a bit differently than the formula for the arc length of vector-valued functions, but you will soon realize that the two formulas are essentially the same. We won’t go into the details of how the formula is derived in this guide, but you can check out our guide on parametric arc length to learn more. The formula for parametric arc length is:

S=ab(dxdt)2+(dydt)2dt,atbS=\int_a^b \sqrt{\left( \frac{dx}{dt} \right)^2 + \left( \frac{dy}{dt} \right)^2} dt, a\le t \le b

This may seem like a crazy formula, but if you read it one operation at a time, you can see that this formula is telling you to find the magnitude of the derivatives of a parametric equation.


✏️ Practice Problem

Try this out on your own before looking at the explanation to level-up your calculus skills!

A particle moves along a curve defined by the vector-valued function r(t)=t,t2\mathbf r(t)=\lang t, t^2 \rang in meters. Determine the total distance traveled by the particle from t=1t=1 second to t=3t=3 seconds.

✅ Solution and Explanation

Since this is a distance traveled problem with a vector-valued function, we’ll use the formula S=abr(t)dtS=\int_a^b |\mathbf r'(t)|dt to determine the answer. Working from the inside out, the formula first has us find the derivative of the position function (the velocity!). The derivative of r(t)\mathbf r(t) is v(t)=1,2t\mathbf v(t) = \lang 1, 2t \rang

Next, we need to find the magnitude of this derivative. Since this is a vector-valued function, and a vector has an xx and a yy component, we need to use the formula for the magnitude of a vector, which is derived from the Pythagorean Theorem. The formula is x2+y2\sqrt{x^2+y^2}, and plugging in the x- and y-components of v(t)\mathbf v(t), we obtain 12+(2t)2=1+4t2\sqrt{1^2+(2t)^2} = \sqrt{1+4t^2}.

But wait! 🛑 Think about what we just did. We took the derivative of the vector-valued function r(t)\mathbf r(t) with respect to tt, giving us dxdt\frac{dx}{dt} and dydt\frac{dy}{dt}, then found the magnitude of the derivative. Sound familiar? That’s because the arc length formula for vector-valued functions and the arc length formula for parametric functions is one and the same!

Okay, back to the problem. Now that we have the magnitude of the derivative, 1+4t2\sqrt{1+4t^2}, we need to take the definite integral from t=1t=1 to t=3t=3 seconds. The integral setup looks like this:

S=13(1+4t2)dtS=\int_1^3(\sqrt{1+4t^2})dt

where SS is the arc length, or in this case, distance traveled. Using a calculator to solve the integral, we get approximately 0.003 meters.


📕 Conclusion

Whew, that was a lot! Great job for pushing through and learning all about motion problems that use parametric and vector-valued functions. We started by revisiting fundamental notions of position, velocity, and acceleration, emphasizing their interconnectedness through differentiation. We also calculated displacement and distance traveled, and showed how the two quantities were different.

Now that you know all about how to solve motion problems using parametric and vector-valued functions, you’re ready to crush your AP Calculus BC exam! 🤩

Key Terms to Review (9)

Acceleration

: Acceleration refers to the rate at which an object's velocity changes over time. It measures how quickly an object is speeding up, slowing down, or changing direction.

Cartesian equation

: A Cartesian equation is an equation that relates variables using algebraic expressions and coordinates on a Cartesian plane.

Derivatives

: Derivatives are the rates at which quantities change. They measure how a function behaves as its input (x-value) changes.

Initial Value Problem

: An initial value problem is a type of differential equation that involves finding the solution to an equation along with specific conditions at a given starting point.

Integral

: An integral is a mathematical concept used to calculate areas, volumes, and accumulated quantities by finding antiderivatives or sums of infinitesimal values.

Magnitude

: Magnitude refers to the size or extent of something. In mathematics, magnitude often refers to the absolute value or length of a vector or complex number.

Separation of Variables

: Separation of variables is a technique used to solve differential equations by isolating the variables on opposite sides of the equation and integrating each side separately.

Speed

: Speed is simply how fast an object moves, without considering its direction. It measures distance covered per unit of time.

Velocity

: Velocity is the rate at which an object's position changes with respect to time. It includes both speed and direction.

9.6 Solving Motion Problems Using Parametric and Vector-Valued Functions

2 min readjanuary 25, 2023

Attend a live cram event

Review all units live with expert teachers & students

In this study guide, we are going to apply what you’ve learned about vector-valued and parametric functions to motion problems so you can take on anything the AP Calculus BC exam throws your way. From understanding the nuances of displacement and distance traveled to integrating vector-valued functions, you will develop the skills needed to solve complex motion problems. 🚗

🚘 Recap of Motion Terms

Before we dive into the problems, let’s refresh our memory on the definitions of position, velocity, acceleration, displacement, and distance traveled. If you want a more thorough review than the one provided below, we’ve got you covered.

📍Position

Position refers to the location of an object at any given time. It is a measure of where the object is situated within a coordinate system. In calculus, we denote a position function using s(t)s(t).

🚄Velocity

Velocity is the rate of change of position with respect to time. In more straightforward terms, it tells us how fast an object is moving and in what direction. Mathematically, velocity is the derivative of position, denoted as v(t)=dsdtv(t) = \frac{ds}{dt}, where dsdt\frac{ds}{dt} represents the rate of change of position.

🚤Acceleration

Acceleration is the rate of change of velocity with respect to time. It describes how quickly the velocity of an object is changing. In mathematical terms, acceleration is the derivative of velocity, denoted as a(t)=dvdta(t)=\frac{dv}{dt}, where dvdt\frac{dv}{dt} represents the rate of change of velocity.

Since acceleration is the derivative of the velocity, and the velocity is the derivative of the position, acceleration can also be defined as the second derivative of the position:

a(t)=d2sdt2a(t)=\frac{d^2s}{dt^2}

↔️Displacement

Displacement is a straightforward measure of the change in position of an object. It tells us how far the object has moved from its initial position to its final position, regardless of the path it took to get to its final position. Mathematically, it is represented as the following, where Δs\Delta s is the displacement, and sfinals_{final} and sinitials_{initial} are the final and initial positions, respectively.

Δs=sfinalsinitial\Delta s = s_{final}-s_{initial}

If you want to know how much ground an object has covered in total, look no further than its displacement.

Untitled

Image Courtesy of Wikipedia.

👟Distance Traveled

On the other hand, distance traveled is a measure of the total path length covered by an object. It accounts for the entire journey, regardless of the direction taken. Unlike displacement, which focuses on the change in position, distance traveled is concerned with the total ground covered.

To illustrate this concept, consider this analogy of forgetting your homework in the morning. If you leave your house, realize you forgot your homework, and return to get it, your displacement is zero because your final position is the same as your initial position, since you are still at your house.

However, your distance traveled is the sum of the distances covered during both trips, capturing the total ground you covered, even if you end up back where you started. If you traveled a mile before realizing you forgot your homework, then went back to get it, your distance traveled would be 1 mile + 1 mile = 2 miles, but your displacement would be zero.

Untitled

Image courtesy of Pinterest.


↘️ Calculus with Vector-Valued Functions

A vector-valued function can be represented as r(t)=f(t),g(t)\textbf{r}(t)=\langle f(t), g(t) \rangle, where f(t)f(t) and g(t)g(t) are functions that define the position of the object at time tt. The derivatives of these functions yield the velocity and acceleration vectors. We will now explore how to manipulate a vector-valued function in the context of motion problems.

Let's consider the position function r(t)=t2,sin(t)\mathbf r(t)=\langle t^2,\sin(t)\rangle. By taking the derivative of each component of this function with respect to time, we can determine the velocity vector. Taking the derivative, we obtain the velocity vector v(t)=2t,cos(t)\mathbf v(t)=\langle 2t,\cos (t)\rangle. From this equation, we can determine that the velocity in the x-direction is 2t2t, and the velocity in the y-direction is cos(t)\cos(t).

Furthermore, to find the acceleration vector, we take the derivative of the velocity vector. For the given example, the acceleration vector is derived as a(t)=2,sin(t)\mathbf a(t)=\langle 2,-\sin(t)\rangle. From this equation, we can conclude that the acceleration in the x-direction is a constant 2 units (usually m/s2m/s^2), and the acceleration in the y-direction is sin(t)-\sin(t) units.

Integrating to Find Displacement

Next, we’ll learn how to find the displacement of an object using calculus. Recall that the displacement is defined is the difference between the final and initial positions of an object, no matter what path it took. In calculus, we can take the definite integral of the velocity vector to obtain the displacement vector. Let’s use the velocity vector v(t)=3t2,2t\mathbf v(t)=\langle3t^2,2t\rangle to find the displacement of an object from time t=2t=2 to t=5t=5.

To find the displacement vector Δr\Delta \mathbf r, integrate each component separately with respect to time:

Δx=253t2dt=[t3]25\Delta x=\int_2^5 3t^2 dt = [t^3]_2^5
Δy=252tdt=[t2]25\Delta y=\int_2^5 2t dt = [t^2]_2^5

We’ll finish up by evaluating these integrals:

Δx=5323=1258=117\Delta x=5^3-2^3=125-8=117
Δy=5222=254=21\Delta y=5^2-2^2=25-4=21

The displacement vector Δr\Delta \mathbf r is then given by 117,21\lang 117,21 \rang. So, the displacement of the object from time t=2t=2 to t=5t=5 was 117 units in the positive x-direction and 21 units in the positive y-direction.

On a graph, the displacement can be determined by calculating the area under the curve of the velocity function, which is exactly what the definite integral of the velocity function accomplishes.

Untitled

Image courtesy of Resourceaholic.

Using Arc Length to Find Distance Traveled

Recall that the distance traveled by an object is a measure of the total length of the path it took. In calculus, we can measure the distance traveled by finding the total length of the curve that represents the path of the object. And, you already know a way to find the total length of a curve: arc length! The arc length formula for vector-valued functions is

S=abr(t)dtS=\int_a^b |\mathbf r'(t)|dt

where r(t)\mathbf r'(t) is a vector-valued function. This formula tells us to take the definite integral of the magnitude of the derivative of the function. Whew, that was a lot in one sentence. Read it again to make sure you understand how the formula works. Check out a more detailed explanation of the arc length formula and how it relates to distance traveled if you’re a bit confused, and stay tuned for a walkthrough of a distance traveled problem.


🕓 Calculus with Parametric Functions

Many of the same concepts from above apply to parametric functions. In parametric functions, the parameter tt acts as a variable that varies over a specified domain, influencing the values of the associated functions. The general form of a parametric function is

x(t)=f(t),y(t)=g(t)x(t)=f(t), y(t)=g(t)

where f(t)f(t) and g(t)g(t) are functions of tt. In parametric functions, each component of the vector r(t)\mathbf r(t) is expressed as a separate function of time, offering a more detailed description of the motion of an object. The position functions x(t)=4t3x(t)=4t^3 and y(t)=2t4y(t)=2t^4 tell us that an object has a position on the x-axis that varies according to the function 4t34t^3 with respect to time, and a position on the y-axis that varies according to the function 2t42t^4 with respect to time. Let’s find the velocity and acceleration functions using this position function. To find the velocity functions, we take the derivative of each parametric function with respect to time:

dxdt=12t2,dydt=8t3\frac{dx}{dt}=12t^2, \frac{dy}{dt}=8t^3

To find the acceleration functions, we take the derivative of the velocity functions with respect to time:

ddt(12t2)=24t,ddt(8t3)=24t2\frac{d}{dt}(12t^2)=24t,\frac{d}{dt}(8t^3)=24t^2

Remember that each of these quantities tells us the rate at which that quantity is changing with respect to time, and in which direction (x or y).

Integrating Parametric Functions to Find Displacement

Just like we integrated the components of a vector-valued function to find the displacement of an object, we can integrate the x and y functions separately to find the displacement. Let’s take the functions x(t)=t3t2x(t)=t-3t^2 and y(t)=t2+4t3y(t)=t^2+4t^3 and find the displacement from t=1t=1 to t=3t=3.

Δx=13(t3t2)dt,Δy=13(t2+4t3)dt\Delta x = \int_1^3 (t-3t^2)dt, \Delta y = \int_1^3 (t^2+4t^3)dt
Δx=23,Δy=2663\Delta x = -23, \Delta y = \frac{266}{3}

From these equations, we can tell that the object’s final x-position was 23 units to the left of its initial x-position, and its final y-position was 2663\frac{266}{3} units above its initial y-position.

Using Parametric Arc Length to Find Distance Traveled

The formula for parametric arc length is written a bit differently than the formula for the arc length of vector-valued functions, but you will soon realize that the two formulas are essentially the same. We won’t go into the details of how the formula is derived in this guide, but you can check out our guide on parametric arc length to learn more. The formula for parametric arc length is:

S=ab(dxdt)2+(dydt)2dt,atbS=\int_a^b \sqrt{\left( \frac{dx}{dt} \right)^2 + \left( \frac{dy}{dt} \right)^2} dt, a\le t \le b

This may seem like a crazy formula, but if you read it one operation at a time, you can see that this formula is telling you to find the magnitude of the derivatives of a parametric equation.


✏️ Practice Problem

Try this out on your own before looking at the explanation to level-up your calculus skills!

A particle moves along a curve defined by the vector-valued function r(t)=t,t2\mathbf r(t)=\lang t, t^2 \rang in meters. Determine the total distance traveled by the particle from t=1t=1 second to t=3t=3 seconds.

✅ Solution and Explanation

Since this is a distance traveled problem with a vector-valued function, we’ll use the formula S=abr(t)dtS=\int_a^b |\mathbf r'(t)|dt to determine the answer. Working from the inside out, the formula first has us find the derivative of the position function (the velocity!). The derivative of r(t)\mathbf r(t) is v(t)=1,2t\mathbf v(t) = \lang 1, 2t \rang

Next, we need to find the magnitude of this derivative. Since this is a vector-valued function, and a vector has an xx and a yy component, we need to use the formula for the magnitude of a vector, which is derived from the Pythagorean Theorem. The formula is x2+y2\sqrt{x^2+y^2}, and plugging in the x- and y-components of v(t)\mathbf v(t), we obtain 12+(2t)2=1+4t2\sqrt{1^2+(2t)^2} = \sqrt{1+4t^2}.

But wait! 🛑 Think about what we just did. We took the derivative of the vector-valued function r(t)\mathbf r(t) with respect to tt, giving us dxdt\frac{dx}{dt} and dydt\frac{dy}{dt}, then found the magnitude of the derivative. Sound familiar? That’s because the arc length formula for vector-valued functions and the arc length formula for parametric functions is one and the same!

Okay, back to the problem. Now that we have the magnitude of the derivative, 1+4t2\sqrt{1+4t^2}, we need to take the definite integral from t=1t=1 to t=3t=3 seconds. The integral setup looks like this:

S=13(1+4t2)dtS=\int_1^3(\sqrt{1+4t^2})dt

where SS is the arc length, or in this case, distance traveled. Using a calculator to solve the integral, we get approximately 0.003 meters.


📕 Conclusion

Whew, that was a lot! Great job for pushing through and learning all about motion problems that use parametric and vector-valued functions. We started by revisiting fundamental notions of position, velocity, and acceleration, emphasizing their interconnectedness through differentiation. We also calculated displacement and distance traveled, and showed how the two quantities were different.

Now that you know all about how to solve motion problems using parametric and vector-valued functions, you’re ready to crush your AP Calculus BC exam! 🤩

Key Terms to Review (9)

Acceleration

: Acceleration refers to the rate at which an object's velocity changes over time. It measures how quickly an object is speeding up, slowing down, or changing direction.

Cartesian equation

: A Cartesian equation is an equation that relates variables using algebraic expressions and coordinates on a Cartesian plane.

Derivatives

: Derivatives are the rates at which quantities change. They measure how a function behaves as its input (x-value) changes.

Initial Value Problem

: An initial value problem is a type of differential equation that involves finding the solution to an equation along with specific conditions at a given starting point.

Integral

: An integral is a mathematical concept used to calculate areas, volumes, and accumulated quantities by finding antiderivatives or sums of infinitesimal values.

Magnitude

: Magnitude refers to the size or extent of something. In mathematics, magnitude often refers to the absolute value or length of a vector or complex number.

Separation of Variables

: Separation of variables is a technique used to solve differential equations by isolating the variables on opposite sides of the equation and integrating each side separately.

Speed

: Speed is simply how fast an object moves, without considering its direction. It measures distance covered per unit of time.

Velocity

: Velocity is the rate at which an object's position changes with respect to time. It includes both speed and direction.


© 2024 Fiveable Inc. All rights reserved.

AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.


© 2024 Fiveable Inc. All rights reserved.

AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.