ironfern @ docs ~/geometry/grade-9/vectors/vector-scalar $

Multiplication of a Vector by a Scalar

Multiplying a vector by a real number (scalar) stretches or shrinks it and possibly reverses its direction. This operation — combined with vector addition — gives vectors their full algebraic power and enables elegant solutions to geometric division problems.

Definition

📐Definition — Scalar Multiple of a Vector

Let a\vec{a} be a vector and kk a real number. The scalar multiple kak\vec{a} is a vector defined as follows:

  • ka=ka|k\vec{a}| = |k| \cdot |\vec{a}| (magnitude is scaled by k|k|)
  • If k>0k > 0: kak\vec{a} has the same direction as a\vec{a}
  • If k<0k < 0: kak\vec{a} has the opposite direction to a\vec{a}
  • If k=0k = 0: ka=0k\vec{a} = \vec{0} regardless of a\vec{a}

In particular, (1)a=a(-1)\vec{a} = -\vec{a} (the opposite vector).

Scalar Multiplication in Coordinates

Theorem — Coordinate Formula for Scalar Multiplication

If a=(a1,a2)\vec{a} = (a_1, a_2) and kRk \in \mathbb{R}, then:

ka=(ka1,  ka2)\boxed{k\vec{a} = (ka_1,\; ka_2)}

Proof. In standard position, a\vec{a} goes from O=(0,0)O = (0,0) to A=(a1,a2)A = (a_1, a_2). The point kA=(ka1,ka2)kA = (ka_1, ka_2) is on the ray OAOA (same side if k>0k > 0, opposite if k<0k < 0) at distance kOA=ka|k| \cdot |OA| = |k| \cdot |\vec{a}| from OO. So ka=O(kA)=(ka1,ka2)k\vec{a} = \overrightarrow{O(kA)} = (ka_1, ka_2). \blacktriangleleft

Properties

Theorem — Properties of Scalar Multiplication

For vectors a\vec{a}, b\vec{b} and scalars kk, mm:

  1. Distributive over vectors: k(a+b)=ka+kbk(\vec{a} + \vec{b}) = k\vec{a} + k\vec{b}
  2. Distributive over scalars: (k+m)a=ka+ma(k + m)\vec{a} = k\vec{a} + m\vec{a}
  3. Associative: (km)a=k(ma)(km)\vec{a} = k(m\vec{a})
  4. Identity: 1a=a1 \cdot \vec{a} = \vec{a}
  5. Zero scalar: 0a=00 \cdot \vec{a} = \vec{0}
  6. Zero vector: k0=0k \cdot \vec{0} = \vec{0}

Collinearity Theorem

Theorem — Collinearity Theorem

Let a0\vec{a} \neq \vec{0}. A vector b\vec{b} is collinear with a\vec{a} if and only if there exists a real number kk such that:

b=ka\boxed{\vec{b} = k\vec{a}}

Proof (\Rightarrow). If ba\vec{b} \parallel \vec{a} and b0\vec{b} \neq \vec{0}, choose k=b/ak = |\vec{b}|/|\vec{a}| if b\vec{b} has the same direction as a\vec{a}, and k=b/ak = -|\vec{b}|/|\vec{a}| if opposite. Then ka=ka=b|k\vec{a}| = |k| \cdot |\vec{a}| = |\vec{b}| and the direction matches, so b=ka\vec{b} = k\vec{a}. If b=0\vec{b} = \vec{0}, take k=0k = 0.

Proof (\Leftarrow). If b=ka\vec{b} = k\vec{a}, then by definition kak\vec{a} is parallel to a\vec{a}, so ba\vec{b} \parallel \vec{a}. \blacktriangleleft

Dividing a Segment in a Given Ratio

Theorem — Point Dividing a Segment in Ratio m : n

Let AA and BB be two points, with position vectors OA\overrightarrow{OA} and OB\overrightarrow{OB} from the origin OO. The point CC that divides segment ABAB in the ratio m:nm : n from AA (i.e., AC:CB=m:nAC : CB = m : n) has position vector:

OC=OA+mm+nAB=nOA+mOBm+n\boxed{\overrightarrow{OC} = \overrightarrow{OA} + \dfrac{m}{m+n}\,\overrightarrow{AB} = \dfrac{n\,\overrightarrow{OA} + m\,\overrightarrow{OB}}{m + n}}

Special case — Midpoint (m=nm = n):

OM=OA+OB2,i.e.,M=(xA+xB2,  yA+yB2)\overrightarrow{OM} = \dfrac{\overrightarrow{OA} + \overrightarrow{OB}}{2}, \quad \text{i.e.,} \quad M = \left(\dfrac{x_A + x_B}{2},\; \dfrac{y_A + y_B}{2}\right)

Proof. Since AC:CB=m:nAC : CB = m : n, we have AC=mm+nAB\overrightarrow{AC} = \dfrac{m}{m+n}\overrightarrow{AB}. Then: OC=OA+AC=OA+mm+nAB\overrightarrow{OC} = \overrightarrow{OA} + \overrightarrow{AC} = \overrightarrow{OA} + \dfrac{m}{m+n}\overrightarrow{AB}

Substituting AB=OBOA\overrightarrow{AB} = \overrightarrow{OB} - \overrightarrow{OA} and simplifying gives the second form. \blacktriangleleft

Worked Examples

Example — Example 1 — Scalar Multiplication and Collinearity

Given a=(2,3)\vec{a} = (2, -3).

(a) Find 3a3\vec{a} and 12a-\dfrac{1}{2}\vec{a}. (b) Show that b=(6,9)\vec{b} = (-6, 9) is collinear with a\vec{a}, and find kk such that b=ka\vec{b} = k\vec{a}.

Solution.

(a) 3a=(6,9)3\vec{a} = (6, -9). 12a=(1,  32)\quad -\dfrac{1}{2}\vec{a} = (-1,\; \dfrac{3}{2}).

(b) We need (6,9)=k(2,3)(-6, 9) = k(2, -3), so 2k=6k=32k = -6 \Rightarrow k = -3 and 3k=9k=3-3k = 9 \Rightarrow k = -3. Both equations give k=3k = -3, so b=3a\vec{b} = -3\vec{a} and the vectors are collinear (opposite direction). \blacktriangleleft

Example — Example 2 — Dividing a Segment

Points A=(1,4)A = (1, 4) and B=(7,2)B = (7, -2) are given.

(a) Find the midpoint MM of ABAB. (b) Find the point CC that divides ABAB in the ratio 2:12 : 1 from AA.

Solution.

(a) M=(1+72,  4+(2)2)=(4,  1)M = \left(\dfrac{1+7}{2},\; \dfrac{4+(-2)}{2}\right) = (4,\; 1).

(b) Using the section formula with m=2m = 2, n=1n = 1:

OC=1OA+2OB2+1=(1,4)+2(7,2)3=(1+14,  44)3=(15,0)3=(5,0)\overrightarrow{OC} = \dfrac{1 \cdot \overrightarrow{OA} + 2 \cdot \overrightarrow{OB}}{2 + 1} = \dfrac{(1, 4) + 2(7, -2)}{3} = \dfrac{(1 + 14,\; 4 - 4)}{3} = \dfrac{(15, 0)}{3} = (5, 0)

Answer: M=(4,1)M = (4, 1); C=(5,0)C = (5, 0). \blacktriangleleft

Exercises

Exercise

Given u=(3,6)\vec{u} = (-3, 6) and v=(1,2)\vec{v} = (1, -2).

(a) Compute 2u3v2\vec{u} - 3\vec{v}. (b) Find the scalar kk such that u=kv\vec{u} = k\vec{v} (if it exists). (c) What does your answer to (b) tell you about the directions of u\vec{u} and v\vec{v}?

Exercise

Points P=(2,3)P = (-2, 3) and Q=(10,1)Q = (10, -1) are given.

(a) Find the midpoint of PQPQ. (b) Find the point RR that divides PQPQ in the ratio 1:31 : 3 from PP. (c) Find the point SS that divides PQPQ in the ratio 3:13 : 1 from PP.

Hint: For (b) use the formula with m=1m = 1, n=3n = 3.