10 Vectors — coverage pack

5 specification leaves · notes, questions, answers and worked methods

10.1 · Use vectors in two dimensions and in three dimensions.

  • A vector records magnitude and direction; in two or three dimensions it can be written in component form or with the unit vectors i\mathbf{i}, j\mathbf{j} and k\mathbf{k}.
  • Work component by component, keeping the xx, yy and zz entries aligned; subtract the initial point from the final point to form a displacement vector.
  • For example, from A(1,2,3)A(1,2,3) to B(4,0,5)B(4,0,5) the displacement is AB=(3,2,2)\overrightarrow{AB}=(3,-2,2).
  • A vector has no fixed location, whereas a point does; a common error is to confuse the coordinates of an endpoint with the components of the displacement leading to it.

Tier 1 · Easy

  1. 1. The point AA has coordinates (2,5)(-2,5) and the point BB has coordinates (4,1)(4,1). Find AB\overrightarrow{AB}.[2 marks]

    Answer

    • AB=(6,4)\overrightarrow{AB}=(6,-4)

    Method: Subtract the coordinates of AA from those of BB: AB=(4(2),15)=(6,4)\overrightarrow{AB}=(4-(-2),1-5)=(6,-4).

Tier 2 · Standard

  1. 1. Given a=(2,1,3)\mathbf{a}=(2,-1,3) and b=(1,4,2)\mathbf{b}=(-1,4,2), find 2ab2\mathbf{a}-\mathbf{b}.[2 marks]

    Answer

    • 2ab=(5,6,4)2\mathbf{a}-\mathbf{b}=(5,-6,4)

    Method: First 2a=(4,2,6)2\mathbf{a}=(4,-2,6). Subtract corresponding components of b\mathbf{b} to get (4(1),24,62)=(5,6,4)(4-(-1),-2-4,6-2)=(5,-6,4).

Tier 3 · Hard

  1. 1. Let p=(1,2,1)\mathbf{p}=(1,2,-1), q=(2,1,3)\mathbf{q}=(2,-1,3) and r=(5,0,5)\mathbf{r}=(5,0,5). Find scalars λ\lambda and μ\mu such that r=λp+μq\mathbf{r}=\lambda\mathbf{p}+\mu\mathbf{q}, and verify all three components.[4 marks]

    Answer

    • λ=1\lambda=1 and μ=2\mu=2

    Method: Equating components gives λ+2μ=5\lambda+2\mu=5, 2λμ=02\lambda-\mu=0 and λ+3μ=5-\lambda+3\mu=5. The second equation gives μ=2λ\mu=2\lambda; substituting in the first gives 5λ=55\lambda=5, so λ=1\lambda=1 and μ=2\mu=2. The third component checks: 1+3(2)=5-1+3(2)=5.

10.2 · Calculate the magnitude and direction of a vector and convert between component form and magnitude/direction form.

  • For v=(a,b)\mathbf{v}=(a,b), its magnitude is v=a2+b2|\mathbf{v}|=\sqrt{a^2+b^2} and a direction angle must be stated relative to a specified axis or bearing convention.
  • A vector of magnitude rr at angle θ\theta anticlockwise from the positive xx-axis has components (rcosθ,rsinθ)(r\cos\theta,r\sin\theta); use signs or a quadrant-aware angle calculation when reversing the process.
  • For example, magnitude 1010 at 3030^\circ above the positive xx-axis gives (10cos30,10sin30)=(53,5)(10\cos30^\circ,10\sin30^\circ)=(5\sqrt3,5).
  • The value from tan1(b/a)\tan^{-1}(b/a) alone can select the wrong quadrant; a common error is to report an acute reference angle without checking the component signs.

Tier 1 · Easy

  1. 1. Find the magnitude and direction of the vector (3,4)(3,4), giving the direction anticlockwise from the positive xx-axis to 11 decimal place.[3 marks]

    Answer

    • Magnitude 55; direction 53.153.1^\circ

    Method: The magnitude is 32+42=5\sqrt{3^2+4^2}=5. Both components are positive, so the vector is in the first quadrant and θ=tan1(4/3)=53.1\theta=\tan^{-1}(4/3)=53.1^\circ.

Tier 2 · Standard

  1. 1. A vector has magnitude 1414 and direction 120120^\circ anticlockwise from the positive xx-axis. Write it in exact component form.[3 marks]

    Answer

    • (7,73)(-7,7\sqrt3)

    Method: Use (14cos120,14sin120)(14\cos120^\circ,14\sin120^\circ). Since cos120=12\cos120^\circ=-\frac12 and sin120=32\sin120^\circ=\frac{\sqrt3}{2}, the vector is (7,73)(-7,7\sqrt3).

Tier 3 · Hard

  1. 1. A two-dimensional vector has magnitude 1313, and the cosine of the angle it makes with the positive xx-axis is 513\frac5{13}. Find all possible component forms and explain the ambiguity.[4 marks]

    Answer

    • (5,12)(5,12) or (5,12)(5,-12)

    Method: The horizontal component is 13(5/13)=513(5/13)=5. If the vertical component is yy, then 52+y2=1325^2+y^2=13^2, so y2=144y^2=144 and y=±12y=\pm12. Cosine fixes the positive horizontal component but does not distinguish an angle above the axis from its reflection below the axis.

10.3 · Add vectors diagrammatically and perform the algebraic operations of vector addition and multiplication by scalars, and understand their geometrical interpretations.

  • Vector addition combines successive displacements: placing the tail of b\mathbf{b} at the head of a\mathbf{a} makes the resultant from the first tail to the final head equal to a+b\mathbf{a}+\mathbf{b}.
  • Add corresponding components and multiply every component by a scalar; subtraction is addition of the opposite vector.
  • The vector kak\mathbf{a} is parallel to a\mathbf{a}, has magnitude ka|k||\mathbf{a}|, and points in the reverse direction when k<0k<0.
  • A common error is to multiply only one component by a scalar or to draw vectors head-to-head instead of using a head-to-tail or parallelogram construction.

Tier 1 · Easy

  1. 1. Given u=(2,3)\mathbf{u}=(2,-3) and v=(5,4)\mathbf{v}=(-5,4), find u+v\mathbf{u}+\mathbf{v}.[1 mark]

    Answer

    • (3,1)(-3,1)

    Method: Add corresponding components: u+v=(2+(5),3+4)=(3,1)\mathbf{u}+\mathbf{v}=(2+(-5),-3+4)=(-3,1).

Tier 2 · Standard

  1. 1. Let u=(4,1)\mathbf{u}=(4,1) and v=(2,5)\mathbf{v}=(-2,5). Find 2u+v2\mathbf{u}+\mathbf{v} and describe a head-to-tail construction for this resultant.[3 marks]

    Answer

    • 2u+v=(6,7)2\mathbf{u}+\mathbf{v}=(6,7).
    • Place two copies of u\mathbf{u} and then one copy of v\mathbf{v} head-to-tail; the resultant joins the initial tail to the final head.

    Method: Calculate 2u=(8,2)2\mathbf{u}=(8,2), then add v\mathbf{v} to obtain (82,2+5)=(6,7)(8-2,2+5)=(6,7). Diagrammatically, translate the vectors without rotating them and place the second u\mathbf{u} after the first, followed by v\mathbf{v}; the direct closing vector is the sum.

Tier 3 · Hard

  1. 1. The vectors a=(1,2)\mathbf{a}=(1,2) and b=(3,1)\mathbf{b}=(3,-1) combine to give w=(11,1)\mathbf{w}=(11,1). Find α\alpha and β\beta such that w=αa+βb\mathbf{w}=\alpha\mathbf{a}+\beta\mathbf{b}, and interpret the result geometrically.[4 marks]

    Answer

    • α=2\alpha=2 and β=3\beta=3, so w=2a+3b\mathbf{w}=2\mathbf{a}+3\mathbf{b}.

    Method: Equating components gives α+3β=11\alpha+3\beta=11 and 2αβ=12\alpha-\beta=1. From the second, β=2α1\beta=2\alpha-1; substitution gives 7α=147\alpha=14, hence α=2\alpha=2 and β=3\beta=3. Geometrically, two copies of a\mathbf{a} and three copies of b\mathbf{b} placed head-to-tail have resultant w\mathbf{w}.

10.4 · Understand and use position vectors; calculate the distance between two points represented by position vectors.

  • The position vector of a point AA is OA\overrightarrow{OA} from a fixed origin OO; if these vectors are a\mathbf{a} and b\mathbf{b}, then AB=ba\overrightarrow{AB}=\mathbf{b}-\mathbf{a}.
  • Find a displacement by subtracting position vectors in final-minus-initial order, then find distance by taking the magnitude of that displacement.
  • A point dividing ABAB internally in the fraction tt from AA to BB has position vector a+t(ba)\mathbf{a}+t(\mathbf{b}-\mathbf{a}).
  • Distance is a non-negative scalar, not a vector; a common error is to quote ba\mathbf{b}-\mathbf{a} as the distance without calculating its magnitude.

Tier 1 · Easy

  1. 1. Points AA and BB have position vectors (2,1)(2,-1) and (7,3)(7,3). Find AB\overrightarrow{AB} and the exact distance ABAB.[3 marks]

    Answer

    • AB=(5,4)\overrightarrow{AB}=(5,4) and AB=41AB=\sqrt{41}

    Method: Subtract the position vector of AA from that of BB: AB=(72,3(1))=(5,4)\overrightarrow{AB}=(7-2,3-(-1))=(5,4). Therefore AB=52+42=41AB=\sqrt{5^2+4^2}=\sqrt{41}.

Tier 2 · Standard

  1. 1. The position vectors of AA and BB are (1,2,4)(-1,2,4) and (3,4,7)(3,-4,7). Calculate the exact distance ABAB.[3 marks]

    Answer

    • AB=61AB=\sqrt{61}

    Method: AB=(3(1),42,74)=(4,6,3)\overrightarrow{AB}=(3-(-1),-4-2,7-4)=(4,-6,3). Hence AB=AB=42+(6)2+32=61AB=|\overrightarrow{AB}|=\sqrt{4^2+(-6)^2+3^2}=\sqrt{61}.

Tier 3 · Hard

  1. 1. Points AA and BB have position vectors (1,2,3)(1,-2,3) and (9,6,1)(9,6,-1). The point MM divides ABAB internally in the ratio AM:MB=3:1AM:MB=3:1. Find the position vector of MM and the exact distance OMOM.[5 marks]

    Answer

    • OM=(7,4,0)\overrightarrow{OM}=(7,4,0) and OM=65OM=\sqrt{65}

    Method: Since AMAM is three of the four equal ratio parts, OM=OA+34(OBOA)\overrightarrow{OM}=\overrightarrow{OA}+\frac34(\overrightarrow{OB}-\overrightarrow{OA}). Now OBOA=(8,8,4)\overrightarrow{OB}-\overrightarrow{OA}=(8,8,-4), so OM=(1,2,3)+(6,6,3)=(7,4,0)\overrightarrow{OM}=(1,-2,3)+(6,6,-3)=(7,4,0). Thus OM=72+42=65OM=\sqrt{7^2+4^2}=\sqrt{65}.

10.5 · Use vectors to solve problems in pure mathematics and in context (including forces).

  • Vector models turn geometrical displacements or forces into component equations; equilibrium means that the vector sum of all forces is zero.
  • Choose and state positive coordinate directions, resolve every vector consistently, then equate components or use position-vector relationships.
  • In a parallelogram with adjacent position vectors a\mathbf{a} and b\mathbf{b}, the opposite vertex has position vector a+b\mathbf{a}+\mathbf{b} and both diagonals share midpoint 12(a+b)\frac12(\mathbf{a}+\mathbf{b}).
  • A common error is to balance force magnitudes without balancing directions; equal numerical magnitudes do not guarantee equilibrium unless the vector sum is zero.

Tier 1 · Easy

  1. 1. Two forces acting on a particle are F1=(4,1)\mathbf{F}_1=(4,-1) N and F2=(2,5)\mathbf{F}_2=(-2,5) N. Find the resultant force and its magnitude.[3 marks]

    Answer

    • Resultant (2,4)(2,4) N; magnitude 252\sqrt5 N

    Method: Add the force components: R=F1+F2=(42,1+5)=(2,4)\mathbf{R}=\mathbf{F}_1+\mathbf{F}_2=(4-2,-1+5)=(2,4) N. Its magnitude is R=22+42=20=25|\mathbf{R}|=\sqrt{2^2+4^2}=\sqrt{20}=2\sqrt5 N.

Tier 2 · Standard

  1. 1. The points O,A,B,CO,A,B,C have position vectors 0,a,b,a+b\mathbf{0},\mathbf{a},\mathbf{b},\mathbf{a}+\mathbf{b} respectively. Use vectors to prove that the diagonals OCOC and ABAB bisect each other.[3 marks]

    Answer

    • Both diagonals have midpoint position vector 12(a+b)\frac12(\mathbf{a}+\mathbf{b}), so they bisect each other.

    Method: The midpoint of OCOC has position vector 12[0+(a+b)]=12(a+b)\frac12[\mathbf{0}+(\mathbf{a}+\mathbf{b})]=\frac12(\mathbf{a}+\mathbf{b}). The midpoint of ABAB has position vector 12(a+b)\frac12(\mathbf{a}+\mathbf{b}) as well. Since the two diagonals have the same midpoint, each bisects the other.

Tier 3 · Hard

  1. 1. Three vectors sum to the zero vector. Two of them are a=(3,4,2)\mathbf{a}=(3,4,-2) and b=(5,1,6)\mathbf{b}=(-5,1,6). Find the third vector c\mathbf{c}, its exact magnitude and a unit vector in its direction.[5 marks]

    Answer

    • c=(2,5,4)\mathbf{c}=(2,-5,-4)
    • c=35|\mathbf{c}|=3\sqrt5 and a unit direction vector is 135(2,5,4)\frac{1}{3\sqrt5}(2,-5,-4).

    Method: The condition a+b+c=0\mathbf{a}+\mathbf{b}+\mathbf{c}=\mathbf{0} gives c=(a+b)\mathbf{c}=-(\mathbf{a}+\mathbf{b}). The first two vectors sum to (2,5,4)(-2,5,4), so c=(2,5,4)\mathbf{c}=(2,-5,-4). Its magnitude is 22+(5)2+(4)2=45=35\sqrt{2^2+(-5)^2+(-4)^2}=\sqrt{45}=3\sqrt5. Dividing the vector by this magnitude gives the unit vector 135(2,5,4)\frac{1}{3\sqrt5}(2,-5,-4).