Sometimes the relation between two variables x and y is not explicit (like y=f(x)) nor implicit (like f(x,y)=0). Instead, both x and y are expressed in terms of a third variable.
This third variable is called a parameter. The equations expressing x and y in terms of the parameter are called parametric equations.
For example, x=f(t) and y=g(t), where t is the parameter.
Derivative of Parametric Functions
To find dxdy when x and y are given in parametric form, we use the Chain Rule.
Since y is a function of t, and x is also a function of t, we can write:
dtdy=dxdy⋅dtdx
Rearranging this formula gives us:
dxdy=dtdxdtdy
provided dtdx=0.
Working Rule
Differentiate x with respect to the parameter t to find dtdx.
Differentiate y with respect to the parameter t to find dtdy.
Divide dtdy by dtdx to obtain dxdy.
Solved Examples
Example 1: Basic Algebraic Parametric Equations
Find dxdy, if x=at2 and y=2at.
Solution:
Step 1: Differentiate x with respect to t.
dtdx=dtd(at2)=2at
Step 2: Differentiate y with respect to t.
dtdy=dtd(2at)=2a
Step 3: Apply the parametric differentiation formula.
dxdy=dtdxdtdy=2at2a=t1
Answer:t1
Example 2: Trigonometric Parametric Equations (Circle)
Find dxdy, if x=acosθ and y=asinθ.
Solution:
Step 1: Differentiate x with respect to θ.
dθdx=dθd(acosθ)=−asinθ
Step 2: Differentiate y with respect to θ.
dθdy=dθd(asinθ)=acosθ
Step 3: Use the parametric derivative formula.
dxdy=−asinθacosθ=−cotθ
Answer:−cotθ
Example 3: Finding Derivative at a Specific Point
Find dxdy at θ=4π if x=asec3θ and y=atan3θ.
Solution:
Step 1: Differentiate x with respect to θ.
dθdx=a⋅3sec2θ⋅(secθtanθ)=3asec3θtanθ
Step 2: Differentiate y with respect to θ.
dθdy=a⋅3tan2θ⋅sec2θ=3atan2θsec2θ
Step 4: Evaluate at θ=4π.
dxdyθ=π/4=sin(4π)=21
Answer:21
Example 4: The Cycloid Curve
Find dxdy, if x=a(θ−sinθ) and y=a(1−cosθ).
Solution:
Step 1: Differentiate x with respect to θ.
dθdx=a(1−cosθ)
Step 2: Differentiate y with respect to θ.
dθdy=asinθ
Step 3: Divide to find dxdy.
dxdy=a(1−cosθ)asinθ=1−cosθsinθ
Step 4: Simplify using half-angle identities.
sinθ=2sin2θcos2θ,1−cosθ=2sin22θ
So,
dxdy=2sin22θ2sin2θcos2θ=cot2θ
Answer:cot(2θ)
Example 5: Product Rule in Parametric Forms
Find dxdy, if x=a(cost+tsint) and y=a(sint−tcost).
Solution:
Step 1: Differentiate x with respect to t.
dtdx=a[−sint+dtd(tsint)]
Using product rule,
dtd(tsint)=sint+tcost
Hence,
dtdx=a(−sint+sint+tcost)=atcost
Step 2: Differentiate y with respect to t.
dtdy=a[cost−dtd(tcost)]
Using product rule,
dtd(tcost)=cost−tsint
Therefore,
dtdy=a[cost−(cost−tsint)]=atsint
Step 3: Find dxdy.
dxdy=atcostatsint=tant
Answer:tant
Example 6: Complex Logarithmic/Trigonometric Parameter
Find dxdy, if x=a(cost+logtan2t) and y=asint.
Solution:
Step 1: Differentiate x with respect to t.
dtdx=a[−sint+dtd(logtan2t)]
Now,
dtd(logtan2t)=tan(t/2)1⋅sec22t⋅21
This simplifies to
2sin(t/2)cos(t/2)1=sint1
Hence,
dtdx=a(−sint+sint1)=a(sint1−sin2t)=sintacos2t
Step 2: Differentiate y with respect to t.
dtdy=acost
Step 3: Use the identity
sin−1t+cos−1t=2π
So,
x2y2=aπ/2
which is a constant.
Step 4: Differentiate implicitly with respect to x.
dxd(x2y2)=0
Using product rule,
2xy2+x2⋅2ydxdy=0
Step 5: Solve for dxdy.
2x2ydxdy=−2xy2dxdy=−xy
Answer: Proved.
Example 8: Rational Parametric Forms
Find dxdy, if x=1+t21−t2 and y=1+t22t.
Solution:
Step 1: Let t=tanθ.
Then,
x=1+tan2θ1−tan2θ=cos2θ,y=1+tan2θ2tanθ=sin2θ
Step 2: Differentiate with respect to θ.
dθdx=−2sin2θ,dθdy=2cos2θ
Step 3: Find dxdy.
dxdy=−2sin2θ2cos2θ=−cot2θ
Since x=cos2θ and y=sin2θ,
−cot2θ=−yx
Answer:−yx
Example 9: Expressing dxdy in terms of parameter
Find dxdy if x=3cosθ−2cos3θ and y=3sinθ−2sin3θ.
Solution:
Step 1: Differentiate x with respect to θ.
dθdx=−3sinθ−2⋅3cos2θ(−sinθ)=−3sinθ+6sinθcos2θdθdx=3sinθ(2cos2θ−1)
Using 2cos2θ−1=cos2θ,
dθdx=3sinθcos2θ
Step 2: Differentiate y with respect to θ.
dθdy=3cosθ−2⋅3sin2θcosθ=3cosθ(1−2sin2θ)
Using 1−2sin2θ=cos2θ,
dθdy=3cosθcos2θ