Logo
Published on

Vectors Key Terms: A Comprehensive Glossary

Authors
  • avatar
    Name
    Vu Hung
    Twitter

Introduction

Moving from 2D coordinate geometry into 3D space requires an entirely new algebraic toolkit. In HSC Mathematics Extension 2, Vectors are the language of this 3D space. This glossary provides the definitive mathematical definitions and illustrative examples for the core terminology used throughout the Further Work with Vectors syllabus.

Executive Summary

This guide serves as a quick-reference dictionary for:

  • Equations of Lines: Vector equation, Cartesian equation, gradient-intercept form, parameter.
  • Line Interactions: Parallel, collinear, skew lines.
  • Vector Operations: Scalar product, commutative law, distributive law, Cauchy-Schwarz inequality.
  • Vector Properties: Direction vector, position vector, scalar.

What is this about?

When a question asks you to "find the vector equation of the line", providing a Cartesian equation will score you zero marks. You must know the exact difference between a "position vector" (which anchors a point) and a "direction vector" (which shows where the line is going). This glossary clarifies the exact meaning of these geometric terms so you never misinterpret an exam question.

Main Content: Key Terms

C–D

  • Cartesian Equation: An algebraic equation describing a geometric shape using only the spatial coordinates (like x,y,x, y, and zz), without any parameters like tt or λ\lambda.
    • Example: The Cartesian equation of a 2D circle is x2+y2=25x^2 + y^2 = 25.
  • Cauchy–Schwarz Inequality: A fundamental algebraic inequality stating that the absolute value of the dot product of two vectors is always less than or equal to the product of their magnitudes: uvuv|\mathbf{u} \cdot \mathbf{v}| \le |\mathbf{u}| |\mathbf{v}|.
    • Example: If u=3|\mathbf{u}|=3 and v=4|\mathbf{v}|=4, their dot product can never be greater than 1212 or less than 12-12.
  • Collinear: Points that lie on the exact same straight line.
    • Example: Points A(1,1)A(1,1), B(2,2)B(2,2), and C(3,3)C(3,3) are collinear.
  • Commutative Law: A mathematical property where changing the order of the operands does not change the result. For vectors, the scalar (dot) product is commutative: ab=ba\mathbf{a} \cdot \mathbf{b} = \mathbf{b} \cdot \mathbf{a}.
    • Example: (12)(34)=(1)(3)+(2)(4)=11\begin{pmatrix} 1 \\ 2 \end{pmatrix} \cdot \begin{pmatrix} 3 \\ 4 \end{pmatrix} = (1)(3) + (2)(4) = 11. Reversing them yields the same 1111.
  • Direction Vector: A vector that indicates the orientation or path of a line, but does not define a specific starting point in space. It is usually denoted by b\mathbf{b} in r=a+λb\mathbf{r} = \mathbf{a} + \lambda\mathbf{b}.
    • Example: The line moving from (1,1)(1,1) to (4,5)(4,5) has a direction vector of (34)\begin{pmatrix} 3 \\ 4 \end{pmatrix}.
  • Distributive Law: A property allowing you to expand brackets. For vector dot products: a(b+c)=ab+ac\mathbf{a} \cdot (\mathbf{b} + \mathbf{c}) = \mathbf{a} \cdot \mathbf{b} + \mathbf{a} \cdot \mathbf{c}.
    • Example: i(i+j)=(ii)+(ij)=1+0=1\mathbf{i} \cdot (\mathbf{i} + \mathbf{j}) = (\mathbf{i} \cdot \mathbf{i}) + (\mathbf{i} \cdot \mathbf{j}) = 1 + 0 = 1.

G–P

  • Gradient: The steepness and direction of a line in 2D space, calculated as "rise over run" (m=ΔyΔxm = \frac{\Delta y}{\Delta x}). It directly forms a 2D direction vector.
    • Example: A line with gradient m=32m = \frac{3}{2} has a direction vector of (23)\begin{pmatrix} 2 \\ 3 \end{pmatrix}.
  • Gradient–Intercept Form: The standard 2D Cartesian equation of a straight line, written as y=mx+cy = mx + c.
    • Example: y=2x+5y = -2x + 5.
  • Parallel: Lines or vectors that point in exactly the same (or exactly opposite) direction. Mathematically, one vector is a scalar multiple of the other: u=kv\mathbf{u} = k\mathbf{v}.
    • Example: The vectors (12)\begin{pmatrix} 1 \\ 2 \end{pmatrix} and (36)\begin{pmatrix} 3 \\ 6 \end{pmatrix} are parallel because the second is 3×3 \times the first.
  • Parameter: An independent variable (usually t,λ,t, \lambda, or μ\mu) that is substituted into a vector equation to generate specific points on a line or curve.
    • Example: In r=a+λb\mathbf{r} = \mathbf{a} + \lambda\mathbf{b}, if you let the parameter λ=2\lambda = 2, you find the point 2 units of direction away from the start.
  • Position Vector: A vector that defines the exact location of a point in space relative to the origin O(0,0,0)O(0,0,0). Denoted as OP\vec{OP} or simply p\mathbf{p}.
    • Example: The point P(3,1,4)P(3, -1, 4) has the position vector p=(314)\mathbf{p} = \begin{pmatrix} 3 \\ -1 \\ 4 \end{pmatrix}.

S–V

  • Scalar: A standard real number with magnitude but no direction.
    • Example: 5,3.2, and π5, -3.2, \text{ and } \pi are scalars. i+j\mathbf{i} + \mathbf{j} is not.
  • Scalar Product: (Also known as the Dot Product). An algebraic operation that takes two vectors and returns a single scalar number. Calculated as ab=a1b1+a2b2+a3b3\mathbf{a} \cdot \mathbf{b} = a_1 b_1 + a_2 b_2 + a_3 b_3, or abcosθ|\mathbf{a}| |\mathbf{b}| \cos\theta.
    • Example: (100)(010)=0\begin{pmatrix} 1 \\ 0 \\ 0 \end{pmatrix} \cdot \begin{pmatrix} 0 \\ 1 \\ 0 \end{pmatrix} = 0.
  • Skew Lines: Two lines in 3-dimensional space that are NOT parallel, but NEVER intersect.
    • Example: A line drawn on the floor pointing North, and a line drawn on the ceiling pointing East, are skew.
  • Vector: A mathematical entity possessing both magnitude (length) and direction.
    • Example: Velocity (e.g., 50 km/h North50 \text{ km/h North}).
  • Vector Equation: An equation defining a line, plane, or curve using vectors and parameters, typically in the form r=f(t)\mathbf{r} = f(t).
    • Example: The vector equation of a circle is rc=R|\mathbf{r} - \mathbf{c}| = R.

mini-FAQ page

Q: Are scalar product and dot product exactly the same thing? A: Yes. They are synonymous. It is called the "scalar" product because the result of the calculation is a scalar number, not a vector.

Q: Can skew lines exist in 2D? A: No. In a flat 2D plane, if two lines are not parallel, they MUST eventually intersect. Skew lines are a strictly 3D (or higher) phenomenon.

Common mistakes to avoid

  • Confusing direction and position vectors: The vector (12)\begin{pmatrix} 1 \\ 2 \end{pmatrix} could be a position (a dot at coordinate (1,2)(1,2)) or a direction (an instruction to move 1 right and 2 up). Always check the context of the equation!
  • Forgetting that parameters must be different for different lines: When trying to find if two lines intersect, if you use λ\lambda for both L1L_1 and L2L_2, you are doing it wrong. You must use λ\lambda for one and μ\mu for the other.

Practice on Vu's Maths Hub

Language precision is the key to conquering 3D geometry.

Further Readings

Connect with me

Want to master Vectors and guarantee top marks in HSC Mathematics Extension 2? Visit Vu's Maths Hub for in-depth booklets, rigorous worked solutions, and expert advice to help you ace your exams!