📖 Explanation
To find the area enclosed by the parabola (y−2)2=x−1, its tangent at (2,3), and the x-axis, we treat x as a function of y to simplify the integration. The parabola can be expressed as x=(y−2)2+1. By differentiating the parabola's equation with respect to y, we find that at the point of tangency (2,3), the slope dydx is 2(3−2)=2. This allows us to determine the tangent line equation as x−2=2(y−3), which simplifies to x=2y−4.
Since the region is bounded between these two curves and extends from the x-axis where y=0 up to the intersection point at y=3, we calculate the area by integrating the difference between the right-hand boundary (the parabola) and the left-hand boundary (the tangent line). Setting up the definite integral gives:
∫03[((y−2)2+1)−(2y−4)]$dy
Simplifying the integrand by expanding (y−2)2+1−2y+4 yields y2−6y+9, which is simply (y−3)2. Evaluating the integral of (y−3)2 with respect to y over the interval [0,3] results in:
[3(y−3)3]03=0−(3−27)=9
The area of the described region is 9 square units.