Vectors — scalar product, angle-finding, and skew/parallel/intersecting lines

~70 min · WMA14 · 7.6

WMA14 · 7.6 · 70 min

Every "show that these lines are skew" question is really two separate proofs wearing one sentence — not parallel, and not intersecting — and the mark scheme will not credit the second one for showing something else entirely, however true it happens to be. The scalar-product half of this topic is one formula, cosθ=abab\cos\theta = \dfrac{\mathbf{a}\cdot\mathbf{b}}{|\mathbf{a}||\mathbf{b}|}, but the paper is almost never really asking whether you can evaluate it — it is asking whether you fed it the right two vectors in the first place, and real scripts get exactly that wrong often enough that it is the single most-documented error anywhere in this unit.

Before you read on

Two or three questions on exactly what this lesson teaches. Being wrong here is fine — it's the fastest way to find out what to pay attention to next.

Position vectors, direction vectors, and the two forms of a line

A vector in three dimensions is written in component form, (x,y,z)(x, y, z) or xi+yj+zkx\mathbf{i}+y\mathbf{j}+z\mathbf{k} — the spec's own two equivalent notations (7.1). Two of those components appear throughout Pure 1–3; the third, zz or k\mathbf{k}, is the only genuinely new ingredient P4 adds, and every algebraic rule already known from two dimensions — adding vectors component-wise, scaling by a constant, finding a magnitude — extends to three with nothing new to learn except one more coordinate to carry through the working.

The position vector of a point is its vector from the origin: the position vector of AA is OA\overrightarrow{OA}, usually written a\mathbf{a}. The vector FROM one point TO another is the difference of their position vectors — spec 7.4's own identity, quoted verbatim: OBOA=AB=ba\overrightarrow{OB} - \overrightarrow{OA} = \overrightarrow{AB} = \mathbf{b} - \mathbf{a}. This single line is worth keeping visible, because almost every error this lesson documents further down traces back to blurring the distinction it draws: a POSITION vector says where a point is (relative to the origin); a DIRECTION vector says which way something is pointing, and has no fixed starting point at all.

A line in three dimensions is described by a vector equation in one of two equivalent forms (spec 7.6). The first, r=a+tb\mathbf{r} = \mathbf{a} + t\mathbf{b}, states: a\mathbf{a} is the position vector of ONE known point on the line, b\mathbf{b} is a DIRECTION vector (any vector pointing along the line — not a second point), and tt is a scalar parameter that ranges over every real number, tracing out every point on the line as it varies. The second form, r=c+t(dc)\mathbf{r} = \mathbf{c} + t(\mathbf{d}-\mathbf{c}), describes the line through two known points with position vectors c\mathbf{c} and d\mathbf{d}; it is the first form in disguise, with c\mathbf{c} playing the role of a\mathbf{a} and (dc)(\mathbf{d}-\mathbf{c}) — the vector FROM one given point TO the other, by the same 7.4 identity above — playing the role of the direction vector b\mathbf{b}.

One consequence of this is easy to state and easy to forget under exam pressure: a direction vector is never unique. b\mathbf{b}, 2b2\mathbf{b}, b-\mathbf{b}, or kbk\mathbf{b} for any nonzero real kk all describe the exact same line, just reached by a differently-scaled parameter. This is not a footnote — it is the entire reason "the two direction vectors look different" can never, by itself, prove two lines are not parallel, and it is the exact mechanism behind one of this lesson's most consistently documented traps, below.

Diagram — Two lines in three dimensions: the three things they can do
along each schematic line (illustrative only — a 2D projection has no numeric meaning here)vertical position — three cases stacked in separate bands: parallel (top), intersecting (middle), skew (bottom)Case 1 · Parallel — first lineCase 1 · Parallel — second lineCase 2 · Intersecting — first lineCase 2 · Intersecting — second lineCase 3 · Skew — first lineCase 3 · Skew — second lineThe scalar-multiple testThree equations, two unknownsThe concluding sentence

x-axis: along each schematic line (illustrative only — a 2D projection has no numeric meaning here) · y-axis: vertical position — three cases stacked in separate bands: parallel (top), intersecting (middle), skew (bottom)

Case 1 · Parallel — first line
The two direction vectors ARE scalar multiples of each other — one is a stretched, shrunk, or reversed copy of the other, whatever the two vectors look like written out. If the two lines also share a point, they are the same line described two different ways; if not, they are genuinely distinct parallel lines that never meet.
Case 1 · Parallel — second line
A genuine scalar-multiple partner of the first line: exactly the same slope (drawn here as −0.12 across the panel), so the vertical gap between the two lines never changes and they never converge, however far both are extended in either direction.
Case 2 · Intersecting — first line
The direction vectors are NOT scalar multiples, and solving the three scalar equations that come from setting the two lines' equations equal produces parameter values that satisfy all three simultaneously. A genuine common point exists — find its coordinates by substituting the solved parameter back into either line's own equation.
Case 2 · Intersecting — second line
A line with a genuinely different slope from the first (not a scalar multiple), drawn so it crosses the first exactly once — at the single point both lines' equations agree on simultaneously, matched to the "Three equations, two unknowns" key point below.
Case 3 · Skew — first line
The direction vectors are NOT scalar multiples (so parallel is already ruled out) — but solving any two of the three scalar equations and substituting the result into the third produces a contradiction. No shared point exists anywhere. This is a genuinely three-dimensional phenomenon with no two-dimensional analogue: in a flat plane, two non-parallel lines are always forced to cross somewhere.
Case 3 · Skew — second line
A third, different slope again — different enough from the first line's that the two are not parallel, yet positioned so they stay apart across the whole panel rather than crossing. That gap is the honest limit of drawing 3D skew lines in 2D: the real lines are offset in a third dimension no flat picture can show, so the closest an accurate 2D schematic can get is two non-parallel lines that simply never meet within the frame.
The scalar-multiple test
Direction vector 2 = k × direction vector 1, for ONE value of k that works across every component at once. A value of k that matches two components but fails the third means the vectors are NOT scalar multiples — the lines are not parallel, however similar they look at a glance.
Three equations, two unknowns
Equating r = a + λb with r = c + μd always produces exactly three scalar equations (one per coordinate) in the two parameters λ and μ. Two of the equations are enough to solve for both parameters; the third is never optional — it is the entire test for whether a shared point genuinely exists.
The concluding sentence
"Skew" is a conclusion built from TWO separate results — not parallel, and not intersecting — not a single check with a label attached. A script that shows only one half, or substitutes a different property for the missing half, has not actually shown the lines are skew, whatever it states in words.

Common error: Having shown two lines do not intersect, going on to check whether their direction vectors are perpendicular — and treating "not perpendicular" as if it supplied the missing half of the skew argument.

Correct: The missing half is specifically "not parallel," established by the scalar-multiple test on the direction vectors — a completely different question from whether the lines happen to cross at 90° if extended onto a common plane. Two lines can be skew and also happen to be perpendicular, or skew and nowhere near it; the angle between them plays no role in whether they are skew at all.

examiner-report · Jan 2021 · Q8

The test, in order — and the sentence it has to end on

Step 1: compare the two direction vectors for a scalar multiple. Take the ratio of corresponding components; if a single value of kk satisfies every component at once, the lines are parallel and the process stops there (checking afterwards whether they are the same line or two distinct parallel lines is a one-line extra step — substitute a point from one line into the other's equation and see whether it's consistent — but is not always required by the question asked).

Step 2: if no consistent kk exists, the lines are not parallel — but that alone settles nothing about whether they meet. Set the two vector equations equal, component by component, to get three scalar equations in the two parameters.

Step 3: solve any two of the three equations simultaneously for the two parameters. Which two to pick is a free choice; picking the pair with the simplest coefficients saves time and does not affect the answer.

Step 4: substitute both solved parameter values into the THIRD, as-yet-unused equation. If it is satisfied, the system is consistent — the lines genuinely intersect, and substituting the parameter back into either line's equation gives the actual point. If it is not satisfied, no simultaneous solution exists anywhere — the lines are skew.

Step 5: write the conclusion as a sentence with both halves present, not as a single word. "Not parallel, because no k satisfies the direction-vector ratio; not intersecting, because the third equation is not satisfied by the values that solve the other two; therefore skew" earns the mark the label "skew" alone, or a check of the wrong property, will not.

Worked, in full

Determining the relationship between two lines — a genuinely skew pair (VERIDIAN-original)

  1. 01

    l1:r=(2,1,3)+λ(1,2,1)l_1: \mathbf{r} = (2,-1,3) + \lambda(1,2,-1) and l2:r=(0,4,1)+μ(3,1,2)l_2: \mathbf{r} = (0,4,1) + \mu(3,1,2). Compare direction vectors first: is (3,1,2)=k(1,2,1)(3,1,2) = k(1,2,-1) for some real kk? The first component forces k=3k=3; the second component would then need to equal 3×2=63\times 2 = 6, but it is 11. No consistent kk exists across all three components, so the direction vectors are genuinely not scalar multiples of each other.

    Earns: B1 — independent mark for stating the lines are not parallel, with a genuine reason (an inconsistent k, checked across at least two components) rather than an assertion that the vectors merely "look different."

  2. 02

    Equate the two equations component-wise, since a shared point must agree on all three coordinates at once: xx: 2+λ=3μλ3μ=22+\lambda = 3\mu \Rightarrow \lambda - 3\mu = -2; yy: 1+2λ=4+μ2λμ=5-1+2\lambda = 4+\mu \Rightarrow 2\lambda - \mu = 5; zz: 3λ=1+2μλ+2μ=23-\lambda = 1+2\mu \Rightarrow \lambda + 2\mu = 2.

    Earns: M1 — method mark for equating the lines component-wise to produce three scalar equations in λ and μ.

  3. 03

    Solve two of the three — the xx- and zz-equations have the simplest coefficients. λ3μ=2\lambda - 3\mu = -2 and λ+2μ=2\lambda + 2\mu = 2: subtracting the first from the second gives 5μ=45\mu = 4, so μ=0.8\mu = 0.8, and hence λ=22(0.8)=0.4\lambda = 2 - 2(0.8) = 0.4.

    Earns: dM1 — method mark, dependent on stage 2, for solving any two of the three equations simultaneously.

  4. 04

    Substitute into the third, as-yet-unused yy-equation: 2λμ=2(0.4)0.8=02\lambda - \mu = 2(0.4) - 0.8 = 0. The right-hand side required is 55, and 050 \neq 5 — the three equations have no simultaneous solution anywhere.

    Earns: A1 — accuracy mark for the consistency check itself. This is the specific step examiner reports name as the one most often skipped, fudged, or replaced with an unrelated check.

  5. 05

    State both halves explicitly: the direction vectors are not scalar multiples (stage 1), so the lines are not parallel; the three equations have no common solution (stage 4), so the lines do not intersect. A pair of lines that is neither parallel nor intersecting is, by definition, skew.

    Earns: A1 — for the conclusion drawn from BOTH conditions stated together, not asserted as a bare label. A script reading only "they are skew," or substituting a check of perpendicularity for either missing half, does not earn this mark under the real convention (see the trap taxonomy below).

Source — Examiner report, Oct 2022

"some concluded only that [direction vector 1] ≠ [direction vector 2] which was insufficient"

Complete it yourself

Complete the chain — a pair of lines that turns out to intersect (VERIDIAN-original)

  1. 01

    l3:r=(3,2,9)+s(1,2,1)l_3: \mathbf{r} = (3,-2,9) + s(1,2,-1) and l4:r=(7,1,10)+t(2,1,3)l_4: \mathbf{r} = (7,1,10) + t(2,-1,3). Compare direction vectors: is (2,1,3)=k(1,2,1)(2,-1,3) = k(1,2,-1) for some real kk? The first component forces k=2k=2; the second would then need to equal 2×2=42\times 2 = 4, but it is 1-1. No consistent kk exists, so the lines are not parallel.

  2. 02

    Equate the two equations component-wise: xx: 3+s=7+2t3+s = 7+2t; yy: 2+2s=1t-2+2s = 1-t; zz: 9s=10+3t9-s = 10+3t.

Mechanism

Where cos θ = a·b / (|a||b|) actually comes from — the cosine rule, not a new rule

Place the origin at O, so a=OA\mathbf{a} = \overrightarrow{OA} and b=OB\mathbf{b} = \overrightarrow{OB} are position vectors and θ=AOB\theta = \angle AOB. Triangle OABOAB has sides OA=aOA = |\mathbf{a}|, OB=bOB = |\mathbf{b}|, and — by the 7.4 identity already used above — AB=baAB = |\mathbf{b}-\mathbf{a}|. The cosine rule, confirmed present in the formula booklet's P1 section (WMA14-verified-facts.md §3), states AB2=OA2+OB22OAOBcosθAB^2 = OA^2 + OB^2 - 2\cdot OA\cdot OB\cos\theta, i.e. ba2=a2+b22abcosθ|\mathbf{b}-\mathbf{a}|^2 = |\mathbf{a}|^2+|\mathbf{b}|^2-2|\mathbf{a}||\mathbf{b}|\cos\theta. Now expand the left side using the scalar product's own defining property, v2=vv|\mathbf{v}|^2 = \mathbf{v}\cdot\mathbf{v}: (ba)(ba)=bb2ab+aa=b22ab+a2(\mathbf{b}-\mathbf{a})\cdot(\mathbf{b}-\mathbf{a}) = \mathbf{b}\cdot\mathbf{b} - 2\,\mathbf{a}\cdot\mathbf{b} + \mathbf{a}\cdot\mathbf{a} = |\mathbf{b}|^2 - 2\,\mathbf{a}\cdot\mathbf{b} + |\mathbf{a}|^2. Setting the two expressions for AB2AB^2 equal and cancelling the a2+b2|\mathbf{a}|^2+|\mathbf{b}|^2 common to both sides leaves 2ab=2abcosθ-2\,\mathbf{a}\cdot\mathbf{b} = -2|\mathbf{a}||\mathbf{b}|\cos\theta, so ab=abcosθ\mathbf{a}\cdot\mathbf{b} = |\mathbf{a}||\mathbf{b}|\cos\theta, and therefore cosθ=abab\cos\theta = \dfrac{\mathbf{a}\cdot\mathbf{b}}{|\mathbf{a}||\mathbf{b}|} — spec 7.7's formula, reached from the cosine rule rather than handed down as a rule to memorise. Two consequences follow immediately, and neither needs a separate justification once the identity above is derived. First, since a|\mathbf{a}| and b|\mathbf{b}| are magnitudes and therefore always positive for nonzero vectors, the SIGN of cosθ\cos\theta is decided entirely by the sign of ab\mathbf{a}\cdot\mathbf{b}: a negative scalar product means an obtuse angle, full stop, whatever the individual components look like on the page. Second, if ab=0\mathbf{a}\cdot\mathbf{b}=0 with a\mathbf{a} and b\mathbf{b} both nonzero, then cosθ=0\cos\theta = 0 and θ=90°\theta = 90° — perpendicularity is not a separate fact to memorise, it is θ=90°\theta=90° read straight off the same identity, exactly matching spec 7.7's own guidance. One distinction matters before this gets used for real: θ=AOB\theta = \angle AOB above sits at a SPECIFIC, real vertex, with a\mathbf{a} and b\mathbf{b} pointing along genuine edges of a genuine triangle, and it can come out obtuse and stay obtuse — there is nothing to "correct." A differently-phrased question — "find the angle between line l1l_1 and line l2l_2," with no named vertex at all — is a different situation: a LINE has no built-in direction (its direction vector b\mathbf{b} and b-\mathbf{b} describe exactly the same line), so the raw θ\theta computed from whichever direction vectors happen to be written down is not itself a property of the two lines — only its acute value, in [0°,90°][0°,90°], is. On a between-two-lines question, an obtuse raw result is converted by taking 180°θ180°-\theta; on a named-vertex question like ABC\angle ABC, the raw result IS the answer, obtuse or not. The two situations produce opposite-looking mistakes from the same confusion — "correcting" a genuinely obtuse vertex angle to acute, or leaving an uncorrected obtuse value on a between-two-lines question — so which rule applies depends entirely on which of the two the question actually asked.

Worked, in full

Angle ABC — computing it, and what the documented wrong pairing actually produces (VERIDIAN-original)

  1. 01

    A=(7,4,1)A=(7,4,1), B=(5,1,2)B=(5,1,2), C=(6,1,4)C=(6,-1,4). The angle asked for is ABC\angle ABC — at vertex BB — so the two vectors needed both start at BB: BA=AB=(2,3,1)\overrightarrow{BA} = A - B = (2,3,-1) and BC=CB=(1,2,2)\overrightarrow{BC} = C - B = (1,-2,2).

    Earns: B1 — independent mark for both direction vectors correctly formed, from B outward in each case.

  2. 02

    BABC=(2)(1)+(3)(2)+(1)(2)=262=6\overrightarrow{BA}\cdot\overrightarrow{BC} = (2)(1)+(3)(-2)+(-1)(2) = 2-6-2 = -6.

    Earns: M1 — method mark for attempting the scalar product of the two correctly-formed vectors.

  3. 03

    BA=22+32+(1)2=14|\overrightarrow{BA}| = \sqrt{2^2+3^2+(-1)^2} = \sqrt{14}; BC=12+(2)2+22=9=3|\overrightarrow{BC}| = \sqrt{1^2+(-2)^2+2^2} = \sqrt{9} = 3.

    Earns: A1 — both magnitudes correct.

  4. 04

    cosθ=63140.5345\cos\theta = \dfrac{-6}{3\sqrt{14}} \approx -0.5345, so θ122.3°\theta \approx 122.3° (awrt). The scalar product came out negative, so the angle is obtuse — and stays obtuse, because ABC\angle ABC is a real angle at a real vertex, not a between-two-lines question with an acute-value convention.

    Earns: A1 — the correct angle, obtuse and unconverted. Reporting the acute supplement here (about 57.7°) would be exactly the documented error below, applied a second time.

Source — Examiner report, Jan 2021

"many candidates gave the acute angle 67.35° as their final answer"

In your own words

In one sentence: why does showing two lines are skew require two separate results — not parallel, and not intersecting — rather than one?

Marked, line by line

l5:r=(8,3,10)+λ(2,1,2)l_5: \mathbf{r} = (8,-3,10) + \lambda(2,-1,2) and l6:r=(1,7,0)+μ(1,2,2)l_6: \mathbf{r} = (1,-7,0) + \mu(1,2,2). (a) Determine whether l5l_5 and l6l_6 are parallel, intersecting or skew, finding the point of intersection if there is one. (5) (b) Find the acute angle between l5l_5 and l6l_6, giving your answer in degrees to 1 decimal place. (3) — VERIDIAN-original question, built specifically so that part (b) reuses the point found in part (a), matching the real combined structure a genuine examiner report describes for this topic (spec 7.6 and 7.7 tested together in one multi-part question). Not a reproduction of any past-paper question; the per-line mark allocations are modelled on WMA14's own verified mark-scheme conventions (§4) rather than transcribed from a real scheme, which for an original question does not exist.

8 marks available

(a)5 marks

  1. 01

    Direction vectors (2,1,2)(2,-1,2) and (1,2,2)(1,2,2): is (1,2,2)=k(2,1,2)(1,2,2) = k(2,-1,2)? The first component forces k=0.5k = 0.5; the second would then need 0.5×(1)=0.50.5\times(-1) = -0.5, but it is 22. Not a scalar multiple — the lines are not parallel.

    Independent mark for testing the direction vectors for a scalar multiple and reaching the correct conclusion that they are not parallel, with a genuine reason (an inconsistent k, checked across at least two components) rather than an assertion that the vectors merely "look different" (see the trap taxonomy below).

    B1
  2. 02

    Equate component-wise: xx: 8+2λ=1+μ8+2\lambda = 1+\mu; yy: 3λ=7+2μ-3-\lambda = -7+2\mu; zz: 10+2λ=2μ10+2\lambda = 2\mu. Rearranged: 2λμ=72\lambda-\mu=-7 (i), λ+2μ=4\lambda+2\mu=4 (ii), λμ=5\lambda-\mu=-5 (iii).

    Method mark for equating the two equations component-wise to produce three scalar equations in λ and μ.

    M1
  3. 03

    Solve (i) and (ii): from (i), μ=2λ+7\mu = 2\lambda+7; substituting into (ii) gives λ+2(2λ+7)=45λ=10λ=2\lambda + 2(2\lambda+7) = 4 \Rightarrow 5\lambda = -10 \Rightarrow \lambda = -2, and hence μ=2(2)+7=3\mu = 2(-2)+7 = 3.

    Method mark, dependent on the previous line, for solving any two of the three equations simultaneously for λ and μ.

    dM1
  4. 04

    Check (iii): λμ=23=5\lambda - \mu = -2-3 = -5, matching its required right-hand side exactly. The system is consistent, so l5l_5 and l6l_6 genuinely intersect.

    Accuracy mark for the consistency check together with the stated conclusion — the check alone, with no conclusion drawn from it, does not earn this mark.

    A1
  5. 05

    Substitute λ=2\lambda=-2 into l5l_5: point =(8+2(2), 3(2), 10+2(2))=(4,1,6)= (8+2(-2),\ -3-(-2),\ 10+2(-2)) = (4,-1,6).

    Independent accuracy mark for the coordinates of the point of intersection, correct answer only.

    B1

(b)3 marks

  1. 101

    cosθ=d1d2d1d2\cos\theta = \dfrac{\mathbf{d_1}\cdot\mathbf{d_2}}{|\mathbf{d_1}||\mathbf{d_2}|}, using the two lines' DIRECTION vectors d1=(2,1,2)\mathbf{d_1}=(2,-1,2) and d2=(1,2,2)\mathbf{d_2}=(1,2,2) — not the position vectors from part (a).

    Method mark for quoting the formula and attempting to substitute the correct pair of vectors. Quoting the formula first, before substituting, is a genuine safety net rather than a ritual — WMA14's own general marking principles record that the method mark can otherwise only be inferred from correct working, and can then be lost to any slip in it.

    M1
  2. 102

    d1d2=(2)(1)+(1)(2)+(2)(2)=4\mathbf{d_1}\cdot\mathbf{d_2} = (2)(1)+(-1)(2)+(2)(2) = 4; d1=4+1+4=3|\mathbf{d_1}| = \sqrt{4+1+4} = 3; d2=1+4+4=3|\mathbf{d_2}| = \sqrt{1+4+4} = 3; so cosθ=49\cos\theta = \dfrac{4}{9}.

    Accuracy mark for the correct scalar product, both magnitudes, and the resulting fraction.

    A1
  3. 103

    θ=arccos(49)=63.6°\theta = \arccos\left(\dfrac{4}{9}\right) = 63.6° (awrt).

    Accuracy mark, correct answer only, for the final angle. No exact/surd form applies here — arccos(4/9) has no standard closed form, so a rounded decimal is the expected and correct final answer, unlike the discriminant/quadratic topics where a decimal in place of an exact surd normally loses the mark.

    A1

Mechanism

Area of a parallelogram and triangle from two vectors — the same θ, one line further

Two vectors from a shared vertex, u\mathbf{u} and v\mathbf{v}, span a parallelogram — walk along u\mathbf{u}, then v\mathbf{v}, then back along u-\mathbf{u}, then v-\mathbf{v}, and the four vertices trace it out. Its area is base × height in the ordinary sense: take u|\mathbf{u}| as the base, and the height is the perpendicular distance from the tip of v\mathbf{v} down onto the line through u\mathbf{u} — which, in the right-angled triangle that perpendicular forms with v\mathbf{v} itself, is exactly vsinθ|\mathbf{v}|\sin\theta, where θ\theta is the angle between the two vectors. So Area =uvsinθ=|\mathbf{u}||\mathbf{v}|\sin\theta — and because a parallelogram's diagonal splits it into two congruent triangles, the triangle spanned by the same two vectors has exactly half that area: Area(triangle) =12uvsinθ=\tfrac12|\mathbf{u}||\mathbf{v}|\sin\theta. Nothing here is a new formula to memorise on top of the scalar product: the mechanism block above already shows cosθ\cos\theta comes straight out of uv\mathbf{u}\cdot\mathbf{v}, and sinθ\sin\theta costs nothing further — sin2θ+cos2θ=1\sin^2\theta+\cos^2\theta=1, and since the angle between two vectors always sits in [0°,180°][0°,180°], sinθ\sin\theta is never negative there, so sinθ=1cos2θ\sin\theta=\sqrt{1-\cos^2\theta} with no sign ambiguity left to resolve. One consequence worth noticing before it causes confusion: reversing either vector — using its negative instead — replaces θ\theta with its supplement 180°θ180°-\theta, and sin(180°θ)=sinθ\sin(180°-\theta)=\sin\theta exactly, so the AREA computed is identical either way. This is the opposite sensitivity from the angle itself: a genuine named-vertex angle like ABC\angle ABC cares enormously which of the two supplementary values is reported (the whole trap-taxonomy above is built on exactly that), while the area spanned by the same two sides does not care at all.

Beyond the spec

Spec 7.1–7.7 never defines a vector (cross) product — P4's own vector content stops at the scalar product, and the sinθ route in the mechanism block above reaches full marks on its own with nothing extra to learn. But a real mark scheme for exactly this area-of-parallelogram question type explicitly credits the cross product as a second, independent full-marks method for a candidate who already knows it (typically from Further Pure Mathematics or physics) — worth knowing it exists and is genuinely accepted, even though this course does not require it and nothing above depends on it.

For two 3D vectors u=(u1,u2,u3)\mathbf{u}=(u_1,u_2,u_3) and v=(v1,v2,v3)\mathbf{v}=(v_1,v_2,v_3), the cross product u×v=(u2v3u3v2, u3v1u1v3, u1v2u2v1)\mathbf{u}\times\mathbf{v} = (u_2v_3-u_3v_2,\ u_3v_1-u_1v_3,\ u_1v_2-u_2v_1) is itself a VECTOR (unlike the scalar product, which is a single number) — perpendicular to both u\mathbf{u} and v\mathbf{v}, with magnitude u×v=uvsinθ|\mathbf{u}\times\mathbf{v}| = |\mathbf{u}||\mathbf{v}|\sin\theta, exactly the parallelogram-area expression above, reached directly from components with no angle ever computed along the way. A real mark scheme confirms this is genuinely creditable, not merely mathematically true, on precisely the question this lesson's second marked-solution below reproduces: an explicit 'Alt(c) – vector cross product example' method, crediting a candidate who attempts BA×BC\overrightarrow{BA}\times\overrightarrow{BC} using their own (correctly-formed) BA\overrightarrow{BA} and BC\overrightarrow{BC} from part (b), each correct for at least two of the three components, and 'condone[s] sign slips for their cross product' — full marks for reaching the same area a different way (Jan 2026, Q9(c), Publications Code WMA14_01_2601_MS). Symbol reconstruction note: the source PDF's own text extraction garbles the determinant layout and the × and → glyphs into disconnected characters — the mathematics above was reconstructed from that extraction and independently confirmed correct with sympy (BA×BC = 32i+32j, matching |BA×BC| = 32√2 ≈ 45.3, the real scheme's own stated answer) before being written in here, following the same 'semantically identical despite font-encoding damage' standard WMA14-verified-facts.md §4 already documents for this source.

Extending a parallelogram's area to a related shape, without recomputing it from scratch

A question can ask for the area of a shape that ISN'T the parallelogram itself, while still expecting the parallelogram's own area to do almost all of the work. Recognising when a new shape shares a base, a height, or a whole side with a shape already computed is the actual skill being tested here — not a fresh vector calculation from zero.

Take a parallelogram ABCDABCD (so AB=DC\overrightarrow{AB}=\overrightarrow{DC}), and a point EE on the line through CC and DD chosen so that DD is the MIDPOINT of CECE. Because DD is the midpoint, CE=2CD\overrightarrow{CE}=2\overrightarrow{CD} — twice the length, same direction, same line — and because CD=BA\overrightarrow{CD}=\overrightarrow{BA} (the parallelogram property already used to find DD in the first place), CE\overrightarrow{CE} is also exactly twice AB\overrightarrow{AB} in length, along a line parallel to it.

That makes ABCEABCE a trapezium with its two PARALLEL sides — ABAB and CECE — in a fixed length ratio 1:21:2, and, because CECE lies along the very same line CDCD did, the perpendicular distance between those two parallel sides is exactly the SAME height as the original parallelogram's own. Writing that base length as xx (so AB=xAB=x, CE=2xCE=2x) and the shared height as hh: a trapezium's area is 12(sum of parallel sides)×height=12(x+2x)h=1.5xh\tfrac12(\text{sum of parallel sides})\times\text{height} = \tfrac12(x+2x)h = 1.5xh. Since xhxh is exactly the parallelogram's own area (base × height), the trapezium's area is always 1.5×1.5\times the parallelogram's — a genuinely reusable geometric fact that follows from DD being the midpoint of CECE specifically, not an arithmetic coincidence tied to any one question's numbers.

Marked, line by line

ABCD is a parallelogram with AB\overrightarrow{AB} parallel to DC\overrightarrow{DC} and AD\overrightarrow{AD} parallel to BC\overrightarrow{BC}. The position vectors of AA, BB, CC and DD relative to a fixed origin OO are a=i+j2k\mathbf{a}=\mathbf{i}+\mathbf{j}-2\mathbf{k}, b=3ij+6k\mathbf{b}=3\mathbf{i}-\mathbf{j}+6\mathbf{k} and c=i+3j+6k\mathbf{c}=-\mathbf{i}+3\mathbf{j}+6\mathbf{k}. (a) Find the position vector d\mathbf{d}. (3) (b) Find the angle between the sides ABAB and BCBC of the parallelogram. (4) (c) Find the area of the parallelogram ABCDABCD. (2) The point EE lies on the line through the points CC and DD, so that DD is the midpoint of CECE. (d) Use your answer to part (c) to find the area of the trapezium ABCEABCE. (2) — REAL Pearson Edexcel International A-Level question, WMA14 Paper 01, January 2026, Q9 (Publications Code WMA14_01_2601_MS, Question Paper Log Number P87595A, paper reference WMA14/01A). Independently re-fetched and re-verified this session directly against both primary-source PDFs (question paper and mark scheme; pdftotext -layout and -raw cross-checked against each other for part (c)'s alternative-method notation, which -layout garbles), and every coefficient, dot product, magnitude, angle and area below independently recomputed with sympy before being written in — full working in WMA14-verified-facts.md §5.7. Parts (a) and (b) test content this lesson already covers (position-vector addition for (a); the BA·BC-not-AB·AC direction-vector trap for (b) — see the taxonomy below, whose three-series count this real item deliberately does NOT extend to four, since no Jan 2026 examiner report exists yet to confirm a candidate error on this sitting). Parts (c) and (d) are the genuinely new content this real question adds: computing, and then geometrically extending, the AREA of a vector-defined parallelogram — content neither this lesson nor position-vectors-distance-and-foot-of-perpendicular.ts covered before this question was added.

11 marks available

(a)3 marks

  1. 01

    BA=ab=2i+2j8k\overrightarrow{BA}=\mathbf{a}-\mathbf{b}=-2\mathbf{i}+2\mathbf{j}-8\mathbf{k}, so CD=BA\overrightarrow{CD}=\overrightarrow{BA} (opposite sides of a parallelogram are equal and parallel — spec 7.4's AB=ba\overrightarrow{AB}=\mathbf{b}-\mathbf{a} identity applied to this side).

    For attempting one of ba\mathbf{b}-\mathbf{a}, ab\mathbf{a}-\mathbf{b}, cb\mathbf{c}-\mathbf{b} or bc\mathbf{b}-\mathbf{c}; must be correct for at least one component of (2i+2j8k)(-2\mathbf{i}+2\mathbf{j}-8\mathbf{k}) or (4i+4j)(-4\mathbf{i}+4\mathbf{j}). Condone coordinate notation; may be implied by at least one correct component of the final answer.

    M1
  2. 02

    d=c+CD=(i+3j+6k)+(2i+2j8k)\mathbf{d} = \mathbf{c}+\overrightarrow{CD} = (-\mathbf{i}+3\mathbf{j}+6\mathbf{k})+(-2\mathbf{i}+2\mathbf{j}-8\mathbf{k})

    For attempting d=ab+c\mathbf{d}=\mathbf{a}-\mathbf{b}+\mathbf{c} and proceeding to a position vector for D; must be correct for at least one component; dependent on the previous method mark.

    dM1
  3. 03

    d=3i+5j2k\mathbf{d} = -3\mathbf{i}+5\mathbf{j}-2\mathbf{k}

    Correct final answer, oe (column-vector form accepted; condone without brackets, or written as (3i,5j,2k)(-3\mathbf{i},5\mathbf{j},-2\mathbf{k})). Correct answer with no working shown scores all 3 marks.

    A1

(b)4 marks

  1. 101

    BA=ab=2i+2j8k\overrightarrow{BA}=\mathbf{a}-\mathbf{b}=-2\mathbf{i}+2\mathbf{j}-8\mathbf{k}, BC=cb=4i+4j\overrightarrow{BC}=\mathbf{c}-\mathbf{b}=-4\mathbf{i}+4\mathbf{j}

    Uses a correct pair of vectors sharing vertex B — BA\overrightarrow{BA} and BC\overrightarrow{BC} (or their negatives), never AB\overrightarrow{AB} and AC\overrightarrow{AC} — the exact three-series-confirmed direction-vector trap documented above, tested again here with real numbers. Must be seen or used in this part; each correct for at least two components; may be implied by further correct work.

    M1
  2. 102

    BABC=(2)(4)+(2)(4)+(8)(0)=16\overrightarrow{BA}\cdot\overrightarrow{BC} = (-2)(-4)+(2)(4)+(-8)(0) = 16; BA=72|\overrightarrow{BA}|=\sqrt{72}, BC=32|\overrightarrow{BC}|=\sqrt{32}

    Attempts the scalar-product formula to reach cosθ=k\cos\theta=k, 1k1-1\le k\le1; dependent on the previous method mark; condone arithmetic slips in the dot product or the moduli, but the process must be correct.

    dM1
  3. 103

    cosθ=167232=13\cos\theta = \dfrac{16}{\sqrt{72}\sqrt{32}} = \dfrac13

    For 13\tfrac13 or 13-\tfrac13 oe from correct working — may be implied by 70.5°70.5°, 109.5°109.5°, 1.231.23 rad or 1.911.91 rad.

    A1
  4. 104

    θ=arccos(13)=70.5°\theta = \arccos\left(\tfrac13\right) = 70.5° (awrt), i.e. 1.231.23 rad

    cso for awrt 70.5° or awrt 1.23 rad. Real mark-scheme nuance, confirmed directly: reaching arccos(13)109.5°\arccos(-\tfrac13)\approx109.5° and stating '70.5°70.5°' from it scores A0 unless accompanied by a convincing argument that 109.5°109.5° is the EXTERIOR angle and 70.5°70.5° the interior one (a correct diagram is accepted as that argument) — this mark is not awarded for simply taking the acute value, unlike a between-two-lines question (see the mechanism block on cosθ above).

    A1

(c)2 marks

  1. 201

    Area=BABCsinθ=72×32×sin(70.5°)\text{Area} = |\overrightarrow{BA}||\overrightarrow{BC}|\sin\theta = \sqrt{72}\times\sqrt{32}\times\sin(70.5°)

    Uses the correct area formula for a parallelogram with their angle from (b); must be using their BA\overrightarrow{BA} and BC\overrightarrow{BC} (or negatives), each correct for at least two components. Condone slips; may see the area of triangle ABCABC doubled instead. Real mark scheme also credits an entirely separate route to this same mark: the cross-product method, Area=BA×BC\text{Area}=|\overrightarrow{BA}\times\overrightarrow{BC}|, computed directly from components with no angle needed at all — see the beyond-spec block above.

    M1
  2. 202

    Area=45.3\text{Area} = 45.3 (exact: 32232\sqrt2)

    Obtains awrt 45.3 — also allowed from an angle of 109.5° instead of 70.5°, since sin\sin is identical for two supplementary angles (the mechanism block above explains why that is not a coincidence).

    A1

(d)2 marks

  1. 301

    DD is the midpoint of CECE, so CE=2CD=2BA\overrightarrow{CE}=2\overrightarrow{CD}=2\overrightarrow{BA} — trapezium ABCEABCE's two parallel sides are in ratio 1:21:2, at the parallelogram's own height, so Area(ABCE)=1.5×Area(ABCD)=1.5×45.3\text{Area}(ABCE) = 1.5\times\text{Area}(ABCD) = 1.5\times45.3

    Uses 1.5× their answer to part (c) — may be implied by awrt 67.9. Alternatively, adds the area of the relevant triangle to their (c) answer directly, without going through the 1.5× shortcut. Must use their answer to part (c) to score — a value recomputed from scratch does not.

    M1
  2. 302

    Area(ABCE)=67.9\text{Area}(ABCE) = 67.9 (exact: 48248\sqrt2)

    awrt 67.9 (or 48248\sqrt2).

    A1

Named traps

wrong-vectors-selected-for-the-angle-calculation
The most consistently-documented specific error anywhere in this topic, confirmed independently across three series. January 2021, Q2(a): "It was unclear whether candidates were finding angle BAC rather than the requested angle ABC or were just careless in not using BA.BC and used AC.BC... leading to an acute angle... Unfortunately, many candidates gave the acute angle 67.35° as their final answer." October 2022, Q3(b): "Not all candidates selected the correct directions for their vectors to give the obtuse angle, although some found the acute angle then subtracted from 180°." January 2024, Q6(c): "use of incorrect direction vectors was fairly common, often using position vectors especially that of the point of intersection found in (b)." Which specific vectors get picked up wrong varies — sometimes the wrong pair of direction vectors at the shared vertex, sometimes a position vector substituted for a direction vector entirely — but the underlying failure is identical every time: writing down SOME vectors that produce a plausible-looking number, without checking they are the two vectors the angle actually sits between.
acute-angle-reported-when-obtuse-required
Confirmed independently in two of the three series quoted above — not all three, and this lesson keeps that narrower count rather than rounding it up to match the trap above. January 2021, Q2(a) records candidates who, having used the wrong pair of vectors, "gave the acute angle 67.35° as their final answer" when the real geometry required an obtuse one. October 2022, Q3(b) records the same symptom directly: "Not all candidates selected the correct directions for their vectors to give the obtuse angle," while also noting a partial fix some candidates applied — "some found the acute angle then subtracted from 180°." A negative scalar product is not an inconvenience to argue away: it is the entire content of the answer, for a genuine named-vertex angle.
scalar-vs-vector-product-confusion
A conceptual error about what kind of object the scalar product even is, confirmed directly: "The most common error with the unsuccessful candidates was in their misunderstanding of a 'scalar' product and obtaining the vector (12,−10,24) rather than the value of 12−10+24" (Jan 2021, Q2(a)). The name is not decoration: ab=a1b1+a2b2+a3b3\mathbf{a}\cdot\mathbf{b} = a_1b_1+a_2b_2+a_3b_3 is a SINGLE NUMBER, the sum of three products — never a vector with three separate components left sitting unadded.
skew-shown-via-not-perpendicular-instead-of-not-parallel
Confirmed directly on a real skew-lines question: "Many candidates did not fully understand the meaning of skew and only got as far as finding the values of μ and λ... the majority, however, failed to state or show that the given lines were not parallel. A few candidates, having said that the lines did not intersect, went on to show that they were not perpendicular" (Jan 2021, Q8). Skewness needs two conditions — not parallel, and not intersecting; perpendicularity answers neither of them, and substituting it in for the missing half earns nothing.
non-parallel-shown-via-non-identical-not-non-scalar-multiple
Confirmed directly on a real intersecting-or-skew question: "a fairly high proportion who achieved a pair of conflicting values failed to then conclude that this implied the lines did not intersect... Many candidates did not realise that they needed to consider the possibility of the lines being parallel. Of those that did, some concluded only that [direction vector 1] ≠ [direction vector 2] which was insufficient" (Oct 2022, Q9). Two direction vectors that are not written identically can still be scalar multiples of one another — and if they are, the lines ARE parallel regardless of how different the two vectors look on the page. The only valid test is the scalar-multiple check; a glance is not a check.

Retrieval — with feedback on every choice

Question 1
3 marks

A=(1,0,2)A=(1,0,2), B=(3,4,1)B=(3,4,1), C=(2,1,5)C=(2,1,5). Find the angle ABCABC, to 1 decimal place.

Question 2
3 marks

For what value of tt are the vectors (2,t,3)(2, t, -3) and (4,1,t)(4, -1, t) perpendicular?

Question 3
2 marks

Which pair of direction vectors below are scalar multiples of each other (and therefore represent parallel lines)?

Question 4
3 marks

l:r=(1,2,3)+λ(1,0,1)l: \mathbf{r}=(1,2,3)+\lambda(1,0,1) and m:r=(2,2,4)+μ(0,1,1)m: \mathbf{r}=(2,2,4)+\mu(0,1,1). What is the relationship between ll and mm?

Question 5
2 marks

Two lines have direction vectors (1,1,0)(1,1,0) and (3,3,1)(-3,-3,1). Their scalar product gives cosθ=6/380.9732\cos\theta = -6/\sqrt{38} \approx -0.9732, i.e. θ166.7°\theta \approx 166.7°. What is the angle BETWEEN the two lines, to 1 decimal place?

Question 6
2 marks

A student shows two lines do not intersect, then argues: "the direction vectors (1,0,1)(1,0,1) and (0,1,1)(0,1,1) are not perpendicular, since their scalar product is 11, not 00 — so the lines are not skew." What is wrong with this argument?

Reference — not a study method, a lookup
  • a·b = a₁b₁+a₂b₂+a₃b₃ (NOT in the booklet — memorise). cosθ = a·b/(|a||b|). a·b=0 ⇔ a ⟂ b (a, b ≠ 0).
  • Line: r = a + tb (a = a point on the line, b = direction) or r = c + t(d − c), where d − c is the direction.
  • Parallel? Direction vectors must be scalar multiples — check EVERY component with the SAME k, not just some.
  • Not parallel: solve any 2 of the 3 component equations for the parameters, then check the 3rd. Consistent → intersecting (state the point). Inconsistent → skew.
  • Skew needs BOTH not-parallel AND not-intersecting shown — 'not perpendicular' proves neither.
  • Angle ABC at a named vertex: use BA and BC, report exactly what you get, obtuse or not. Angle BETWEEN two lines (no vertex): report the acute value, converting via 180°−θ if the raw result is obtuse.
  • Area of the parallelogram spanned by u, v from a shared vertex = |u||v|sinθ (triangle = half that); sinθ = √(1−cos²θ), reusing the same θ found from the scalar product — reversing either vector doesn't change the area, unlike the angle itself.
  • Cross product (NOT P4 spec content, but a real mark scheme credits it as a full-marks alternative): u×v = (u₂v₃−u₃v₂, u₃v₁−u₁v₃, u₁v₂−u₂v₁); |u×v| = |u||v|sinθ = the parallelogram's area directly, no angle needed.

Not affiliated with or endorsed by Pearson Edexcel. Every quotation and figure attributed to a mark scheme or examiner report in this lesson was independently checked against WMA14-verified-facts.md, itself checked against the actual Pearson PDFs (§6) — including the two genuinely real numbers documented from a real script's own working (the reported acute angle 67.35°, and the componentwise result (12,−10,24)) and, added 2026-09-07, a fully real, cited past-paper question: WMA14/01A January 2026 Q9 (Publications Code WMA14_01_2601_MS), reproduced in the SECOND marked-solution block above with its real mark scheme, including the real 'Alt(c) – vector cross product' alternative method it explicitly credits. Everything else — the prequestion, both worked chains, the chain-drill, the FIRST marked solution, and every MCQ — is VERIDIAN-original: computed and independently re-checked by hand, including the deliberately wrong 'trap' calculations, which were produced by genuinely applying the documented wrong method rather than worked backward from a target answer. Because those questions are original, their per-line M/A/B mark allocations are modelled on WMA14's own verified mark-scheme conventions (§4 of the facts bank — what M, A and B marks mean, when 'ft' applies and when it does not, the 'quote the formula first' convention) rather than transcribed from a real mark scheme, which for an original question does not exist; the second marked-solution's mark allocations, by contrast, ARE transcribed from the real Jan 2026 scheme, independently re-verified this session. Frequency claims are scoped exactly as the facts bank states them: 'three-series-confirmed' is used only for the specific claim the bank itself labels that way (wrong vectors used in the angle calculation) — the real Jan 2026 Q9(b) retests this same trap with real numbers but does NOT extend the count to four series, since no examiner report exists yet for that sitting to confirm a candidate actually made the error; the narrower acute/obtuse symptom stays labelled two-series throughout, not rounded up to match.

Question 13 marks

A=(1,0,2)A=(1,0,2), B=(3,4,1)B=(3,4,1), C=(2,1,5)C=(2,1,5). Find the angle ABCABC, to 1 decimal place.

  • 39.6°39.6°, from BABC=18\overrightarrow{BA}\cdot\overrightarrow{BC} = 18, BA=21|\overrightarrow{BA}|=\sqrt{21}, BC=26|\overrightarrow{BC}|=\sqrt{26}, giving cosθ0.7704\cos\theta \approx 0.7704

    Correct. BA=(2,4,1)\overrightarrow{BA}=(-2,-4,1) and BC=(1,3,4)\overrightarrow{BC}=(-1,-3,4), both correctly formed pointing away from vertex B. The scalar product is positive, so the angle is acute — and stays acute, since this is what the real geometry gives; there is no rule that vertex angles in this topic must come out obtuse.

  • B61.8°61.8°, using ACBC\overrightarrow{AC}\cdot\overrightarrow{BC} instead of BABC\overrightarrow{BA}\cdot\overrightarrow{BC}

    AC\overrightarrow{AC} starts at A, not at B — this pair does not share a common vertex, so its scalar product is a real number but not the cosine of any angle in this triangle. This is precisely the wrong-pairing error real scripts are documented making on this exact question type.

  • C140.4°140.4°, using ABBC\overrightarrow{AB}\cdot\overrightarrow{BC} instead of BABC\overrightarrow{BA}\cdot\overrightarrow{BC}

    AB\overrightarrow{AB} points INTO B, not out of it — using it unreversed flips the sign of the scalar product and turns a genuinely acute angle into a wrong obtuse-looking one. Both vectors in the formula must point AWAY from the vertex the angle sits at.

  • DThe scalar product is the vector (2,12,4)(2, 12, 4), so no single angle can be found without more information

    This treats the scalar product as if it were a componentwise (vector) product rather than a single number — the documented real confusion between what a "scalar" product actually returns and what a vector product would. BABC\overrightarrow{BA}\cdot\overrightarrow{BC} is one number, 1818, not three unadded components.

Traps tested: Wrong vectors selected for the angle calculation · Scalar vs vector product confusion

Question 23 marks

For what value of tt are the vectors (2,t,3)(2, t, -3) and (4,1,t)(4, -1, t) perpendicular?

  • At=2t = -2

    This is what a sign slip on the 4t-4t term produces: treating 8t3t8-t-3t as 8+t+3t=8+4t8+t+3t=8+4t and setting THAT to zero gives t=2t=-2. The two negative terms in the scalar product are real and must both survive to the final equation.

  • t=2t = 2

    Correct. Perpendicular means the scalar product is zero: (2)(4)+(t)(1)+(3)(t)=8t3t=84t=0(2)(4)+(t)(-1)+(-3)(t) = 8 - t - 3t = 8-4t = 0, so t=2t=2. Check: (2,2,3)(4,1,2)=826=0(2,2,-3)\cdot(4,-1,2) = 8-2-6=0. ✓

  • Ct=8t = 8

    This comes from dropping the third component entirely — computing only (2)(4)+(t)(1)=8t=0(2)(4)+(t)(-1)=8-t=0, as though these were two-dimensional vectors. All three components of a 3D scalar product must be included; dropping one silently turns the calculation into a different, smaller problem.

  • Dt=4t = -4

    This combines two separate slips — a sign error on one term and mismatching which vector's tt belongs where. It is a plausible-looking number, but (2,4,3)(4,1,4)=8+4+12=240(2,-4,-3)\cdot(4,-1,-4) = 8+4+12=24 \neq 0 — not actually perpendicular, which a quick check catches in seconds.

Traps tested: Sign slip combining scalar product terms · Component dropped from 3d scalar product

Question 32 marks

Which pair of direction vectors below are scalar multiples of each other (and therefore represent parallel lines)?

  • (2,4,6)(2,-4,6) and (1,2,3)(-1,2,-3)

    Correct. (1,2,3)=12(2,4,6)(-1,2,-3) = -\tfrac{1}{2}(2,-4,6) — check every component: 12(2)=1-\tfrac{1}{2}(2)=-1 ✓, 12(4)=2-\tfrac{1}{2}(-4)=2 ✓, 12(6)=3-\tfrac{1}{2}(6)=-3 ✓. A single consistent k=12k=-\tfrac{1}{2} works throughout, even though the two vectors look nothing alike at a glance — which is exactly the point of checking properly rather than eyeballing it.

  • B(1,2,3)(1,2,3) and (2,4,5)(2,4,5)

    Close, but not quite: k=2k=2 fits the first two components (2=2×12=2\times1, 4=2×24=2\times2) but the third would need to be 2×3=62\times3=6, and it is 55. Checking only the first two components and stopping there is exactly how this one gets missed.

  • C(3,1,2)(3,-1,2) and (6,2,5)(6,-2,5)

    Also close: k=2k=2 fits the first two components (6=2×36=2\times3, 2=2×1-2=2\times-1) but the third would need 2×2=42\times2=4, not 55. The same near-miss pattern as option B, with different numbers — the third component is what genuinely decides it every time.

  • D(4,0,2)(4,0,-2) and (2,1,1)(-2,1,1)

    k=0.5k=-0.5 fits the first component (2=0.5×4-2 = -0.5\times4), but the second would then need 0.5×0=0-0.5\times0=0, and it is 11. Not a scalar multiple, and therefore not parallel.

Traps tested: Non parallel shown via non identical not non scalar multiple

Question 43 marks

l:r=(1,2,3)+λ(1,0,1)l: \mathbf{r}=(1,2,3)+\lambda(1,0,1) and m:r=(2,2,4)+μ(0,1,1)m: \mathbf{r}=(2,2,4)+\mu(0,1,1). What is the relationship between ll and mm?

  • AThey are parallel, since both direction vectors contain a zero component

    Having a zero in the same-looking position is a coincidence of how these two vectors happen to be written, not a test for parallel direction. The actual test is whether one vector is a scalar multiple of the other — and (0,1,1)(0,1,1) is not k(1,0,1)k(1,0,1) for any kk, since that would force the second component to stay zero.

  • BThey are skew, since their direction vectors are not parallel and two non-parallel lines in 3D cannot meet

    The first half is right and the conclusion drawn from it is not: not-parallel rules out ONE of the two ways lines can fail to be skew, not both. Non-parallel lines in three dimensions can still intersect — this pair does, at (2,2,4) — and checking the third equation is exactly the step that tells the two cases apart.

  • They intersect, at (2,2,4)(2,2,4)

    Correct. The direction vectors (1,0,1)(1,0,1) and (0,1,1)(0,1,1) are not scalar multiples (no kk can turn a nonzero first component into a zero one). Equating gives xx: 1+λ=2λ=11+\lambda=2 \Rightarrow \lambda=1; yy: 2=2+μμ=02=2+\mu \Rightarrow \mu=0; checking the zz-equation: 3+λ=4+μ3+1=4+04=43+\lambda = 4+\mu \Rightarrow 3+1=4+0 \Rightarrow 4=4 — consistent. Substituting λ=1\lambda=1 into ll gives (2,2,4)(2,2,4).

  • DNot enough information — two unknowns cannot be determined from a system with a third equation left over

    Two unknowns need exactly two equations to solve, which the xx- and yy-equations already supply here; the third equation is not an obstacle, it is the deliberate check for whether the solution found also satisfies the geometry in all three dimensions at once.

Traps tested: Parallel judged by inspection not ratio · Not parallel assumed to mean skew · Miscounts equations needed

Question 52 marks

Two lines have direction vectors (1,1,0)(1,1,0) and (3,3,1)(-3,-3,1). Their scalar product gives cosθ=6/380.9732\cos\theta = -6/\sqrt{38} \approx -0.9732, i.e. θ166.7°\theta \approx 166.7°. What is the angle BETWEEN the two lines, to 1 decimal place?

  • A90°90°, since a negative scalar product means the lines are perpendicular

    A negative scalar product means the RAW angle computed is obtuse — nothing more specific than that. Perpendicularity is the one special case where the scalar product is exactly zero, not merely negative.

  • B166.7°166.7°, reported exactly as the formula gives it

    Correct for a genuine named-vertex angle like ∠ABC — but a between-two-lines question has no vertex to anchor the sign of θ to, so the raw obtuse value here is an artefact of which direction each vector happened to be written in, not a property of the actual lines.

  • CCannot be found, since the direction vectors point in nearly opposite directions

    Reversing a direction vector never changes which line it describes — (3,3,1)(-3,-3,1) and (3,3,1)(3,3,-1) define the same line. "Nearly opposite" is a fact about how the two vectors were chosen to be written, not a fact that prevents the angle between the lines from being found.

  • 13.3°13.3°, since a line has no built-in direction and the angle between two lines is conventionally the acute value, 180°166.7°180° - 166.7°

    Correct. Reversing either direction vector describes the same line, so the raw 166.7°166.7° (which depends on which way the two vectors happened to be written) is not itself a property of the lines — only its acute supplement is. This is the opposite adjustment from a real, named vertex angle like ∠ABC, which is reported exactly as computed, obtuse or not.

Traps tested: Negative scalar product assumed to mean perpendicular · Between lines angle not converted to acute · Direction vector orientation treated as fixed

Question 62 marks

A student shows two lines do not intersect, then argues: "the direction vectors (1,0,1)(1,0,1) and (0,1,1)(0,1,1) are not perpendicular, since their scalar product is 11, not 00 — so the lines are not skew." What is wrong with this argument?

  • AThe scalar product calculation itself is wrong — it should be 00

    (1)(0)+(0)(1)+(1)(1)=1(1)(0)+(0)(1)+(1)(1) = 1 is correct arithmetic. The error in the argument is not a wrong number; it is checking the wrong PROPERTY entirely.

  • Perpendicularity is irrelevant to skewness — the missing condition is that the direction vectors must be shown NOT to be scalar multiples of each other

    Correct, and this is a directly documented real error, not a hypothetical one: an examiner report records candidates who, having shown two lines did not intersect, went on to check perpendicularity instead of checking for parallel direction vectors. Skew lines can be perpendicular, or nowhere near it — the angle between them has no bearing on whether they are skew.

  • CThe lines could still be parallel, so more information is needed regardless of the perpendicularity check

    True that parallel needs checking too — but that alone doesn't diagnose what's wrong with THIS argument specifically: even after confirming the lines are not parallel by the correct test, checking perpendicularity would still contribute nothing to a skew conclusion, because it was never one of the two conditions skewness requires.

  • DNon-perpendicular lines are always intersecting, so this actually proves the lines are NOT skew

    Non-perpendicular says nothing about whether lines intersect — most pairs of intersecting lines meet at some angle other than 90°, and most pairs of skew lines are not perpendicular either. The claim inverts a property that was never linked to intersection in the first place.

Traps tested: Arithmetic blamed for a conceptual error · Identifies a real gap but not the one in this argument · Skew shown via not perpendicular instead of not parallel

Practice this for real

This site teaches the mechanism; the exam is sat on Pearson's own real questions. Go find and attempt these yourself — nothing here substitutes for actually sitting a timed paper.

Examiner report
Jan 2021 · Q8 — cited directly in this lesson
Examiner report
Oct 2022 · Q9 — cited directly in this lesson
Examiner report
Jan 2021 · Q2(a) — cited directly in this lesson
Pearson's official past-papers portal

Select International Advanced Level → Mathematics → any series, then look for WMA14.

Pure Mathematics 4 · progress saved in this browser · sign in to sync across devices

Up next

Volume of Revolution, Including from Parametric Equations

Almost everyone writes the formula down correctly, and almost everyone still loses marks on this topic. \pi\int y^2\,dx is one line; the marks are in what happens immediately after it — squaring a compound expression for y without dropping a term, spotting the trig identity that turns an unintegrable cross term into \sin2\theta, and choosing the integration technique the resulting fraction actually needs instead of the one you reach for by habit. Three separate examiner reports, three separate series, three different ways that second half goes wrong — and this lesson is built to drill exactly those three, not the formula everyone already has.

55 min