Question

How to find the area enclosed by two curves and the x-axis

Original question: B. Find the area of $S$.

Expert Verified Solution

thumb_up100%(1 rated)

Key concept: Region S changes its top boundary at the intersection point, so the area has to be split into two pieces. That is the whole trick here.

Step by step

Step 1: Split the region

Region SS is bounded by the curves and the x-axis.

  • On 0x20\le x\le 2, the top curve is y=12x2y=\frac12 x^2
  • On 2x42\le x\le 4, the top curve is y=82xy=8-2x

Step 2: Write the area as two integrals

A=0212x2dx+24(82x)dxA=\int_0^2 \frac12 x^2\,dx+\int_2^4 (8-2x)\,dx

Step 3: Compute each part

0212x2dx=[x36]02=86=43\int_0^2 \frac12 x^2\,dx=\left[\frac{x^3}{6}\right]_0^2=\frac{8}{6}=\frac43

24(82x)dx=[8xx2]24=(3216)(164)=4\int_2^4 (8-2x)\,dx=\left[8x-x^2\right]_2^4=(32-16)-(16-4)=4

Step 4: Add them

A=43+4=163A=\frac43+4=\frac{16}{3}

Answer

163\boxed{\frac{16}{3}}

Pitfall alert

The main trap is trying to use one single formula for the whole interval. The upper boundary changes at x=2x=2, so the integral must be split there.

Try different conditions

If the x-axis were not part of the boundary, you would instead find the area between the line and parabola only, which gives a different integral over [0,2][0,2]. The lower boundary is what changes the setup most.

Further reading

piecewise integral, bounded region, area under a curve

FAQ

Why do you split the area integral at the intersection point?

Because the top boundary changes at the intersection. Here the area is the sum of two integrals, and the total is 16/3.

chat