For x=2t−1, y, find the equation of the tangent line at .
Explain using:
📋 AP Calculus BC — Exam Format Guide
⏱ 3 hours 15 minutes📝 51 questions📊 4 sections
Section
Format
Questions
Time
Weight
Calculator
Multiple Choice (No Calculator)
MCQ
30
60 min
33.3%
🚫
Multiple Choice (Calculator)
MCQ
15
45 min
16.7%
✅
Free Response (Calculator)
FRQ
2
30 min
16.7%
✅
Free Response (No Calculator)
FRQ
4
60 min
33.3%
🚫
📊 Scoring: 1-5
5
Extremely Qualified
~44%
4
Well Qualified
~18%
3
Qualified
~19%
2
Possibly Qualified
~11%
1
No Recommendation
~8%
💡 Key Test-Day Tips
✓Know your series tests
✓Parametric/polar problems appear every year
✓AB subscore is included
⚠️ Common Mistakes: Calculus with Parametric Equations
Avoid these 4 frequent errors
🌍 Real-World Applications: Calculus with 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?
Derivatives, tangent lines, and arc length for parametric curves
How can I study Calculus with 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 Calculus with Parametric Equations study guide free?▾
Yes — all study notes, flashcards, and practice problems for Calculus with Parametric Equations on Study Mondo are 100% free. No account is needed to access the content.
What course covers Calculus with Parametric Equations?▾
Calculus with 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 Calculus with Parametric Equations?
dxdy=dx/dtdy/dt=f′(t)g′(t)
provided f′(t)=0.
💡 Key Idea: Use the chain rule! Since both x and y depend on t, divide the rates of change.
Why This Formula Works
By the chain rule:
dtdy=dxdy⋅dtdx
Solving for dxdy:
dxdy=dx/dtdy/dt
Think: "How fast is y changing compared to how fast x is changing?"
Example 1: Finding dy/dx
For x=t2, y=t3, find dxdy.
Step 1: Find derivatives with respect to t
dtdx=2t,dtdy=3t2
Step 2: Apply formula
dxdy=dx/dtdy/dt=2t3t2=23t
Step 3: Express in terms of x (optional)
Since x=t2, we have t=±x
dxdy=23x or 2−3x
(depending on which branch)
Example 2: Slope at a Point
For x=3cost, y=2sint, find the slope at t=4π.
Step 1: Find derivatives
dtdx=−3sint,dtdy=2cost
Step 2: Find dy/dx
dxdy=−3sint2cost=−3sint2cost=−32cott
Step 3: Evaluate at t=4π
dxdyt=π/4=−32cot4π=−32(1)=−32
Answer: The slope at t=4π is −32.
Horizontal and Vertical Tangents
Horizontal Tangent
Occurs when dxdy=0
This happens when:
dtdy=0 AND
dtdx=0
Vertical Tangent
Occurs when dxdy is undefined
This happens when:
dtdx=0 AND
dtdy=0
Singular Point
If dtdx=0 AND dtdy=0 simultaneously:
The curve might have a cusp, self-intersection, or other singularity
Need more analysis (possibly using higher derivatives)
Example 3: Finding Tangent Lines
For x=t3−3t, y=t2, find all points where the tangent is horizontal.
Step 1: Find derivatives
dtdx=3t2−3,dtdy=2t
Step 2: Set dtdy=0
2t=0⟹t=0
Step 3: Check that dtdx=0 at t=0
dtdxt=0=3(0)2−3=−3=0 ✓
Step 4: Find the point
At t=0:
x=03−3(0)=0y=02=0
Answer: Horizontal tangent at point (0,0).
Second Derivative
To find dx2d2y for parametric curves:
dx2d2y=dxd(dxdy)=dx/dtd/dt(dy/dx)
Process:
Find dxdy as before
Take derivative with respect to t: dtd(dxdy)
Divide by dtdx
Example 4: Second Derivative
For x=t2, y=t3, find dx2d2y.
Step 1: Find first derivative
dxdy=2t3t2=23t
Step 2: Differentiate with respect to t
dtd(dxdy)=dtd(23t)=23
Step 3: Divide by dtdx
dx2d2y=2t3/2=4t3
Answer: dx2d2y=4t3
Arc Length of Parametric Curves
The arc length from t=a to t=b is:
L=∫ab(dtdx)2+(dtdy)2dt
Think: Speed = (dx/dt)2+(dy/dt)2, integrate over time!
Where This Comes From
Infinitesimal arc length:
ds=(dx)2+(dy)2
=(dtdxdt)2+(dtdydt)2
=(dtdx)2+(dtdy)2dt
Integrate from t=a to t=b!
Example 5: Arc Length of Circle
Find the circumference of x=rcost, y=rsint for 0≤t≤2π.
Step 1: Find derivatives
dtdx=−rsint,dtdy=rcost
Step 2: Compute the integrand
(dtdx)2+(dtdy)2=r2sin2t+r2cos2t
=r2(sin2t+cos2t)=r2=r
Step 3: Integrate
L=∫02πrdt=r[t]02π=r(2π−0)=2πr
Answer: 2πr (the circumference formula!) ✓
Example 6: Arc Length with Integration
Find the arc length of x=t2, y=32t3 from t=0 to t=1.
Step 1: Find derivatives
dtdx=2t,dtdy=2t2
Step 2: Set up integral
L=∫01(2t)2+(2t2)2dt
=∫014t2+4t4dt
=∫014t2(1+t2)dt
=∫012t1+t2dt
Step 3: Use substitution
Let u=1+t2, du=2tdt
When t=0: u=1
When t=1: u=2
L=∫12udu=[32u3/2]12
=32(2)3/2−32(1)3/2=32(22)−32
=342−2
Answer: 342−2 or 32(22−1)
Surface Area of Revolution
When rotating a parametric curve around the x-axis from t=a to t=b:
S=2π∫aby(dtdx)2+(dtdydt
Around the y-axis:
S=2π∫abx(dtdx)2+(dtdydt
⚠️ Common Mistakes
Mistake 1: Flipping the Fraction
WRONG: dxdy=dy/dtdx/dt
RIGHT: dxdy=dx/dtdy/dt
The derivative you want is on top!
Mistake 2: Forgetting to Check Conditions
For horizontal tangent: dtdy=0 AND dtdx=0
Don't forget to verify the second condition!
Mistake 3: Wrong Arc Length Formula
WRONG: L=∫(dx)2+(dy)2
RIGHT: L=∫(dx/dt)2+(dy/dt)2dt
Need to integrate with respect to the parameter!
Mistake 4: Second Derivative Error
dx2d2y=d2x/dt2d2y/dt2
Must use: dx2d2y=dx/dtd/dt(dy/dx)
Summary of Formulas
First Derivative:
dxdy=dx/dtdy/dt
Second Derivative:
dx2d2y=dx/dtd/dt(dy/dx)
Arc Length:
L=∫ab(dtdx)2+(dtdy)2dt
📝 Practice Strategy
Find dtdx and dtdy first
For slope: Divide dtdy by dt
For horizontal tangent: Set dtdy=0, check
For vertical tangent: Set dtdx=0, check
For arc length: Use formula with square root, often needs u-substitution
Check your setup before integrating
Simplify under the square root if possible
=
t2+
3
t=2
💡 Show Solution
Step 1: Find the point at t=2
x=2(2)−1=3y=22+3=7
Point: (3,7)
Step 2: Find derivatives
dtdx=2,dt
Step 3: Find slope at t=2
dxdy=dx
At t=2: dxdy=2
Step 4: Write tangent line equation
Using point-slope form with point (3,7) and slope m=2:
y−7=2(x−3)y−7=2x−
Answer: y=2x+1
2Problem 2medium
❓ Question:
For the parametric curve x=t3−3t and y=t2:
a) Find dxdy in terms of t.
b) Find in terms of .
c) Find the equation of the tangent line at .
💡 Show Solution
Solution:
Part (a):dxdy=
3Problem 3hard
❓ Question:
For x=cost, y=sin2t where 0≤t≤2π, find all points where the tangent line is vertical.
💡 Show Solution
Step 1: Find derivatives
dtdx=−sint
4Problem 4expert
❓ Question:
Find the arc length of x=etcost, y=etsint from t=0 to t=π/2.
💡 Show Solution
Step 1: Find derivatives
Using product rule:
dtdx
5Problem 5hard
❓ Question:
Find dy/dx and d²y/dx² for the parametric curve x = t³, y = t².
Yes, this page includes 5 practice problems with detailed solutions. Each problem includes a step-by-step explanation to help you understand the approach.