Welcome to Further Calculus!
Welcome to one of the most exciting and powerful chapters in CCEA A2 Further Mathematics! In standard A Level Mathematics, you learned how calculus allows us to calculate gradients and the areas beneath curves. In Further Calculus, we take those superpowers to the next level.
You will discover how to measure the exact perimeter of curvy paths (arc length), find the outer area of spun 3D objects (surface area of revolution), tame equations involving infinity (improper integrals), handle tricky inverse trigonometric functions, and conquer repetitive integration using clever loops called reduction formulae.
Don't worry if this seems like a big step up at first! We will break down every single technique step-by-step with clear analogies and examples so that you can tackle your exam with total confidence.
1. Derivatives & Integrals of Inverse Trigonometric Functions
Inverse trigonometric functions are simply the "undo" buttons for sine, cosine, and tangent. In calculus, their derivatives lead to surprising algebraic fractions without any trig terms in them!
Key Standard Derivatives
• If \(y = \arcsin\left(\frac{x}{a}\right)\), then \(\frac{\mathrm{d}y}{\mathrm{d}x} = \frac{1}{\sqrt{a^2 - x^2}}\)
• If \(y = \arccos\left(\frac{x}{a}\right)\), then \(\frac{\mathrm{d}y}{\mathrm{d}x} = -\frac{1}{\sqrt{a^2 - x^2}}\)
• If \(y = \arctan\left(\frac{x}{a}\right)\), then \(\frac{\mathrm{d}y}{\mathrm{d}x} = \frac{a}{a^2 + x^2}\)
Standard Integrals
Reversing these derivative rules gives us essential standard integrals that appear frequently in exam questions:
• \(\int \frac{1}{\sqrt{a^2 - x^2}}\,\mathrm{d}x = \arcsin\left(\frac{x}{a}\right) + c\)
• \(\int \frac{1}{a^2 + x^2}\,\mathrm{d}x = \frac{1}{a}\arctan\left(\frac{x}{a}\right) + c\)
Step-by-Step Example: Find \(\int \frac{1}{9 + 4x^2}\,\mathrm{d}x\).
Step 1: Factor out the coefficient of \(x^2\) so the denominator has a single \(x^2\) term:
\(\frac{1}{9 + 4x^2} = \frac{1}{4\left(\frac{9}{4} + x^2\right)} = \frac{1}{4}\left(\frac{1}{\left(\frac{3}{2}\right)^2 + x^2}\right)\)
Step 2: Identify \(a\). Here, \(a = \frac{3}{2}\).
Step 3: Apply the standard arctan integral formula:
\(\int \frac{1}{9 + 4x^2}\,\mathrm{d}x = \frac{1}{4} \cdot \frac{1}{\frac{3}{2}} \arctan\left(\frac{x}{\frac{3}{2}}\right) + c = \frac{1}{6}\arctan\left(\frac{2x}{3}\right) + c\)
Common Mistake to Avoid: Forgetting the factor of \(\frac{1}{a}\) outside \(\arctan\left(\frac{x}{a}\right)\). Notice that \(\arcsin\) does not have \(\frac{1}{a}\) in front, but \(\arctan\) does!
Key Takeaway: Always check whether completing the square or factoring out constants allows you to rewrite quadratic denominators into either \(\sqrt{a^2 - u^2}\) or \(a^2 + u^2\).
2. The Mean Value of a Function
Imagine building a bumpy sandcastle along a flat tray. If you shake the tray until the sand flattens out evenly, the height of that flat layer is the mean value (average height) of your original shape.
The Formula
The mean value of a continuous function \(y = f(x)\) over the interval \([a, b]\) is given by:
\(\text{Mean Value} = \bar{y} = \frac{1}{b - a} \int_{a}^{b} f(x)\,\mathrm{d}x\)
Step-by-Step Example: Find the mean value of \(f(x) = x^2 + 3\) on the interval \([0, 3]\).
Step 1: Identify the width of the interval: \(b - a = 3 - 0 = 3\).
Step 2: Calculate the definite integral:
\(\int_{0}^{3} (x^2 + 3)\,\mathrm{d}x = \left[ \frac{x^3}{3} + 3x \right]_{0}^{3} = \left(\frac{27}{3} + 9\right) - (0) = 9 + 9 = 18\)
Step 3: Divide by the interval width:
\(\bar{y} = \frac{1}{3} \times 18 = 6\)
Key Takeaway: The mean value is simply the total area divided by the total width.
3. Improper Integrals
An integral is called improper if either:
• One (or both) of the integration limits is infinite: \(\infty\) or \(-\infty\)
• The integrand becomes undefined (approaches \(\pm\infty\)) at one or more points in the interval.
How to Solve Them Safely
Never plug in \(\infty\) directly as if it were a normal number! Instead, replace the problematic value with a dummy variable (such as \(t\)) and take the limit as \(t \to \infty\) or \(t \to \text{singularity}\).
• If the limit exists as a finite real number, we say the integral converges.
• If the limit is infinite or does not exist, the integral diverges.
Step-by-Step Example: Evaluate \(\int_{1}^{\infty} \frac{1}{x^2}\,\mathrm{d}x\).
Step 1: Rewrite the integral using a limit:
\(\int_{1}^{\infty} \frac{1}{x^2}\,\mathrm{d}x = \lim_{t \to \infty} \int_{1}^{t} x^{-2}\,\mathrm{d}x\)
Step 2: Integrate with respect to \(x\):
\(\left[ -\frac{1}{x} \right]_{1}^{t} = \left(-\frac{1}{t}\right) - \left(-\frac{1}{1}\right) = 1 - \frac{1}{t}\)
Step 3: Evaluate the limit:
As \(t \to \infty\), \(\frac{1}{t} \to 0\). Therefore, \(\lim_{t \to \infty}\left(1 - \frac{1}{t}\right) = 1 - 0 = 1\).
The integral converges to the value 1.
Did you know? Even though the area extends infinitely far along the \(x\)-axis, the total enclosed area is completely finite! This is the magic of calculus.
Key Takeaway: Always introduce a limit \(\lim_{t \to a}\) to handle infinite boundaries or vertical asymptotes rigorously.
4. Arc Length of a Curve
How long is a curved piece of string? In calculus, we can find the exact length \(s\) of a curve by splitting it into tiny straight hypotenuses using Pythagoras' Theorem: \(\mathrm{d}s^2 = \mathrm{d}x^2 + \mathrm{d}y^2\).
Cartesian Form
For a curve defined by \(y = f(x)\) from \(x = a\) to \(x = b\):
\(s = \int_{a}^{b} \sqrt{1 + \left(\frac{\mathrm{d}y}{\mathrm{d}x}\right)^2}\,\mathrm{d}x\)
Parametric Form
For a curve defined parametrically by \(x = x(t)\) and \(y = y(t)\) from \(t = t_1\) to \(t = t_2\):
\(s = \int_{t_1}^{t_2} \sqrt{\left(\frac{\mathrm{d}x}{\mathrm{d}t}\right)^2 + \left(\frac{\mathrm{d}y}{\mathrm{d}t}\right)^2}\,\mathrm{d}t\)
Step-by-Step Example (Parametric): Find the length of the curve \(x = 3t^2\), \(y = 2t^3\) between \(t = 0\) and \(t = 1\).
Step 1: Differentiate each component with respect to \(t\):
\(\frac{\mathrm{d}x}{\mathrm{d}t} = 6t\) and \(\frac{\mathrm{d}y}{\mathrm{d}t} = 6t^2\)
Step 2: Square and add the derivatives:
\(\left(\frac{\mathrm{d}x}{\mathrm{d}t}\right)^2 + \left(\frac{\mathrm{d}y}{\mathrm{d}t}\right)^2 = (6t)^2 + (6t^2)^2 = 36t^2 + 36t^4 = 36t^2(1 + t^2)\)
Step 3: Take the square root:
\(\sqrt{36t^2(1 + t^2)} = 6t\sqrt{1 + t^2}\) (since \(t \ge 0\))
Step 4: Integrate using reverse chain rule / substitution:
\(s = \int_{0}^{1} 6t(1 + t^2)^{\frac{1}{2}}\,\mathrm{d}t = \left[ 2(1 + t^2)^{\frac{3}{2}} \right]_{0}^{1} = 2(2)^{\frac{3}{2}} - 2(1)^{\frac{3}{2}} = 2\sqrt{8} - 2 = 4\sqrt{2} - 2\)
Key Takeaway: When simplifying under the square root, look out for common factors or perfect squares like \((A + B)^2\) to make the square root disappear cleanly.
5. Surface Area of Revolution
When you rotate a curve through \(2\pi\) radians (\(360^\circ\)) around an axis, it creates a 3D hollow shell (like a vase or a trumpet). The outer surface area of this shell is found by integrating circular strips of circumference \(2\pi r\) along the arc length element \(\mathrm{d}s\).
Rotation About the \(x\)-axis
Here, the radius of rotation is \(r = y\):
• Cartesian: \(S_x = 2\pi \int_{a}^{b} y \sqrt{1 + \left(\frac{\mathrm{d}y}{\mathrm{d}x}\right)^2}\,\mathrm{d}x\)
• Parametric: \(S_x = 2\pi \int_{t_1}^{t_2} y(t) \sqrt{\left(\frac{\mathrm{d}x}{\mathrm{d}t}\right)^2 + \left(\frac{\mathrm{d}y}{\mathrm{d}t}\right)^2}\,\mathrm{d}t\)
Rotation About the \(y\)-axis
Here, the radius of rotation is \(r = x\):
• Cartesian: \(S_y = 2\pi \int_{c}^{d} x \sqrt{1 + \left(\frac{\mathrm{d}x}{\mathrm{d}y}\right)^2}\,\mathrm{d}y\)
• Parametric: \(S_y = 2\pi \int_{t_1}^{t_2} x(t) \sqrt{\left(\frac{\mathrm{d}x}{\mathrm{d}t}\right)^2 + \left(\frac{\mathrm{d}y}{\mathrm{d}t}\right)^2}\,\mathrm{d}t\)
Memory Aid: Circumference of a circle is \(2\pi r\).
• Rotating around \(x\)-axis \(\implies\) radius is the vertical distance, so multiply by \(y\).
• Rotating around \(y\)-axis \(\implies\) radius is the horizontal distance, so multiply by \(x\).
Key Takeaway: Surface area is just \(2\pi \int (\text{radius}) \times (\text{arc length element})\). Always double-check which axis you are rotating around!
6. Reduction Formulae
A reduction formula is an algebraic relationship that connects an integral containing a power \(n\) (denoted as \(I_n\)) to a simpler version of the same integral containing a lower power, such as \(I_{n-1}\) or \(I_{n-2}\).
Instead of doing long integration by parts multiple times, we do it once generally with the power \(n\), giving us a shortcut formula to step down repeatedly.
General Strategy for Reduction Formulae
1. Split the integrand: Break the expression into two pieces suitable for Integration by Parts (\(\int u\,\mathrm{d}v = uv - \int v\,\mathrm{d}u\)).
2. Apply Integration by Parts: Keep \(n\) as an algebraic constant.
3. Rearrange: Re-identify the resulting integral terms as \(I_n\), \(I_{n-1}\), or \(I_{n-2}\) and make \(I_n\) the subject.
4. Find base cases: Evaluate \(I_0\) or \(I_1\) directly, then use your formula to compute higher powers like \(I_3\) or \(I_4\).
Step-by-Step Example: Let \(I_n = \int_{0}^{1} x^n e^x\,\mathrm{d}x\). Show that \(I_n = e - n I_{n-1}\) for \(n \ge 1\), and evaluate \(I_3\).
Step 1: Set up Integration by Parts
Let \(u = x^n \implies \frac{\mathrm{d}u}{\mathrm{d}x} = n x^{n-1}\)
Let \(\frac{\mathrm{d}v}{\mathrm{d}x} = e^x \implies v = e^x\)
Step 2: Apply the parts formula
\(I_n = \left[ x^n e^x \right]_{0}^{1} - \int_{0}^{1} n x^{n-1} e^x\,\mathrm{d}x\)
\(I_n = \left(1^n e^1 - 0\right) - n \int_{0}^{1} x^{n-1} e^x\,\mathrm{d}x\)
\(I_n = e - n I_{n-1}\)
Step 3: Calculate the base case \(I_0\)
\(I_0 = \int_{0}^{1} x^0 e^x\,\mathrm{d}x = \int_{0}^{1} e^x\,\mathrm{d}x = \left[ e^x \right]_{0}^{1} = e^1 - e^0 = e - 1\)
Step 4: Step up to \(I_3\)
• \(I_1 = e - 1(I_0) = e - (e - 1) = 1\)
• \(I_2 = e - 2(I_1) = e - 2(1) = e - 2\)
• \(I_3 = e - 3(I_2) = e - 3(e - 2) = e - 3e + 6 = 6 - 2e\)
Key Takeaway: Reduction formulae turn massive, repetitive integration problems into simple algebraic substitution ladders.
Quick Summary & Exam Checklist
• Inverse Trig: Memorise the difference between the derivative forms of \(\arcsin\) (no leading \(\frac{1}{a}\) in the integral) and \(\arctan\) (includes \(\frac{1}{a}\)).
• Mean Value: Divide the definite integral by the total interval length \((b - a)\).
• Improper Integrals: Always use \(\lim_{t \to \infty}\) or \(\lim_{t \to a}\) notation throughout your working to earn full communication marks.
• Arc Length: Integrate \(\sqrt{1 + (y')^2}\) for Cartesian or \(\sqrt{(\dot{x})^2 + (\dot{y})^2}\) for parametric.
• Surface Area: Remember the factor of \(2\pi\) and multiply the arc element by \(y\) (\(x\)-axis rotation) or \(x\) (\(y\)-axis rotation).
• Reduction Formulae: Use integration by parts carefully, collect terms containing \(I_n\) on the left-hand side, and evaluate the base case \(I_0\) or \(I_1\) accurately.