Analyzing the Setup
We are tasked with finding the area bounded by the tangent line drawn from point A(−2,0) to the parabola P defined by y2=x−2, the parabola itself, and the x-axis. The parabola P has its vertex at (2,0) and opens to the right.
The Algebraic Dance
To find the tangent line, we assume its slope is m. Since the line passes through A(−2,0), its equation is:
We substitute this into the parabola's equation y2=x−2 to find the intersection:
Expanding this yields:
m2(x2+4x+4)=x−2⇒m2x2+(4m2−1)x+(4m2+2)=0
Since the line is tangent, the discriminant D of this quadratic must be zero:
D=(4m2−1)2−4(m2)(4m2+2)=0
Expanding the discriminant, the 16m4 terms cancel, leaving:
1−8m2−8m2=0⇒1−16m2=0⇒m2=161
Choosing the positive slope for the first quadrant contact, we have m=41.
Finding the Point of Contact
With m=41, the line equation becomes y=41(x+2), which rearranges to x=4y−2. Substituting this into the parabola y2=x−2:
This is a perfect square:
Substituting y=2 back into the line equation, we find x=6. Thus, the point of contact B is (6,2).
The Elegance of Integration
To find the area, we integrate with respect to y from y=0 to y=2. The area is defined by the difference between the parabola x=y2+2 and the line x=4y−2:
Area=∫02((y2+2)−(4y−2))dy
Simplifying the integrand:
Area=∫02(y2−4y+4)dy=∫02(y−2)2dy
Evaluating the definite integral:
[3(y−2)3]02=0−(3(0−2)3)=−(3−8)=38
The final area is 38 square units.