Introduction to Parametric Forms

Sometimes the relation between two variables xx and yy is not explicit (like y=f(x)y = f(x)) nor implicit (like f(x,y)=0f(x, y) = 0). Instead, both xx and yy are expressed in terms of a third variable.

This third variable is called a parameter. The equations expressing xx and yy in terms of the parameter are called parametric equations. For example, x=f(t)x = f(t) and y=g(t)y = g(t), where tt is the parameter.


Derivative of Parametric Functions

To find dydx\frac{dy}{dx} when xx and yy are given in parametric form, we use the Chain Rule.

Since yy is a function of tt, and xx is also a function of tt, we can write: dydt=dydxdxdt\frac{dy}{dt} = \frac{dy}{dx} \cdot \frac{dx}{dt}

Rearranging this formula gives us: dydx=dydtdxdt\frac{dy}{dx} = \frac{\frac{dy}{dt}}{\frac{dx}{dt}} provided dxdt0\frac{dx}{dt} \ne 0.

Working Rule

  1. Differentiate xx with respect to the parameter tt to find dxdt\frac{dx}{dt}.
  2. Differentiate yy with respect to the parameter tt to find dydt\frac{dy}{dt}.
  3. Divide dydt\frac{dy}{dt} by dxdt\frac{dx}{dt} to obtain dydx\frac{dy}{dx}.

Solved Examples

Example 1: Basic Algebraic Parametric Equations

Find dydx\frac{dy}{dx}, if x=at2x = at^2 and y=2aty = 2at.

Solution: Step 1: Differentiate xx with respect to tt. dxdt=ddt(at2)=2at\frac{dx}{dt} = \frac{d}{dt}(at^2) = 2at

Step 2: Differentiate yy with respect to tt. dydt=ddt(2at)=2a\frac{dy}{dt} = \frac{d}{dt}(2at) = 2a

Step 3: Apply the parametric differentiation formula. dydx=dydtdxdt=2a2at=1t\frac{dy}{dx} = \frac{\frac{dy}{dt}}{\frac{dx}{dt}} = \frac{2a}{2at} = \frac{1}{t}

Answer: 1t\frac{1}{t}


Example 2: Trigonometric Parametric Equations (Circle)

Find dydx\frac{dy}{dx}, if x=acosθx = a \cos\theta and y=asinθy = a \sin\theta.

Solution: Step 1: Differentiate xx with respect to θ\theta. dxdθ=ddθ(acosθ)=asinθ\frac{dx}{d\theta} = \frac{d}{d\theta}(a\cos\theta) = -a\sin\theta

Step 2: Differentiate yy with respect to θ\theta. dydθ=ddθ(asinθ)=acosθ\frac{dy}{d\theta} = \frac{d}{d\theta}(a\sin\theta) = a\cos\theta

Step 3: Use the parametric derivative formula. dydx=acosθasinθ=cotθ\frac{dy}{dx} = \frac{a\cos\theta}{-a\sin\theta} = -\cot\theta

Answer: cotθ-\cot\theta


Example 3: Finding Derivative at a Specific Point

Find dydx\frac{dy}{dx} at θ=π4\theta = \frac{\pi}{4} if x=asec3θx = a \sec^3\theta and y=atan3θy = a \tan^3\theta.

Solution: Step 1: Differentiate xx with respect to θ\theta. dxdθ=a3sec2θ(secθtanθ)=3asec3θtanθ\frac{dx}{d\theta} = a\cdot 3\sec^2\theta \cdot (\sec\theta\tan\theta) = 3a\sec^3\theta\tan\theta

Step 2: Differentiate yy with respect to θ\theta. dydθ=a3tan2θsec2θ=3atan2θsec2θ\frac{dy}{d\theta} = a\cdot 3\tan^2\theta \cdot \sec^2\theta = 3a\tan^2\theta\sec^2\theta

Step 3: Find dydx\frac{dy}{dx}. dydx=3atan2θsec2θ3asec3θtanθ=tanθsecθ=sinθ\frac{dy}{dx} = \frac{3a\tan^2\theta\sec^2\theta}{3a\sec^3\theta\tan\theta} = \frac{\tan\theta}{\sec\theta} = \sin\theta

Step 4: Evaluate at θ=π4\theta = \frac{\pi}{4}. dydxθ=π/4=sin(π4)=12\left.\frac{dy}{dx}\right|_{\theta=\pi/4} = \sin\left(\frac{\pi}{4}\right) = \frac{1}{\sqrt{2}}

Answer: 12\frac{1}{\sqrt{2}}


Example 4: The Cycloid Curve

Find dydx\frac{dy}{dx}, if x=a(θsinθ)x = a(\theta - \sin\theta) and y=a(1cosθ)y = a(1 - \cos\theta).

Solution: Step 1: Differentiate xx with respect to θ\theta. dxdθ=a(1cosθ)\frac{dx}{d\theta} = a(1 - \cos\theta)

Step 2: Differentiate yy with respect to θ\theta. dydθ=asinθ\frac{dy}{d\theta} = a\sin\theta

Step 3: Divide to find dydx\frac{dy}{dx}. dydx=asinθa(1cosθ)=sinθ1cosθ\frac{dy}{dx} = \frac{a\sin\theta}{a(1 - \cos\theta)} = \frac{\sin\theta}{1 - \cos\theta}

Step 4: Simplify using half-angle identities. sinθ=2sinθ2cosθ2,1cosθ=2sin2θ2\sin\theta = 2\sin\frac{\theta}{2}\cos\frac{\theta}{2}, \qquad 1-\cos\theta = 2\sin^2\frac{\theta}{2} So, dydx=2sinθ2cosθ22sin2θ2=cotθ2\frac{dy}{dx} = \frac{2\sin\frac{\theta}{2}\cos\frac{\theta}{2}}{2\sin^2\frac{\theta}{2}} = \cot\frac{\theta}{2}

Answer: cot(θ2)\cot\left(\frac{\theta}{2}\right)


Example 5: Product Rule in Parametric Forms

Find dydx\frac{dy}{dx}, if x=a(cost+tsint)x = a(\cos t + t\sin t) and y=a(sinttcost)y = a(\sin t - t\cos t).

Solution: Step 1: Differentiate xx with respect to tt. dxdt=a[sint+ddt(tsint)]\frac{dx}{dt} = a\left[-\sin t + \frac{d}{dt}(t\sin t)\right] Using product rule, ddt(tsint)=sint+tcost\frac{d}{dt}(t\sin t) = \sin t + t\cos t Hence, dxdt=a(sint+sint+tcost)=atcost\frac{dx}{dt} = a(-\sin t + \sin t + t\cos t) = at\cos t

Step 2: Differentiate yy with respect to tt. dydt=a[costddt(tcost)]\frac{dy}{dt} = a\left[\cos t - \frac{d}{dt}(t\cos t)\right] Using product rule, ddt(tcost)=costtsint\frac{d}{dt}(t\cos t) = \cos t - t\sin t Therefore, dydt=a[cost(costtsint)]=atsint\frac{dy}{dt} = a[\cos t - (\cos t - t\sin t)] = at\sin t

Step 3: Find dydx\frac{dy}{dx}. dydx=atsintatcost=tant\frac{dy}{dx} = \frac{at\sin t}{at\cos t} = \tan t

Answer: tant\tan t


Example 6: Complex Logarithmic/Trigonometric Parameter

Find dydx\frac{dy}{dx}, if x=a(cost+logtant2)x = a\left(\cos t + \log\tan\frac{t}{2}\right) and y=asinty = a\sin t.

Solution: Step 1: Differentiate xx with respect to tt. dxdt=a[sint+ddt(logtant2)]\frac{dx}{dt} = a\left[-\sin t + \frac{d}{dt}\left(\log\tan\frac{t}{2}\right)\right] Now, ddt(logtant2)=1tan(t/2)sec2t212\frac{d}{dt}\left(\log\tan\frac{t}{2}\right) = \frac{1}{\tan(t/2)}\cdot \sec^2\frac{t}{2}\cdot \frac{1}{2} This simplifies to 12sin(t/2)cos(t/2)=1sint\frac{1}{2\sin(t/2)\cos(t/2)} = \frac{1}{\sin t} Hence, dxdt=a(sint+1sint)=a(1sin2tsint)=acos2tsint\frac{dx}{dt} = a\left(-\sin t + \frac{1}{\sin t}\right) = a\left(\frac{1-\sin^2 t}{\sin t}\right) = \frac{a\cos^2 t}{\sin t}

Step 2: Differentiate yy with respect to tt. dydt=acost\frac{dy}{dt} = a\cos t

Step 3: Find dydx\frac{dy}{dx}. dydx=acostacos2tsint=sintcost=tant\frac{dy}{dx} = \frac{a\cos t}{\frac{a\cos^2 t}{\sin t}} = \frac{\sin t}{\cos t} = \tan t

Answer: tant\tan t


Example 7: The Substitution Trick

If x=asin1tx = \sqrt{a^{\sin^{-1} t}} and y=acos1ty = \sqrt{a^{\cos^{-1} t}}, show that dydx=yx\frac{dy}{dx} = -\frac{y}{x}.

Solution: Step 1: Square both equations. x2=asin1t,y2=acos1tx^2 = a^{\sin^{-1} t}, \qquad y^2 = a^{\cos^{-1} t}

Step 2: Multiply them. x2y2=asin1tacos1t=asin1t+cos1tx^2y^2 = a^{\sin^{-1} t} \cdot a^{\cos^{-1} t} = a^{\sin^{-1} t + \cos^{-1} t}

Step 3: Use the identity sin1t+cos1t=π2\sin^{-1} t + \cos^{-1} t = \frac{\pi}{2} So, x2y2=aπ/2x^2y^2 = a^{\pi/2} which is a constant.

Step 4: Differentiate implicitly with respect to xx. ddx(x2y2)=0\frac{d}{dx}(x^2y^2) = 0 Using product rule, 2xy2+x22ydydx=02xy^2 + x^2\cdot 2y\frac{dy}{dx} = 0

Step 5: Solve for dydx\frac{dy}{dx}. 2x2ydydx=2xy22x^2y\frac{dy}{dx} = -2xy^2 dydx=yx\frac{dy}{dx} = -\frac{y}{x}

Answer: Proved.


Example 8: Rational Parametric Forms

Find dydx\frac{dy}{dx}, if x=1t21+t2x = \frac{1 - t^2}{1 + t^2} and y=2t1+t2y = \frac{2t}{1 + t^2}.

Solution: Step 1: Let t=tanθt = \tan\theta. Then, x=1tan2θ1+tan2θ=cos2θ,y=2tanθ1+tan2θ=sin2θx = \frac{1-\tan^2\theta}{1+\tan^2\theta} = \cos 2\theta, \qquad y = \frac{2\tan\theta}{1+\tan^2\theta} = \sin 2\theta

Step 2: Differentiate with respect to θ\theta. dxdθ=2sin2θ,dydθ=2cos2θ\frac{dx}{d\theta} = -2\sin 2\theta, \qquad \frac{dy}{d\theta} = 2\cos 2\theta

Step 3: Find dydx\frac{dy}{dx}. dydx=2cos2θ2sin2θ=cot2θ\frac{dy}{dx} = \frac{2\cos 2\theta}{-2\sin 2\theta} = -\cot 2\theta Since x=cos2θx = \cos 2\theta and y=sin2θy = \sin 2\theta, cot2θ=xy-\cot 2\theta = -\frac{x}{y}

Answer: xy-\frac{x}{y}


Example 9: Expressing dydx\frac{dy}{dx} in terms of parameter

Find dydx\frac{dy}{dx} if x=3cosθ2cos3θx = 3\cos\theta - 2\cos^3\theta and y=3sinθ2sin3θy = 3\sin\theta - 2\sin^3\theta.

Solution: Step 1: Differentiate xx with respect to θ\theta. dxdθ=3sinθ23cos2θ(sinθ)=3sinθ+6sinθcos2θ\frac{dx}{d\theta} = -3\sin\theta - 2\cdot 3\cos^2\theta(-\sin\theta) = -3\sin\theta + 6\sin\theta\cos^2\theta dxdθ=3sinθ(2cos2θ1)\frac{dx}{d\theta} = 3\sin\theta(2\cos^2\theta - 1) Using 2cos2θ1=cos2θ2\cos^2\theta - 1 = \cos 2\theta, dxdθ=3sinθcos2θ\frac{dx}{d\theta} = 3\sin\theta\cos 2\theta

Step 2: Differentiate yy with respect to θ\theta. dydθ=3cosθ23sin2θcosθ=3cosθ(12sin2θ)\frac{dy}{d\theta} = 3\cos\theta - 2\cdot 3\sin^2\theta\cos\theta = 3\cos\theta(1 - 2\sin^2\theta) Using 12sin2θ=cos2θ1 - 2\sin^2\theta = \cos 2\theta, dydθ=3cosθcos2θ\frac{dy}{d\theta} = 3\cos\theta\cos 2\theta

Step 3: Find dydx\frac{dy}{dx}. dydx=3cosθcos2θ3sinθcos2θ=cotθ\frac{dy}{dx} = \frac{3\cos\theta\cos 2\theta}{3\sin\theta\cos 2\theta} = \cot\theta

Answer: cotθ\cot\theta


Example 10: Combining Parameter and Exponential

Find dydx\frac{dy}{dx} if x=etcostx = e^t\cos t and y=etsinty = e^t\sin t.

Solution: Step 1: Differentiate xx with respect to tt using product rule. dxdt=etcost+et(sint)=et(costsint)\frac{dx}{dt} = e^t\cos t + e^t(-\sin t) = e^t(\cos t - \sin t)

Step 2: Differentiate yy with respect to tt using product rule. dydt=etsint+etcost=et(sint+cost)\frac{dy}{dt} = e^t\sin t + e^t\cos t = e^t(\sin t + \cos t)

Step 3: Find dydx\frac{dy}{dx}. dydx=et(sint+cost)et(costsint)=sint+costcostsint\frac{dy}{dx} = \frac{e^t(\sin t + \cos t)}{e^t(\cos t - \sin t)} = \frac{\sin t + \cos t}{\cos t - \sin t}

Step 4: Optional simplification: sint+costcostsint=tant+11tant=tan(π4+t)\frac{\sin t + \cos t}{\cos t - \sin t} = \frac{\tan t + 1}{1 - \tan t} = \tan\left(\frac{\pi}{4} + t\right)

Answer: sint+costcostsint\frac{\sin t + \cos t}{\cos t - \sin t} or tan(π4+t)\tan\left(\frac{\pi}{4} + t\right)