Welcome to Further Calculus!

In your standard A Level Maths course, you learned how to find areas under curves and how things change over time. In Further Calculus, we take those tools and go much deeper. We will explore how to calculate the volumes of 3D shapes, find the length of curvy lines, and even deal with integrals that seem to go on forever! Don't worry if it looks intimidating at first—once you see the patterns, it becomes much like a puzzle.

1. Improper Integrals

Usually, we integrate between two clear numbers. But what if one of those numbers is infinity (\(\infty\)), or if the function breaks (becomes undefined) somewhere in the middle? These are called Improper Integrals.

Types of Improper Integrals

  • Infinite Limits: When the range of integration goes to \(\infty\) or \(-\infty\). Example: \(\int_{1}^{\infty} \frac{1}{x^2} \, dx\)
  • Undefined Integrands: When the function "blows up" (has a vertical asymptote) at one of the limits or inside the range. Example: \(\int_{0}^{1} \frac{1}{\sqrt{x}} \, dx\) where the function is undefined at \(x=0\).

How to Solve Them

We can't just plug "infinity" into a formula. Instead, we replace the problem value with a letter (like \(t\)) and find the limit as \(t\) approaches that value.

1. Replace the problematic limit with \(t\).
2. Integrate as normal.
3. Find the limit: \(\lim_{t \to \infty}\) or \(\lim_{t \to 0}\).

Special Limits to Memorise (Syllabus E9)

Sometimes you’ll need these shortcuts for complex improper integrals (where \(k > 0\)):

  • The Exponential Decay: \(\lim_{x \to \infty} (x^k e^{-x}) = 0\) (The exponential function "wins" and pulls the value to zero).
  • The Logarithmic Growth: \(\lim_{x \to 0} (x^k \ln x) = 0\) (The \(x^k\) part "wins" over the log).

Quick Review: An integral converges if it results in a finite number, and diverges if it goes to infinity.

2. Mean Value of a Function

If you have a set of test scores, you find the mean by adding them up and dividing by how many there are. In calculus, we find the Mean Value of a function over an interval \([a, b]\) using a similar logic.

The Formula: \( \text{Mean Value} = \frac{1}{b-a} \int_{a}^{b} f(x) \, dx \)

Analogy: Imagine a mountain range. If you could take a giant bulldozer and level all the peaks into the valleys until the ground was perfectly flat, the height of that flat ground would be the mean value. The total "area" remains the same!

3. Volumes of Revolution

What happens if you take a 2D curve and spin it 360 degrees around an axis? You get a 3D solid! We use integration to find the volume of these shapes.

Rotation around the x-axis

The formula is: \( V = \pi \int_{a}^{b} y^2 \, dx \)

Memory Aid: Think of the area of a circle (\(\pi r^2\)). Here, the "radius" is the height of the function (\(y\)), so we sum up infinite tiny circular slices of volume \(\pi y^2\).

Rotation around the y-axis

The formula is: \( V = \pi \int_{c}^{d} x^2 \, dy \)

Note: For this, you must rearrange your equation to get \(x^2\) in terms of \(y\).

Key Takeaway: Always check which axis you are rotating around before you start!

4. Advanced Integration Techniques

Sometimes the standard "guess and check" method doesn't work. We need more powerful tools.

Partial Fractions (Quadratic Factors)

You already know how to split fractions with linear factors. In Further Maths, we deal with quadratic factors that can't be factorised, like \(ax^2 + c\).

If your denominator is \((x-1)(x^2 + 4)\), your partial fractions will look like this:
\( \frac{A}{x-1} + \frac{Bx + C}{x^2 + 4} \)

Integration using Trigonometric Substitutions

When you see square roots involving squares (like \(\sqrt{a^2 - x^2}\)), standard methods often fail. We "swap" the variable for a trig function to simplify things.

  • For \(\sqrt{a^2 - x^2}\): Use \(x = a \sin \theta\). (Because \(1 - \sin^2 \theta = \cos^2 \theta\)).
  • For \(a^2 + x^2\): Use \(x = a \tan \theta\). (Because \(1 + \tan^2 \theta = \sec^2 \theta\)).

Common Mistake: Don't forget to change the \(dx\) part of the integral when you substitute!

5. Inverse Trigonometric Functions

You need to be able to differentiate functions like \(\arcsin(x)\), \(\arccos(x)\), and \(\arctan(x)\). These results often lead back to the integration forms we just discussed.

Key Derivatives:

  • \( \frac{d}{dx}(\arcsin \frac{x}{a}) = \frac{1}{\sqrt{a^2 - x^2}} \)
  • \( \frac{d}{dx}(\arctan \frac{x}{a}) = \frac{a}{a^2 + x^2} \)

Did you know? The derivative of \(\arccos(x)\) is simply the negative of the derivative of \(\arcsin(x)\). One less formula to worry about!

6. Arc Length and Surface Area

We can use calculus to measure things on 3D shapes more complex than just volume.

Arc Length

This is the actual length of the curvy line of a graph between two points.

  • Cartesian: \( s = \int_{a}^{b} \sqrt{1 + (\frac{dy}{dx})^2} \, dx \)
  • Parametric: \( s = \int_{t_1}^{t_2} \sqrt{(\frac{dx}{dt})^2 + (\frac{dy}{dt})^2} \, dt \)

Area of Surface of Revolution

If you rotate a curve around the x-axis, the area of the outside "skin" is:

  • Cartesian: \( S = 2\pi \int_{a}^{b} y \sqrt{1 + (\frac{dy}{dx})^2} \, dx \)
  • Parametric: \( S = 2\pi \int_{t_1}^{t_2} y \sqrt{(\frac{dx}{dt})^2 + (\frac{dy}{dt})^2} \, dt \)

Encouragement: These formulae look long, but notice the square root part is exactly the same as the Arc Length formula! Once you know one, you almost know the other.

7. Reduction Formulae

A Reduction Formula is a way to solve an integral that has a power \(n\), by expressing it in terms of a lower power (like \(n-1\) or \(n-2\)).

Example: Finding a formula for \(I_n = \int x^n e^x \, dx\) in terms of \(I_{n-1}\).

How to Derive Them:

1. Usually, use Integration by Parts (IBP).
2. Apply IBP once or twice.
3. Rearrange the resulting equation until you see the original integral form but with a smaller power.
4. This creates a "ladder" that lets you calculate \(I_5\) if you know \(I_0\).

Key Takeaway: Reduction formulae turn one giant integration problem into a series of smaller, repetitive steps.

Summary: The Big Picture

Further Calculus is all about expanding your toolkit. You've learned how to:
• Handle "broken" or infinite integrals (Improper).
• Find the Mean Value of a function.
• Build 3D shapes and find their Volume and Surface Area.
• Use Trig Substitution and Reduction Formulae to tackle hard integration problems.

Keep practicing the substitution steps—they are usually where most marks are hidden!