Analyzing the Setup
Welcome, fellow traveler of the mathematical landscape. Today, we are not just solving a problem; we are dissecting the anatomy of a curve.
We are given the equation y=(1+x)2y+cos2(sin−1x) and tasked with finding the equation of the normal at x=0. It looks intimidating, but in the JEE Advanced arena, the most complex-looking problems often hide the most elegant solutions.
The Art of Simplification
Before we touch a single derivative, let us look at the term cos2(sin−1x). Many students will immediately reach for the chain rule, but a seasoned mathematician knows that simplification is the ultimate shortcut.
Let θ=sin−1x. This implies sinθ=x. We know from the fundamental identity of trigonometry that cos2θ=1−sin2θ.
Substituting our value for sinθ, we get cos2(sin−1x)=1−x2. Suddenly, our curve equation transforms into something much more manageable:
By clearing the trigonometric clutter, we have already won half the battle.
Finding the Anchor Point
To define a line, we need two things: a point and a slope. We are given x=0.
Let us find the corresponding y-coordinate. Substituting x=0 into our simplified equation, we get y=(1+0)2y+1−02, which simplifies to y=12y+1.
Since 1 raised to any finite power is 1, we find y=1+1=2. Our point of tangency is P(0,2). We have our anchor.
The Dance of Differentiation
Now, we need the slope. We must differentiate y=(1+x)2y+1−x2 with respect to x.
The term (1+x)2y is the heart of the challenge. Using the derivative rule for uv, where u=1+x and v=2y, we apply:
dxdy=uv(uvdxdu+ln(u)dxdv)
Applying this to our equation, we get:
dxdy=(1+x)2y[1+x2y⋅(1)+ln(1+x)⋅2dxdy]−2x
This looks complex, but watch what happens when we substitute our point (0,2). At x=0 and y=2, the term ln(1+0) becomes ln(1), which is 0.
The entire term involving the derivative on the right side vanishes! We are left with:
The slope of the tangent mt is 4.
The Final Construction
We are almost there. The normal is the line perpendicular to the tangent. If the tangent slope is mt=4, the normal slope mn must satisfy mt⋅mn=−1.
Thus, mn=−41. Using the point-slope form y−y1=mn(x−x1), we substitute our point (0,2) and our slope −41:
Multiplying by 4 gives 4y−8=−x, or x+4y=8.
Look at that. Through careful simplification and systematic differentiation, we have tamed the equation. The beauty of mathematics lies in this: no matter how chaotic an expression appears, there is always a path to order.