Welcome to Estimation: The Trapezium Rule!

In your journey through calculus, you’ve learned how to find the exact area under a curve using integration. But what happens if the function is too complicated to integrate, or if you only have a set of data points? That is where Estimation comes in!

In this chapter, we will master the Trapezium Rule. It’s a clever way to estimate the area under a graph by breaking it down into simple shapes we already know how to calculate. Don’t worry if it looks like a lot of symbols at first—we will break it down step-by-step!

What is the Trapezium Rule?

Imagine you have a curvy hill on a graph, and you want to find the area beneath it. Because the top is curved, it’s hard to measure. The Trapezium Rule suggests that we divide the area into several vertical strips. We then treat the top of each strip as a straight line, turning each section into a trapezium.

Did you know? The more strips you use, the thinner they become, and the closer your "straight-line" estimate gets to the actual "curvy" reality!

Key Terms You Need to Know

1. Ordinates: These are the vertical heights (the \(y\)-values) at the boundaries of your strips. If you have \(n\) strips, you will have \(n+1\) ordinates.
2. Interval Width (\(h\)): This is the width of each strip along the \(x\)-axis.

The Formula

To find the approximate area between \(x = a\) and \(x = b\), we use this formula:

\( \text{Area} \approx \frac{h}{2} [y_0 + y_n + 2(y_1 + y_2 + \dots + y_{n-1})] \)

Breaking down the formula:
  • \(h\): The width of each strip. You calculate this using \( h = \frac{b - a}{n} \), where \(n\) is the number of strips.
  • \(y_0\) and \(y_n\): The "end" heights (the first and last ordinates). These are only used once.
  • \(y_1, y_2, \dots\): The "inner" heights. These are all multiplied by 2 because they represent the shared wall between two trapeziums.

Memory Aid: Think of it as: "Half the width, then (First + Last + 2 \(\times\) Rest)".

Quick Review: If a question asks for 4 strips, you will need 5 \(y\)-values (ordinates). Always check this first!

Step-by-Step: How to Calculate the Area

Follow these steps to ensure you don’t miss anything:

Step 1: Find \(h\). Subtract the start \(x\) from the end \(x\) and divide by the number of strips.
Step 2: Create a table. List your \(x\) values (starting at \(a\) and adding \(h\) each time) and calculate the corresponding \(y\) values for each.
Step 3: Identify the parts. Label your first \(y\) value as \(y_0\), your last as \(y_n\), and the ones in the middle as the "inner" values.
Step 4: Plug into the formula. Be careful with your brackets on the calculator!

Example: Estimate the area under \(y = x^2\) from \(x = 1\) to \(x = 3\) using 2 strips.
1. \(h = \frac{3 - 1}{2} = 1\).
2. \(x\) values are 1, 2, 3. \(y\) values are \(1^2=1\), \(2^2=4\), \(3^2=9\).
3. Area \(\approx \frac{1}{2} [1 + 9 + 2(4)] = \frac{1}{2} [10 + 8] = 9\).

Over-estimates and Under-estimates

Because we are using straight lines to cover a curve, our answer won't be perfect. You need to be able to tell if your estimate is too high or too low just by looking at the graph.

1. Over-estimate: If the curve "bends upwards" (it’s convex or looks like a U-shape/cup), the straight line of the trapezium will sit above the curve. This means your estimate is greater than the actual area.
2. Under-estimate: If the curve "bends downwards" (it’s concave or looks like an n-shape/cap), the straight line will sit below the curve. This means your estimate is smaller than the actual area.

Don't worry if this seems tricky! Just try to draw a quick sketch of the curve and draw a straight line between two points on it. If the line is above the curve, it's an over-estimate!

How to Improve the Estimate

The syllabus requires you to know how to make your estimate better. The answer is simple: Increase the number of strips (steps).

By using more strips, each strip becomes thinner. The "straight-top" of the trapezium follows the curve much more closely, reducing the empty gaps (or the extra bits) between the line and the curve.

Common Mistakes to Avoid

  • Confusing Strips and Ordinates: Remember, if the question says "5 ordinates," it means 4 strips. If it says "4 strips," it means 5 ordinates.
  • Radians vs. Degrees: If the function involves trigonometry (like \(\sin x\)), make sure your calculator is in Radians mode!
  • Wrong \(h\): Always double-check \( h = \frac{\text{end} - \text{start}}{\text{strips}} \).
  • Calculation Errors: A very common mistake is forgetting to multiply the inner \(y\)-values by 2.

Key Takeaways

1. The Trapezium Rule estimates area using \( \frac{h}{2} [y_{\text{ends}} + 2(y_{\text{inners}})] \).
2. More strips = A more accurate estimate.
3. Look at the "bend" of the curve to decide if you have an over-estimate (line above) or under-estimate (line below).
4. Always keep your table of \(x\) and \(y\) values neat to avoid simple errors!