8.2 Area of the Region Bounded by a Curve and a Line

Ask AI

Solved Examples

Method 1: Vertical Strips (dxdx)

  1. Intersection: x2=4    x=±2x^2 = 4 \implies x = \pm 2.
  2. Upper and Lower: The region is bounded above by line y=4y=4 and below by parabola y=x2y=x^2.
  3. Integral: A=22(yupperylower)dx=22(4x2)dxA = \int_{-2}^{2} (y_{upper} - y_{lower}) dx = \int_{-2}^{2} (4 - x^2) dx Due to symmetry (even function), A=202(4x2)dxA = 2 \int_{0}^{2} (4 - x^2) dx. A=2[4xx33]02A = 2 \left[ 4x - \frac{x^3}{3} \right]_{0}^{2} A=2(883)=2(163)=323 sq unitsA = 2 \left( 8 - \frac{8}{3} \right) = 2 \left( \frac{16}{3} \right) = \frac{32}{3} \text{ sq units}

Method 2: Horizontal Strips (dydy)

  1. Limits: yy varies from 0 (vertex) to 4 (line).
  2. Function: y=x2    x=±yy = x^2 \implies x = \pm \sqrt{y}. Right branch (x>0x>0): x=yx = \sqrt{y}. Left branch: x=yx = -\sqrt{y}. Width of strip = xrightxleft=y(y)=2yx_{right} - x_{left} = \sqrt{y} - (-\sqrt{y}) = 2\sqrt{y}.
  3. Integral: A=042ydy=2[y3/23/2]04A = \int_{0}^{4} 2\sqrt{y} dy = 2 \left[ \frac{y^{3/2}}{3/2} \right]_{0}^{4} A=223[y3/2]04=43(43/2)A = 2 \cdot \frac{2}{3} [y^{3/2}]_{0}^{4} = \frac{4}{3} (4^{3/2}) A=43(8)=323 sq unitsA = \frac{4}{3} (8) = \frac{32}{3} \text{ sq units}

Interactive Solver