Integration: Question 3

Syllabus 1.8

Structured AS 8 marks

A curve CC has equation y=8xx2y = 8x - x^2. A line LL has equation y=2xy = 2x.

(a) Find the xx-coordinates of the points where CC and LL intersect. [2]

(b) Find the area of the finite region enclosed between CC and LL. [6]

Show worked solution Hide worked solution

Worked solution

Part (a): Intersection points of C and L

Set the two expressions for yy equal to each other:

8xx2=2x8x - x^2 = 2x

Rearrange so one side is zero:

8xx22x=0    6xx2=08x - x^2 - 2x = 0 \implies 6x - x^2 = 0

Factorise:

x(6x)=0    x=0  or  x=6x(6-x) = 0 \implies x = 0 \ \text{ or } \ x = 6

Recompute independently by substituting back: at x=0x=0, both CC and LL give y=0y=0 ✓. At x=6x=6, CC gives y=8(6)62=4836=12y = 8(6)-6^2 = 48-36=12 and LL gives y=2(6)=12y=2(6)=12 ✓. Both intersection points check out.

Part (b): Area enclosed between C and L

First confirm which curve is on top between x=0x=0 and x=6x=6: testing x=3x=3, CC gives y=8(3)32=249=15y=8(3)-3^2=24-9=15 while LL gives y=2(3)=6y=2(3)=6, so CC lies above LL on this interval. The enclosed area is therefore

Area=06[(8xx2)2x]dx=06(6xx2)dx\text{Area} = \int_0^6 \Big[(8x-x^2) - 2x\Big]\,dx = \int_0^6 (6x - x^2)\,dx

Integrate:

(6xx2)dx=3x2x33\int (6x-x^2)\,dx = 3x^2 - \frac{x^3}{3}

Evaluate at the limits:

At x=6x=6: 3(6)2633=3(36)2163=10872=363(6)^2 - \dfrac{6^3}{3} = 3(36) - \dfrac{216}{3} = 108 - 72 = 36

At x=0x=0: 00

Area=360=36\text{Area} = 36 - 0 = 36

Recompute independently two ways:

  1. Differentiate the antiderivative back: ddx(3x2x33)=6xx2\dfrac{d}{dx}\left(3x^2 - \dfrac{x^3}{3}\right) = 6x - x^2, which matches the integrand, confirming the antiderivative is correct.
  2. Use the “parabola hump” shortcut: for (xp)(xq)-(x-p)(x-q) integrated between the roots pp and qq, the enclosed area equals (qp)36\dfrac{(q-p)^3}{6}. Here 6xx2=(x0)(x6)6x-x^2 = -(x-0)(x-6) with p=0p=0, q=6q=6, so Area =636=2166=36= \dfrac{6^3}{6} = \dfrac{216}{6} = 36.

Both checks agree with the direct calculation, confirming the area is 3636.

Final answers

  • (a) CC and LL intersect at x=0x=0 and x=6x=6
  • (b) Area enclosed =36= 36 square units