Welcome to Further Calculus!
Hello there! Welcome to one of the most exciting chapters in Further Mathematics. If you’ve already mastered basic calculus, you’re about to level up. In this chapter, we’re going to explore how to turn complex functions into simple polynomials, how to measure the "average" of a curve, and how to calculate the volume of objects created by spinning shapes through space.
Don't worry if some of these ideas sound a bit "out there" at first. We’ll break everything down into small, manageable steps. By the end of this, you’ll have a powerful set of tools to solve problems that regular calculus just can't touch!
1. Maclaurin Series
Imagine you have a complicated function like \( \sin(x) \) or \( e^x \). Wouldn't it be easier if they were just simple polynomials like \( 1 + x + x^2 \)? A Maclaurin Series allows us to do exactly that! It approximates complex functions as an infinite sum of powers of \( x \).
How it Works
The general formula for a Maclaurin series of a function \( f(x) \) is:
\( f(x) = f(0) + f'(0)x + \frac{f''(0)}{2!}x^2 + \frac{f'''(0)}{3!}x^3 + ... + \frac{f^{(n)}(0)}{n!}x^n + ... \)
Step-by-Step Process:
1. Find the value of the function at \( x=0 \), which is \( f(0) \).
2. Differentiate the function repeatedly: \( f'(x), f''(x), f'''(x), ... \).
3. Plug \( x=0 \) into each of those derivatives.
4. Substitute these values into the formula above.
Standard Series You Need to Know
You should recognize and be able to use these common series (and know they only work for certain values of \( x \), called the interval of validity):
- Exponential: \( e^x = 1 + x + \frac{x^2}{2!} + \frac{x^3}{3!} + ... \) (Valid for all \( x \))
- Sine: \( \sin x = x - \frac{x^3}{3!} + \frac{x^5}{5!} - ... \) (Valid for all \( x \))
- Cosine: \( \cos x = 1 - \frac{x^2}{2!} + \frac{x^4}{4!} - ... \) (Valid for all \( x \))
- Natural Log: \( \ln(1+x) = x - \frac{x^2}{2} + \frac{x^3}{3} - \frac{x^4}{4} + ... \) (Valid for \( -1 < x \leq 1 \))
- Binomial: \( (1+x)^n = 1 + nx + \frac{n(n-1)}{2!}x^2 + ... \) (Valid for \( |x| < 1 \))
Did you know? The Sine and Cosine series only have odd and even powers respectively because Sine is an odd function and Cosine is an even function!
Quick Review: To find the series for \( e^{2x} \), you don't have to differentiate from scratch! Just replace every \( x \) in the standard \( e^x \) series with \( (2x) \).
Key Takeaway: Maclaurin series turn curvy, complex functions into "Lego-like" blocks of \( x, x^2, x^3 \), making them much easier to work with near \( x = 0 \).
2. Improper Integrals
A "normal" integral has a clear start and finish and a function that behaves nicely. An Improper Integral is a bit of a rebel. It occurs in two situations:
- The limits are infinite (e.g., integrating from \( 1 \) to \( \infty \)).
- The function "explodes" (becomes undefined) somewhere within or at the edge of the limits (e.g., \( \frac{1}{\sqrt{x}} \) at \( x=0 \)).
How to Solve Them
We can't actually plug "infinity" into a formula. Instead, we use limits.
Example: To evaluate \( \int_{1}^{\infty} \frac{1}{x^2} \, dx \), we write it as \( \lim_{t \to \infty} \int_{1}^{t} \frac{1}{x^2} \, dx \).
If the limit exists and gives a finite number, we say the integral converges. If it goes to infinity or doesn't exist, it diverges.
Common Mistake: Forgetting to check if the function is undefined inside the limits. For \( \int_{-1}^{1} \frac{1}{x^2} \, dx \), the function blows up at \( x=0 \). You must split this into two integrals: \( \int_{-1}^{0} ... \) and \( \int_{0}^{1} ... \).
Key Takeaway: Treat infinity or undefined points like "radioactive zones"—don't touch them directly! Use limits to approach them safely.
3. Mean Value of a Function
If you take a test and get 60, 70, and 80, your average is 70. But how do you find the average "height" of a curve that changes every millisecond? We use the Mean Value formula.
The mean value of \( f(x) \) over the interval \( [a, b] \) is:
Mean Value = \( \frac{1}{b-a} \int_{a}^{b} f(x) \, dx \)
Analogy: Imagine the area under a curve is made of wet sand. If you "leveled out" the sandcastle until it was a flat rectangle with the same width (\( b-a \)), the height of that flat rectangle would be the Mean Value.
Key Takeaway: The mean value is just the total area divided by the width of the interval.
4. Volumes of Revolution
This is where calculus goes 3D! If you take a 2D area and spin it around an axis, you create a 3D solid. Think of a potter's wheel spinning clay into a vase.
Rotation about the \( x \)-axis
\( V = \pi \int_{a}^{b} y^2 \, dx \)
Rotation about the \( y \)-axis
\( V = \pi \int_{c}^{d} x^2 \, dy \)
Parametric Curves
If \( x \) and \( y \) are given in terms of \( t \), the formula for rotation about the \( x \)-axis becomes:
\( V = \pi \int_{t_1}^{t_2} y^2 \frac{dx}{dt} \, dt \)
Memory Aid: Always remember the \( \pi \) and the square! Volume is 3D, so we need that "circular" \( \pi \) and the squared radius (\( y^2 \) or \( x^2 \)).
Key Takeaway: Square the "radius" function, integrate it, and multiply by \( \pi \). Make sure you integrate with respect to the correct variable!
5. Inverse Trig and Hyperbolic Derivatives
You already know how to differentiate \( \sin x \), but what about \( \arcsin x \) (also written as \( \sin^{-1} x \))? In Further Maths, you are expected to derive and use these derivatives.
The Core Derivatives:
- \( \frac{d}{dx}(\sin^{-1} x) = \frac{1}{\sqrt{1-x^2}} \)
- \( \frac{d}{dx}(\tan^{-1} x) = \frac{1}{1+x^2} \)
- \( \frac{d}{dx}(\sinh^{-1} x) = \frac{1}{\sqrt{x^2+1}} \)
- \( \frac{d}{dx}(\cosh^{-1} x) = \frac{1}{\sqrt{x^2-1}} \)
Don't worry if this seems tricky at first! You can derive these using implicit differentiation.
Example: If \( y = \sin^{-1} x \), then \( \sin y = x \). Differentiate both sides with respect to \( x \): \( \cos y \frac{dy}{dx} = 1 \). Then replace \( \cos y \) with \( \sqrt{1-\sin^2 y} \) to get back to \( x \)!
Key Takeaway: These derivatives often result in algebraic fractions. This is a massive hint that when you see these fractions in integration, you should think "Inverse Trig" or "Hyperbolic"!
6. Further Integration and Substitutions
Sometimes, an integral looks impossible until you use the right substitution. The syllabus highlights specific forms you should be ready for:
Important Forms:
- For \( \int \frac{1}{\sqrt{a^2-x^2}} \, dx \): Use \( x = a \sin \theta \). (Result: \( \sin^{-1}(\frac{x}{a}) + c \))
- For \( \int \frac{1}{a^2+x^2} \, dx \): Use \( x = a \tan \theta \). (Result: \( \frac{1}{a} \tan^{-1}(\frac{x}{a}) + c \))
- For \( \int \frac{1}{\sqrt{x^2+a^2}} \, dx \): Use \( x = a \sinh u \). (Result: \( \sinh^{-1}(\frac{x}{a}) + c \))
- For \( \int \frac{1}{\sqrt{x^2-a^2}} \, dx \): Use \( x = a \cosh u \). (Result: \( \cosh^{-1}(\frac{x}{a}) + c \))
Quick Review Box:
- If you see \( \mathbf{a^2 - x^2} \), think Sine.
- If you see \( \mathbf{a^2 + x^2} \), think Tan or Sinh.
- If you see \( \mathbf{x^2 - a^2} \), think Cosh.
Partial Fractions: Don't forget that if the denominator can be factored, like \( \frac{1}{x^2-a^2} = \frac{1}{(x-a)(x+a)} \), you can use Partial Fractions to split it up and integrate using natural logs (\( \ln \)).
Key Takeaway: Integration is all about pattern matching. Identify the "shape" of the denominator and choose the matching trig or hyperbolic tool to crack it open.