Area Under Curve

Area Under Curve is area enclosed by curve and the coordinate axes, it is calculated by taking very small rectangles and then taking their sum if we take infinitely small rectangles then their sum is calculated by taking the limit of the function so formed.

For a given function f(x) defined in the interval [a, b], the area (A) under the curve of f(x) from ‘a’ to ‘b’ is given by A = ∫a b f(x)dx. The area under a curve is computed by taking the absolute value of the function over the interval [a, b], summed over the range.

In this article, we will learn about, the area under the curve, its applications, examples, and others in detail.

Table of Content

  • What is Area Under Curve?
  • Calculating the Area Under the Curve
  • Using Reimann Sums
  • Using Definite Integrals
  • Approximating Area Under Curve
  • Calculating Area Under Curve
  • Area Under Curve Formulae

What is Area Under Curve?

Area Under the Curve is area enclosed by any curve with the x-axis and given boundary conditions i.e., the area bounded by function y = f(x), x-axis, and the line x = a, and x = b. In some cases, there is only one or no boundary condition as the curve intersects the x-axis either once or twice respectively.

Area under the curve can be calculated using various methods such as Reimann sum, and Definite integral and we can also approximate the area using the basic shapes i.e., triangle, rectangle, trapezium, etc.

Read in Detail: Calculus in Maths

Calculating the Area Under the Curve

To calculate area under a curve, we can use the following methods such as:

  • Using Reimann Sums
  • Using Definite Integrals
  • Using Approximation

Let’s study these methods in detail as follows:

Using Reimann Sums

Reimann Sums is calculated by dividing a given function’s graph into smaller rectangles and summing the areas of each rectangle. The more rectangles we consider by subdividing the provided interval, the more precise the area computed by this approach is; nevertheless, the more subintervals we consider, the more difficult the calculations get.

Reimann Sum can be classified into three more categories such as:

  • Left Reimann Sum
  • Right Reimann Sum
  • Midpoint Reimann Sum

Area using the Reimann sum is given as follows:

[Tex]\bold{Area = \sum_{i=1}^{n}f(x_i)\Delta x_i}[/Tex]

where,

  • f(xi) is the value of the function being integrated at the ith sample point
  • Δx = (b-a)/n is the width of each subinterval, 
    • a and b are the limits of integration and 
    • n is the number of subintervals
  • represents the sum of all the terms from i=1 to n, 

Example: Find the area under the curve for function, f(x) = x2 between the limits x = 0 and x = 2.

Solution:

We want to find the area under the curve of this function between x = 0 and x = 2. We will use a left Reimann Sum with n = 4 subintervals to approximate the area.

Let’s calculate the area under the curve using 4 subintervals. 

Thus, width of subintervals, Δx = (2-0)/4 = 0.5

All the 4 subintervals are,

a = 0 = x0 < x1 <x2 < x3 < x4 = 2 = b

x0 = 0, x1 = 0.5, x2 = 1, x3 = 1.5, x4 = 2

Now we can evaluate the function at these x-values to find the heights of each rectangle:

f(x0) = (0)2 = 0
f(x1) = (0.5)2 = 0.25
f(x2) = (1)2 = 1
f(x3) = (1.5)2 = 2.25
f(x4) = (2)2 = 4

Area under the curve can now be approximated by summing the areas of the rectangles formed by these heights:

A ≈ Δx[f(x0) + f(x1) + f(x2) + f(x3)] = 0.5[0 + 0.25 + 1 + 2.25] = 1.25

Therefore, area under the curve of f(x) = x2 between x = 0 and x = 2, approximated using a left Reimann Sum with 4 subintervals, is approximately 1.25.

Using Definite Integrals

Definite Integral is the almost same as the Reimann sum but here the number of subintervals approaches infinity. If the function is given for interval [a, b] then definite integral is defined as:

[Tex] \int_{a}^{b} f(x) dx = \lim_{n\to \infty}\sum_{i=1}^{n}f(x_i)\Delta x_i[/Tex]

A definite Integral gives the exact area under the curve, unlike the Reimann sum.  The definite integral is calculated by finding the antiderivative of the function and evaluating it at the limits of integration.

Area with Respect to X-Axis

Curve shown in the image below is represented using y = f(x). We need to calculate the area under the curve with respect to the x-axis. The boundary values for the curve on the x-axis are a and b respectively. The area A under this curve with respect to the x-axis is calculated between the points x = a  and x = b. Consider the following curve:

Formula for Area Under the Curve w.r.t to the x-axis is given by:

[Tex]\bold{A = \int_{a}^{b}y.dx}[/Tex]

[Tex]\bold{A = \int_{a}^{b}f(x)dx}[/Tex]

where,

  • A is Area Under Curve
  • y or f(x) is Equation of Curve
  • a, and b are x-values or limit of integration, for which we need to calculate area

Area with Respect to Y-Axis

Curve shown in the image above is represented using x = f(y). We need to calculate the area under the curve with respect to Y-axis. The boundary values for the curve on the Y-axis are a and b respectively. The area A under this curve with respect to Y-axis between the points y = a and y = b. Consider the following curve:

Formula for Area Under the Curve w.r.t to the y-axis is given by:

[Tex]\bold{A = \int_{a}^{b}x.dy}[/Tex]

[Tex]\bold{A = \int_{a}^{b}f(y)dy}[/Tex]

where,

  • A is Area Under Curve
  • x or f(y) is Equation of Curve
  • a, b are y-Intercepts

Approximating Area Under Curve

Approximating the area under the curve involves using simple geometric shapes, such as rectangles or trapezoids, to estimate the area under the curve. This method is useful when the function is difficult to integrate or when it is not possible to find an antiderivative of the function. The accuracy of the approximation depends on the size and number of the shapes used.

Calculating Area Under Curve

We can easily calculate the area of the various curve using the concepts discussed in the given article. Now let’s consider some examples of calculation of Area Under the Curve for some common curves.

Area Under Curve: Parabola

We know that a standard parabola is divided into two symmetric parts by either the x-axis or the y-axis. Suppose we take a parabola y2 = 4ax and then its area is to be calculated from x = 0 to x = a. And if required we double its area to find the area of the parabola in both the quadrant.

Calculating area,

y2 = 4ax

y = √(4ax)

A = 2∫0a y.dx

A = 2∫0a√(4ax).dx

A = 4√(a)∫0a√(x).dx

A = 4√(a){2/3.a3/2}

A = 8/3a2

Thus, area under the parabola from x = 0 to x = a is 8/3a2 square units

Area Under Curve: Circle

A circle is a closed curve whose circumference is always at an equal distance from its center. Its area is calculated by first calculating the area in the first quadrant and then multiplying it by 4 for all four quadrants.

Suppose we take a circle x2 + y2 = a2 and then its area is to be calculated from x = 0 to x = a in the first quadrant. And if required we quadruple its area to find the area of the circle.

Calculating area,

x2 + y2 = a2

y = √(a2 – x2).dx

A = 4∫0a y.dx

A = 4∫0a√(a2 – x2).dx

A = 4[x/2√(a2 – x2) + a2/2 sin-1(x/a)]a0

A = 4[{(a/2).0 + a2/2.sin-1} – 0]

A = 4(a2/2)(π/2)

A = πa2

Thus, area under the circle is πa2 square units

Area Under Curve: Ellipse

A circle is a closed curve. Its area is calculated by first calculating the area in the first quadrant and then multiplying it by 4 for all four quadrants.

Suppose we take a circle (x/a)2 + (y/b)2 = 1 and then its area is to be calculated from x = 0 to x = a in the first quadrant. And if required we quadruple its area to find the area of the ellipse.

Calculating area,

(x/a)2 + (y/b)2 = 1

y = b/a√(a2 – x2).dx

A = 4∫0a y.dx

A = 4b/a∫0a√(a2 – x2).dx

A = 4b/a[x/2√(a2 – x2) + a2/2 sin-1(x/a)]a0

A = 4b/a[{(a/2).0 + a2/2.sin-1} – 0]

A = 4b/a(a2/2)(π/2)

A = πab

Thus, the area under the ellipse is πab square units.

Area Under Curve Formulae

Formula for various types of calculation of Area Under Curve is tabulated below:

Type of Area

Formula of Area

Area Using Riemanns Sum[Tex]\bold{Area = \sum_{i=1}^{n}f(x_i)\Delta x_i}[/Tex]
Area with Respect to y-axis[Tex]\bold{A = \int_{a}^{b}f(y)dy}[/Tex]
Area with respect to x-axis[Tex]\bold{A = \int_{a}^{b}f(x)dx}[/Tex]
Area under Parabola 2∫ab√(4ax).dx
Area under Circle4∫ab√(a2 – x2).dx
Area under Ellipse4b/a∫ab√(a2 – x2).dx

Also, Read

Sample Examples on Area Under Curve

Example 1: Find the area under the curve y2 = 12x and the X-axis.

Solution:

Given curve equation is y2 = 12x

This is an equation of parabola with a = 3 so, y2 = 4(3)(x)

Graph for the required area is shown below:

X-axis divides the above parabola into 2 equal parts. So, we can find the area in the first quadrant and then multiply it by 2 to get the required area

So, we can find the required area as:

[Tex]A = 2\int_{a}^{b}ydx[/Tex]

⇒ [Tex]A = 2\int_{0}^{3}\sqrt{12x}dx[/Tex]

⇒ [Tex]A = 2\sqrt{12}[\frac{2x^\frac{3}{2}}{3}]_0^3[/Tex]

⇒ [Tex]A = \frac{4\sqrt{12}}{3}[x^\frac{3}{2}]_0^3[/Tex]

⇒ [Tex]A = \frac{4\sqrt{12}}{3}*\sqrt{27}[/Tex]

⇒ A = 24 sq. units

Example 2: Calculate the area under the curve x = y3 – 9 between the points y = 3 and y = 4.

Solution:

Given, equation of curve is x = y3 – 9

Boundary points are (0, 3) and (0, 4)

As the equation of curve is of the form x = f(y) and the points are also on the Y-axis, we will use the formula,

[Tex]A = \int_{a}^{b}x.dy[/Tex]

⇒ [Tex]A = \int_{3}^{4}(y^3-9)dy[/Tex]

⇒ [Tex]A = [\frac{y^4}{4}-9y]^4_3[/Tex]

⇒ [Tex]A = (64-36)-(\frac{81}{4}-27)[/Tex]

⇒ [Tex]A = 28+\frac{27}{4}[/Tex]

⇒ A = 139/4 sq. units

Example 3: Calculate the area under the curve y = x2 – 7 between the points x = 5 and x = 10.

Solution:

Given, the curve is y = x2−7 and the boundary points are (5, 0) and (10, 0)

Thus, area under the curve is given by: 

[Tex]A = \int_{5}^{10}(x^2-7)dx[/Tex]

⇒ [Tex]A = [\frac{x^3}{3}-7x]_5^{10}[/Tex]

⇒ A = (100/3 – 70) – (125/3 – 35)

⇒ A = 790/3 – 23/3

⇒ A = 770/3 sq. units

Example 4: Find the area enclosed by the parabola y2 = 4ax and the line x = a in the first quadrant.

Solution:

Curve and the line given can be drawn as follows:

Now, the equation of curve is y2 = 4ax

Boundary points come out to be (0, 0) and (a, 0)

So the area with respect to X-axis can be calculated as:

[Tex]A=\int_{0}^{a}ydx[/Tex]

⇒ [Tex]A=\int_{0}^{a}\sqrt{4ax}dx[/Tex]

⇒ [Tex]A=[\sqrt{4a}\frac{x^{\frac{1}{2}+1}}{\frac{3}{2}}]_0^a[/Tex]

⇒ [Tex]A=2×\frac{2}{3}\sqrt{a}[x^{\frac{3}{2}}]_0^a[/Tex]

⇒ [Tex]A=\frac{4\sqrt{a}}{3}×a^\frac{3}{2}[/Tex]

⇒ [Tex]A=\frac{4a^2}{3} sq. units[/Tex]

Example 5: Find the area covered by the circle x2 + y2 = 25 in the first quadrant.

Solution:

Given, x2 + y2 = 25

Curve can be drawn as:

Required area has been shaded in the above figure. From the equation we can see that radius of the circle is 5 units.

As, x2 + y2 = 25 

[Tex]y = \sqrt{25-x^2}[/Tex]

To find the area, we shall use:

[Tex]A = \int_{a}^{b}ydx[/Tex]

⇒ [Tex]A = \int_{0}^{5}\sqrt{25-x^2}dx[/Tex]

⇒ [Tex]A = [\frac{x}{2}(\sqrt{25-x^2}+\frac{25}{2}sin^{-1}\frac{x}{5})]_0^5[/Tex]

⇒ [Tex]A = [(\frac{5}{2}×0 +\frac{25}{2}sin^{-1}(1))-0][/Tex]

⇒ [Tex]A = \frac{25}{2}×\frac{\pi}{2}[/Tex]

⇒ A = 25 π/4 sq. units

FAQs on Area Under Curve

Define Area Under a Curve.

Region enclosed by the curve, the axis, and the boundary points is referred to as the area under the curve. Using the coordinate axes and the integration formula, the area under the curve has been determined as a two-dimensional area.

How to Calculate Area Under a Curve?

There are three methods to find area under the curve, that are:

  • Reimann Sums involve dividing the curve into smaller rectangles and adding their areas, with the number of subintervals affecting the precision of the result.
  • Definite Integrals are similar to Reimann Sums but use an infinite number of subintervals to provide an exact result. 
  • Approximation Methods is used known geometric shapes to approximate the area under the curve.

What is Difference Between a Definite Integral and a Reimann Sum?

Key difference between a definite integral and a Reimann Sum is that a definite integral represents the exact area under a given curve whereas a Reimann Sum represents the approximate value of the area and the accuracy of the sum depends upon the chosen partition size.

Can Area Under Curve be Negative? 

If curve is below axis or lies in the coordinate axis’s negative quadrants, the area under the curve is negative. In this case as well, the area under the curve is computed using the conventional approach, and the solution is then modulated. Even in cases when the answer is negative, just the area’s value is taken into account, not the answer’s negative sign.

What does Area Under Curve Represent in Statistics?

Area under curve(ROC) is the measure of the accuracy of a quantitative diagnostic test.

How do you Interpret Sign of Area Under a Curve?

Sign of area shows that area under curve is above x-axis or below x-axis. If area is positive, then area under curve is above the x-axis and if it negative then area under curve is below x-axis.

How is Area Under Curve Approximated?

By segmenting the region into tiny rectangles, the area under the curve may be roughly estimated. And by adding the areas of these rectangles, one may get the area under the curve.



Contact Us