Integration: Question 10

Syllabus 1.8

Structured AS 8 marks

Two curves have equations y=x22xy = x^2 - 2x and y=4xx2y = 4x - x^2.

(a) Find the xx-coordinates of the points where the two curves intersect. [3]

(b) Find the area of the finite region enclosed between the two curves. [5]

Show worked solution Hide worked solution

Worked solution

Part (a): Intersection points of the two curves

Set the two expressions for yy equal to each other:

x22x=4xx2x^2 - 2x = 4x - x^2

Rearrange so one side is zero:

x22x4x+x2=0    2x26x=0x^2 - 2x - 4x + x^2 = 0 \implies 2x^2 - 6x = 0

Factorise:

2x(x3)=0    x=0  or  x=32x(x-3) = 0 \implies x = 0 \ \text{ or } \ x = 3

Recompute independently by substituting back: at x=0x=0, both curves give y=0y=0 ✓. At x=3x=3, the first curve gives y=96=3y=9-6=3 and the second gives y=129=3y=12-9=3 ✓. Both intersection points check out.

Part (b): Area enclosed between the two curves

First confirm which curve is on top between x=0x=0 and x=3x=3: testing x=1.5x=1.5, y=x22x=2.253=0.75y=x^2-2x=2.25-3=-0.75, while y=4xx2=62.25=3.75y=4x-x^2=6-2.25=3.75, so y=4xx2y=4x-x^2 lies above y=x22xy=x^2-2x on this interval. The enclosed area is therefore

Area=03[(4xx2)(x22x)]dx=03(6x2x2)dx\text{Area} = \int_0^3 \Big[(4x-x^2) - (x^2-2x)\Big]\,dx = \int_0^3 (6x - 2x^2)\,dx

Integrate:

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

Evaluate at the limits:

At x=3x=3:  3(3)22(3)33=3(9)2(27)3=2718=9\ 3(3)^2 - \dfrac{2(3)^3}{3} = 3(9) - \dfrac{2(27)}{3} = 27 - 18 = 9

At x=0x=0:  0\ 0

Area=90=9\text{Area} = 9 - 0 = 9

Recompute independently two ways:

  1. Differentiate the antiderivative back: ddx(3x22x33)=6x2x2\dfrac{d}{dx}\left(3x^2 - \dfrac{2x^3}{3}\right) = 6x - 2x^2, which matches the integrand exactly, confirming the antiderivative is correct.
  2. Use the “parabola hump” shortcut: 6x2x2=2x(x3)=2(x0)(x3)6x-2x^2 = -2x(x-3) = -2(x-0)(x-3), a scaled version of (xp)(xq)-(x-p)(x-q) with p=0p=0, q=3q=3. Since the standard shortcut gives (qp)36\dfrac{(q-p)^3}{6} for coefficient 1-1, scaling by the factor 22 here gives Area =2×(30)36=2×276=2×4.5=9= 2\times\dfrac{(3-0)^3}{6} = 2\times\dfrac{27}{6} = 2\times4.5 = 9.

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

Final answers

  • (a) The curves intersect at x=0x=0 and x=3x=3
  • (b) Area enclosed =9= 9 square units