Geometrical Interpretation of Definite Integrals

In the previous chapter, we learned that the definite integral abf(x)dx\int_a^b f(x) \, dx represents the limit of a sum. Geometrically, if f(x)f(x) is a continuous and non-negative function on the interval [a,b][a, b], then this definite integral gives the exact area of the region bounded by the curve y=f(x)y = f(x), the x-axis, and the vertical lines x=ax = a and x=bx = b.

To understand this visually, imagine dividing the region into a very large number of thin vertical strips. For a strip at position xx:

  • its height is y=f(x)y = f(x),
  • its width is dxdx,
  • so its small area is dA=ydxdA = y\,dx.

Adding all such strips from x=ax=a to x=bx=b gives the total area: Area=abydx=abf(x)dx\text{Area} = \int_a^b y\,dx = \int_a^b f(x)\,dx

This interpretation is valid directly when the curve lies on or above the x-axis throughout the interval. If the curve goes below the axis, then the definite integral gives signed area, not total geometrical area.

Area Bounded by the y-axis

Sometimes it is more convenient to integrate with respect to yy instead of xx.

If the curve is given in the form x=g(y)x = g(y), and the required region is bounded by:

  • the curve x=g(y)x = g(y),
  • the y-axis,
  • the horizontal lines y=cy = c and y=dy = d,

then we use horizontal strips.

For a strip at height yy:

  • its length is x=g(y)x = g(y),
  • its thickness is dydy,
  • so its small area is dA=xdydA = x\,dy.

Hence the total area is: Area=cdxdy=cdg(y)dy\text{Area} = \int_c^d x\,dy = \int_c^d g(y)\,dy

This method is especially useful when the curve is naturally expressed as xx in terms of yy, or when using vertical strips would be cumbersome.

Areas Below the Coordinate Axes

If the curve y=f(x)y = f(x) lies below the x-axis on an interval [a,b][a,b], then f(x)<0f(x) < 0 there. In that case, abf(x)dx\int_a^b f(x)\,dx is negative, because the definite integral measures signed area.

But geometrical area can never be negative. Therefore, if the whole curve lies below the x-axis, the required area is: Area=abf(x)dx\text{Area} = \left|\int_a^b f(x)\,dx\right|

When the curve crosses the x-axis: If the curve intersects the x-axis at some point x=cx=c inside the interval, then the positive and negative parts do not represent cancellation in geometry. So we must split the integral at the point of intersection and add the magnitudes of the separate parts.

If f(x)<0f(x)<0 on [a,c][a,c] and f(x)>0f(x)>0 on [c,b][c,b], then: Total Area=acf(x)dx+cbf(x)dx\text{Total Area} = \left|\int_a^c f(x)\,dx\right| + \int_c^b f(x)\,dx

In general, always:

  1. find where the curve cuts the axis,
  2. split the interval there,
  3. evaluate each part separately,
  4. add positive areas only.

Example 1: Area of a Simple Parabola

Find the area of the region bounded by the curve y=x2y = x^2 and the lines x=1x = 1, x=2x = 2 and the x-axis.

Solution: Step 1: Identify the curve and the interval. The curve is y=x2y=x^2, and the vertical boundaries are x=1x=1 and x=2x=2. Since x2>0x^2>0 for all x0x\neq 0, the curve lies above the x-axis on [1,2][1,2].

Step 2: Write the area integral. Area=12x2dx\text{Area} = \int_1^2 x^2\,dx

Step 3: Integrate. x2dx=x33\int x^2\,dx = \frac{x^3}{3} So, Area=[x33]12\text{Area} = \left[\frac{x^3}{3}\right]_1^2

Step 4: Apply the limits. =233133=8313=73= \frac{2^3}{3} - \frac{1^3}{3} = \frac{8}{3} - \frac{1}{3} = \frac{7}{3}

Answer: 73\frac{7}{3} square units.

Example 2: Area bounded by the y-axis

Find the area of the region bounded by the curve x=2yx = 2y, the y-axis, and the lines y=1y = 1 and y=3y = 3.

Solution: Step 1: Notice the orientation of the boundaries. The region is bounded by the y-axis and two horizontal lines, so integrating with respect to yy is the natural choice.

Step 2: The curve is already in the form x=g(y)x=g(y) with x=2yx = 2y Thus the required area is Area=13xdy=132ydy\text{Area} = \int_1^3 x\,dy = \int_1^3 2y\,dy

Step 3: Integrate. 2ydy=y2\int 2y\,dy = y^2 Therefore, Area=[y2]13\text{Area} = \left[y^2\right]_1^3

Step 4: Evaluate. =3212=91=8= 3^2 - 1^2 = 9 - 1 = 8

Answer: 88 square units.

Example 3: Area of a Circle using Integration

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

Solution: Step 1: Use symmetry. The circle is symmetric about both coordinate axes, so it is enough to find the area in the first quadrant and multiply by 4.

Step 2: Express yy in terms of xx. From x2+y2=a2x^2 + y^2 = a^2 we get y=a2x2y = \sqrt{a^2 - x^2} for the upper semicircle. In the first quadrant, xx varies from 00 to aa.

Step 3: Write the integral for one quadrant. Area of first quadrant=0aa2x2dx\text{Area of first quadrant} = \int_0^a \sqrt{a^2 - x^2}\,dx Hence total area is Total Area=40aa2x2dx\text{Total Area} = 4\int_0^a \sqrt{a^2-x^2}\,dx

Step 4: Use the standard result: 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) So, Total Area=4[x2a2x2+a22sin1(xa)]0a\text{Total Area} = 4\left[\frac{x}{2}\sqrt{a^2-x^2} + \frac{a^2}{2}\sin^{-1}\left(\frac{x}{a}\right)\right]_0^a

Step 5: Substitute the limits. At x=ax=a: a2a2a2+a22sin1(1)=0+a22π2=πa24\frac{a}{2}\sqrt{a^2-a^2} + \frac{a^2}{2}\sin^{-1}(1) = 0 + \frac{a^2}{2}\cdot \frac{\pi}{2} = \frac{\pi a^2}{4} At x=0x=0: 0+a22sin1(0)=00 + \frac{a^2}{2}\sin^{-1}(0)=0

Step 6: Multiply by 4. Total Area=4πa24=πa2\text{Total Area} = 4\cdot \frac{\pi a^2}{4} = \pi a^2

Answer: πa2\pi a^2 square units.

Example 4: Area of an Ellipse

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

Solution: Step 1: Use symmetry. The ellipse is symmetric about both axes, so total area equals 4 times the area in the first quadrant.

Step 2: Express yy in terms of xx. From x2a2+y2b2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1 we get y2b2=1x2a2=a2x2a2\frac{y^2}{b^2} = 1 - \frac{x^2}{a^2} = \frac{a^2-x^2}{a^2} So, y=baa2x2y = \frac{b}{a}\sqrt{a^2-x^2} for the first quadrant.

Step 3: Write the area integral. Total Area=40abaa2x2dx=4ba0aa2x2dx\text{Total Area} = 4\int_0^a \frac{b}{a}\sqrt{a^2-x^2}\,dx = \frac{4b}{a}\int_0^a \sqrt{a^2-x^2}\,dx

Step 4: Use the standard result from the circle problem. 0aa2x2dx=πa24\int_0^a \sqrt{a^2-x^2}\,dx = \frac{\pi a^2}{4} Hence, Total Area=4baπa24=πab\text{Total Area} = \frac{4b}{a}\cdot \frac{\pi a^2}{4} = \pi ab

Answer: πab\pi ab square units.

Example 5: Area Below and Above the x-axis

Find the area bounded by the curve y=x3y = x^3, the x-axis, and the ordinates x=2x = -2 and x=1x = 1.

Solution: Step 1: Determine where the curve crosses the x-axis. For y=x3y=x^3, the curve crosses the x-axis at x3=0    x=0x^3=0 \implies x=0 So the interval must be split at x=0x=0.

Step 2: Check the sign of the function.

  • On [2,0][-2,0], x3<0x^3<0, so the curve lies below the x-axis.
  • On [0,1][0,1], x3>0x^3>0, so the curve lies above the x-axis.

Step 3: Write the area as sum of magnitudes. Total Area=20x3dx+01x3dx\text{Total Area} = \left|\int_{-2}^0 x^3\,dx\right| + \int_0^1 x^3\,dx

Step 4: Evaluate each integral. x3dx=x44\int x^3\,dx = \frac{x^4}{4} So, 20x3dx=[x44]20=0164=4\int_{-2}^0 x^3\,dx = \left[\frac{x^4}{4}\right]_{-2}^0 = 0 - \frac{16}{4} = -4 Therefore its area contribution is 4=4|-4|=4.

Also, 01x3dx=[x44]01=14\int_0^1 x^3\,dx = \left[\frac{x^4}{4}\right]_0^1 = \frac14

Step 5: Add the two positive areas. Total Area=4+14=174\text{Total Area} = 4 + \frac14 = \frac{17}{4}

Answer: 174\frac{17}{4} square units.

Example 6: Area Bounded by a Trigonometric Curve

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

Solution: Step 1: Identify where the curve changes sign. The graph of y=cosxy=\cos x crosses the x-axis at x=π2, 3π2x=\frac{\pi}{2},\ \frac{3\pi}{2} Thus the interval [0,2π][0,2\pi] must be split into three parts.

Step 2: Determine the sign in each part.

  • On [0,π2]\left[0,\frac\pi2\right], cosx>0\cos x>0.
  • On [π2,3π2]\left[\frac\pi2,\frac{3\pi}2\right], cosx<0\cos x<0.
  • On [3π2,2π]\left[\frac{3\pi}2,2\pi\right], cosx>0\cos x>0.

Step 3: Write the total area. Total Area=0π/2cosxdx+π/23π/2cosxdx+3π/22πcosxdx\text{Total Area} = \int_0^{\pi/2} \cos x\,dx + \left|\int_{\pi/2}^{3\pi/2} \cos x\,dx\right| + \int_{3\pi/2}^{2\pi} \cos x\,dx

Step 4: Evaluate each part. Since cosxdx=sinx,\int \cos x\,dx = \sin x, we get 0π/2cosxdx=[sinx]0π/2=1\int_0^{\pi/2} \cos x\,dx = [\sin x]_0^{\pi/2}=1 π/23π/2cosxdx=[sinx]π/23π/2=(1)1=2\int_{\pi/2}^{3\pi/2} \cos x\,dx = [\sin x]_{\pi/2}^{3\pi/2}=(-1)-1=-2 So its area is 2=2|-2|=2. 3π/22πcosxdx=[sinx]3π/22π=0(1)=1\int_{3\pi/2}^{2\pi} \cos x\,dx = [\sin x]_{3\pi/2}^{2\pi}=0-(-1)=1

Step 5: Add the areas. Total Area=1+2+1=4\text{Total Area} = 1+2+1=4

Answer: 44 square units.

Example 7: Area Involving an Absolute Value Function

Find the area of the region bounded by the curve y=x+1y = |x+1|, the lines x=3x = -3 and x=1x = 1, and the x-axis.

Solution: Step 1: Write the function in piecewise form. x+1={(x+1),x<1x+1,x1|x+1| = \begin{cases} -(x+1), & x<-1 \\ x+1, & x\ge -1 \end{cases} The expression inside the modulus becomes zero at x=1x=-1, so we split the interval there.

Step 2: Write the area as two integrals. Area=31(x+1)dx+11(x+1)dx\text{Area} = \int_{-3}^{-1} -(x+1)\,dx + \int_{-1}^{1} (x+1)\,dx Since the absolute value graph is never below the x-axis, these integrals already give positive area.

Step 3: Evaluate the first integral. 31(x1)dx=[x22x]31\int_{-3}^{-1} ( -x-1)\,dx = \left[-\frac{x^2}{2}-x\right]_{-3}^{-1} At x=1x=-1: 12+1=12-\frac{1}{2}+1 = \frac12 At x=3x=-3: 92+3=32-\frac{9}{2}+3 = -\frac32 So, 12(32)=2\frac12 - \left(-\frac32\right)=2

Step 4: Evaluate the second integral. 11(x+1)dx=[x22+x]11\int_{-1}^{1} (x+1)\,dx = \left[\frac{x^2}{2}+x\right]_{-1}^{1} At x=1x=1: 12+1=32\frac12+1 = \frac32 At x=1x=-1: 121=12\frac12-1 = -\frac12 So, 32(12)=2\frac32 - \left(-\frac12\right)=2

Step 5: Add the two parts. Total Area=2+2=4\text{Total Area} = 2+2=4

Answer: 44 square units.

Example 8: Area of an Exponential Curve

Find the area bounded by the curve y=exy = e^x, the x-axis, and the ordinates x=0x = 0 and x=2x = 2.

Solution: Step 1: Observe that ex>0e^x>0 for all real xx, so the curve remains above the x-axis on [0,2][0,2].

Step 2: Write the area integral. Area=02exdx\text{Area} = \int_0^2 e^x\,dx

Step 3: Integrate. exdx=ex\int e^x\,dx = e^x Thus, Area=[ex]02\text{Area} = [e^x]_0^2

Step 4: Evaluate the limits. =e2e0=e21= e^2 - e^0 = e^2 - 1

Answer: e21e^2 - 1 square units.

Example 9: Area involving Fractional Powers

Find the area bounded by the curve y=2xy = 2\sqrt{x}, the x-axis, and the lines x=1x = 1 and x=4x = 4.

Solution: Step 1: Since 2x>02\sqrt{x}>0 for x>0x>0, the required area is directly Area=142xdx=214x1/2dx\text{Area} = \int_1^4 2\sqrt{x}\,dx = 2\int_1^4 x^{1/2}\,dx

Step 2: Use the power rule. x1/2dx=x3/23/2=23x3/2\int x^{1/2}\,dx = \frac{x^{3/2}}{3/2} = \frac{2}{3}x^{3/2} Hence, Area=2[23x3/2]14=43[x3/2]14\text{Area} = 2\left[\frac{2}{3}x^{3/2}\right]_1^4 = \frac{4}{3}[x^{3/2}]_1^4

Step 3: Evaluate the powers. 43/2=(4)3=23=8,13/2=14^{3/2} = (\sqrt4)^3 = 2^3 = 8, \qquad 1^{3/2}=1 So, Area=43(81)=437=283\text{Area} = \frac43(8-1)=\frac43\cdot 7 = \frac{28}{3}

Answer: 283\frac{28}{3} square units.

Example 10: Area bounded by a Logarithmic Curve

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

Solution: Step 1: Check the sign of lnx\ln x on the interval. For 1xe1\le x\le e, we have lnx0\ln x \ge 0, so the curve lies on or above the x-axis.

Step 2: Write the integral. Area=1elnxdx\text{Area} = \int_1^e \ln x\,dx

Step 3: Integrate by parts. Take u=lnx,dv=dxu=\ln x, \qquad dv=dx Then du=1xdx,v=xdu=\frac{1}{x}dx, \qquad v=x So, lnxdx=xlnxx1xdx=xlnx1dx=xlnxx\int \ln x\,dx = x\ln x - \int x\cdot \frac1x\,dx = x\ln x - \int 1\,dx = x\ln x - x

Step 4: Apply the limits. Area=[xlnxx]1e\text{Area} = [x\ln x - x]_1^e At x=ex=e: elnee=ee=0e\ln e - e = e-e=0 At x=1x=1: 1ln11=01=11\ln 1 -1 = 0-1=-1 Therefore, Area=0(1)=1\text{Area} = 0 - (-1) = 1

Answer: 11 square unit.

Example 11: Area of an Intercept Region

Find the area of the region bounded by y=x24y = x^2 - 4 and the x-axis.

Solution: Step 1: Find where the curve cuts the x-axis. Set y=0y=0: x24=0    x=±2x^2-4=0 \implies x=\pm 2 So the bounded region lies between x=2x=-2 and x=2x=2.

Step 2: Check whether the curve is above or below the x-axis in this interval. At x=0x=0, y=024=4<0y=0^2-4=-4<0 So the curve lies below the x-axis on [2,2][-2,2].

Step 3: Write the area using modulus. Area=22(x24)dx\text{Area} = \left|\int_{-2}^{2}(x^2-4)\,dx\right|

Step 4: Evaluate the integral. (x24)dx=x334x\int (x^2-4)\,dx = \frac{x^3}{3} - 4x Hence, 22(x24)dx=[x334x]22\int_{-2}^{2}(x^2-4)\,dx = \left[\frac{x^3}{3}-4x\right]_{-2}^{2} At x=2x=2: 838=163\frac{8}{3}-8 = -\frac{16}{3} At x=2x=-2: 83+8=163-\frac{8}{3}+8 = \frac{16}{3} So, 163163=323-\frac{16}{3} - \frac{16}{3} = -\frac{32}{3}

Step 5: Take the absolute value. Area=323=323\text{Area} = \left|-\frac{32}{3}\right| = \frac{32}{3}

Answer: 323\frac{32}{3} square units.