Groups, further complex, Maclaurin series, further DEs
Edexcel
FP2
Series, further complex, 1st/2nd order DEs, conics
OCR (A)
Pure Core 2
Groups, Maclaurin, polar area, vectors, conics
CIE (9709)
Paper 3
Complex, vectors, further calculus, conics
:::info This is advanced content in most cases appearing in the second year of Further Mathematics.
Ensure full mastery of Further Pure 1 before proceeding.
1. Further Complex Numbers
1.1 Euler’s Relation
Euler’s relation connects the exponential and trigonometric functions:
eiθ=cosθ+isinθ
From which:
cosθ=2eiθ+e−iθsinθ=2ieiθ−e−iθ
Euler’s identity:eiπ+1=0 (connects e, i, π, 1, and 0).
1.2 Exponential Form
Any non-zero complex number can be written as:
z=reiθ
where r=∣z∣ and θ=arg(z).
This form is particularly convenient for:
Raising to powers: zn=rneinθ
Taking roots: z1/n=r1/nei(θ+2kπ)/n
Multiplication and division (rules are the same as in modulus-argument form)
1.3 Solving Equations with Complex Numbers
Linear equations: straightforward algebraic manipulation.
Quadratic with complex coefficients: the quadratic formula still applies.
az2+bz+c=0⟹z=2a−b±b2−4ac
Even when a,b,c are complex, the formula gives both roots.
Example. Solve z2=i. In exponential form: z=ei(π/2+2kπ)/2=eiπ/4 or
ei5π/4, so z=21(1+i) or 21(−1−i).
1.4 Geometry in the Complex Plane
Rotation about a point z0 by angle α: multiply by eiα and add z0.
w−z0=eiα(z−z0)
Reflection in a line: express the line as arg(z−a)=θ and use the formula:
w=a+e2iθ(zˉ−aˉ)
Distance between two points:∣z1−z2∣.
2. Groups
2.1 Axioms
A group(G,∗) is a set G with a binary operation ∗ satisfying:
Closure: for all a,b∈G, a∗b∈G
Associativity: for all a,b,c∈G, (a∗b)∗c=a∗(b∗c)
Identity: there exists e∈G such that a∗e=e∗a=a for all a
Inverse: for each a∈G, there exists a−1∈G such that
a∗a−1=a−1∗a=e
An abelian group also satisfies commutativity: a∗b=b∗a for all a,b.
2.2 Subgroups
(H,∗) is a subgroup of (G,∗) if H⊆G and (H,∗) is itself a group.
Subgroup test:H is a subgroup of G if and only if for all a,b∈H: a∗b−1∈H.
Lagrange’s theorem: For a finite group, the order of any subgroup divides the order of the
group. ∣H∣ divides ∣G∣.
2.3 Cyclic Groups
A group is cyclic if every element is a power of a single element (the generator).
If G=⟨g⟩, then G={e,g,g2,g3,…}.
Example.(Z6,+) is cyclic: ⟨1⟩={0,1,2,3,4,5}.
Subgroups of a cyclic group: If G=⟨g⟩ with ∣G∣=n, then for each divisor
d of n, there is exactly one subgroup of order d, generated by gn/d.
2.4 Isomorphism
An isomorphismϕ:G→H is a bijection that preserves the group operation:
ϕ(a∗b)=ϕ(a)∘ϕ(b)
If an isomorphism exists between G and H, they are isomorphic (G≅H) and have the
same group structure (same Cayley table up to relabelling).
Isomorphic groups share: order, number of elements of each order, abelian or non-abelian,
subgroup structure, number of subgroups of each order.
2.5 Group Homomorphisms
A homomorphismϕ:G→H is a function preserving the operation (but not necessarily
bijective):
ϕ(a∗b)=ϕ(a)∘ϕ(b)
Kernel:ker(ϕ)={g∈G:ϕ(g)=eH}. The kernel is always a subgroup of G.
Image:im(ϕ)={ϕ(g):g∈G}. The image is always a subgroup of H.
3. Further Calculus
3.1 Maclaurin Series
The Maclaurin series of f(x) is its Taylor expansion about x=0:
Useful technique: let u=x−a, then expand in powers of u.
3.3 Differential Equations: Series Solutions
For equations that cannot be solved by standard methods, assume a power series solution:
y=∑n=0∞anxn
Substitute into the differential equation, equate coefficients of each power of x, and solve the
resulting recurrence relation for an.
Example. For y′=y with y(0)=1: substituting y=a0+a1x+a2x2+⋯ gives
a1=a0, 2a2=a1, 3a3=a2, and so an=a0/n!, yielding y=∑xn/n!=ex.
3.4 Reduction Formulae
A reduction formula expresses an integral In (depending on n) in terms of In−1 or
In−2.
Method: Use integration by parts, choosing u and dv so that the resulting integral involves
n−1 or n−2.
Example. For In=∫0π/2sinnxdx:
In=nn−1In−2
with I0=π/2 and I1=1.
Another common example:In=∫xneaxdx:
In=a1xneax−anIn−1
4. Vectors and 3D Geometry
4.1 Scalar Product
The scalar (dot) product of vectors a and b:
a⋅b=∣a∣∣b∣cosθ=a1b1+a2b2+a3b3
where θ is the angle between them.
Perpendicular vectors:a⋅b=0.
Angle between vectors:cosθ=∣a∣∣b∣a⋅b.
4.2 Vector Product
The vector (cross) product in 3D:
a×b=ia1b1ja2b2ka3b3
∣a×b∣=∣a∣∣b∣sinθ
Properties:
a×b is perpendicular to both a and b
a×b=−b×a (anti-commutative)
a×a=0
a×b gives the area of the parallelogram formed by a and
b
∣a⋅(b×c)∣ = volume of the parallelepiped
4.3 Lines in 3D
Parametric form through point a with direction d:
r=a+td(t∈R)
Cartesian (symmetric) form:
d1x−a1=d2y−a2=d3z−a3=t
Two lines are parallel if their direction vectors are proportional.
Two lines intersect if there exists a parameter value t1=t2 satisfying all three component
equations simultaneously.
Angle between two lines:cosθ=∣d1∣∣d2∣∣d1⋅d2∣.
4.4 Planes
Equation of a plane:r⋅n=a⋅n, or in
Cartesian form:
n1x+n2y+n3z=d
where n=(n1,n2,n3) is the normal vector and d=a⋅n for
a known point a on the plane.
Plane through three points: Find two direction vectors from the points, take their cross product
for the normal, then substitute.
Angle between two planes: angle between their normal vectors.
Line of intersection: find two points satisfying both plane equations, then write the parametric
line through them.
4.5 Shortest Distance
Point to line:d=∣d∣∣(a−p)×d∣
where p is a point on the line with direction d, and a is the
external point.
Point to plane:d=∣n∣∣n⋅a−d∣
where a is the point and the plane is r⋅n=d.
Skew lines (shortest distance between):
d=∣d1×d2∣∣(a2−a1)⋅(d1×d2)∣
where a1,a2 are points on the respective lines and
d1,d2 are direction vectors.
5. Conics
5.1 Focus-Directrix Properties
A conic section is the locus of points P such that:
distance from P to directrixdistance from P to focus F=e(eccentricity)
Conic
Eccentricity
Circle
e=0
Ellipse
0<e<1
Parabola
e=1
Hyperbola
e>1
5.2 Parametric Equations
Ellipsea2x2+b2y2=1 (a>b):
x=acosθ,y=bsinθ
Focus: (±ae,0) where e=1−b2/a2.
Hyperbolaa2x2−b2y2=1:
x=asecθ,y=btanθ
Focus: (±ae,0) where e=1+b2/a2. Asymptotes: y=±abx.
Parabolay2=4ax:
x=at2,y=2at
Focus: (a,0). Directrix: x=−a.
5.3 Cartesian Equations
Rectangular hyperbola:xy=c2. Parametric form: x=ct, y=c/t. Asymptotes are the
coordinate axes. Eccentricity e=2.
Tangent to a parabola y2=4ax at (at2,2at):
ty=x+at2
Normal to a parabola y2=4ax at (at2,2at):
y=−tx+2at+at3
Tangent to ellipse a2x2+b2y2=1 at (acosθ,bsinθ):
axcosθ+bysinθ=1
6. Common Mistakes
Incorrect branch of cosh−1.cosh−1x is defined only for x≥1 and returns
non-negative values. Do not forget the domain restriction.
Wrong sign in the hyperbolic identity. It is cosh2x−sinh2x=1 (minus, not plus). A
sign error here propagates through to derivatives and integrals.
Forgetting closure or identity when checking group axioms. All four axioms (closure,
associativity, identity, inverses) must be verified; omission of any one is a common error.
Confusing scalar and vector products.a⋅b is a scalar;
a×b is a vector. Know which to use: scalar for angles and
projections, vector for areas and perpendicular directions.
Incorrect shortest distance formula. The formula for point-to-line distance uses the cross
product (3D); the formula for point-to-plane distance uses the dot product with the normal. Do
not mix them up.
Wrong parametric form for hyperbola. For a2x2−b2y2=1, use
x=asecθ, y=btanθ. Do not use cosh and sinh unless the question
specifies the rectangular hyperbola xy=c2.
Series solution recurrence with wrong initial terms. When equating coefficients in series
solutions, carefully determine a0 and a1 from initial conditions before deriving the
recurrence for an.
Worked Examples
Example 1: Finding a Reduction Formula
Problem: Find a reduction formula for In=∫0π/2cosnxdx where n≥0.
Solution: Use integration by parts with u=cosn−1x and dv=cosxdx:
u=cosn−1x⟹du=−(n−1)cosn−2xsinxdx,v=sinxIn=[cosn−1xsinx]0π/2+(n−1)∫0π/2cosn−2xsin2xdx The
boundary term vanishes. Replace sin2x=1−cos2x:
In=(n−1)∫0π/2cosn−2xdx−(n−1)∫0π/2cosnxdx=(n−1)In−2−(n−1)InnIn=(n−1)In−2⟹In=nn−1In−2 With I0=π/2 and I1=1.
Example 2: Proving a Group Isomorphism
Problem: Show that the group ({1,−1,i,−i},×) is isomorphic to the cyclic group
(Z4,+). Solution: Define ϕ:Z4→{1,−1,i,−i} by
ϕ(k)=ik. Check: ϕ is bijective and
ϕ(a+b)=ia+b=ia⋅ib=ϕ(a)ϕ(b). The multiplication table of
{1,−1,i,−i} matches the addition table of Z4 under this mapping, confirming the
isomorphism.
Common Pitfalls
Omitting axioms when checking groups: All four axioms (closure, associativity, identity,
inverses) must be verified. Associativity is often assumed but should be checked or stated.
Wrong reduction formula boundary terms: Always evaluate [uv] at the limits. If the boundary
term is non-zero, it must be included in the formula.
Confusing cosh−1 domain:cosh−1x is defined only for x≥1. Applying it to
values outside this domain produces an error.
Summary
Further Pure 2 extends FP1 material through further complex numbers (Euler’s relation, geometry in
the complex plane), group theory (axioms, subgroups, cyclic groups, isomorphism, homomorphisms),
further calculus (Maclaurin and Taylor series, series solutions, reduction formulae), vectors in 3D
(scalar and vector products, lines, planes, shortest distances), and conics (focus-directrix
properties, parametric and Cartesian equations, tangents and normals).