Solveeit Logo

Question

Mathematics Question on Coordinate Geometry

The area of the region enclosed by the parabola y=4xx2y = 4x - x^2 and 3y=(x4)23y = (x - 4)^2 is equal to

A

329\frac{32}{9}

B

44

C

66

D

143\frac{14}{3}

Answer

66

Explanation

Solution

Set up the equations. We have two curves:

y=4xx2y = 4x - x^2

and

3y=(x4)2.3y = (x - 4)^2.

Rewrite the second equation for yy:

y=(x4)23.y = \frac{(x - 4)^2}{3}.

Find the points of intersection. To find the points of intersection, set the two expressions for yy equal to each other:

4xx2=(x4)23.4x - x^2 = \frac{(x - 4)^2}{3}.

Multiply through by 3 to eliminate the fraction:

3(4xx2)=(x4)23(4x - x^2) = (x - 4)^2 12x3x2=x28x+1612x - 3x^2 = x^2 - 8x + 16

Bring all terms to one side of the equation:

4x2+20x16=0.-4x^2 + 20x - 16 = 0.

Divide by 4-4:

x25x+4=0.x^2 - 5x + 4 = 0.

Factor the quadratic equation:

(x4)(x1)=0.(x - 4)(x - 1) = 0.

Thus, the points of intersection are x=1x = 1 and x=4x = 4.

Set up the integral for the area. The area enclosed by the curves from x=1x = 1 to x=4x = 4 is given by the integral of the difference between the upper and lower functions:

Area=14((4xx2)(x4)23)dx.\text{Area} = \int_{1}^{4} \left( (4x - x^2) - \frac{(x - 4)^2}{3} \right) dx.

Simplify the integrand. Expand (x4)23\frac{(x - 4)^2}{3}:

(x4)23=x28x+163=x238x3+163.\frac{(x - 4)^2}{3} = \frac{x^2 - 8x + 16}{3} = \frac{x^2}{3} - \frac{8x}{3} + \frac{16}{3}.

Now rewrite the integrand:

(4xx2x23+8x3163).\left( 4x - x^2 - \frac{x^2}{3} + \frac{8x}{3} - \frac{16}{3} \right).

Combine like terms:

=14(4x23+20x3163)dx.= \int_{1}^{4} \left( -\frac{4x^2}{3} + \frac{20x}{3} - \frac{16}{3} \right) dx.

Integrate term by term. Now integrate each term separately:

144x23dx=43[x33]14=49(641)=4×639=28.\int_{1}^{4} -\frac{4x^2}{3} dx = -\frac{4}{3} \left[ \frac{x^3}{3} \right]_{1}^{4} = -\frac{4}{9} (64 - 1) = -\frac{4 \times 63}{9} = -28.

1420x3dx=203[x22]14=203152=50.\int_{1}^{4} \frac{20x}{3} dx = \frac{20}{3} \left[ \frac{x^2}{2} \right]_{1}^{4} = \frac{20}{3} \cdot \frac{15}{2} = 50.

14163dx=163(41)=16×33=16.\int_{1}^{4} -\frac{16}{3} dx = -\frac{16}{3} \cdot (4 - 1) = -\frac{16 \times 3}{3} = -16.

Add the results:

Area=28+5016=6.\text{Area} = -28 + 50 - 16 = 6.

Thus, the answer is:

6