How to find the area under a curve using definite integrals?

In integral calculus, finding the area under a curve and above the x-axis over a specific interval is a fundamental application of definite integrals. Here's a step-by-step guide on how to do this:

  1. Identify the interval: Let's say you want to find the area under the curve of the function f(x)f(x) from aa to bb. This interval is [a,b][a, b].

  2. Set up the integral: The definite integral of f(x)f(x) from aa to bb is denoted as: abf(x)dx\int_a^b f(x) \, dx

  3. Evaluate the integral: To find the numerical value of this integral, you'll need to compute the antiderivative (also called the indefinite integral) of f(x)f(x). Let's call this antiderivative F(x)F(x). So, you have: f(x)dx=F(x)+C\int f(x) \, dx = F(x) + C where CC is the constant of integration. Now, evaluate F(x)F(x) at the upper limit bb and lower limit aa, and subtract the two results: [F(x)]ab=F(b)F(a)\left[ F(x) \right]_a^b = F(b) - F(a)

  4. Find the signed area: The result of this calculation gives you the signed area between the curve and the x-axis over the interval [a,b][a, b]. If F(b)F(a)F(b) - F(a) is positive, the area is above the x-axis; if it's negative, the area is below the x-axis.

Here's an example: Suppose you want to find the area under the curve of f(x)=x2f(x) = x^2 from 00 to 22. First, find the antiderivative of f(x)f(x): x2dx=x33+C\int x^2 \, dx = \frac{x^3}{3} + C Then, evaluate this at the upper limit 22 and lower limit 00: [x33]02=233033=83\left[ \frac{x^3}{3} \right]_0^2 = \frac{2^3}{3} - \frac{0^3}{3} = \frac{8}{3} So, the signed area is 83\frac{8}{3}, which means the area above the x-axis is 83\frac{8}{3} square units.

How to find the area under a curve using definite integrals? — Calculus Basics | Unlo