A line passing through the point $ A(-2, 0) $, touches the parabola $ P: y^2 = x - 2 $ at the point $ B $ in the first quadrant. The area of the region bounded by the line $ AB $, parabola $ P $, and the x-axis is:
Show Hint
To find the equation of a tangent line, use the point of tangency and solve for the slope using the discriminant.
Tangent The equation of the tangent is given by:
\[
y = m(x + 2)
\]
Substituting \( y^2 = x - 2 \) into the equation:
\[
(m(n + 2))^2 = n - 2
\]
This leads to the quadratic equation:
\[
m^2x^2 + (4m^2 - 1)x + (4m^2 + 2) = 0
\]
Now, for the discriminant to be zero (since it's a tangent line):
\[
D = 0 \quad \Rightarrow \quad (4m^2 - 1)^2 - 4m^2(4m^2 + 2) = 0
\]
Solving for \( m \):
\[
m = \frac{1}{4}
\]
Now substituting into the equation for \( y \):
\[
y = \frac{1}{4}(n + 2)
\]
The point of tangency is \( (6, 2) \).
Now, calculate the area:
\[
A = \int_0^2 \left( (y^2 + 2) - (4y - 2) \right) dy
\]
After solving the integral:
\[
A = \frac{8}{3}
\]
Thus, the correct option is \( (3) \).