Important Formulas and Concepts

1. Area under a simple curve

  • If the curve is given by y=f(x)y = f(x), then the geometrical area between the curve and the x-axis from x=ax=a to x=bx=b is Area=abf(x)dx\text{Area} = \int_a^b |f(x)|\,dx If f(x)0f(x) \ge 0 on [a,b][a,b], this reduces to abf(x)dx\int_a^b f(x)\,dx.
  • If the curve is given by x=g(y)x = g(y), then the geometrical area between the curve and the y-axis from y=cy=c to y=dy=d is Area=cdg(y)dy\text{Area} = \int_c^d |g(y)|\,dy

2. Area between two curves

  • If y=f(x)y=f(x) is the upper curve and y=g(x)y=g(x) is the lower curve on [a,b][a,b], then Area=ab[f(x)g(x)]dx\text{Area} = \int_a^b [f(x)-g(x)]\,dx
  • If the region is easier to describe using yy, and x=f(y)x=f(y) is the right curve while x=g(y)x=g(y) is the left curve on [c,d][c,d], then Area=cd[f(y)g(y)]dy\text{Area} = \int_c^d [f(y)-g(y)]\,dy

3. Standard Area Formulas

  • Area of the circle x2+y2=a2x^2+y^2=a^2 is πa2\pi a^2.
  • Area of the ellipse x2a2+y2b2=1\frac{x^2}{a^2}+\frac{y^2}{b^2}=1 is πab\pi ab.
  • Area bounded by the parabola y2=4axy^2=4ax and the line y=mxy=mx is 8a23m3.\frac{8a^2}{3m^3}. These formulas are useful for checking final answers, but in descriptive solutions the integral method should still be shown clearly.

Example 1: Basic Area under Parabola

Find the area of the region bounded by the curve y2=xy^2 = x and the lines x=1x = 1, x=4x = 4, and the x-axis in the first quadrant.

Solution: Step 1: Rewrite the curve in usable form. Since we are in the first quadrant, y0y \ge 0, so from y2=xy^2=x we get y=x.y = \sqrt{x}.

Step 2: Identify the limits. The vertical boundaries are x=1x=1 and x=4x=4.

Step 3: Set up the area integral. Because the curve lies above the x-axis in this interval, Area=14ydx=14xdx=14x1/2dx.\text{Area} = \int_1^4 y\,dx = \int_1^4 \sqrt{x}\,dx = \int_1^4 x^{1/2}dx.

Step 4: Integrate. x1/2dx=x3/23/2=23x3/2.\int x^{1/2}dx = \frac{x^{3/2}}{3/2} = \frac{2}{3}x^{3/2}. So, Area=[23x3/2]14.\text{Area} = \left[\frac{2}{3}x^{3/2}\right]_1^4.

Step 5: Evaluate the limits. =23(43/213/2)=23(81)=143.= \frac{2}{3}(4^{3/2} - 1^{3/2}) = \frac{2}{3}(8-1) = \frac{14}{3}.

Answer: 14/314/3 square units.

Example 2: Integration with Respect to the y-axis

Find the area of the region bounded by x2=4yx^2 = 4y, y=2y = 2, y=4y = 4 and the y-axis in the first quadrant.

Solution: Step 1: Express xx in terms of yy. From x2=4y,x^2 = 4y, and since we are in the first quadrant where x0x \ge 0, x=2y.x = 2\sqrt{y}.

Step 2: Identify the horizontal limits. The region extends from y=2y=2 to y=4y=4.

Step 3: Set up the area integral. The left boundary is the y-axis (x=0x=0), and the right boundary is x=2yx=2\sqrt{y}, so Area=24xdy=242ydy.\text{Area} = \int_2^4 x\,dy = \int_2^4 2\sqrt{y}\,dy.

Step 4: Integrate. Area=224y1/2dy=2[23y3/2]24=43(43/223/2).\text{Area} = 2\int_2^4 y^{1/2}dy = 2\left[\frac{2}{3}y^{3/2}\right]_2^4 = \frac{4}{3}(4^{3/2} - 2^{3/2}).

Step 5: Simplify. 43/2=8,23/2=22.4^{3/2}=8, \qquad 2^{3/2}=2\sqrt2. Hence, Area=43(822)=32823.\text{Area} = \frac{4}{3}(8-2\sqrt2)=\frac{32-8\sqrt2}{3}.

Answer: 32823\frac{32 - 8\sqrt{2}}{3} square units.

Example 3: Area of Ellipse

Find the area of the region bounded by the ellipse x216+y29=1\frac{x^2}{16} + \frac{y^2}{9} = 1.

Solution: Step 1: Use symmetry. The ellipse is symmetric about both coordinate axes. So total area is four times the area in the first quadrant.

Step 2: Express yy in terms of xx. From x216+y29=1,\frac{x^2}{16} + \frac{y^2}{9} = 1, we get y29=1x216=16x216,\frac{y^2}{9} = 1 - \frac{x^2}{16} = \frac{16-x^2}{16}, so y2=916(16x2).y^2 = \frac{9}{16}(16-x^2). In the first quadrant, y=3416x2.y = \frac{3}{4}\sqrt{16-x^2}.

Step 3: Set up the area integral. The x-limits in the first quadrant are from 00 to 44. Thus, Total Area=4043416x2dx=30416x2dx.\text{Total Area} = 4\int_0^4 \frac{3}{4}\sqrt{16-x^2}\,dx = 3\int_0^4 \sqrt{16-x^2}\,dx.

Step 4: Use the standard integral. a2x2dx=x2a2x2+a22sin1(xa).\int \sqrt{a^2-x^2}\,dx = \frac{x}{2}\sqrt{a^2-x^2} + \frac{a^2}{2}\sin^{-1}\left(\frac{x}{a}\right). Here a=4a=4, so Area=3[x216x2+8sin1(x4)]04.\text{Area} = 3\left[ \frac{x}{2}\sqrt{16-x^2} + 8\sin^{-1}\left(\frac{x}{4}\right) \right]_0^4.

Step 5: Evaluate. At x=4x=4, 420+8sin1(1)=0+8π2=4π.\frac{4}{2}\sqrt{0} + 8\sin^{-1}(1) = 0 + 8\cdot\frac{\pi}{2} = 4\pi. At x=0x=0, the value is 00. Thus, Area=3(4π)=12π.\text{Area} = 3(4\pi)=12\pi.

Answer: 12π12\pi square units.

Example 4: Area of Circle

Find the area of the region bounded by the circle x2+y2=4x^2 + y^2 = 4.

Solution: Step 1: Identify the radius. The equation is of the form x2+y2=r2x^2+y^2=r^2, so r2=4    r=2.r^2=4 \implies r=2.

Step 2: Use symmetry. The circle is symmetric about both axes. The area in the first quadrant is 024x2dx,\int_0^2 \sqrt{4-x^2}\,dx, so the total area is 4024x2dx.4\int_0^2 \sqrt{4-x^2}\,dx.

Step 3: Apply the standard formula. Total Area=4[x24x2+2sin1(x2)]02.\text{Total Area} = 4\left[ \frac{x}{2}\sqrt{4-x^2} + 2\sin^{-1}\left(\frac{x}{2}\right) \right]_0^2.

Step 4: Evaluate. At x=2x=2, 220+2sin1(1)=0+2π2=π.\frac{2}{2}\sqrt{0} + 2\sin^{-1}(1) = 0 + 2\cdot\frac{\pi}{2} = \pi. At x=0x=0, the value is 00. Therefore, Total Area=4π.\text{Total Area} = 4\pi.

Answer: 4π4\pi square units.

Example 5: Trigonometric Curve Area

Find the area of the region bounded by the curve y=cosxy = \cos x between x=0x = 0 and x=πx = \pi.

Solution: Step 1: Determine where the curve changes sign. The curve y=cosxy=\cos x crosses the x-axis at x=π2.x=\frac{\pi}{2}. It is positive on [0,π2]\left[0,\frac{\pi}{2}\right] and negative on [π2,π]\left[\frac{\pi}{2},\pi\right].

Step 2: Split the integral. Since geometrical area is always positive, Area=0π/2cosxdx+π/2πcosxdx.\text{Area} = \int_0^{\pi/2} \cos x\,dx + \left|\int_{\pi/2}^{\pi} \cos x\,dx\right|.

Step 3: Evaluate the first part. 0π/2cosxdx=[sinx]0π/2=10=1.\int_0^{\pi/2} \cos x\,dx = [\sin x]_0^{\pi/2} = 1-0=1.

Step 4: Evaluate the second part. π/2πcosxdx=[sinx]π/2π=01=1.\int_{\pi/2}^{\pi} \cos x\,dx = [\sin x]_{\pi/2}^{\pi} = 0-1 = -1. So its area contribution is 1=1|-1|=1.

Step 5: Add both parts. Total Area=1+1=2.\text{Total Area} = 1+1=2.

Answer: 22 square units.

Example 6: Area bounded by Curve and Line

Find the area of the region bounded by the curve y=x2y = x^2 and the line y=4y = 4.

Solution: Step 1: Find the points of intersection. Set x2=4    x=±2.x^2 = 4 \implies x = \pm 2.

Step 2: Determine upper and lower curves. Between x=2x=-2 and x=2x=2, the horizontal line y=4y=4 lies above the parabola y=x2y=x^2.

Step 3: Set up the integral. Area=22(4x2)dx.\text{Area} = \int_{-2}^2 (4-x^2)\,dx. Because the region is symmetric about the y-axis, Area=202(4x2)dx.\text{Area} = 2\int_0^2 (4-x^2)dx.

Step 4: Integrate. =2[4xx33]02=2(883).= 2\left[4x - \frac{x^3}{3}\right]_0^2 = 2\left(8 - \frac{8}{3}\right).

Step 5: Simplify. =2163=323.= 2\cdot\frac{16}{3} = \frac{32}{3}.

Answer: 32/332/3 square units.

Example 7: Parabola and Oblique Line

Find the area of the region bounded by the parabola y2=4xy^2 = 4x and the line y=2xy = 2x.

Solution: Step 1: Find the intersection points. Substitute y=2xy=2x into y2=4xy^2=4x: (2x)2=4x    4x24x=0    4x(x1)=0.(2x)^2 = 4x \implies 4x^2 - 4x = 0 \implies 4x(x-1)=0. Thus, x=0,1.x=0,1. The corresponding points are (0,0)(0,0) and (1,2)(1,2).

Step 2: Rewrite the parabola. In the first quadrant, y=4x=2x.y = \sqrt{4x} = 2\sqrt{x}.

Step 3: Decide upper and lower curves. For 0<x<10<x<1, we have x>x\sqrt{x} > x, so 2x>2x.2\sqrt{x} > 2x. Hence, the parabola lies above the line.

Step 4: Set up the integral. Area=01(2x2x)dx=201(x1/2x)dx.\text{Area} = \int_0^1 (2\sqrt{x} - 2x)dx = 2\int_0^1 (x^{1/2} - x)dx.

Step 5: Integrate. =2[23x3/2x22]01=2(2312).= 2\left[\frac{2}{3}x^{3/2} - \frac{x^2}{2}\right]_0^1 = 2\left(\frac{2}{3}-\frac{1}{2}\right).

Step 6: Simplify. =216=13.= 2\cdot\frac{1}{6} = \frac{1}{3}.

Answer: 1/31/3 square units.

Example 8: Area between Two Curves

Find the area of the region bounded by the curves y=x2y = x^2 and y=x3y = x^3 in the first quadrant.

Solution: Step 1: Find the points of intersection. Set x2=x3    x2(x1)=0.x^2 = x^3 \implies x^2(x-1)=0. So, x=0,1.x=0,1.

Step 2: Determine the upper curve. For 0<x<10<x<1, we have x2>x3.x^2 > x^3. So the upper curve is y=x2y=x^2 and the lower curve is y=x3y=x^3.

Step 3: Set up the integral. Area=01(x2x3)dx.\text{Area} = \int_0^1 (x^2 - x^3)dx.

Step 4: Integrate. =[x33x44]01=1314.= \left[\frac{x^3}{3} - \frac{x^4}{4}\right]_0^1 = \frac{1}{3} - \frac{1}{4}.

Step 5: Simplify. =4312=112.= \frac{4-3}{12} = \frac{1}{12}.

Answer: 1/121/12 square units.

Example 9: Modulus Function Area

Find the area bounded by the curve y=xy = |x| and y=2x2y = 2 - x^2.

Solution: Step 1: Use symmetry. Both y=xy=|x| and y=2x2y=2-x^2 are symmetric about the y-axis, so the enclosed region is symmetric about the y-axis. Thus, Total Area=2×(area in the first quadrant).\text{Total Area} = 2 \times \text{(area in the first quadrant)}.

Step 2: Work in the first quadrant. For x0x\ge 0, we have x=x.|x| = x. Now find intersections with the parabola: x=2x2    x2+x2=0    (x+2)(x1)=0.x = 2-x^2 \implies x^2+x-2=0 \implies (x+2)(x-1)=0. The valid first-quadrant intersection is x=1.x=1.

Step 3: Identify upper and lower curves. On 0x10\le x \le 1, the parabola y=2x2y=2-x^2 lies above the line y=xy=x.

Step 4: Set up the integral. Total Area=201[(2x2)x]dx.\text{Total Area} = 2\int_0^1 [(2-x^2)-x]dx.

Step 5: Integrate. =2[2xx33x22]01=2(21312).= 2\left[2x - \frac{x^3}{3} - \frac{x^2}{2}\right]_0^1 = 2\left(2 - \frac{1}{3} - \frac{1}{2}\right).

Step 6: Simplify. =2(12236)=276=73.= 2\left(\frac{12-2-3}{6}\right)=2\cdot\frac{7}{6}=\frac{7}{3}.

Answer: 7/37/3 square units.

Example 10: Two Intersecting Parabolas

Find the area of the region bounded by y2=4axy^2 = 4ax and x2=4ayx^2 = 4ay (a>0a > 0).

Solution: Step 1: Rewrite the second curve. From x2=4ay,x^2 = 4ay, we get y=x24a.y = \frac{x^2}{4a}. Also, from y2=4ax,y^2 = 4ax, we get in the first quadrant y=2ax.y = 2\sqrt{ax}.

Step 2: Find the intersection points. Substitute y=x24ay = \frac{x^2}{4a} into y2=4axy^2 = 4ax: (x24a)2=4ax\left(\frac{x^2}{4a}\right)^2 = 4ax x416a2=4ax\frac{x^4}{16a^2} = 4ax x4=64a3xx^4 = 64a^3x x(x364a3)=0.x(x^3 - 64a^3)=0. So, x=0,4a.x=0, 4a.

Step 3: Set up the area integral. The upper curve is y=2axy=2\sqrt{ax} and the lower curve is y=x24ay=\frac{x^2}{4a}, so Area=04a(2ax1/2x24a)dx.\text{Area} = \int_0^{4a} \left(2\sqrt{a}x^{1/2} - \frac{x^2}{4a}\right)dx.

Step 4: Integrate. Area=[4a3x3/2x312a]04a.\text{Area} = \left[\frac{4\sqrt{a}}{3}x^{3/2} - \frac{x^3}{12a}\right]_0^{4a}.

Step 5: Evaluate at x=4ax=4a. Since (4a)3/2=8aa,(4a)^{3/2} = 8a\sqrt{a}, we get 4a3(8aa)(4a)312a=32a2364a312a.\frac{4\sqrt{a}}{3}(8a\sqrt{a}) - \frac{(4a)^3}{12a} = \frac{32a^2}{3} - \frac{64a^3}{12a}. Now, 64a312a=16a23.\frac{64a^3}{12a} = \frac{16a^2}{3}. Therefore, Area=32a2316a23=16a23.\text{Area} = \frac{32a^2}{3} - \frac{16a^2}{3} = \frac{16a^2}{3}.

Answer: 16a2/316a^2/3 square units.

Example 11: Circle and a Line Cutting It

Find the area of the smaller region bounded by the circle x2+y2=4x^2 + y^2 = 4 and the line x+y=2x + y = 2.

Solution: Step 1: Find the intersection points. From the line, y=2x.y = 2-x. Substitute into the circle: x2+(2x)2=4x^2 + (2-x)^2 = 4 x2+44x+x2=4x^2 + 4 - 4x + x^2 = 4 2x24x=02x^2 - 4x = 0 2x(x2)=0.2x(x-2)=0. So, x=0,2.x=0,2. The points are (0,2)(0,2) and (2,0)(2,0).

Step 2: Identify upper and lower curves. In the first quadrant, the upper boundary is the circle y=4x2,y = \sqrt{4-x^2}, and the lower boundary is the line y=2x.y = 2-x.

Step 3: Set up the area integral. Area=02(4x2(2x))dx.\text{Area} = \int_0^2 \left(\sqrt{4-x^2} - (2-x)\right)dx.

Step 4: Integrate. Area=[x24x2+2sin1(x2)2x+x22]02.\text{Area} = \left[ \frac{x}{2}\sqrt{4-x^2} + 2\sin^{-1}\left(\frac{x}{2}\right) - 2x + \frac{x^2}{2} \right]_0^2.

Step 5: Evaluate. At x=2x=2, 0+2sin1(1)4+2=2π22=π2.0 + 2\sin^{-1}(1) - 4 + 2 = 2\cdot\frac{\pi}{2} - 2 = \pi - 2. At x=0x=0, the value is 00. Thus, Area=π2.\text{Area} = \pi - 2.

Answer: π2\pi - 2 square units.

Example 12: Ellipse and a Line

Find the area of the smaller region bounded by the ellipse x2a2+y2b2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1 and the line xa+yb=1\frac{x}{a} + \frac{y}{b} = 1.

Solution: Step 1: Find the intersection points. The line cuts the axes at (a,0)(a,0) and (0,b)(0,b). Both these points also satisfy the ellipse, so these are the endpoints of the smaller enclosed region.

Step 2: Write both curves in the form y=y= function of xx. From the ellipse, y=baa2x2y = \frac{b}{a}\sqrt{a^2-x^2} in the first quadrant. From the line, yb=1xa    y=ba(ax).\frac{y}{b} = 1 - \frac{x}{a} \implies y = \frac{b}{a}(a-x).

Step 3: Set up the integral. The ellipse lies above the line between x=0x=0 and x=ax=a, so Area=0a[baa2x2ba(ax)]dx.\text{Area} = \int_0^a \left[\frac{b}{a}\sqrt{a^2-x^2} - \frac{b}{a}(a-x)\right]dx. Factor out ba\frac{b}{a}: Area=ba0a(a2x2a+x)dx.\text{Area} = \frac{b}{a}\int_0^a \left(\sqrt{a^2-x^2} - a + x\right)dx.

Step 4: Integrate. Area=ba[x2a2x2+a22sin1(xa)ax+x22]0a.\text{Area} = \frac{b}{a}\left[ \frac{x}{2}\sqrt{a^2-x^2} + \frac{a^2}{2}\sin^{-1}\left(\frac{x}{a}\right) - ax + \frac{x^2}{2} \right]_0^a.

Step 5: Evaluate. At x=ax=a, 0+a22π2a2+a22=πa24a22.0 + \frac{a^2}{2}\cdot\frac{\pi}{2} - a^2 + \frac{a^2}{2} = \frac{\pi a^2}{4} - \frac{a^2}{2}. At x=0x=0, the value is 00. So, Area=ba(πa24a22).\text{Area} = \frac{b}{a}\left(\frac{\pi a^2}{4} - \frac{a^2}{2}\right). Simplify: =ab(π412)=ab4(π2).= ab\left(\frac{\pi}{4} - \frac{1}{2}\right) = \frac{ab}{4}(\pi - 2).

Answer: ab4(π2)\frac{ab}{4}(\pi - 2) square units.

Example 13: Area bounded by y-axis Integration

Find the area bounded by the curve x=y2x = y^2 and the line x=y+2x = y + 2.

Solution: Step 1: Find intersections. Set y2=y+2    y2y2=0    (y2)(y+1)=0.y^2 = y+2 \implies y^2-y-2=0 \implies (y-2)(y+1)=0. Thus, y=1,2.y=-1,2.

Step 2: Determine right and left curves. At y=0y=0, x=y2=0,x=y+2=2.x=y^2=0, \qquad x=y+2=2. So the line x=y+2x=y+2 lies to the right of the parabola x=y2x=y^2.

Step 3: Set up the area integral. Area=12[(y+2)y2]dy.\text{Area} = \int_{-1}^2 [(y+2)-y^2]dy.

Step 4: Integrate. =[y22+2yy33]12.= \left[\frac{y^2}{2} + 2y - \frac{y^3}{3}\right]_{-1}^2.

Step 5: Evaluate. At y=2y=2, 42+483=683=103.\frac{4}{2} + 4 - \frac{8}{3} = 6 - \frac{8}{3} = \frac{10}{3}. At y=1y=-1, 122+13=76.\frac{1}{2} - 2 + \frac{1}{3} = -\frac{7}{6}. Hence, Area=103(76)=276=92.\text{Area} = \frac{10}{3} - \left(-\frac{7}{6}\right) = \frac{27}{6} = \frac{9}{2}.

Answer: 9/29/2 square units.

Example 14: Integrating with Fractional Powers

Find the area of the region bounded by y=xy = \sqrt{x} and y=xy = x.

Solution: Step 1: Find the points of intersection. Set x=x.\sqrt{x} = x. Squaring gives x=x2    x(x1)=0.x = x^2 \implies x(x-1)=0. Thus, x=0,1.x=0,1.

Step 2: Determine upper and lower curves. For 0<x<10<x<1, x>x.\sqrt{x} > x. So the upper curve is y=xy=\sqrt{x} and the lower curve is y=xy=x.

Step 3: Set up the integral. Area=01(xx)dx.\text{Area} = \int_0^1 (\sqrt{x} - x)dx.

Step 4: Integrate. =[23x3/2x22]01=2312.= \left[\frac{2}{3}x^{3/2} - \frac{x^2}{2}\right]_0^1 = \frac{2}{3} - \frac{1}{2}.

Step 5: Simplify. =436=16.= \frac{4-3}{6} = \frac{1}{6}.

Answer: 1/61/6 square units.

Example 15: Area Enclosed by a Triangle using Integration

Find the area of the triangle whose vertices are A(1,0),B(2,2)A(1,0), B(2,2) and C(3,1)C(3,1).

Solution: Step 1: Find the equations of the sides. For ABAB: Slope =2021=2=\frac{2-0}{2-1}=2, so y=2(x1)=2x2.y = 2(x-1) = 2x-2. For BCBC: Slope =1232=1=\frac{1-2}{3-2}=-1, so y2=(x2)    y=x+4.y-2 = -(x-2) \implies y=-x+4. For CACA: Slope =1031=12=\frac{1-0}{3-1}=\frac12, so y=12(x1).y = \frac12(x-1).

Step 2: Split the area into two vertical parts. From x=1x=1 to x=2x=2, the upper side is ABAB and the lower side is CACA. From x=2x=2 to x=3x=3, the upper side is BCBC and the lower side is CACA. Thus, Area=12(yAByCA)dx+23(yBCyCA)dx.\text{Area} = \int_1^2 (y_{AB} - y_{CA})dx + \int_2^3 (y_{BC} - y_{CA})dx.

Step 3: First part. yAByCA=(2x2)12(x1)=32(x1).y_{AB} - y_{CA} = (2x-2) - \frac12(x-1) = \frac32(x-1). So, 1232(x1)dx=32[(x1)22]12=34.\int_1^2 \frac32(x-1)dx = \frac32\left[\frac{(x-1)^2}{2}\right]_1^2 = \frac34.

Step 4: Second part. yBCyCA=(x+4)12(x1)=32x+92.y_{BC} - y_{CA} = (-x+4) - \frac12(x-1) = -\frac32x + \frac92. Hence, 23(32x+92)dx=[34x2+92x]23=34.\int_2^3 \left(-\frac32x + \frac92\right)dx = \left[-\frac34x^2 + \frac92x\right]_2^3 = \frac34.

Step 5: Add both parts. Area=34+34=32.\text{Area} = \frac34 + \frac34 = \frac32.

Answer: 3/23/2 square units.

Example 16: Two Intersecting Circles

Find the area of the region enclosed between the two circles x2+y2=4x^2 + y^2 = 4 and (x2)2+y2=4(x-2)^2 + y^2 = 4.

Solution: Step 1: Find the points of intersection. Subtract the equations: (x2)2+y2(x2+y2)=0(x-2)^2 + y^2 - (x^2+y^2)=0 x24x+4x2=0    4x+4=0    x=1.x^2 - 4x + 4 - x^2 = 0 \implies -4x + 4 = 0 \implies x=1. Substitute into x2+y2=4x^2+y^2=4: 1+y2=4    y=±3.1 + y^2 = 4 \implies y = \pm\sqrt3.

Step 2: Use symmetry. The common region is symmetric about the x-axis, so total area is twice the upper-half area.

Step 3: Set up the integral for the upper half. From x=0x=0 to x=1x=1, the upper boundary is the second circle: y=4(x2)2.y = \sqrt{4-(x-2)^2}. From x=1x=1 to x=2x=2, the upper boundary is the first circle: y=4x2.y = \sqrt{4-x^2}. So, Area=2[014(x2)2dx+124x2dx].\text{Area} = 2\left[ \int_0^1 \sqrt{4-(x-2)^2}dx + \int_1^2 \sqrt{4-x^2}dx \right].

Step 4: Evaluate. Each of the two integrals equals 2π332.\frac{2\pi}{3} - \frac{\sqrt3}{2}. Therefore, Area=2[2(2π332)]=8π323.\text{Area} = 2\left[2\left(\frac{2\pi}{3} - \frac{\sqrt3}{2}\right)\right] = \frac{8\pi}{3} - 2\sqrt3.

Answer: 8π323\frac{8\pi}{3} - 2\sqrt{3} square units.

Example 17: Parabola and a Modulus Function

Find the area bounded by the curve y=x2y = x^2 and y=xy = |x|.

Solution: Step 1: Find the intersections in the first quadrant. For x0x\ge 0, x=x|x|=x. Then x2=x    x(x1)=0,x^2 = x \implies x(x-1)=0, so x=0,1x=0,1.

Step 2: Use symmetry. The two curves are symmetric about the y-axis, so total area is twice the first-quadrant area.

Step 3: Determine upper and lower curves on [0,1][0,1]. For 0<x<10<x<1, we have x>x2.x > x^2. Thus the upper curve is y=xy=x and the lower curve is y=x2y=x^2.

Step 4: Set up and evaluate the integral. Area=201(xx2)dx=2[x22x33]01=2(1213)=13.\text{Area} = 2\int_0^1 (x-x^2)dx = 2\left[\frac{x^2}{2} - \frac{x^3}{3}\right]_0^1 = 2\left(\frac12 - \frac13\right)=\frac13.

Answer: 1/31/3 square units.

Example 18: Area Defined by Inequalities

Find the area of the region {(x,y):y24x,  4x2+4y29}\{(x, y): y^2 \le 4x,\; 4x^2 + 4y^2 \le 9\}.

Solution: Step 1: Interpret the inequalities. The condition y24xy^2 \le 4x means the point lies to the right of the parabola y2=4xy^2=4x. The condition 4x2+4y294x^2 + 4y^2 \le 9 means the point lies inside the circle x2+y294,x^2 + y^2 \le \frac{9}{4}, which has radius 32\frac{3}{2}.

Step 2: Use symmetry. The region is symmetric about the x-axis, so total area is twice the upper-half area.

Step 3: Find where the parabola and circle meet in the upper half. In the upper half of the parabola, y=2x.y = 2\sqrt{x}. In the upper half of the circle, y=94x2.y = \sqrt{\frac94 - x^2}. Set them equal: 2x=94x2.2\sqrt{x} = \sqrt{\frac94 - x^2}. Squaring, 4x=94x2    4x2+16x9=0.4x = \frac94 - x^2 \implies 4x^2 + 16x - 9 = 0. This gives the relevant positive root x=12.x = \frac12.

Step 4: Split the upper-half area. From x=0x=0 to x=12x=\frac12, the parabola lies below the circle, so the top boundary is y=2xy=2\sqrt{x}. From x=12x=\frac12 to x=32x=\frac32, the circle becomes the top boundary. Thus, Area=2[01/22xdx+1/23/294x2dx].\text{Area} = 2\left[ \int_0^{1/2} 2\sqrt{x}\,dx + \int_{1/2}^{3/2} \sqrt{\frac94 - x^2}\,dx \right].

Step 5: Evaluate the first part. 201/22xdx=4[23x3/2]01/2=83(12)3/2=223.2\cdot\int_0^{1/2} 2\sqrt{x}\,dx = 4\left[\frac{2}{3}x^{3/2}\right]_0^{1/2} = \frac{8}{3}\left(\frac12\right)^{3/2} = \frac{2\sqrt2}{3}.

Step 6: Evaluate the second part. Using the standard integral for a2x2\sqrt{a^2-x^2} with a=32a=\frac32, 21/23/294x2dx=9π82294sin1(13).2\int_{1/2}^{3/2} \sqrt{\frac94 - x^2}\,dx = \frac{9\pi}{8} - \frac{\sqrt2}{2} - \frac{9}{4}\sin^{-1}\left(\frac13\right).

Step 7: Add both contributions. Area=223+(9π82294sin1(13)).\text{Area} = \frac{2\sqrt2}{3} + \left(\frac{9\pi}{8} - \frac{\sqrt2}{2} - \frac{9}{4}\sin^{-1}\left(\frac13\right)\right). Combine the 2\sqrt2 terms: 22322=26.\frac{2\sqrt2}{3} - \frac{\sqrt2}{2} = \frac{\sqrt2}{6}. Hence, Area=26+9π894sin1(13).\text{Area} = \frac{\sqrt2}{6} + \frac{9\pi}{8} - \frac{9}{4}\sin^{-1}\left(\frac13\right).

Answer: 26+9π894sin1(13)\frac{\sqrt{2}}{6} + \frac{9\pi}{8} - \frac{9}{4}\sin^{-1}\left(\frac{1}{3}\right) square units.

Example 19: Exponential Area

Find the area bounded by the curves y=exy = e^x, y=exy = e^{-x} and the line x=1x = 1.

Solution: Step 1: Find the point where the two curves intersect. ex=ex    e2x=1    x=0.e^x = e^{-x} \implies e^{2x}=1 \implies x=0.

Step 2: Determine upper and lower curves. For 0<x<10<x<1, we have ex>ex.e^x > e^{-x}. So the upper curve is y=exy=e^x and the lower curve is y=exy=e^{-x}.

Step 3: Set up the integral. Area=01(exex)dx.\text{Area} = \int_0^1 (e^x - e^{-x})dx.

Step 4: Integrate. (exex)dx=ex+ex.\int (e^x - e^{-x})dx = e^x + e^{-x}. Thus, Area=[ex+ex]01.\text{Area} = [e^x + e^{-x}]_0^1.

Step 5: Evaluate. =(e+1e)(1+1)=e+1e2.= \left(e + \frac{1}{e}\right) - (1+1) = e + \frac{1}{e} - 2.

Answer: e+1/e2e + 1/e - 2 square units.

Example 20: Area with Logarithm

Find the area bounded by the curve y=lnxy = \ln x, the x-axis, and the ordinate x=ex = e.

Solution: Step 1: Find where the curve meets the x-axis. Since y=0y=0 on the x-axis, lnx=0    x=1.\ln x = 0 \implies x=1. So the region lies between x=1x=1 and x=ex=e.

Step 2: Set up the integral. In this interval, lnx>0\ln x > 0, so Area=1elnxdx.\text{Area} = \int_1^e \ln x\,dx.

Step 3: Integrate by parts. We know lnxdx=xlnxx.\int \ln x\,dx = x\ln x - x. Thus, Area=[xlnxx]1e.\text{Area} = [x\ln x - x]_1^e.

Step 4: Evaluate. At x=ex=e, elnee=ee=0.e\ln e - e = e - e = 0. At x=1x=1, 1ln11=01=1.1\ln1 - 1 = 0 -1 = -1. Therefore, Area=0(1)=1.\text{Area} = 0 - (-1) = 1.

Answer: 11 square unit.

Example 21: Overlapping Regions

Find the area of the region bounded by 0yx2+10 \le y \le x^2+1, 0yx+10 \le y \le x+1, 0x20 \le x \le 2.

Solution: Step 1: Understand the region. The allowed y-values must satisfy both yx2+1andyx+1.y \le x^2+1 \quad \text{and} \quad y \le x+1. So the actual top boundary is the smaller of the two curves.

Step 2: Find where the two curves intersect. x2+1=x+1    x2x=0    x(x1)=0.x^2+1 = x+1 \implies x^2-x=0 \implies x(x-1)=0. So they meet at x=0,1.x=0,1.

Step 3: Determine the top boundary on each interval.

  • For 0<x<10<x<1, we have x2<xx^2 < x, so x2+1<x+1,x^2+1 < x+1, hence the top boundary is y=x2+1y=x^2+1.
  • For 1<x<21<x<2, we have x<x2x < x^2, so x+1<x2+1,x+1 < x^2+1, hence the top boundary is y=x+1y=x+1.

Step 4: Set up the integral. Area=01(x2+1)dx+12(x+1)dx.\text{Area} = \int_0^1 (x^2+1)dx + \int_1^2 (x+1)dx.

Step 5: Evaluate the first part. 01(x2+1)dx=[x33+x]01=13+1=43.\int_0^1 (x^2+1)dx = \left[\frac{x^3}{3} + x\right]_0^1 = \frac13 + 1 = \frac43.

Step 6: Evaluate the second part. 12(x+1)dx=[x22+x]12=(2+2)(12+1)=432=52.\int_1^2 (x+1)dx = \left[\frac{x^2}{2} + x\right]_1^2 = (2+2) - \left(\frac12 + 1\right) = 4 - \frac32 = \frac52.

Step 7: Add. Area=43+52=8+156=236.\text{Area} = \frac43 + \frac52 = \frac{8+15}{6} = \frac{23}{6}.

Answer: 23/623/6 square units.

Example 22: Absolute Value Equations

Find the area enclosed by the graph of x+y=1|x| + |y| = 1.

Solution: Step 1: Interpret the graph. The equation x+y=1|x|+|y|=1 represents a diamond-shaped figure with vertices (1,0),(0,1),(1,0),(0,1).(1,0), (0,1), (-1,0), (0,-1).

Step 2: Use symmetry. The figure is symmetric in all four quadrants. In the first quadrant, the equation becomes x+y=1    y=1x.x+y=1 \implies y = 1-x. The first-quadrant area is the area under this line from x=0x=0 to x=1x=1.

Step 3: Set up and evaluate the integral. Total Area=401(1x)dx=4[xx22]01=4(112)=412=2.\text{Total Area} = 4\int_0^1 (1-x)dx = 4\left[x - \frac{x^2}{2}\right]_0^1 = 4\left(1 - \frac12\right) = 4\cdot\frac12 = 2.

Answer: 22 square units.

Example 23: Area bounded by Tangent

Find the area bounded by the curve y=x2y = x^2, the tangent to this curve at (1,1)(1,1), and the x-axis.

Solution: Step 1: Find the equation of the tangent. For y=x2y=x^2, dydx=2x.\frac{dy}{dx} = 2x. At x=1x=1, slope m=2m=2. Using point-slope form at (1,1)(1,1), y1=2(x1)    y=2x1.y-1 = 2(x-1) \implies y = 2x-1.

Step 2: Find where the tangent meets the x-axis. Set y=0y=0: 2x1=0    x=12.2x-1=0 \implies x = \frac12.

Step 3: Visualize the region. The enclosed region consists of:

  • the area under the parabola from x=0x=0 to x=1x=1
  • minus the area under the tangent from x=12x=\frac12 to x=1x=1

So, Area=01x2dx1/21(2x1)dx.\text{Area} = \int_0^1 x^2dx - \int_{1/2}^1 (2x-1)dx.

Step 4: Evaluate both integrals. 01x2dx=[x33]01=13.\int_0^1 x^2dx = \left[\frac{x^3}{3}\right]_0^1 = \frac13. And, 1/21(2x1)dx=[x2x]1/21=(11)(1412)=14.\int_{1/2}^1 (2x-1)dx = [x^2 - x]_{1/2}^1 = (1-1) - \left(\frac14 - \frac12\right) = \frac14.

Step 5: Subtract. Area=1314=112.\text{Area} = \frac13 - \frac14 = \frac{1}{12}.

Answer: 1/121/12 square units.

Example 24: Area involving xxx|x|

Find the area bounded by y=xxy = x|x| and y=xy = x.

Solution: Step 1: Rewrite the piecewise form. xx={x2,x0x2,x<0x|x| = \begin{cases} x^2, & x \ge 0 \\ -x^2, & x < 0 \end{cases}

Step 2: Find points of intersection. For x0x\ge0: x2=x    x=0,1.x^2 = x \implies x=0,1. For x<0x<0: x2=x    x2+x=0    x(x+1)=0,-x^2 = x \implies x^2 + x = 0 \implies x(x+1)=0, so the valid negative root is x=1x=-1. Hence intersections are at x=1,0,1x=-1,0,1.

Step 3: Use symmetry. The enclosed regions in the first and third quadrants have equal area. So total area is twice the area on [0,1][0,1].

Step 4: Compare the curves on [0,1][0,1]. There, xx=x2x|x|=x^2, and since x>x2x>x^2 for 0<x<10<x<1, the line y=xy=x is above y=x2y=x^2.

Step 5: Set up and evaluate the integral. Area=201(xx2)dx=2[x22x33]01=2(1213)=13.\text{Area} = 2\int_0^1 (x-x^2)dx = 2\left[\frac{x^2}{2} - \frac{x^3}{3}\right]_0^1 = 2\left(\frac12 - \frac13\right)=\frac13.

Answer: 1/31/3 square units.

Example 25: Inverse-Function Type Region

Find the area bounded by x=y22x = y^2 - 2 and x=yx = y.

Solution: Step 1: Find intersections. Set y22=y    y2y2=0    (y2)(y+1)=0.y^2 - 2 = y \implies y^2-y-2=0 \implies (y-2)(y+1)=0. Hence, y=1,2.y=-1,2.

Step 2: Integrate with respect to yy. At y=0y=0, x=y=0,x=y22=2,x=y=0, \qquad x=y^2-2=-2, so the line x=yx=y is the right boundary.

Step 3: Set up the integral. Area=12[y(y22)]dy.\text{Area} = \int_{-1}^2 [y - (y^2-2)]dy.

Step 4: Integrate. =[y22y33+2y]12.= \left[\frac{y^2}{2} - \frac{y^3}{3} + 2y\right]_{-1}^2.

Step 5: Evaluate. At y=2y=2: 283+4=103.2 - \frac{8}{3} + 4 = \frac{10}{3}. At y=1y=-1: 12+132=76.\frac12 + \frac13 - 2 = -\frac76. So, Area=103(76)=276=92.\text{Area} = \frac{10}{3} - \left(-\frac76\right) = \frac{27}{6} = \frac92.

Answer: 9/29/2 square units.

Example 26: Trigonometric Region

Find the area bounded by y=sinxy = \sin x, y=cosxy = \cos x and the y-axis in the first quadrant.

Solution: Step 1: Identify the left boundary. The y-axis corresponds to x=0.x=0.

Step 2: Find where the two curves meet in the first quadrant. sinx=cosx    tanx=1    x=π4.\sin x = \cos x \implies \tan x = 1 \implies x = \frac{\pi}{4}.

Step 3: Determine upper and lower curves. On 0xπ40 \le x \le \frac{\pi}{4}, cosx>sinx.\cos x > \sin x. So upper curve is y=cosxy=\cos x and lower curve is y=sinxy=\sin x.

Step 4: Set up the integral. Area=0π/4(cosxsinx)dx.\text{Area} = \int_0^{\pi/4} (\cos x - \sin x)dx.

Step 5: Integrate. =[sinx+cosx]0π/4.= [\sin x + \cos x]_0^{\pi/4}.

Step 6: Evaluate. =(12+12)(0+1)=21.= \left(\frac{1}{\sqrt2}+\frac{1}{\sqrt2}\right) - (0+1) = \sqrt2 - 1.

Answer: 21\sqrt{2} - 1 square units.

Example 27: Quadratic Region

Find the area bounded by y=2xx2y = 2x - x^2 and y=xy = -x.

Solution: Step 1: Find the intersections. 2xx2=x    x23x=0    x(x3)=0.2x - x^2 = -x \implies x^2 - 3x = 0 \implies x(x-3)=0. Thus, x=0,3.x=0,3.

Step 2: Determine upper and lower curves. At x=1x=1, 2(1)1=1,1=1,2(1)-1=1, \qquad -1=-1, so the parabola is above the line.

Step 3: Set up the integral. Area=03[(2xx2)(x)]dx=03(3xx2)dx.\text{Area} = \int_0^3 [(2x-x^2)-(-x)]dx = \int_0^3 (3x-x^2)dx.

Step 4: Integrate. =[3x22x33]03=2729=92.= \left[\frac{3x^2}{2} - \frac{x^3}{3}\right]_0^3 = \frac{27}{2} - 9 = \frac92.

Answer: 9/29/2 square units.

Example 28: Finding a Boundary Constant

The area of the region bounded by y=x2y = x^2 and y=cy = c is 3636. Find cc.

Solution: Step 1: Find the points of intersection. x2=c    x=±c.x^2 = c \implies x = \pm\sqrt{c}.

Step 2: Set up the area integral. Between these points, the horizontal line y=cy=c lies above the parabola y=x2y=x^2, so Area=cc(cx2)dx.\text{Area} = \int_{-\sqrt{c}}^{\sqrt{c}} (c-x^2)dx. Using symmetry, Area=20c(cx2)dx.\text{Area} = 2\int_0^{\sqrt{c}} (c-x^2)dx.

Step 3: Integrate. =2[cxx33]0c=2(cc(c)33).= 2\left[cx - \frac{x^3}{3}\right]_0^{\sqrt{c}} = 2\left(c\sqrt{c} - \frac{(\sqrt{c})^3}{3}\right). Since (c)3=cc(\sqrt{c})^3 = c\sqrt{c}, Area=2(cccc3)=22c3/23=43c3/2.\text{Area} = 2\left(c\sqrt{c} - \frac{c\sqrt{c}}{3}\right) = 2\cdot\frac{2c^{3/2}}{3} = \frac{4}{3}c^{3/2}.

Step 4: Use the given area. 43c3/2=36    c3/2=27.\frac{4}{3}c^{3/2} = 36 \implies c^{3/2} = 27. Raise both sides to the power 23\frac{2}{3}: c=272/3=9.c = 27^{2/3} = 9.

Answer: c=9c = 9.

Example 29: Split-Integral Area

Find the area bounded by the curve y=x(x1)(x2)y = x(x-1)(x-2) and the x-axis.

Solution: Step 1: Find the x-intercepts. x(x1)(x2)=0    x=0,1,2.x(x-1)(x-2)=0 \implies x=0,1,2. So the curve crosses the x-axis at these three points.

Step 2: Determine the sign in each interval. Expand first if helpful: y=x33x2+2x.y = x^3 - 3x^2 + 2x. On (0,1)(0,1), the function is positive. On (1,2)(1,2), the function is negative. So the total area is Area=01(x33x2+2x)dx+12(x33x2+2x)dx.\text{Area} = \int_0^1 (x^3-3x^2+2x)dx + \left|\int_1^2 (x^3-3x^2+2x)dx\right|.

Step 3: Find the antiderivative. (x33x2+2x)dx=x44x3+x2.\int (x^3-3x^2+2x)dx = \frac{x^4}{4} - x^3 + x^2.

Step 4: Evaluate on [0,1][0,1]. 01=[x44x3+x2]01=141+1=14.\int_0^1 = \left[\frac{x^4}{4} - x^3 + x^2\right]_0^1 = \frac14 - 1 + 1 = \frac14.

Step 5: Evaluate on [1,2][1,2]. At x=2x=2, 1648+4=0.\frac{16}{4} - 8 + 4 = 0. At x=1x=1, 141+1=14.\frac14 - 1 + 1 = \frac14. Thus, 12=014=14.\int_1^2 = 0 - \frac14 = -\frac14. Its area contribution is 14=14\left|-\frac14\right| = \frac14.

Step 6: Add the two parts. Total Area=14+14=12.\text{Total Area} = \frac14 + \frac14 = \frac12.

Answer: 1/21/2 square units.