Back to the full dot-point answer

NSWMaths Extension 1Quick questions

Vectors (ME-V1)

Quick questions on The scalar (dot) product: component formula, geometric formula, angle between vectors and orthogonality

11short Q&A pairs drawn directly from our worked dot-point answer. For full context and worked exam questions, read the parent dot-point page.

What is two equivalent formulas?
Show answer
For two-dimensional vectors a=(a1,a2)\mathbf{a} = (a_1, a_2) and b=(b1,b2)\mathbf{b} = (b_1, b_2), the scalar product (dot product) is
What is the angle between two vectors?
Show answer
Solving the geometric formula for cosθ\cos \theta,
What is orthogonality?
Show answer
Two non-zero vectors are perpendicular (orthogonal) if and only if ab=0\mathbf{a} \cdot \mathbf{b} = 0.
What is properties?
Show answer
The scalar product is commutative (ab=ba\mathbf{a} \cdot \mathbf{b} = \mathbf{b} \cdot \mathbf{a}), bilinear (linear in each argument), and gives aa=a2\mathbf{a} \cdot \mathbf{a} = |\mathbf{a}|^2.
What is the geometric meaning?
Show answer
ab\mathbf{a} \cdot \mathbf{b} measures the extent to which a\mathbf{a} and b\mathbf{b} point in the same direction.
What is angle in degrees?
Show answer
Find the angle between (2,0)(2, 0) and (1,1)(1, 1).
What is magnitude from a dot product?
Show answer
If a=3|\mathbf{a}| = 3, b=4|\mathbf{b}| = 4, and ab=6\mathbf{a} \cdot \mathbf{b} = 6, find a+b|\mathbf{a} + \mathbf{b}|.
What is squaring without expanding?
Show answer
a+b2=a2+2ab+b2|\mathbf{a} + \mathbf{b}|^2 = |\mathbf{a}|^2 + 2 \mathbf{a} \cdot \mathbf{b} + |\mathbf{b}|^2, just like (a+b)2=a2+2ab+b2(a + b)^2 = a^2 + 2 a b + b^2.
What is forgetting bilinearity?
Show answer
Manipulating a(b+c)\mathbf{a} \cdot (\mathbf{b} + \mathbf{c}) correctly requires the distributive law: ab+ac\mathbf{a} \cdot \mathbf{b} + \mathbf{a} \cdot \mathbf{c}.
What is angle outside [0,π][0, \pi]?
Show answer
The angle between two vectors is conventionally in [0,π][0, \pi]. The arccos\arccos function returns this range.
What is mistaking a dot product for a vector?
Show answer
The result of ab\mathbf{a} \cdot \mathbf{b} is a scalar. You cannot "add a vector to a dot product". :::

All Maths Extension 1Q&A pages