Maths Olympiad Prep

Library / /239 of 520

Algebra Difficulty 3.2 AMC 10/12 Find the answer

Regarding plane vectors, there are the following four propositions, then ()

A: Given vectors a=(2,t),b=(t2,4)\overrightarrow{a}=({2, t}), \overrightarrow{b}=({t-2, 4}), if ab\overrightarrow{a} \parallel \overrightarrow{b}, then t=4t=4

B: Let vectors a,b,c\overrightarrow{a}, \overrightarrow{b}, \overrightarrow{c}, then (ab)c=a(bc)({\overrightarrow{a} \cdot \overrightarrow{b}})\overrightarrow{c}=\overrightarrow{a}({\overrightarrow{b} \cdot \overrightarrow{c}})

C: If vectors a\overrightarrow{a} and b\overrightarrow{b} are unit vectors, and a,b=π3〈{\overrightarrow{a}, \overrightarrow{b}}〉=\frac{π}{3}, then (2ab)b({2\overrightarrow{a}-\overrightarrow{b}})⊥\overrightarrow{b}

D: If vector a=(2,1),b=(1,2)\overrightarrow{a}=({-2, -1}), \overrightarrow{b}=({1, 2}), then the projection vector of vector a\overrightarrow{a} onto vector b\overrightarrow{b} is (45,85)({-\frac{4}{5}, -\frac{8}{5}})

Multiple choice: answer with the letter of the option you want.

Solution

To solve the problem, let's examine each proposition step by step:

Proposition A:

Given a=(2,t)\overrightarrow{a}=(2, t) and b=(t2,4)\overrightarrow{b}=(t-2, 4). For ab\overrightarrow{a} \parallel \overrightarrow{b}, the cross product of their components must equal zero, which gives us the equation:
24(t2)t=02 \cdot 4 - (t-2) \cdot t = 0
Simplifying the equation:
8(t22t)=08 - (t^2 - 2t) = 0
t22t8=0t^2 - 2t - 8 = 0
Solving this quadratic equation, we find:
t=2 or 4t = -2 \text{ or } 4
Since tt can be 2-2 or 44, proposition A is incorrect.

Proposition B:

The dot product of vectors is not distributive over vector multiplication in the manner described, meaning:
(ab)ca(bc)({\overrightarrow{a} \cdot \overrightarrow{b}})\overrightarrow{c} \neq \overrightarrow{a}({\overrightarrow{b} \cdot \overrightarrow{c}})
in general, unless a\overrightarrow{a} and c\overrightarrow{c} are collinear. Therefore, proposition B is incorrect.

Proposition C:

Given a\overrightarrow{a} and b\overrightarrow{b} are unit vectors and a,b=π3〈{\overrightarrow{a}, \overrightarrow{b}}〉=\frac{π}{3}, the dot product ab=cos(π3)=12\overrightarrow{a} \cdot \overrightarrow{b} = \cos(\frac{\pi}{3}) = \frac{1}{2}. For (2ab)b(2\overrightarrow{a}-\overrightarrow{b}) \perp \overrightarrow{b}, we check the dot product:
(2ab)b=2abbb(2\overrightarrow{a}-\overrightarrow{b}) \cdot \overrightarrow{b} = 2\overrightarrow{a} \cdot \overrightarrow{b} - \overrightarrow{b} \cdot \overrightarrow{b}
Substituting the given values:
=2×121=0= 2 \times \frac{1}{2} - 1 = 0
Since the dot product is zero, (2ab)b(2\overrightarrow{a}-\overrightarrow{b}) \perp \overrightarrow{b}, making proposition C correct.

Proposition D:

Given a=(2,1)\overrightarrow{a}=(-2, -1) and b=(1,2)\overrightarrow{b}=(1, 2), the projection of a\overrightarrow{a} onto b\overrightarrow{b} is calculated as:
abb2b\frac{\overrightarrow{a} \cdot \overrightarrow{b}}{|\overrightarrow{b}|^2} \overrightarrow{b}
Calculating the dot product and magnitude:
ab=(2)1+(1)2=4\overrightarrow{a} \cdot \overrightarrow{b} = (-2) \cdot 1 + (-1) \cdot 2 = -4
b2=12+22=5|\overrightarrow{b}|^2 = 1^2 + 2^2 = 5
The projection vector is:
45bb=45(1,2)=(45,85)\frac{-4}{5} \cdot \frac{\overrightarrow{b}}{|\overrightarrow{b}|} = \frac{-4}{5}(1, 2) = \left(-\frac{4}{5}, -\frac{8}{5}\right)
Proposition D is correct.

Therefore, the correct propositions are C and D, making the final answer CD\boxed{CD}.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.