Welcome to Definite Integrals and Areas!
In your journey through Integration so far, you’ve learned how to "undo" differentiation to find a general equation. But integration has a much cooler superpower: it can calculate the exact area of shapes with curvy edges! Whether it’s the path of a rocket or the shape of a new stadium roof, definite integrals are the tool mathematicians use to measure space.
Don't worry if this seems a bit abstract at first. We are going to break it down into simple, manageable steps. By the end of these notes, you’ll be able to find the area under almost any curve!
1. What is a Definite Integral?
An indefinite integral (the ones you’ve done with the \( + c \) at the end) gives you a family of functions. A definite integral gives you a number. This number represents the "net area" between the curve and the \( x \)-axis.
The Notation:
A definite integral looks like this: \( \int_{a}^{b} f(x) dx \)
- \( b \) is the upper limit (where we stop measuring).
- \( a \) is the lower limit (where we start measuring).
- \( f(x) \) is the function we are integrating.
Quick Review: The Power Rule
Before we move on, remember the golden rule for integrating \( x^n \):
Add 1 to the power, then divide by the new power.
\( \int x^n dx = \frac{x^{n+1}}{n+1} \)
Key Takeaway:
A definite integral is just an integral with "start" and "stop" values, and it results in a specific numerical value rather than an equation with \( + c \).
2. How to Calculate a Definite Integral
To evaluate a definite integral, we use the Fundamental Theorem of Calculus. It sounds intimidating, but it's basically a 3-step recipe:
Step 1: Integrate
Find the integral as usual, but put it inside square brackets. You don't need the \( + c \) here because it would just cancel out anyway!
Step 2: Substitute
Plug the top number (the upper limit) into your integrated equation. Then, plug the bottom number (the lower limit) into the equation separately.
Step 3: Subtract
Subtract the bottom result from the top result: (Top Value) - (Bottom Value).
The Formula:
\( \int_{a}^{b} f(x) dx = [F(x)]_a^b = F(b) - F(a) \)
Example: Find \( \int_{1}^{3} x^2 dx \)
1. Integrate: \( [\frac{x^3}{3}]_1^3 \)
2. Substitute: \( (\frac{3^3}{3}) - (\frac{1^3}{3}) \)
3. Calculate: \( 9 - \frac{1}{3} = 8.67 \) (or \( \frac{26}{3} \))
Common Mistake to Avoid: Always do Top minus Bottom. If you swap them, your answer will have the wrong sign!
Key Takeaway:
The process is Integrate → Substitute → Subtract. Think of it like finding the difference in height between two points on a hill.
3. Finding the Area Under a Curve
The main reason we use definite integrals in AS Maths is to find the area between a curve \( y = f(x) \), the \( x \)-axis, and two vertical lines (called ordinates) \( x = a \) and \( x = b \).
Analogy: The Carpet Fitter
Imagine you have a room with a very curvy wall. To find out how much carpet you need, you can’t just use length × width. Integration acts like a carpet fitter who cuts thousands of tiny, thin strips of carpet and adds them all together to perfectly fit the curve.
Did you know?
The integral symbol \( \int \) is actually a stylish, elongated "S". It stands for "Sum," because we are summing up an infinite number of tiny areas!
Key Takeaway:
The area under a curve \( y = f(x) \) from \( x = a \) to \( x = b \) is exactly equal to the definite integral \( \int_{a}^{b} f(x) dx \), provided the curve is above the \( x \)-axis.
4. Dealing with "Negative" Areas
This is where things get a bit tricky, but don't worry! If a curve drops below the \( x \)-axis, the integral will give you a negative value. However, in the real world, area cannot be negative (you can't have "negative 5 meters" of carpet).
Scenario A: The Curve is entirely below the x-axis
If you calculate an integral and get \( -10 \), the area is simply \( 10 \). Just take the absolute value (ignore the minus sign).
Scenario B: The Curve crosses the x-axis
If your area has one part above the axis and one part below, you cannot integrate the whole thing in one go! If you do, the "negative" area will cancel out the "positive" area, giving you an incorrect total.
Step-by-Step for Combined Areas:
1. Find where the curve crosses the \( x \)-axis (set \( y = 0 \) and solve for \( x \)).
2. Split your integral into two separate parts at that crossing point.
3. Calculate each integral separately.
4. Change any negative results to positive, then add them together.
Example: If the area above the axis is 5 and the integral below the axis results in -3, the total area is \( 5 + 3 = 8 \).
Key Takeaway:
Integration measures "displacement" from the axis. To find total physical area, treat the parts above and below the \( x \)-axis as separate positive values and add them up.
5. Summary and Quick Tips
You've covered the essentials of definite integrals and areas! Here is a quick checklist for your revision:
- Definite Integral: Has limits, results in a number, no \( + c \).
- Calculation: Integrate first, then do \( F(upper) - F(lower) \).
- Area: The integral gives the area between the curve and the \( x \)-axis.
- Negative Results: If the integral is negative, it just means the area is below the \( x \)-axis.
- Crossing the Axis: Split the integral into sections if the graph goes from positive to negative.
Quick Review Box:
Problem: Find the area under \( y = 3x^2 \) between \( x = 0 \) and \( x = 2 \).
Working: \( \int_{0}^{2} 3x^2 dx = [x^3]_0^2 = (2^3) - (0^3) = 8 \).
Answer: 8 square units.
Keep practicing these steps! Integration is a skill that gets much easier the more often you do it. You're doing great!