Study Guide

Vectors (Edexcel IAL Further Maths FP3)

Edexcel International A-Level Further MathematicsΒ· FP3 5.1, 5.2, 5.3 (2018 Spec, Issue 3)Β· 25 min read

1. Vector Cross Product & Triple Scalar Productβ˜…β˜…β˜…β˜†β˜†β± 8 min

βœ“ Calculator OK

πŸ“˜ Definition

Vector (Cross) Product

Vector perpendicular to both and , with magnitude (where is the angle between the vectors) and direction given by the right-hand rule. Has the anti-commutative property .

Example:

For , , .

The magnitude equals the area of the parallelogram formed by and as adjacent sides. Divide this by 2 to get the area of the triangle formed by the two vectors.

πŸ“˜ Definition

Triple Scalar Product

Scalar result of the dot product of with the cross product of and , equal to the determinant of the 3Γ—3 matrix formed by the components of . Its magnitude gives the volume of the parallelepiped formed by the three vectors as adjacent edges. Obeys the cyclic identity: .

πŸ“ Worked Example

Find the volume of the parallelepiped with edges , , .

  1. 1
    1. Compute the cross product using the determinant formula:
  2. 2
    bΓ—c=∣ijk0211βˆ’13∣=7i+jβˆ’2k\boldsymbol{b} \times \boldsymbol{c} = \begin{vmatrix} \boldsymbol{i} & \boldsymbol{j} & \boldsymbol{k} \\ 0 & 2 & 1 \\ 1 & -1 & 3 \end{vmatrix} = 7\boldsymbol{i} + \boldsymbol{j} - 2\boldsymbol{k}
  3. 3
    1. Take the dot product of with the result:
  4. 4
    aβ‹…(bΓ—c)=(1)(7)+(2)(1)+(0)(βˆ’2)=9\boldsymbol{a} \cdot (\boldsymbol{b} \times \boldsymbol{c}) = (1)(7) + (2)(1) + (0)(-2) = 9
  5. 5
    1. The magnitude of the result is the volume: 9 cubic units.

Exam tip:

Sign from cross product only matters for orientation questions: take the magnitude when calculating area or volume to avoid errors.

2. Equations of Planesβ˜…β˜…β˜…β˜†β˜†β± 7 min

βœ“ Calculator OK

There are two standard forms of plane equations you will need to convert between and apply for FP3 problems, both with equivalent Cartesian forms.

πŸ“˜ Definition

Normal (Scalar) Form of a Plane

Where is the position vector of any point on the plane, is the normal vector to the plane, and for a known point on the plane. Equivalent Cartesian form: , or with .

πŸ“˜ Definition

Parametric Form of a Plane

Where is the position vector of a fixed point on the plane, and are non-parallel direction vectors lying on the plane, and are scalar parameters.

πŸ“ Worked Example

Find the normal form and Cartesian form of the plane passing through with direction vectors and .

  1. 1
    1. Compute the normal vector as the cross product of the two direction vectors:
  2. 2
    n=bΓ—c=∣ijk1βˆ’11230∣=βˆ’3i+2j+5k\boldsymbol{n} = \boldsymbol{b} \times \boldsymbol{c} = \begin{vmatrix} \boldsymbol{i} & \boldsymbol{j} & \boldsymbol{k} \\ 1 & -1 & 1 \\ 2 & 3 & 0 \end{vmatrix} = -3\boldsymbol{i} + 2\boldsymbol{j} +5\boldsymbol{k}
  3. 3
    1. Calculate where :
  4. 4
    p=(1)(βˆ’3)+(2)(2)+(0)(5)=1p = (1)(-3) + (2)(2) + (0)(5) = 1
  5. 5
    1. Normal form: (multiply by -1 for positive leading coefficient if preferred).
  6. 6
    1. Cartesian form: Replace with to get .

Exam tip:

If you are given three points on a plane, find two direction vectors between pairs of points, then compute their cross product to get the normal vector for the plane.

3. 3D Applications: Point-Plane Distance & Plane Intersectionβ˜…β˜…β˜…β˜…β˜†β± 6 min

βœ“ Calculator OK

The first two core 3D applications for FP3 use plane equations and vector products to solve distance and intersection problems. The perpendicular distance formula for a point to a plane is provided in your exam formula booklet.

πŸ“ Worked Example

Find the perpendicular distance of the point from the plane .

  1. 1
    1. Identify values for the distance formula: .
  2. 2
    1. Compute the absolute value of the numerator:
  3. 3
    ∣3(2)+2(βˆ’1)+(βˆ’1)(3)+4∣=∣6βˆ’2βˆ’3+4∣=5|3(2) + 2(-1) + (-1)(3) + 4| = |6 - 2 - 3 + 4| = 5
  4. 4
    1. Compute the magnitude of the normal vector:
  5. 5
    32+22+(βˆ’1)2=14\sqrt{3^2 + 2^2 + (-1)^2} = \sqrt{14}
  6. 6
    1. Distance = , or rationalized to .

The line of intersection of two planes is parallel to the cross product of the normal vectors of the two planes, as it is perpendicular to both normals. Find one point lying on both planes to define the full line.

πŸ“ Worked Example

Find the line of intersection of planes and , in the form .

  1. 1
    1. Extract normal vectors: , .
  2. 2
    1. Compute the direction vector of the line as the cross product of the normals:
  3. 3
    b=n1Γ—n2=∣ijk2βˆ’1111βˆ’1∣=3j+3k=3(j+k)\boldsymbol{b} = \boldsymbol{n_1} \times \boldsymbol{n_2} = \begin{vmatrix} \boldsymbol{i} & \boldsymbol{j} & \boldsymbol{k} \\ 2 & -1 & 1 \\ 1 & 1 & -1 \end{vmatrix} = 3\boldsymbol{j} + 3\boldsymbol{k} = 3(\boldsymbol{j} + \boldsymbol{k})
  4. 4
    1. Find a point on both planes: set , then solve to get , so .
  5. 5
    1. Final line equation: .

Exam tip:

If setting to find a point on the intersection of two planes leads to inconsistent equations, try setting or instead.

4. 3D Applications: Shortest Distance Between Skew Linesβ˜…β˜…β˜…β˜…β˜…β± 7 min

βœ“ Calculator OK

πŸ“˜ Definition

Skew Lines

Two lines in 3D space that are neither parallel nor intersecting. The shortest distance between them is the length of the line segment that is perpendicular to both lines.

The formula for the shortest distance between skew lines and is . The numerator is the volume of the parallelepiped formed by , divided by the area of the base parallelogram to give the perpendicular height (distance).

πŸ“ Worked Example

Find the shortest distance between skew lines and .

  1. 1
    1. Identify values: , , , .
  2. 2
    1. Compute the vector between the fixed points of the two lines:
  3. 3
    bβˆ’a=iβˆ’3j+k\boldsymbol{b} - \boldsymbol{a} = \boldsymbol{i} - 3\boldsymbol{j} + \boldsymbol{k}
  4. 4
    1. Compute the cross product of the direction vectors:
  5. 5
    uΓ—v=∣ijk2βˆ’1331βˆ’1∣=βˆ’2i+11j+5k\boldsymbol{u} \times \boldsymbol{v} = \begin{vmatrix} \boldsymbol{i} & \boldsymbol{j} & \boldsymbol{k} \\ 2 & -1 & 3 \\ 3 & 1 & -1 \end{vmatrix} = -2\boldsymbol{i} + 11\boldsymbol{j} +5\boldsymbol{k}
  6. 6
    1. Compute the absolute value of the triple scalar product:
  7. 7
    ∣(bβˆ’a)β‹…(uΓ—v)∣=βˆ£βˆ’2βˆ’33+5∣=30|(\boldsymbol{b} - \boldsymbol{a}) \cdot (\boldsymbol{u} \times \boldsymbol{v})| = |-2 -33 +5| = 30
  8. 8
    1. Compute the magnitude of the cross product:
  9. 9
    ∣uΓ—v∣=(βˆ’2)2+112+52=150=56|\boldsymbol{u} \times \boldsymbol{v}| = \sqrt{(-2)^2 + 11^2 + 5^2} = \sqrt{150} = 5\sqrt{6}
  10. 10
    1. Shortest distance = units.

Exam tip:

Double-check cross product calculations for skew line problems: arithmetic errors here are the most common cause of lost marks on this topic.

5. Common Pitfalls

Wrong move:

Swapping the order of vectors in a cross product and forgetting the sign flips.

Why:

The cross product is anti-commutative: .

Correct move:

Keep track of vector order, or take the magnitude when calculating area/volume so sign does not affect results.

Wrong move:

Assuming non-intersecting 3D lines are parallel.

Why:

3D space has an extra dimension, so lines can be non-parallel and non-intersecting (skew).

Correct move:

First check if direction vectors are scalar multiples to confirm parallelism, before checking for intersection.

Wrong move:

Using parallel direction vectors for the parametric plane equation .

Why:

Parallel vectors do not define a unique plane, as they only span a line.

Correct move:

Use two non-parallel direction vectors, verified by a non-zero cross product.

Wrong move:

Forgetting the absolute value in distance formulas.

Why:

Distance is a non-negative scalar; sign only indicates orientation relative to the plane normal.

Correct move:

Always include absolute value around the numerator in point-plane and skew line distance calculations.

Wrong move:

Assuming in is the perpendicular distance from the origin.

Why:

This is only true if is a unit normal vector.

Correct move:

If you need the origin distance, divide by the magnitude of , or use the Cartesian distance formula for point .

6. Quick Reference Cheatsheet

Concept

Formula/Rule

Use Case

Cross Product

Find area of parallelogram/triangle, plane normal vectors

Triple Scalar Product

Volume of parallelepiped, skew line distance calculations

Plane: Normal Form

Point-plane distance checks, verifying points lie on a plane

Plane: Parametric Form

Defining planes from a point and two direction vectors

Point-Plane Distance

Perpendicular distance from a point to a plane

Skew Line Distance

Shortest distance between two non-parallel, non-intersecting lines

7. Frequently Asked

Do I need to memorize the cross product component formula?

No, the exam formula booklet provides the determinant form for the cross product, but you should practice computing it quickly to avoid arithmetic errors in exams.

What is the difference between and the Cartesian plane equation?

Substituting into gives the Cartesian form , which can be rearranged to with .

Can I use a calculator to compute cross products and determinants?

Standard scientific calculators are permitted, but CAS calculators are forbidden. You must show full working for cross product and dot product calculations to earn method marks.

Going deeper

What's Next

Now that you have mastered FP3 vectors, you can apply these skills to past paper questions, as this topic typically makes up 15-20% of the FP3 exam marks. Vectors are also used in other further math units including FP2 complex number geometry and M3 kinematics, but focus strictly on the pure geometry applications specified for FP3 to avoid off-syllabus content. Practice writing all steps clearly, as method marks are awarded for correct cross and dot product calculations even if you make minor arithmetic errors.