Area Under a Curve: Integration in Action

CSEC Additional Mathematics Essential Knowledge: Finding the area under a curve is one of the most important applications of integration. This concept connects algebra with geometry and has real-world applications in physics, economics, and engineering. Mastering this topic is crucial for CSEC Additional Mathematics success.

Key Concept: The definite integral \(\int_{a}^{b} f(x) \, dx\) represents the net signed area between the curve \(y = f(x)\), the x-axis, and the vertical lines \(x = a\) and \(x = b\). Area above the x-axis is positive, while area below the x-axis is negative.

Part 1: The Definite Integral as Area

From Riemann Sums to Definite Integrals

📐
Understanding Area as a Limit of Sums

The area under a curve can be approximated by dividing it into thin rectangles and summing their areas. As the width of these rectangles approaches zero, the sum approaches the exact area:

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

This is known as the Riemann sum approach to integration.

📊
Visualizing Area Under a Curve

The shaded region represents \(\int_{1}^{4} (x^2 – 4x + 6) \, dx\). Notice how the area is bounded by the curve, the x-axis, and the vertical lines at x = 1 and x = 4.

📝 Example 1: Basic Area Calculation

Find the area under the curve \(y = 2x + 3\) from \(x = 1\) to \(x = 4\).

1
Set up the definite integral: \(\text{Area} = \int_{1}^{4} (2x + 3) \, dx\)
2
Find the antiderivative: \(\int (2x + 3) \, dx = x^2 + 3x + C\)
3
Apply the Fundamental Theorem of Calculus: \([x^2 + 3x]_{1}^{4}\)
4
Evaluate at upper limit: \((4)^2 + 3(4) = 16 + 12 = 28\)
5
Evaluate at lower limit: \((1)^2 + 3(1) = 1 + 3 = 4\)
6
Subtract: \(28 – 4 = 24\) square units

Interpretation: The area under the straight line \(y = 2x + 3\) from x = 1 to x = 4 is 24 square units. This could also be calculated using the trapezium area formula as a check.

Part 2: Area Between Curve and x-axis

A

Handling Positive and Negative Areas

⚠️
The Signed Area Concept

The definite integral gives net signed area:

Area ABOVE x-axis
POSITIVE (+)
Area BELOW x-axis
NEGATIVE (-)

When the curve crosses the x-axis between the limits of integration, the integral gives the net result (positive minus negative areas).

📝 Example 2: Area with Curve Crossing x-axis

Find the area between the curve \(y = x^2 – 4\), the x-axis, and the lines \(x = 0\) and \(x = 3\).

1
Find where the curve crosses the x-axis: \(x^2 – 4 = 0 \Rightarrow x = \pm 2\)
2
Identify relevant root: Between x = 0 and x = 3, the curve crosses at x = 2
3
Split the integral at x = 2: \(\text{Area} = \int_{0}^{2} (x^2 – 4) \, dx + \int_{2}^{3} (x^2 – 4) \, dx\)
4
BUT wait! The first integral will be negative (curve below x-axis). For total area, we take absolute values:
5
Calculate absolute areas:
\(\text{Area} = \left| \int_{0}^{2} (x^2 – 4) \, dx \right| + \int_{2}^{3} (x^2 – 4) \, dx\)

Step-by-step calculation:

1. \(\int (x^2 – 4) \, dx = \frac{x^3}{3} – 4x\)
2. \(\int_{0}^{2} (x^2 – 4) \, dx = \left[\frac{x^3}{3} – 4x\right]_{0}^{2} = \left(\frac{8}{3} – 8\right) – 0 = \frac{8}{3} – \frac{24}{3} = -\frac{16}{3}\)
3. Absolute value: \(\left|-\frac{16}{3}\right| = \frac{16}{3}\)
4. \(\int_{2}^{3} (x^2 – 4) \, dx = \left[\frac{x^3}{3} – 4x\right]_{2}^{3} = \left(\frac{27}{3} – 12\right) – \left(\frac{8}{3} – 8\right) = (9 – 12) – \left(\frac{8}{3} – 8\right)\)
5. \(= (-3) – \left(\frac{8}{3} – \frac{24}{3}\right) = -3 – \left(-\frac{16}{3}\right) = -3 + \frac{16}{3} = -\frac{9}{3} + \frac{16}{3} = \frac{7}{3}\)
6. Total area = \(\frac{16}{3} + \frac{7}{3} = \frac{23}{3} = 7\frac{2}{3}\) square units

Common Mistake Alert: Many students forget to split the integral when the curve crosses the x-axis, or they forget to take absolute values for areas below the x-axis. Always sketch the graph first!

The red shaded area is below the x-axis (negative integral), while the green shaded area is above the x-axis (positive integral). The total area is the sum of their absolute values.

Part 3: Area Between Two Curves

↕️

The “Top Minus Bottom” Rule

📐
Fundamental Formula for Area Between Curves
\[\text{Area} = \int_{a}^{b} [f(x) – g(x)] \, dx\]

where \(f(x)\) is the upper curve and \(g(x)\) is the lower curve on the interval \([a, b]\).

Strategy: 1) Find intersection points (limits a and b), 2) Determine which curve is on top, 3) Integrate (top – bottom).

📝 Example 3: Area Between Two Curves

Find the area enclosed by the curves \(y = x^2\) and \(y = 2x + 3\).

1
Find intersection points: Set \(x^2 = 2x + 3\)
2
Solve: \(x^2 – 2x – 3 = 0 \Rightarrow (x – 3)(x + 1) = 0 \Rightarrow x = -1, 3\)
3
Determine which curve is on top: Test point between -1 and 3, say x = 0:
For \(x = 0\): \(y = x^2 = 0\), \(y = 2x + 3 = 3\)
So \(2x + 3 > x^2\) on \([-1, 3]\)
4
Set up integral: \(\text{Area} = \int_{-1}^{3} [(2x + 3) – x^2] \, dx\)
5
Integrate: \(\int (2x + 3 – x^2) \, dx = x^2 + 3x – \frac{x^3}{3}\)
6
Evaluate: \(\left[x^2 + 3x – \frac{x^3}{3}\right]_{-1}^{3}\)

Calculation:

At \(x = 3\): \((3)^2 + 3(3) – \frac{(3)^3}{3} = 9 + 9 – 9 = 9\)
At \(x = -1\): \((-1)^2 + 3(-1) – \frac{(-1)^3}{3} = 1 – 3 + \frac{1}{3} = -2 + \frac{1}{3} = -\frac{5}{3}\)
Subtract: \(9 – \left(-\frac{5}{3}\right) = 9 + \frac{5}{3} = \frac{27}{3} + \frac{5}{3} = \frac{32}{3} = 10\frac{2}{3}\) square units

The shaded area between the parabola \(y = x^2\) and the line \(y = 2x + 3\) from \(x = -1\) to \(x = 3\).

Part 4: CSEC Past Paper Questions

📄

Exam-Style Problems

CSEC Additional Mathematics 2019 Paper 2 Question 8(b)

The curve \(C\) has equation \(y = x^3 – 6x^2 + 9x\).

(i) Find the coordinates of the points where \(C\) crosses the x-axis.

(ii) Find the area of the region enclosed by \(C\) and the x-axis.

Solution:

(i) Where curve crosses x-axis:
Set \(y = 0\): \(x^3 – 6x^2 + 9x = 0\)
Factor: \(x(x^2 – 6x + 9) = x(x – 3)^2 = 0\)
So \(x = 0\) or \(x = 3\) (repeated)
Crossing points: \((0, 0)\) and \((3, 0)\)

(ii) Area enclosed by curve and x-axis:
Since the curve touches the x-axis at \(x = 3\) (repeated root), the entire area is between \(x = 0\) and \(x = 3\).
Area = \(\int_{0}^{3} (x^3 – 6x^2 + 9x) \, dx\)
= \(\left[\frac{x^4}{4} – 2x^3 + \frac{9x^2}{2}\right]_{0}^{3}\)
= \(\left(\frac{81}{4} – 54 + \frac{81}{2}\right) – 0\)
= \(\left(\frac{81}{4} – \frac{216}{4} + \frac{162}{4}\right)\)
= \(\frac{27}{4} = 6.75\) square units
CSEC Additional Mathematics 2017 Paper 2 Question 9(a)

Find the area of the region bounded by the curve \(y = 4 – x^2\), the x-axis, and the lines \(x = -1\) and \(x = 2\).

Solution:

Step 1: Check if curve crosses x-axis between -1 and 2
Set \(4 – x^2 = 0 \Rightarrow x^2 = 4 \Rightarrow x = \pm 2\)
The curve crosses at x = 2 (our upper limit) and x = -2 (outside our interval)

Step 2: Since curve is above x-axis on entire interval [-1, 2]:
Area = \(\int_{-1}^{2} (4 – x^2) \, dx\)
= \(\left[4x – \frac{x^3}{3}\right]_{-1}^{2}\)
= \(\left(8 – \frac{8}{3}\right) – \left(-4 – \frac{-1}{3}\right)\)
= \(\left(8 – \frac{8}{3}\right) – \left(-4 + \frac{1}{3}\right)\)
= \(\left(\frac{24}{3} – \frac{8}{3}\right) – \left(\frac{-12}{3} + \frac{1}{3}\right)\)
= \(\frac{16}{3} – \left(\frac{-11}{3}\right)\)
= \(\frac{16}{3} + \frac{11}{3} = \frac{27}{3} = 9\) square units
CSEC Additional Mathematics 2015 Paper 2 Question 10(b)

The region \(R\) is bounded by the curve \(y = x^2 + 1\), the lines \(x = 1\), \(x = 3\), and the x-axis. Find the area of \(R\).

Solution:

Step 1: Note that \(y = x^2 + 1\) is always positive (minimum value is 1 when x = 0)
So curve is always above x-axis

Step 2: Area = \(\int_{1}^{3} (x^2 + 1) \, dx\)
= \(\left[\frac{x^3}{3} + x\right]_{1}^{3}\)
= \(\left(\frac{27}{3} + 3\right) – \left(\frac{1}{3} + 1\right)\)
= \((9 + 3) – \left(\frac{1}{3} + 1\right)\)
= \(12 – \frac{4}{3}\)
= \(\frac{36}{3} – \frac{4}{3} = \frac{32}{3} = 10\frac{2}{3}\) square units

Part 5: Common Pitfalls and Exam Strategy

🎯

Avoiding Mistakes in Area Calculations

Common Mistake #1

Forgetting to split the integral when the curve crosses the x-axis

Solution: Always find x-intercepts first and check if they’re within your limits

Common Mistake #2

Not taking absolute value for areas below the x-axis

Solution: Remember: Total area = sum of absolute values of each part

Common Mistake #3

Wrong “top minus bottom” for area between curves

Solution: Sketch or test a point to determine which function is greater

CSEC Exam Strategy for Area Questions:

  1. Sketch the curve(s) if possible (even a rough sketch helps)
  2. Find intersection points or limits if not given
  3. Check for x-axis crossings within the interval
  4. Set up integral(s) correctly with proper limits
  5. Integrate carefully and simplify step by step
  6. Include units (square units) in your final answer
  7. Verify your answer makes sense (positive area, reasonable size)

🎯 Key Formulas Summary

  • Area under curve: \(A = \int_{a}^{b} f(x) \, dx\) (if \(f(x) \geq 0\) on \([a, b]\))
  • Area between curve and x-axis (if curve crosses axis): \(A = \int_{a}^{c} |f(x)| \, dx + \int_{c}^{b} |f(x)| \, dx\) where \(c\) is crossing point
  • Area between two curves: \(A = \int_{a}^{b} [f(x) – g(x)] \, dx\) where \(f(x) \geq g(x)\) on \([a, b]\)
  • Finding limits: Set curves equal to find intersection points

Quiz: Test Your Understanding

Area Under a Curve Quiz
Question 1: Find the area under the curve \(y = 3x^2 + 2x\) from \(x = 1\) to \(x = 3\).
Answer:
\(\text{Area} = \int_{1}^{3} (3x^2 + 2x) \, dx = [x^3 + x^2]_{1}^{3}\)
\(= (27 + 9) – (1 + 1) = 36 – 2 = 34\) square units
Question 2: Find the area between the curve \(y = x^2 – 2x\) and the x-axis from \(x = 0\) to \(x = 3\).
Answer:
First find where curve crosses x-axis: \(x^2 – 2x = 0 \Rightarrow x(x-2) = 0 \Rightarrow x = 0, 2\)
On [0, 2], curve is below x-axis (test x=1: \(y = -1\))
On [2, 3], curve is above x-axis (test x=2.5: \(y = 1.25\))

Area = \(\left| \int_{0}^{2} (x^2 – 2x) \, dx \right| + \int_{2}^{3} (x^2 – 2x) \, dx\)
\(\int (x^2 – 2x) \, dx = \frac{x^3}{3} – x^2\)

First part: \(\left| \left[\frac{x^3}{3} – x^2\right]_{0}^{2} \right| = \left| \left(\frac{8}{3} – 4\right) – 0 \right| = \left| \frac{8}{3} – \frac{12}{3} \right| = \frac{4}{3}\)

Second part: \(\left[\frac{x^3}{3} – x^2\right]_{2}^{3} = \left(\frac{27}{3} – 9\right) – \left(\frac{8}{3} – 4\right) = (9 – 9) – \left(\frac{8}{3} – \frac{12}{3}\right) = 0 – \left(-\frac{4}{3}\right) = \frac{4}{3}\)

Total area = \(\frac{4}{3} + \frac{4}{3} = \frac{8}{3} = 2\frac{2}{3}\) square units
Question 3: Find the area enclosed by the curves \(y = x^2\) and \(y = x + 2\).
Answer:
Find intersections: \(x^2 = x + 2 \Rightarrow x^2 – x – 2 = 0 \Rightarrow (x-2)(x+1) = 0 \Rightarrow x = -1, 2\)
Test point x=0: For line, y=2; for parabola, y=0. So line is above parabola.

Area = \(\int_{-1}^{2} [(x+2) – x^2] \, dx = \int_{-1}^{2} (x + 2 – x^2) \, dx\)
\(= \left[\frac{x^2}{2} + 2x – \frac{x^3}{3}\right]_{-1}^{2}\)
\(= \left(\frac{4}{2} + 4 – \frac{8}{3}\right) – \left(\frac{1}{2} – 2 + \frac{1}{3}\right)\)
\(= \left(2 + 4 – \frac{8}{3}\right) – \left(\frac{1}{2} – 2 + \frac{1}{3}\right)\)
\(= \left(6 – \frac{8}{3}\right) – \left(-\frac{3}{2} + \frac{1}{3}\right)\)
\(= \left(\frac{18}{3} – \frac{8}{3}\right) – \left(-\frac{9}{6} + \frac{2}{6}\right)\)
\(= \frac{10}{3} – \left(-\frac{7}{6}\right) = \frac{10}{3} + \frac{7}{6} = \frac{20}{6} + \frac{7}{6} = \frac{27}{6} = \frac{9}{2} = 4.5\) square units

🌍 Real-World Applications

Physics: Distance traveled = area under velocity-time graph
Economics: Consumer surplus = area between demand curve and price line
Engineering: Work done = area under force-displacement graph
Biology: Total population growth = area under growth rate curve
Business: Total profit = area under marginal profit curve

Final Tip: When checking your work, remember that area is always positive. If you get a negative answer for an area calculation, you probably forgot to take the absolute value for parts below the x-axis or set up “top minus bottom” incorrectly for area between curves.

Scroll to Top