Parametric representation expresses a curve using a parameter t: x = f(t), y = g(t). This is natural for many curves like circles, ellipses, and cycloids.
Key Parametric Curves in JEE:
Circle: x = acos t, y = asin t. dy/dx = -cot t. / = -cosec^3$$\frac{t}{a}.
Ellipse: x = acos t, y = bsin t. dy/dx = -*cot t. The tangent equation at parameter t: + = 1.
Parabola: x = , y = 2at. dy/dx = 1/t. The tangent equation at (, 2at): ty = x + .
Cycloid: x = a(t-sin t), y = a(1-cos t). dy/dx = sin = cot. This curve is generated by a point on a rolling circle.
Astroid: x = a*(t), y = a*(t). dy/dx = -tan t. This is a hypocycloid with four cusps.
Involute of circle: x = a(cos t + tsin t), y = a(sin t - tcos t). dy/dx = tan t.
Second Derivative Computation:
- Find dy/dx as a function of t
- Differentiate dy/dx with respect to t to get d
- Divide by dx/dt: / = [d] / [dx/dt]
Common Error: Students write / = . This is WRONG and will give incorrect answers. The correct formula treats dy/dx as a single entity to be differentiated with respect to t.