Coordinate Chronicles Worksheet Coordinate Chronicles
Mission: Intro to Parametric Equations
Pilot:
Date:
1. Plotting the Course
Given the parametric equations \(x = t^2 - 1\) and \(y = 2t\) for \(-2 \leq t \leq 2\), complete the table and sketch the path. Indicate the orientation (direction of motion) with arrows.
x-axis y-axis
2. De-Parameterization
Find the Cartesian equation for the curves by eliminating the parameter. Identify the shape of the graph.
A. \(x = 3 \cos t, \quad y = 3 \sin t\)
B. \(x = t + 2, \quad y = t^2 - 4\)
3. Mission Logistics
A particle's motion is modeled by \(x = \sqrt{t}\) and \(y = t - 2\). Over what domain of \(t\) is the particle in the fourth quadrant? Show your algebraic work.
Critical Thinking
The Cartesian equation \(y = x^2\) and the parametric equations \(x = \sin t, y = \sin^2 t\) represent the same shape but different paths. Explain the difference in terms of the "voyage" of a particle.
Defining the Path Slides Defining the Path
Lesson 1: Introduction to Parametric Equations
Unit: Vector Voyages
12th Grade Calculus
The Hidden Dimension
Standard graphs like y = f(x) show us where something is, but they don't tell us when it was there.
Think about it:
"If a roller coaster track is shaped like a parabola, do you know how fast the car is moving at the peak just by looking at the equation \(y = x^2\)?"
Parametric equations add the parameter t (time).
The Definition
If \(x\) and \(y\) are given as functions of a third variable t (the parameter) over an interval \(I\):
x = f(t)
y = g(t)
The set of points (x, y) = (f(t), g(t)) forms a plane curve.
Eliminating the Parameter
Converting back to the Cartesian world (\(x\) and \(y\) only).
Method 1: Substitution
Solve one equation for \(t\).
Substitute that expression for \(t\) into the other equation.
Simplify to get \(y\) in terms of \(x\).
Method 2: Trigonometry
Use identities like:
\(\sin^2 t + \cos^2 t = 1\)
Essential for circles and ellipses!
Mission: Predict the Path
Grab your graphing calculators.
Set mode to PAR (Parametric).
X1 = 5 cos(T)
Y1 = 2 sin(T)
What shape do you expect? Which way will it draw?
Defining the Path Teacher Guide Mission Briefing: Lesson 1
Defining the Path (Intro to Parametrics)
Learning Objectives
Sketch curves defined by parametric equations by plotting points.
Identify orientation of a curve relative to increasing values of \(t\).
Convert parametric equations to Cartesian form by eliminating the parameter.
Adjust calculator windows for parametric mode.
Key Vocabulary
Parameter (\(t\)) Orientation Plane Curve De-parameterization
Instructional Sequence
00-10
The Hook: "The Ghost Particle"
Use Desmos or a handheld calculator to plot \(x = \cos(t), y = \sin(t)\). Ask: "Where is the particle at \(t = 0\)? \(t = \pi/2\)? Is it moving clockwise or counter-clockwise?"
10-25
Direct Instruction: Mechanics
Demonstrate point-plotting in a table. Emphasize that \(t\) is the input that generates an \((x, y)\) output. Transition to "Eliminating the Parameter" using the substitution method and trig identities.
25-45
Guided Practice: "Coordinate Chronicles"
Students work on Section 1 and 2 of the worksheet. Monitor for common errors (e.g., forgetting arrows for orientation, incorrect trig squaring).
Red Alerts (Common Misconceptions)
1. Static Thinking:
Students often forget the arrows. Remind them that parametric curves are "voyages" with a start, a path, and an end.
2. Domain Confusion:
When eliminating the parameter, the Cartesian result might have a larger domain than the original parametric form. Always check restrictions on \(x\) and \(y\).
Worksheet Key Highlights
1. Table:
t=-2: (3, -4)
t=0: (-1, 0)
t=2: (3, 4)
Shape: Parabola opening right.
2. De-param:
A: (x/3)^2 + (y/3)^2 = 1 -> Circle r=3
B: y = (x-2)^2 - 4 -> Parabola
Slope Seekers Worksheet Slope Seekers
Parametric Differentiation & Tangents
UNIT: VECTOR VOYAGES
NAME:
The Differentiation Engine
Geometric Slope
\[ \frac{dy}{dx} = \frac{\frac{dy}{dt}}{\frac{dx}{dt}}, \quad \frac{dx}{dt} \neq 0 \]
Think of it as the ratio of vertical speed to horizontal speed. If \(dx/dt = 0\), the slope is vertical. If \(dy/dt = 0\), the slope is horizontal.
01 Calculating the Slope
Find \(dy/dx\) in terms of \(t\) for the following parametric equations:
A. \(x = t^3, \quad y = t^2 + 1\)
B. \(x = 2 \cos t, \quad y = 2 \sin t\)
02 Charting the Tangent
Find the equation of the line tangent to the curve defined by \(x = e^t\), \(y = e^{2t}\) at the point where \(t = 0\).
STEP 1: Find coordinates (x,y) at t=0
STEP 2: Calculate dy/dx at t=0
STEP 3: Write tangent line equation
03 Critical Maneuvers
A particle travels along the path \(x = t^2 - 4t\), \(y = t^2 + 2t\). At what value(s) of \(t\) is the tangent line...
A. Horizontal?
B. Vertical? Slope Seekers Slides Slope Seekers
Lesson 2
dy/dx = (dy/dt) / (dx/dt)
The Geometric Question
Logic
If \(y\) and \(x\) both depend on \(t\), how do we find the "steepness" of the path in the \(xy\)-plane?
Chain Rule Recall:
\(\frac{dy}{dt} = \frac{dy}{dx} \cdot \frac{dx}{dt}\)
"The slope of the path is the ratio of how fast we move vertically to how fast we move horizontally."
\(\frac{dy}{dx} = \frac{dy/dt}{dx/dt}\)
Tangent Line Checklist
01
Find t
Usually given, or you solve for it using a point \((x,y)\).
02
Find x, y
Plug \(t\) into your original equations to get the coordinate point.
03
Find Slope
Calculate \(dx/dt\) and \(dy/dt\), then divide them.
\(y - y_1 = m(x - x_1)\)
Horizontal vs Vertical
Horizontal
Occurs when vertical rate is zero.
\(\frac{dy}{dt} = 0\)
(As long as \(dx/dt \neq 0\))
Vertical
Occurs when horizontal rate is zero.
\(\frac{dx}{dt} = 0\)
(As long as \(dy/dt \neq 0\))
Quick Check
A curve is defined by x = t² and y = t³.
Find the slope \(dy/dx\) at \(t = 2\).
1. dx/dt
2t
2. dy/dt
3t²
3. dy/dx
1.5t
At \(t = 2\), the slope is 3.
Curvature Control Worksheet Curvature Control
Mission: The Second Derivative & Concavity
Navigator:
Date:
Standard Operating Procedure
The Second Derivative Formula
\[ \frac{d^2y}{dx^2} = \frac{\frac{d}{dt} \left[ \frac{dy}{dx} \right]}{\frac{dx}{dt}} \]
Caution: You cannot simply differentiate dy/dx with respect to t and stop. You must divide by dx/dt to "normalize" the rate for x.
1. Calculating Curvature
Given \(x = t^2 + 1\) and \(y = t^3 - 3t\), find \(d^2y/dx^2\). Show each step of the differentiation engine.
Step A: Find dy/dx
Step B: Find dx/dt
Step C: Apply the Chain Rule formula for d²y/dx²
2. Concavity Flight Log
For the curve \(x = \cos t, \quad y = \sin(2t)\) on the interval \(0 < t < \pi\):
Determine the values of \(t\) where the curve is concave up.
Observation Deck
If \(dx/dt\) is negative, what does that imply about the "time" direction relative to the x-axis? How does this explain the need for dividing by \(dx/dt\) in the formula?
Curvature Control Slides Curvature Control
The Second Derivative
The Common Trap
DANGER
Students often think the second derivative is just:
d/dt [dy/dx]
This is incorrect. Why? Because the rate of change of the slope must be measured with respect to x, not t.
The Derivation
We want: d/dx [dy/dx]
By Chain Rule:
\[ \frac{d}{dt} \left[ \frac{dy}{dx} \right] = \frac{d}{dx} \left[ \frac{dy}{dx} \right] \cdot \frac{dx}{dt} \]
Solve for the target term:
Final Formula
\[ \frac{d^2y}{dx^2} = \frac{\frac{d}{dt} \left[ y' \right]}{\frac{dx}{dt}} \]
"The derivative of the first derivative, divided by the derivative of x."
Concavity Analysis
Concave UP
The slope is increasing.
\(\frac{d^2y}{dx^2} > 0\)
Concave DOWN
The slope is decreasing.
\(\frac{d^2y}{dx^2} < 0\)
The Pro Protocol
1. Keep your dy/dx in terms of t.
2. Don't simplify too early – it might make the next derivative harder!
3. ALWAYS double check the denominator (\(dx/dt\)).
Mission Control Motion Worksheet Mission Control Motion
Topic: Position, Velocity, Acceleration & Speed
Agent:
Timestamp:
Position
\( (x, y) \)
Velocity
\( \langle \frac{dx}{dt}, \frac{dy}{dt} \rangle \)
Acceleration
\( \langle \frac{d^2x}{dt^2}, \frac{d^2y}{dt^2} \rangle \)
Speed
\( \sqrt{(x')^2 + (y')^2} \)
1. Vector Diagnostics
A particle moves so that its position at any time \(t \geq 0\) is given by \(x(t) = 3t^2 + 1\) and \(y(t) = t^3 - 4t\).
A. Velocity Vector at t = 1
B. Acceleration Vector at t = 1
C. Speed of the particle at t = 1
Result Here
2. Flight Path Analysis
For a different particle with velocity vector \(v(t) = \langle \cos(t), e^{t/2} \rangle \):
Find the total distance traveled by the particle on the interval \(0 \leq t \leq 2\). (Setup the integral only)
Slope of the path at t = \(\pi\)
Is the particle moving right or left at t = \(\pi\)? Explain.
Mission Control Motion Slides Mission Control Motion
Vector Analysis
Kinematic States
01 Position
(x, y)
The coordinate point at time t.
02 Velocity
⟨x', y'⟩
A vector showing rate and direction.
03 Accel.
⟨x'', y''⟩
The rate of change of the velocity vector.
Speed: The Magnitude
Velocity is a VECTOR (direction matters).
Speed is a SCALAR (only size matters).
"How fast is the speedometer needle moving, regardless of which way the car is pointing?"
The Magnitude Formula
\[ \|v(t)\| = \sqrt{(x')^2 + (y')^2} \]
Derived from the Pythagorean Theorem
Mission Scenarios
The Collision Test
Two particles pass through \((5, 2)\).
Particle A is there at t = 2.
Particle B is there at t = 3.
Did they collide?
Total Distance
How do we find the total distance traveled?
Hint: Integrate the Speed!
\[ \int_{a}^{b} \sqrt{(x')^2 + (y')^2} \, dt \]
Visualizing Plane Motion
Video: Vector Motion Simulation
[ID: Placeholder]
Watch how the velocity vector (arrow) changes length as the particle speeds up and slows down around the curve.
The Long Way Round Worksheet The Long Way Round
Mission: Arc Length & Total Distance
Explorer:
Calculated On:
Arc Length Blueprint
\[ L = \int_{a}^{b} \sqrt{\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2} \, dt \]
"Integration is the infinite summation of tiny little hypotenuses along the curve."
1. Length of a Voyage
Calculate the exact length of the curve defined by \(x = \frac{1}{3}t^3\), \(y = \frac{1}{2}t^2\) from \(t = 0\) to \(t = 1\).
dx/dt
dy/dt
Integral Setup & Evaluation
2. Displacement vs. Distance
An underwater drone moves with velocity vector \(v(t) = \langle 3t^2, 2t \rangle\). At \(t=0\), it is at the origin.
A. Net Displacement
Where did it end up relative to the start at t = 2?
B. Total Distance
How much 'fuel' did it use to get there on 0 ≤ t ≤ 2?
Flight Recorder Check
In what scenario would the displacement and total distance be exactly the same? Explain using properties of the velocity vector.
The Long Way Round Slides The Long Way Round
Arc Length & Distance
Measuring a Curve
The Logic
How do you measure a curved line with a straight ruler?
Pythagoras at the limit:
\(dL = \sqrt{dx^2 + dy^2}\)
"We sum up an infinite number of tiny straight segments (\(dL\)) along the curve."
\(\int \sqrt{(x')^2 + (y')^2} \, dt\)
Distance vs. Displacement
Displacement
The straight-line change from start to finish.
(x(b) - x(a), y(b) - y(a))
"As the crow flies."
Distance
The actual path length traveled by the particle.
∫ Speed dt
"Every step matters."
Mission Strategy: The Integral
Parametric arc length integrals are often impossible to solve by hand (due to the square root).
Calculator Protocol:
Define your velocity components in Y1 and Y2.
Use fnInt (Math 9) on your home screen.
The integrand is √(Y1² + Y2²).
The Bug on the Disk
A bug walks straight out from the center of a spinning record player. Its path in the plane is a spiral.
"Is the distance the bug walks longer, shorter, or the same as the radius of the disk?"
Calculus knows the answer.
The Long Way Round Answer Key Mission Key: Lesson 5
The Long Way Round (Arc Length & Distance)
CONFIDENTIAL // TEACHER USE ONLY
Essential Insight
The arc length formula for parametric equations is a direct extension of the distance formula applied to an infinite number of infinitesimal segments. It is critical that students recognize the integrand as speed . Integrating speed over time yields total distance.
Calculus Connection
Displacement Vector result
Distance Scalar result (Integral)
Arc Length Geometric path length
Worksheet Solution Path
1
Length of a Voyage
Derivatives:
dx/dt = t²
dy/dt = t
Setup:
L = ∫₀¹ √( (t²)² + t² ) dt
L = ∫₀¹ √( t⁴ + t² ) dt
L = ∫₀¹ t√( t² + 1 ) dt
Evaluation (u-sub):
u = t² + 1, du = 2t dt
½ ∫₁² √u du = ½ [⅔u³/²]₁²
= ⅓(2√2 - 1) ≈ 0.609
2
Drone Navigation
A. Displacement:
x(2) - x(0) = ∫₀² 3t² dt = [t³]₀² = 8
y(2) - y(0) = ∫₀² 2t dt = [t²]₀² = 4
Vector: <8, 4>
B. Total Distance:
∫₀² √( (3t²)² + (2t)² ) dt
∫₀² √( 9t⁴ + 4t² ) dt = ∫₀² t√( 9t² + 4 ) dt
u-sub: u = 9t²+4, du = 18t dt
¹/₁₈ ∫₄⁴⁰ √u du = ¹/₁₈ [⅔u³/²]₄⁴⁰
≈ 9.073 units
Critical Misconception: The Displacement Trap
Students frequently confuse the length of the displacement vector (distance between start and end points) with arc length . Emphasize that displacement length is \(\sqrt{( \Delta x)^2 + ( \Delta y)^2}\), while arc length is the integral of speed. The drone path in Problem 2 demonstrates this: Displacement length is \(\sqrt{8^2 + 4^2} \approx 8.94\), while total distance is \(\approx 9.07\).