Question
Mathematics Question on Coordinate Geometry
The area (in square units) of the region bounded by the parabola y2=4(x−2) and the line y=2x−8 is:
8
9
6
7
9
Solution
We are given: y^2 = 4(x - 2) \tag{1} y = 2x - 8 \tag{2} We need to find the area of the region bounded by these two curves. Step 1: Rewrite the Equation of the Parabola} Rewrite the parabola y2=4(x−2) in terms of x: x=4y2+2 {Step 2: Find Points of Intersection} To find the points of intersection of the line y=2x−8 and the parabola y2=4(x−2), substitute y=2x−8 into the parabola equation: (2x−8)2=4(x−2) Expanding and simplifying: 4x2−36x+72=0 (x−6)(x−3)=0 So, x=6 and x=3. Substitute these values of x back into y=2x−8 to find the corresponding y-values: \text{For } x = 6 : \quad y = 2 \times 6 - 8 = 4 \tag{3} \text{For } x = 3 : \quad y = 2 \times 3 - 8 = -2 \tag{4} Thus, the points of intersection are (6,4) and (3,−2). {Step 3: Set Up the Integral} The area A of the region bounded by the parabola and the line from y=−2 to y=4 is given by: A=∫−24(xline−xparabola)dy where: x_{\text{line}} = \frac{y + 8}{2} \tag{5} x_{\text{parabola}} = \frac{y^2}{4} + 2 \tag{6} So the integral becomes: A=∫−24(2y+8−(4y2+2))dy {Step 4: Simplify the Integral} Simplify the integrand: A=∫−24(−4y2+2y+2)dy {Step 5: Evaluate the Integral} Now, integrate term by term: A=∫−24−4y2dy+∫−242ydy+∫−242dy Calculate each integral: \int_{-2}^{4} -\frac{y^2}{4} \, dy = -6 \tag{7} \int_{-2}^{4} \frac{y}{2} \, dy = 3 \tag{8} \int_{-2}^{4} 2 \, dy = 12 \tag{9} So, A=−6+3+12=9