FP1.1 - Complex numbers
- Syllabus
- 2019
- Topic
- —
- Level
- AS
A complex number combines a real part and an imaginary part: z=a+ib, where a,b∈R and i2=−1. Its polar form records the same number by its distance r from the origin and its directed angle θ from the positive real axis.
z=a+ib=r(cosθ+isinθ),r=∣z∣=a2+b2
| Feature | Meaning |
|---|---|
| Rez=a | real part |
| Imz=b | imaginary part, without the factor i |
| z∗=a−ib | conjugate: reflection in the real axis |
| argz=θ | principal argument, −π<θ≤π for z=0 |
| equality | a+ib=c+id exactly when a=c and b=d |
For z=−3+33,i, ∣z∣=9+27=6,argz=32π, because the point lies in quadrant II. Hence z=6(cos32π+isin32π),z∗=−3−33,i.
Use the signs of both components to choose the correct quadrant; a calculator value of an−1(b/a) alone may give the wrong argument. The zero complex number has modulus 0 but no defined argument.
Add and subtract complex numbers by matching real and imaginary parts. For products, expand and replace i2 by −1. For a quotient, multiply numerator and denominator by the conjugate of the denominator so the denominator becomes real.
| Operation | Example |
|---|---|
| sum | (2+i)+(−3+4i)=−1+5i |
| product | (2+i)(1−3i)=5−5i |
| quotient | 1−2i2+i=(1−2i)(1+2i)(2+i)(1+2i)=i |
∣z1z2∣=∣z1∣∣z2∣
The conjugate identity (c+id)(c−id)=c2+d2 explains why rationalising a quotient works. The modulus-product rule can find an unknown modulus without first expanding the product; for example, if ∣z1z2∣=15 and ∣z1∣=3, then ∣z2∣=5.
Keep the final answer in the requested form, usually a+ib, and simplify both parts. This unit does not require memorising rg(z_1z_2)=rg z_1+rg z_2; do not use that unrequired result as a substitute for the specified algebra or geometry.
An Argand diagram plots z=x+iy as the point (x,y): the horizontal axis is Rez and the vertical axis is Imz. The vector from the origin has length ∣z∣ and direction argz.
| Operation | Geometrical effect |
|---|---|
| add w | translate by the vector representing w |
| multiply by r(cosθ+isinθ) | enlarge by factor r and rotate through θ about the origin |
| divide by r(cosθ+isinθ) | scale by 1/r and reverse that rotation |
Multiplication by i makes the geometry visible algebraically: i(x+iy)=−y+ix. Thus (x,y) maps to (−y,x), a 90∘ anticlockwise rotation. Multiplication by 2i adds enlargement by factor 2; division by i rotates 90∘ clockwise.
Complex roots with real coefficients often appear as conjugate points reflected in the real axis. Distances, perimeters and areas on an Argand diagram are ordinary coordinate geometry once each complex number has been placed at its real and imaginary coordinates.
Label the real and imaginary axes in the correct order and preserve relative scale. A conjugate changes only the sign of the imaginary coordinate; it is not reflection in the imaginary axis.
A quadratic with real coefficients can have complex solutions when its discriminant is negative. Use the ordinary quadratic formula and rewrite the square root of a negative number using −k=ik for k>0.
az2+bz+c=0⟹z=2a−b±b2−4ac
For z2−6z+13=0, the discriminant is (−6)2−4(1)(13)=−16. Therefore z=26±−16=26±4i=3±2i. Substitution or the sum and product of the two roots checks the result.
Do not stop at −16 or discard it as having no solution: it has no real square root, but the complex square roots are ±4i. With real coefficients, the non-real solutions produced by the quadratic formula form a conjugate pair.
For a polynomial with real—in particular integer—coefficients, every non-real root occurs with its complex conjugate. In a cubic, a known non-real root therefore supplies a quadratic factor, leaving one real linear factor.
a+ib and a−ib⟹[x−(a+ib)][x−(a−ib)]=(x−a)2+b2
Suppose f(x)=x3−5x2+11x−15 and 1+2i is a root. Then 1−2i is also a root, giving [x−(1+2i)][x−(1−2i)]=x2−2x+5. Division gives f(x)=(x2−2x+5)(x−3), so the third root is 3.
Form the real quadratic factor from the conjugate pair; divide the cubic by it; solve the remaining linear factor; then state all three roots. Multiplying the factors back together checks that no coefficient or sign has drifted.
The conjugate-root conclusion depends on the polynomial coefficients being real. Do not conjugate a real root into a new root: its conjugate is itself. A factor is x−r, so a root r introduces the opposite sign inside its factor.
A quartic with real coefficients has four roots counting multiplicity. Use every supplied root to build factors: a non-real root supplies its conjugate, while each stated real root supplies one linear factor. Divide or compare coefficients to find the remaining factor.
| Given evidence | Factor secured |
|---|---|
| root a+ib, b=0 | (x−a)2+b2 |
| real root r | x−r |
| two real roots r,s | (x−r)(x−s) |
Let f(x)=x4−7x3+13x2+x−20, with roots 2+i and −1. Real coefficients also give 2−i, so [x−(2+i)][x−(2−i)]=x2−4x+5. The root −1 gives x+1. Dividing by (x2−4x+5)(x+1) leaves x−4, so the four roots are 2+i, 2−i, −1, 4.
State all four roots and count multiplicity. Do not assume every remaining root is real unless the factorisation proves it, and do not use decimal approximations when exact algebraic roots are available. Multiply the completed factors to verify the original quartic.