Analyzing the Setup
The parametric equations are given by x=a(1+cosθ) and y=asinθ. As θ varies, these equations trace a specific path in the Cartesian plane.
Our objective is to determine a fixed point through which the normal line to this curve passes, regardless of the value of the parameter θ.
The Calculus Engine
To define the normal line, we first require the slope of the tangent, denoted by dxdy. Using the chain rule for parametric differentiation:
Differentiating the parametric equations with respect to θ:
Thus, the slope of the tangent is:
Since the normal is perpendicular to the tangent, its slope m is the negative reciprocal of the tangent's slope:
The Normal's Path
Using the point-slope form y−y1=m(x−x1) with point (a(1+cosθ),asinθ) and slope tanθ:
y−asinθ=tanθ(x−a(1+cosθ))
Substituting tanθ=cosθsinθ and cross-multiplying by cosθ:
cosθ(y−asinθ)=sinθ(x−a−acosθ)
Expanding both sides yields:
ycosθ−asinθcosθ=xsinθ−asinθ−asinθcosθ
Canceling the common term −asinθcosθ from both sides, we obtain the simplified equation:
The Geometric Epiphany
For this equation to hold for any θ, we examine the relationship y=(x−a)tanθ. This equation is satisfied independently of θ if and only if the coefficient of tanθ is zero and y is zero.
Setting x−a=0 gives x=a, which subsequently forces y=0. Thus, the fixed point is (a,0).
To verify this, we observe the original equations:
(x−a)2+y2=(acosθ)2+(asinθ)2=a2
This confirms the curve is a circle centered at (a,0) with radius a. Geometrically, the normal to any circle must always pass through its center, confirming our algebraic result.