โ ๏ธ Common Mistakes: Introduction to Parametric Equations
Avoid these 4 frequent errors
๐ Real-World Applications: Introduction to Parametric Equations
See how this math is used in the real world
๐ Worked Example: Related Rates โ Expanding Circle
Problem:
A stone is dropped into a still pond, creating a circular ripple. The radius of the ripple is increasing at a rate of 2 cm/s. How fast is the area of the circle increasing when the radius is 10 cm?
How can I study Introduction to Parametric Equations effectively?โพ
Start by reading the study notes and working through the examples on this page. Then use the flashcards to test your recall. Practice with the 5 problems provided, checking solutions as you go. Regular review and active practice are key to retention.
Is this Introduction to Parametric Equations study guide free?โพ
Yes โ all study notes, flashcards, and practice problems for Introduction to Parametric Equations on Study Mondo are 100% free. No account is needed to access the content.
What course covers Introduction to Parametric Equations?โพ
Introduction to Parametric Equations is part of the AP Calculus BC course on Study Mondo, specifically in the Parametric & Polar (BC) section. You can explore the full course for more related topics and practice resources.
Are there practice problems for Introduction to Parametric Equations?
x=f(t),y=g(t)
๐ก Key Idea: The parameter t often represents time, and the equations trace out a path or curve!
Why Use Parametric Equations?
Advantages:
Can describe curves that aren't functions
Example: A circle fails the vertical line test
But parametrically: x=cost, y=sint works perfectly!
Natural for motion problems
t = time
Position: (x(t),y(t))
Describes the path of a moving object
More flexibility
Can go backwards, loop, cross itself
Can control speed along the curve
Example 1: A Simple Line
Consider: x=t, y=2t+1 for tโR
Step 1: Make a table
t
x=t
y=2t+1
Point
-2
-2
-3
(-2, -3)
-1
-1
-1
(-1, -1)
0
0
1
(0, 1)
1
1
3
(1, 3)
2
2
5
(2, 5)
Step 2: Eliminate the parameter
From x=t, we have t=x
Substitute into y=2t+1:
y=2x+1
This is a line with slope 2!
Direction: As t increases, we move in the direction of increasing x (left to right).
Example 2: A Circle
Consider: x=3cost, y=3sint for 0โคtโค2ฯ
Step 1: Eliminate the parameter
We know: cos2t+sin2t=1
From the equations:
3xโ=cost,3yโ=sint
Square and add:
(3xโ)2+(3yโ)2=cos2t+sin2t=1
9x2โ+9y2โ=1
x2+y2=9
This is a circle with center (0,0) and radius 3!
Direction: As t goes from 0 to 2ฯ:
At t=0: (3,0) (starting point)
At t=ฯ/2: (0,3) (top)
At t=ฯ: (โ3,0) (left)
At t=3ฯ/2: (0,โ3) (bottom)
Counterclockwise motion!
Example 3: An Ellipse
Consider: x=4cost, y=2sint for 0โคtโค2ฯ
Eliminate the parameter:
4xโ=cost,2yโ=sint
(4xโ)2+(2yโ)2=1
16x2โ+4y2โ=1
This is an ellipse with semi-major axis 4 (horizontal) and semi-minor axis 2 (vertical)!
Direction of Motion
The orientation of the curve matters!
To find direction:
Plug in a few values of t
See which way the point moves as t increases
Draw arrows on the curve
Example: For x=cost, y=sint:
t=0โฯ/2: Point moves from (1,0) to (0,1)
This is counterclockwise
Eliminating the Parameter
Common Techniques:
1. Solve for t from one equation, substitute into other
Example: x=t+1, y=t2
From first: t=xโ1
Substitute: y=(xโ1)2
2. Use trigonometric identities
For x=acost, y=bsint:
(axโ)2+(byโ)2=1
3. Use relationships between expressions
Example: x=t2, y=t3
Note: y=tโ t2=tโ x
But t=ยฑxโ, so y=ยฑxxโ=ยฑx3/2
Example 4: A Parabola
Consider: x=t2, y=2t for tโฅ0
Step 1: Solve for t
From y=2t: t=2yโ
Step 2: Substitute
x=t2=(2yโ)2=4y2โ
y2=4x
This is a parabola opening to the right!
Restriction: Since tโฅ0, we have y=2tโฅ0, so only the upper half!
Domain Restrictions
Pay attention to the range of t!
Example: x=cost, y=sint for 0โคtโคฯ
This traces only the upper semicircle (from (1,0) to (โ1,0)), not the full circle!
Parametric vs Cartesian
Same Curve, Different Parametrizations
Example: The line y=x can be represented as:
x=t,y=t
x=2t,y=2t
x=t3,y=t3
All trace the same line, but at different "speeds"!
Common Parametric Curves
Line through (x0โ,y0โ) with slope m:
x=x0โ+at,y=y0โ+bt
where abโ=m (slope)
Circle with center (h,k) and radius r:
x=h+rcost,y=k+rsint
for 0โคtโค2ฯ
Ellipse with center (h,k):
x=h+acost,y=k+bsint
where a = horizontal radius, b = vertical radius
Example 5: A Cycloid
The path traced by a point on the rim of a rolling wheel!
x=r(tโsint),y=r(1โcost)
where r is the radius of the wheel.
Famous curve in physics - fastest descent path (brachistochrone)!
Finding Intersections
To find where a parametric curve intersects itself or another curve:
Step 1: Set x(t1โ)=x(t2โ) and y(t1โ)=y(t2โ)
Step 2: Solve for t1โ and t2โ (with t1โ๎ =t2โ)
Step 3: Those t values give the intersection point(s)
โ ๏ธ Common Mistakes
Mistake 1: Forgetting Domain Restrictions
When eliminating t, the Cartesian equation might represent more than the parametric curve!
Always note restrictions on t, x, or y.
Mistake 2: Losing Direction Information
The Cartesian equation doesn't tell you which way the curve is traced!
Always check a few points to determine orientation.
Mistake 3: Assuming One-to-One
A parametric curve can cross itself!
Different values of t can give the same point (x,y).
Applications of Parametric Equations
Projectile motion:
x=(v0โcosฮธ)t
y=(v0โsinฮธ)tโ21โgt2
Planetary orbits: Elliptical paths
Computer graphics: Bezier curves for design
Engineering: Cam profiles, gear shapes
๐ Practice Strategy
Make a table of values for small integer t values
Plot points and connect smoothly
Draw arrows showing direction as t increases
Eliminate parameter to identify the curve type
Check domain - does the parametric curve trace all or part of the Cartesian curve?
Identify key features: starting point, ending point, orientation
Look for symmetry or special structure
=
3โ
t
๐ก Show Solution
Step 1: Solve for t from one equation
From x=1+2t:
2t=xโ1t=2xโ1โ
Step 2: Substitute into the other equation
y=3โt=3โ2xโ1โ
y=3โ2xโ+
y=โ21โx+2
This is a line with slope โ21โ and y-intercept 27โ.
Step 3: Find direction
Make a table:
t
x=1+2t
y=3
As t increases, x increases and y decreases.
Direction: Left to right, downward along the line.
Answer: Line y=โ21โx+2, traced left to right as increases.
2Problem 2easy
โ Question:
A curve is defined by the parametric equations x=t2โ2t and y=t+1.
a) Find the Cartesian equation by eliminating the parameter.
b) Find the point on the curve when t=3.
๐ก Show Solution
Solution:
Part (a): From y=t+1, we get t=yโ1.
Substitute into :
3Problem 3medium
โ Question:
For x=2cost, y=3sint where 0โคtโค2ฯ, eliminate the parameter and describe the curve.
๐ก Show Solution
Step 1: Use the Pythagorean identity
From the equations:
cost=2xโ,sint
4Problem 4hard
โ Question:
Eliminate the parameter for x=et, y=e2t+1 and identify any restrictions.
๐ก Show Solution
Step 1: Express t in terms of x
From x=et:
5Problem 5hard
โ Question:
Eliminate the parameter to find a Cartesian equation for x = 2t + 1, y = tยฒ - 3.
๐ก Show Solution
Step 1: Solve for t from the simpler equation:
x = 2t + 1
x - 1 = 2t
t = (x - 1)/2
Step 2: Substitute into y equation:
y = tยฒ - 3
y = [(x - 1)/2]ยฒ - 3
Step 3: Simplify:
y = (x - 1)ยฒ/4 - 3
y = (x - 1)ยฒ/4 - 12/4
y = [(x - 1)ยฒ - 12]/4
Step 5: Identify the curve:
This is a parabola opening upward
Vertex form: (x - 1)ยฒ = 4(y + 3)
Vertex: (1, -3)
Answer: y = (x - 1)ยฒ/4 - 3 or (x - 1)ยฒ = 4y + 12
โพ
Yes, this page includes 5 practice problems with detailed solutions. Each problem includes a step-by-step explanation to help you understand the approach.