Welcome to the World of Definite Integrals!

In your previous chapter on integration, you learned how to find the "reverse" of a derivative. Now, we are going to take those skills and apply them to solve real-world problems, like finding the exact area of a curved shape or the volume of a 3D object.

Think of a definite integral as a "totaling machine." Instead of just finding a general formula, we are now looking for a specific number that represents a total amount. Whether you're a math whiz or someone who finds calculus a bit daunting, don't worry! We will break this down step-by-step.

1. The Big Idea: A Limit of Sums

Imagine you have a curvy hill on a graph, and you want to find the area underneath it. Since it's not a simple square or triangle, how do you do it?

In the past, mathematicians thought: "What if we fill the space with many tiny, thin rectangles?"

  • If we use 10 rectangles, the area is a rough guess.
  • If we use 1000 rectangles, the guess is much better.
  • If we use infinite rectangles that are infinitely thin, we get the exact area.
This is the "limit of a sum." The definite integral symbol \(\int_{a}^{b} f(x) dx\) is actually just a fancy way of saying "the sum of all those tiny slices from start point \(a\) to end point \(b\)."

Did you know? The integral symbol \(\int\) is actually an elongated "S," which stands for "Sum"!

2. How to Evaluate a Definite Integral

To find the value of a definite integral, we use the Fundamental Theorem of Calculus. It sounds scary, but it’s just a two-step process:

  1. Integrate the function as usual (ignore the \(+C\) for now).
  2. Substitute the "top" number (\(b\)), then the "bottom" number (\(a\)), and subtract the two results.
Formula:
\(\int_{a}^{b} f(x) dx = [F(x)]_{a}^{b} = F(b) - F(a)\)
where \(F(x)\) is the integrated version of \(f(x)\).

Example: Evaluate \(\int_{1}^{3} x^2 dx\).
1. Integrate \(x^2\) to get \(\frac{x^3}{3}\).
2. Calculate: \((\frac{3^3}{3}) - (\frac{1^3}{3}) = 9 - \frac{1}{3} = 8\frac{2}{3}\).

Quick Review: Why no \(+C\)? Because when you subtract \( (F(b) + C) - (F(a) + C) \), the \(C\)s cancel out!

Key Takeaway: Always do "Top minus Bottom." A common mistake is swapping them, which will give you the negative of the correct answer!

3. Finding the Area Under a Curve

This is the most common use of definite integrals. The area bounded by the curve \(y = f(x)\), the x-axis, and the vertical lines \(x = a\) and \(x = b\) is given by:
Area = \(\int_{a}^{b} y dx\)

Wait! What if the curve is below the x-axis?

If the curve is below the x-axis, the integral will result in a negative number. But area can't be negative!
Trick: If the region is below the x-axis, you must take the absolute value (ignore the negative sign).

Common Mistake: If a curve goes both above and below the x-axis in the range you are calculating, don't integrate the whole thing at once! You must find where it crosses the x-axis, calculate the two areas separately, and add their positive values together. If you don't, the "negative area" will cancel out the "positive area," giving you the wrong total.

Area bounded by the y-axis

Sometimes the question asks for the area between the curve and the y-axis. In this case, we change our perspective:
Area = \(\int_{c}^{d} x dy\)
(Remember to rewrite your equation so it is \(x = ...\) in terms of \(y\)).

Key Takeaway: Area is always positive. If your integral gives a negative, use absolute brackets \(|...|\) to make it positive.

4. Area Between Two Curves

Imagine two curves, one on top of the other. To find the area trapped between them:
Area = \(\int_{a}^{b} (y_{top} - y_{bottom}) dx\)

Analogy: It's like finding the area of a large rug and cutting out a smaller hole from the middle. You subtract the bottom "empty" space from the total "top" space.

Step-by-Step for Two Curves:

  1. Find where the curves intersect (set \(y_1 = y_2\)). These are your limits \(a\) and \(b\).
  2. Identify which curve is on top (you can test a value between \(a\) and \(b\)).
  3. Set up the integral: \(\int_{a}^{b} (f(x) - g(x)) dx\).

5. Volume of Revolution

If you take a 2D area and spin it 360 degrees around an axis, it creates a 3D solid! This is called a Volume of Revolution. Think of a potter's wheel spinning clay to make a vase.

Rotation about the x-axis

When you rotate an area about the x-axis, the cross-sections are circles with radius \(y\).
Volume = \(\pi \int_{a}^{b} y^2 dx\)

Rotation about the y-axis

When you rotate an area about the y-axis, the radius is \(x\).
Volume = \(\pi \int_{c}^{d} x^2 dy\)

Memory Aid: The formula looks a lot like the area of a circle \(\pi r^2\). Just remember that the "radius" is the distance from the axis to the curve (\(y\) or \(x\)).

Important Tip: Always remember the \(\pi\)! It’s the most common thing students forget in the exam.

Key Takeaway: For x-axis rotation, use \(y^2 dx\). For y-axis rotation, use \(x^2 dy\). Don't forget the \(\pi\) outside!

6. Using your Graphing Calculator (GC)

The syllabus requires you to know how to find approximate values of definite integrals using your GC. This is a lifesaver for checking your work!

When to use it:

  • When the question says "Find the approximate value..."
  • To verify your manual integration for complex functions.
  • To find intersection points (the limits \(a\) and \(b\)) quickly.
Check your GC manual or ask your tutor for the specific button sequence (usually under the MATH or CALC menu).

Summary Checklist for Exams

1. Notation: Did I include the \(dx\) or \(dy\)?
2. Limits: Are my \(a\) and \(b\) correct? (Check intersections!)
3. Area: If it's below the x-axis, did I use absolute values?
4. Volume: Did I square the function (\(y^2\)) and include the \(\pi\)?
5. Parametrics: Remember, the syllabus excludes area and volume for parametric curves—so don't overcomplicate it if you see them! Focus on Cartesian equations (\(y\) and \(x\)).

Don't worry if this seems tricky at first! Integration is a skill that gets much easier with practice. Keep drawing the graphs—seeing the area makes the math much clearer!