Motion with Parametric Equations (College Board AP® Calculus BC): Revision Note

Mark Curtis

Written by: Mark Curtis

Reviewed by: Dan Finlay

Updated on

Motion with parametric equations

How do I model a particle moving in 2D using parametric equations?

  • A particle moving in two-dimensions follows a path (curve) in the xy-plane

    • This path can be given parametrically as x(t) and y(t)

      • x(t) is the displacement in the x-direction

      • y(t) is the displacement in the y-direction

    • Displacement is measured relative to a fixed origin, O

    • The parameter, t, represents time, where t0

    • The coordinates of the particle's position at time t are (x(t), y(t))

  • The direction of motion is the direction along the curve as t increases

  • The initial position of the particle is the point at which t=0

    • The coordinates of the initial position are (x(0), y(0))

      • This may not be at the origin

  • Sometimes a time interval for the motion is given, t1tt2

Diagram showing a curved path labelled "Path of Motion" with arrows for vertical and horizontal directions; x and y depend on time, t.
Example of a path of motion

How do I find the velocity and acceleration in 2D?

  • Recall the ideas in the study guide on 'Motion in a Straight Line'

    • Velocity, v, is the rate of change of displacement, s, with respect to time

      • v=dsdt

    • Acceleration, a, is the rate of change of velocity, v, with respect to time

      • a=dvdt=d2sdt2

  • In two dimensions, the displacement, velocity and acceleration of a particle each have two components in perpendicular directions

    • Displacement splits into x and y components

      • Often horizontal and vertical

    • Derivatives of these are as follows:

Derivative

Shorthand

Interpretation

dxdt

x'(t)

The velocity of the particle in the x-direction at time t

If the x-axis is horizontal then dxdt>0 means moving to the right and dxdt<0 means moving to the left

dydt

y'(t)

The velocity of the particle in the y-direction at time t

If the y-axis is vertical then dydt>0 means moving upwards and dydt<0 means moving downwards

d2xdt2

x''(t)

The acceleration of the particle in the x-direction at time t

d2ydt2

y''(t)

The acceleration of the particle in the y-direction at time t

Examiner Tips and Tricks

If no units are given in a question, you don't need units in your answers.

How do I calculate the speed of a particle in 2D?

  • The speed of a particle at time t is given by the formula:

(dxdt)2+(dydt)2

  • This is because speed is the magnitude (hypotenuse) of a velocity triangle formed out of:

    • the velocity of the particle in the x-direction, dxdt, at time t

    • and the velocity of the particle in the y-direction , dydt, at time t

      • By Pythagoras' theorem, this gives (dxdt)2+(dydt)2

  • The velocity triangle also gives the direction of motion of the particle at that time

  • The particle is at rest if the speed is zero

Diagram of a velocity triangle showing speed on the hypotenuse, dx/dt on the base, dy/dt as the height, and the direction of motion.
A velocity triangle

Examiner Tips and Tricks

Do not confuse the word 'speed' with 'velocity'!

How do I calculate the slope of a line that is tangent to the path of the particle?

  • The slope of the line that is tangent to the path of the particle (a tangent to the curve) at time t is given by the formula:

dydx= dydt dxdt=y'(t)x'(t)

Graph with a parametric curve and its tangent at point P, marked at time t equals t0; formula shows derivative of y with respect to x.
  • This is the same slope as the velocity triangle at that time (see above)

    • Note that the direction of motion could be either way along the tangent

      • It will follow the direction in which t is increasing

How do I use indefinite integration for particles moving in 2D?

  • Indefinite integration can be used to find

    • displacement, x(t) or y(t), by integrating velocity, x'(t) or y'(t)

    • velocity, x'(t) or y'(t), by integrating acceleration, x''(t) or y''(t)

  • Always remember to add a constant of integration each time you integrate

    • Then use information in the question to find the constant

      • e.g. you may be told that x=5 when t=0

  • Indefinite integration is good when you need an algebraic expression in terms of time t

    • You can then evaluate it at different times

How do I use definite integration for particles moving in 2D?

  • If an algebraic expression in terms of t is not required but a specific value of a quantity is required (e.g. find x at time t=2) then definite integration can be used

    • Below are the commonly used definite integrals in motion questions:

Integral

Shorthand

Interpretation

t1t2dxdt dt=x(t2)x(t1)

t1t2x'(t) dt=x(t2)x(t1)

The change in the position of the x-coordinates

t1t2dydt dt=y(t2)y(t1)

t1t2y'(t) dt=y(t2)y(t1)

The change in the position of the y-coordinates

t1t2d2xdt2 dt=dxdt(t2)dxdt(t1)

t1t2 x''(t) dt=x'(t2)x'(t1)

The change in the velocity of the particle in the x-direction

t1t2d2ydt2 dt=dydt(t2)dydt(t1)

t1t2y''(t) dt=y'(t2)y'(t1)

The change in the velocity of the particle in the y-direction

  • Definite integrals often need rearranging to find the specific value of a quantity at either end of the time interval

    • e.g. t1t2x'(t) dt=x(t2)x(t1) rearranges to either

      • x(t2)=x(t1)+t1t2x'(t) dt

      • or x(t1)=x(t2)t1t2x'(t) dt

Examiner Tips and Tricks

Motion questions are often found in the calculator sections of the exam, where you are expected to use your calculator to:

  • evaluate any definite integrals,

  • solve any equations.

How do I calculate the distance traveled by a particle in 2D?

  • The distance traveled by a particle between time t1and time t2 is the arc length of the path traveled, given by the definite integral:

Graph depicting a parametric curve from t1 to t2 with arrows showing the length of a section of the curve (a dashed line alongside), and an integral formula for distance traveled, L, above.
L is the distance traveled between time t1 and time t2

Examiner Tips and Tricks

Do not confuse the word 'distance' with 'displacement'!

Worked Example

A particle travels along a curve in the xy-plane. The particle is at the point (x(t), y(t)) at time t where t0. The derivatives of x(t) and y(t) are:

dxdt=6t22tdydt=4et+1

At time t=3, the particle is at the point (50, 15).

(a) Find the acceleration of the particle in the x-direction at time t=3.

(b) Find an expression for x in terms of time, t.

(c) Find the value of y at time t=6.

(d) Find the slope of the line tangent to the path of the particle at time t=6.

(e) Show that the particle is not initially at rest.

(f) Find the total distance traveled by the particle from time t=3 to time t=6.

Answer:

(a)

Differentiate the velocity of the particle in the x-direction, dxdt, to get the acceleration in the x-direction, d2xdt2

d2xdt2=12t2

Substitute in t=3

Acceleration of the particle in the x-direction at time t=3 is 34

(b)

Integrate the velocity of the particle in the x-direction, dxdt, to find x

Remember to add a constant of integration

x=2t3t2+C

Use the fact that x=50 when t=3 (in the question) to find c

50=2(3)3(3)2+C50=45+CC=5

Substitute this value of C back into the expression for x

x=2t3t2+5

(c)

You know the displacement of the particle in the y-direction at time t=3 from the question (y=15)

Use the fundamental theorem of calculus

y(6)=15+364et+1dt=15+62.5019...=77.5019...

y=77.502 (to 3 decimal places)

(d)

The slope of the line tangent to the path of the particle has the formula dydx= dydt dxdt

dydx= 4et+1 6t22t

Substitute in t=6

 4e6+1 6·622·6=0.1969...

Slope is 0.197 (to 3 decimal places)

(c)

To be initially at rest, the speed (dxdt)2+(dydt)2 must equal zero when t=0

Find an expression for the speed

(6t22t)2+(4et+1)2

Substitute in t=0 to see if the speed is zero

(6(0)22(0))2+(4e0+1)2=2.2360...0

The particle is not initially at rest, as its initial speed is 2.236

(f)

The total distance traveled is given by t1t2(dxdt)2+(dydt)2 dt where t1=3 and t2=6

36(6t22t)2+(4et+1)2 dt

Evaluate this definite integral on your calculator

36(6t22t)2+(4et+1)2 dt=356.4340...

Total distance traveled by the particle from time t=3 to time t=6 is 356.534 (to 3 decimal places)

Unlock more, it's free!

Join the 100,000+ Students that ❤️ Save My Exams

the (exam) results speak for themselves:

Build on this topic

Mark Curtis

Author: Mark Curtis

Expertise: Maths Content Creator

Mark graduated twice from the University of Oxford: once in 2009 with a First in Mathematics, then again in 2013 with a PhD (DPhil) in Mathematics. He has had nine successful years as a secondary school teacher, specialising in A-Level Further Maths and running extension classes for Oxbridge Maths applicants. Alongside his teaching, he has written five internal textbooks, introduced new spiralling school curriculums and trained other Maths teachers through outreach programmes.

Dan Finlay

Reviewer: Dan Finlay

Expertise: Portfolio Lead

Dan graduated from the University of Oxford with a First class degree in mathematics. As well as teaching maths for over 8 years, Dan has marked a range of exams for Edexcel, tutored students and taught A Level Accounting. Dan has a keen interest in statistics and probability and their real-life applications.