Tracking the Path Slides Tracking the Path
Lesson 1: Introduction to Parametric Equations
Calculus BC • Unit: Parametric & Polar
The Bug Hunt
Imagine a bug crawling on a coordinate plane.
"At any time t, its horizontal position is x(t) and its vertical position is y(t)."
How can we describe where the bug is, and where it is going, if its movement in each direction is independent?
[Bug Simulation Placeholder]
Path = f(t)
Defining the Parameter
A parametric equation expresses each variable (x and y) as a function of an independent third variable, usually t (time).
x = f(t)
Horizontal Component
y = g(t)
Vertical Component
The set of all points (x,y) for a given range of t forms a plane curve .
Eliminating the Parameter
To see the "path" in standard (rectangular) form, we remove t.
1. Solve
Solve one equation (usually x) for t .
2. Substitute
Substitute that expression into the y equation.
3. Simplify
Resulting in y = f(x) or a relation.
Example: x = t + 1, y = t²
t = x - 1 → y = (x - 1)²
Direction of Motion
Unlike rectangular equations, parametric equations tell us how the curve is traced.
We use orientation arrows to show the path's direction as t increases.
The same path can be traced in different directions or speeds.
ORIENTATION MATTERS
Bug Hunter Teacher Guide Bug Hunter Guide
Lesson 1: Introduction to Parametric Equations • Teacher Resource
Teacher Facing
Simulating Motion Sequence
Instructional Focus
This lesson shifts students from thinking about curves as static sets of points \((x, y)\) to dynamic paths defined by time \(t\). The core goal is for students to understand that \(x\) and \(y\) are independent functions of a third variable, allowing for vertical lines, loops, and varying speeds that standard functions cannot model.
Learning Objectives
Define parametric equations and the role of the parameter.
Sketch parametric curves by plotting points and indicating orientation.
Convert parametric equations to rectangular form by eliminating the parameter.
Pacing & Flow
10m Hook: Bug Simulation
15m Guided Plotting
20m Skill: Elimination
10m Exit Ticket
The "Bug Hunt" Hook
Facilitation: Open a graphing utility (Desmos or GeoGebra). Use a slider for \(t\) and define a point \(P = (f(t), g(t))\). For example: \(x = \cos(t), y = \sin(t)\).
Key Question 1:
"If I tell you the bug is at \(x=1\), do you know exactly where it is?"
Expected Answer: No, it could be at different heights (y) at different times.
Key Question 2:
"How does the bug's 'speed' appear to change if we change the function inside \(x(t)\)?"
Expected Answer: It moves faster/slower horizontally while vertical stays the same.
Troubleshooting & Pitfalls
Pitfall: Domain Restrictions
Students often forget that the rectangular form may have a wider domain than the parametric original.
Example: \(x = \sqrt{t}, y = t\) becomes \(y = x^2\), but only for \(x \ge 0\).
Pitfall: Orientation Arrows
Students treat parametric curves like static functions. Remind them that without arrows, the "story" of the motion is lost.
Worksheet Quick Key
Problem Type Equations Rectangular Solution Linear \(x = 2t + 1\), \(y = t - 3\) \(y = \frac{1}{2}x - 3.5\) Quadratic \(x = t - 1\), \(y = t^2 + 2\) \(y = (x+1)^2 + 2\) Trig \(x = 3\cos(t)\), \(y = 3\sin(t)\) \(x^2 + y^2 = 9\) (Circle)
Bug Path Analysis Worksheet Bug Path Analysis
Worksheet 1.1 • Parametric Basics
Student Name
Date
01
Plotting the Path
Complete the table for the parametric equations x = t - 2 and y = 2t + 1 for 0 ≤ t ≤ 4. Then sketch the path, including orientation arrows.
t x = t - 2 y = 2t + 1 (x, y) 0 1 2 3 4
Sketch Grid (x: -5 to 5, y: -5 to 10)
02
Eliminating the Parameter
Convert the following parametric equations into rectangular form. Show all algebraic steps.
A. x = t + 5, y = t² - 1
B. x = 2cos(t), y = 2sin(t)
03
Domain & Path
Case Study: The Restricted Bug
Consider the bug moving along the path: x = √t and y = t + 1.
Eliminate the parameter to find the rectangular equation.
Is the bug's path a full parabola? Why or why not? Explain using the domain of the parameter t.
Slopes on the Fly Slides Slopes on the Fly
Lesson 2: Parametric Differentiation & Tangents
Finding dy/dx
How do we find the slope of a curve when \(x\) and \(y\) are trapped in their own functions of \(t\)?
\[ \frac{dy}{dx} = \frac{\frac{dy}{dt}}{\frac{dx}{dt}} \]
Provided that \(\frac{dx}{dt} \neq 0\)
1
Differentiate both components with respect to t .
2
Divide y'(t) by x'(t) .
Think of it as: (Vertical Rate of Change) / (Horizontal Rate of Change)
Identifying Tangency
Horizontal
Occurs when the vertical speed is zero but horizontal speed is not.
dy/dt = 0
Peak or Valley
Vertical
Occurs when the horizontal speed is zero but vertical speed is not.
dx/dt = 0
The "Turnaround" Point
Example Walkthrough
x = t² - t, y = t³ - 3t
Step 1: Derivs
dx/dt = 2t - 1
dy/dt = 3t² - 3
Step 2: Assemble
dy/dx = (3t²-3) / (2t-1)
Step 3: Tangents
Horiz: 3t² - 3 = 0
→ t = ± 1
Vert: 2t - 1 = 0
→ t = 0.5
Crucial Note: If BOTH are zero at the same time, the derivative is indeterminate (usually a cusp)!
Tangency Guide Teacher Resource Tangency Guide
Lesson 2: Parametric Differentiation • Teacher Resource
Teacher Facing
Simulating Motion Sequence
The Conceptual Leap
The challenge in this lesson is the transition from \(\frac{d}{dt}\) to \(\frac{dy}{dx}\). Students often get confused between the rate of change of the coordinates with respect to time versus the geometric slope of the path itself.
The "Why" Question
Why can't we just find the slope of y(t)? Because a steep vertical climb in y(t) might be paired with a very slow horizontal crawl in x(t), resulting in an almost infinite geometric slope \(\frac{dy}{dx}\).
Skills Inventory
Derivative Components
Chain Rule Logic
Equation of Tangent Line
Solving \(y'(t)=0\), \(x'(t)=0\)
The Projectile Challenge
Hook Prompt: "A soccer ball is kicked. Its position is \(x = 10t, y = -16t^2 + 20t\). Without converting this to a parabola \(y=f(x)\), how can you prove exactly when it reaches its maximum height?"
Student Intuition
Many will try to set \(y=0\) or solve for \(t\) in \(x\). Direct them to think about the slope . At the peak, what is the geometric slope of the path?
The Big Reveal
The peak occurs when the path is horizontal. This happens when the vertical velocity \(y'(t) = 0\), regardless of horizontal movement.
Worksheet Support
Problem 2: Tangent Line Equation
Eqs: \(x = t^2 + 1\), \(y = t^3 - t\) at \(t = 2\).
x(2) = 5, y(2) = 6. Point: (5, 6).
dx/dt = 2t → 4. dy/dt = 3t^2 - 1 → 11.
Slope = 11/4. Eq: y - 6 = 11/4(x - 5).
Critical Caution: Vertical Tangents
Remind students that a vertical tangent occurs when \(dx/dt = 0\). This is often where a particle "turns around" in its horizontal direction.
Extension Discussion
"What if we have a point where BOTH \(dy/dt = 0\) and \(dx/dt = 0\)? Is the slope 0/0? Can we use L'Hôpital's Rule on a parametric derivative?"
*Note for Teacher: Yes, you can evaluate the limit of \(\frac{y'(t)}{x'(t)}\) as \(t\) approaches that value to determine the geometric behavior at a cusp.*
Slopes on the Fly Worksheet Slopes on the Fly
Worksheet 2.1 • Parametric Differentiation
Student Name
Date
01
Calculating the Derivative
For each set of parametric equations, find an expression for dy/dx in terms of t.
A. x = t³ + t, y = 2t² - 5
B. x = e^{2t}, y = ln(t)
02
Tangent Line Construction
Find the equation of the tangent line to the curve defined by x = t² + 1 and y = t³ - t at the point where t = 2.
1. Find Point (x,y)
2. Find Slope dy/dx
3. Write Equation
03
Special Tangents
Consider the path: x = cos(2t), y = sin(t) for 0 ≤ t ≤ π.
A. Horizontal Tangents
Set dy/dt = 0 and solve for t.
B. Vertical Tangents
Set dx/dt = 0 and solve for t.
Concavity and Curvature Slides Curvature & Concavity
Lesson 3: The Parametric Second Derivative
Spot the Error
A student claims that to find the second derivative of a parametric curve, you just find the second derivative of each component:
\[ \frac{d^2y}{dx^2} = \frac{y''(t)}{x''(t)} \]
Why is this wrong?
The Correct Derivation
The second derivative is the derivative of the first derivative with respect to x .
\[ \frac{d^2y}{dx^2} = \frac{\frac{d}{dt}\left[ \frac{dy}{dx} \right]}{\frac{dx}{dt}} \]
The Trick
Differentiate your first derivative with respect to t, then divide by dx/dt again.
Interpreting Concavity
Concave Up
\[ \frac{d^2y}{dx^2} > 0 \]
The slope of the path is increasing. The curve "bends" upward.
Concave Down
\[ \frac{d^2y}{dx^2} < 0 \]
The slope of the path is decreasing. The curve "bends" downward.
Concavity tells us about the shape of the path, not necessarily the speed.
Concavity Teacher Guide Curvature Notes
Lesson 3: Concavity & Second Derivatives • Teacher Resource
Teacher Facing
Simulating Motion Sequence
The Most Common Error in Parametric Calculus
Students almost universally assume that \(\frac{d^2y}{dx^2} = \frac{y''(t)}{x''(t)}\). It feels intuitive, but it is mathematically incorrect because the "denominator" change in \(x\) is not captured by simply differentiating \(y'(t)\).
The Chain Rule Logic
d/dx [dy/dx] = d/dt [dy/dx] * dt/dx
dt/dx = 1 / (dx/dt)
Remind students that they are finding the rate at which the slope changes as the particle moves horizontally .
Facilitating the "Spot the Error"
Discussion Prompts:
Ask: "If a particle stops moving horizontally (\(dx/dt = 0\)), what happens to the slope of the path?"
Ask: "Does a high vertical acceleration (\(y''\)) always mean the curve is concave up? What if the particle is zooming horizontally?"
Demonstration: Use a simple circle \(x = \cos(t), y = \sin(t)\). Show that \(\frac{y''(t)}{x''(t)} = \frac{-\sin(t)}{-\cos(t)} = \tan(t)\), which changes sign every quadrant. But a circle is concave toward the center everywhere. The formula \(\frac{y''}{x''}\) fails to describe the geometric reality.
Key Problem Walkthrough
Problem: \(x = t^2\), \(y = t^3 - 3t\)
Find \(dy/dx\): \(\frac{3t^2 - 3}{2t} = \frac{3}{2}t - \frac{3}{2t}\).
Find \(d/dt [dy/dx]\): \(\frac{3}{2} + \frac{3}{2t^2}\).
Divide by \(dx/dt\): \(\frac{\frac{3}{2} + \frac{3}{2t^2}}{2t} = \frac{3t^2 + 3}{4t^3}\).
Analysis: For \(t > 0\), the second derivative is positive → Concave Up. For \(t < 0\), it is negative → Concave Down.
Common Pitfall: The Quotient Rule
When differentiating \(dy/dx\) with respect to \(t\), students often forget the quotient rule if the derivative is a fraction. Encourage them to simplify into separate power terms whenever possible to avoid messy algebra.
Concavity Analysis Worksheet Concavity & Curvature
Worksheet 3.1 • The Second Derivative
Student Name
Date
The Formula Check
Write the correct formula for the second derivative of a parametric curve below. Explain in your own words why we must divide by dx/dt at the end.
01
Find d²y/dx²
Find the second derivative for the following curves. Show the intermediate step of finding d/dt [dy/dx].
A. x = t², y = t³ + 1
dy/dx
d/dt [dy/dx]
Final d²y/dx²
B. x = 2t, y = sin(t)
02
Concavity Analysis
A particle moves along a path defined by x = e^t and y = t².
Calculate \(d^2y/dx^2\).
Identify the value(s) of \(t\) for which the curve is concave up . Support your answer with an inequality.
Vectors in Motion Slides Vectors in Motion
Lesson 4: Velocity, Acceleration & Speed
Position as a Vector
In parametric form, the position of a particle at time t is given by the vector r(t).
r(t) = ⟨ x(t), y(t) ⟩
Position Vector
Components move independently.
Rates of Change
Velocity Vector
v(t) = r'(t) = ⟨ x'(t), y'(t) ⟩
Describes both speed and direction of motion.
Acceleration Vector
a(t) = v'(t) = ⟨ x''(t), y''(t) ⟩
Describes how the velocity is changing (push/pull on the particle).
Speed: The Magnitude
Speed is a scalar value representing the total rate of travel along the path.
PYTHAGOREAN THEOREM
Speed = ||v(t)|| = \(\sqrt{(x'(t))^2 + (y'(t))^2}\)
Instantaneous
Always ≥ 0
Path Scalar
Simulation: The Loop
At the top of a roller coaster loop, the car's position is: x(t) = 40sin(t), y(t) = 40 - 40cos(t)
What is the velocity vector at the peak?
What is the car's speed?
Where is the acceleration pointing?
CAR
Motion Simulation Hub
Kinematics Guide Teacher Resource Kinematics Guide
Lesson 4: Particle Motion Vectors • Teacher Resource
Teacher Facing
Simulating Motion Sequence
Bridging Calc & Physics
Students often struggle with the distinction between speed (scalar) and velocity (vector). In parametric calculus, we treat them as vector-valued functions. This lesson is the direct precursor to Vector Calculus in multivariable courses.
Key Vocabulary
Displacement: \(\langle \Delta x, \Delta y \rangle\)
Speed: Magnitude of Velocity
Distance: Integral of Speed
At Rest: When \(v(t) = \langle 0, 0 \rangle\)
Essential Formulas
Velocity
⟨ x', y' ⟩
Acceleration
⟨ x'', y'' ⟩
Speed
\(\sqrt{(x')^2 + (y')^2}\)
The Roller Coaster Loop
Equations: \(x = 40\sin(t), y = 40 - 40\cos(t)\)
Analysis at the Peak (\(t = \pi\)):
Velocity: \(v(\pi) = \langle 40\cos(\pi), 40\sin(\pi) \rangle = \langle -40, 0 \rangle\).
Speed: \(40\) units/sec.
Acceleration: \(a(\pi) = \langle -40\sin(\pi), 40\cos(\pi) \rangle = \langle 0, -40 \rangle\).
Point out that at the peak, the car has NO vertical velocity (horizontal movement only), but it has a HUGE downward acceleration (gravity/centripetal force pulling it down). This visualizes why \(v(t)\) and \(a(t)\) can be orthogonal.
Student Worksheet Solutions
Problem 1:
Particle is "at rest" only if BOTH \(x'(t)=0\) AND \(y'(t)=0\). If only one is zero, it is just moving purely vertically or horizontally.
Problem 2:
Speed calculation: Ensure students square the entire derivative term. \((-2t)^2\) becomes \(4t^2\), not \(-4t^2\). This is a common algebra error.
Problem 3:
Direction of Motion: Found using \(\theta = \arctan(y'/x')\). Remind them about quadrant checks for the velocity vector.
Differentiation Suggestion
"Students often ask if they should calculate the speed before or after substituting \(t\). For specific points in time, it's almost always easier to evaluate \(x'(t)\) and \(y'(t)\) first, then plug into the magnitude formula."
Particle Motion Vectors Worksheet Vectors in Motion
Worksheet 4.1 • Particle Kinematics
Student Name
Date
01
Component Analysis
A particle moves so that its position is x(t) = 4t - t² and y(t) = 3t + 1.
Velocity Vector v(t)
Acceleration Vector a(t)
Is the particle ever at rest? Support your answer with calculations.
02
Speed & Direction
A particle moves along a path with dx/dt = 3cos(t) and dy/dt = 4sin(t).
1. Find Speed at t = π/4
2. Magnitude of Acceleration at t = π/4
03
Vector Visualization
At t = 2, a particle has velocity v(2) = ⟨ -3, 4 ⟩ and acceleration a(2) = ⟨ 2, 0 ⟩.
A. Is the speed increasing or decreasing?
Hint: Consider the dot product of velocity and acceleration, or look at whether the acceleration component is pushing in the direction of velocity.
Arc Length Slides Measuring the Trail
Lesson 5: Arc Length & Total Distance
Distance vs. Displacement
You hike from point A to point B .
Displacement
The straight-line vector between start and end.
Total Distance
The actual path length (arc length) traveled.
GPS TRACKING DATA
Arc Length Formula
To find the total distance traveled along a curve from t = a to t = b, we integrate the speed .
\[ S = \int_{a}^{b} \sqrt{\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2} \, dt \]
Sum of tiny segments
Geometric Length
Displacement Review
Vector Calculation
⟨ x(b) - x(a), y(b) - y(a) ⟩
Net change in position from start to end.
Integral Method
⟨ \(\int_{a}^{b} x'(t) dt, \int_{a}^{b} y'(t) dt\) ⟩
Integrating components separately.
Note: The magnitude of displacement is the straight-line distance, but the arc length is almost always longer.
Arc Length Teacher Guide Distance Tracker
Lesson 5: Arc Length & Distance • Teacher Resource
Teacher Facing
Simulating Motion Sequence
The Culmination
This final lesson connects the Pythagorean theorem to calculus by integrating the instantaneous speed to find the total distance traveled along a curve. It is a critical distinction for the AP Calculus BC exam and engineering applications.
Differentiation Note
Distinguish between Distance Traveled (integrating speed) and Displacement (the vector difference). In rectangular form, distance is \(\int |v(t)| dt\), which matches the parametric arc length formula exactly.
Pacing Goal
10m: GPS Case Study
15m: Formula Derivation
25m: Problem Workshop
10m: Sequence Wrap-up
The GPS Data Hook
The Scenario:
A hiker starts at \((0,0)\) and ends at \((3,4)\) after 1 hour. A straight line map says they went 5 miles. Their GPS says they walked 8.2 miles.
Question:
"Why is the GPS number larger? What calculus formula represents the GPS data?"
The Connection:
"The GPS calculates the sum of thousands of tiny 'straight lines' (the hypotenuses of small \(\Delta x, \Delta y\) steps). This is the definition of the integral."
Worksheet Key & Insights
The Constant Speed Problem:
\(x = 3\cos(t), y = 3\sin(t)\) from \(0\) to \(2\pi\).
Arc Length = \(\int_{0}^{2\pi} \sqrt{(-3\sin t)^2 + (3\cos t)^2} dt = \int_{0}^{2\pi} \sqrt{9(\sin^2 t + \cos^2 t)} dt = \int_{0}^{2\pi} 3 dt = 6\pi\).
Point out this is simply the circumference of a circle (\(2\pi r\)).
Calculator Usage:
Most arc length integrals cannot be solved analytically. Train students to set up the integral correctly and use the NINT (Numerical Integration) feature on their graphing calculators.
Sequence Mastery
By now, students should be able to describe a particle's entire story: its path, its slope, its curvature, its speed, and its total journey.
Arc Length Analysis Worksheet Measuring the Trail
Worksheet 5.1 • Arc Length & Distance
Student Name
Date
Distance vs. Displacement
Consider a particle moving along a path from \(t=0\) to \(t=5\). Define the difference between the two measurements below, including the calculus expression for each.
Total Distance
Formula & Interpretation...
Displacement
Formula & Interpretation...
01
Exact Path Length
Find the exact arc length of the curve defined by x = t² and y = t³ from t = 0 to t = 1. Show all integration steps.
Step 1: Setup the Integral
Step 2: Solve
02
Calculator Assisted Distance
A bug crawls along the path x = t - sin(t), y = 1 - cos(t) for 0 ≤ t ≤ 2π.
Setup the integral for the total distance the bug travels. Use your calculator to evaluate the value to three decimal places.
Integral Setup
Value: ________
The Ultimate Comparison
A particle travels along x = 3t and y = 4t from t = 0 to t = 2. Why is the total distance exactly equal to the magnitude of displacement in this specific case?