Given vectors a=(−3,4) and b=(−2,1), determine the projection of a onto b as ().
A: −2 B: 2 C: −25 D: 25
Multiple choice: answer with the letter of the option you want.
Solution
This problem primarily requires understanding the formula for the angle between two vectors and the definition of vector projection. By using the formula for the angle between two vectors, we find the cosine of the angle θ between a and b. Applying the definition of vector projection, we calculate the projection of a onto b as ∣a∣cosθ=5×52=25.
Step 1: Calculate the dot product of a and b. a⋅b=(−3)(−2)+(4)(1)=10.
Step 2: Determine the magnitudes of a and b. ∣a∣=(−3)2+(4)2=25=5, ∣b∣=(−2)2+(1)2=5.
Step 3: Calculate the cosine of the angle θ between a and b. cosθ=∣a∣∣b∣a⋅b=5510=52.
Step 4: Calculate the projection of a onto b. Projection of a onto b=∣a∣cosθ=5×52=25.
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.