Two exam-style vector questions worked in full: finding the values of a parameter that make the angle between two vectors obtuse, and proving the magnitude of a sum of three mutually balanced vectors.
This lesson solves two important 4-mark vector questions for Class 12. The first uses the dot product and the sign of the cosine to find the range of lambda for which the angle between two vectors is obtuse. The second proves the magnitude of the sum of three vectors when each vector is perpendicular to the sum of the other two, using their given magnitudes. Both are worked step by step with the reasoning behind every line.
What you'll learn
Why an obtuse angle between two vectors forces their dot product to be negative
Finding the range of a parameter by solving a quadratic inequality from the dot product
Expanding the magnitude of a sum of vectors as a dot product of the sum with itself
Using perpendicularity conditions to cancel cross terms and find a resultant magnitude
Lesson chapters
0:00Question 1: when is the angle obtuse
0:49Computing the dot product a dot b
2:27Obtuse angle means cosine is negative
3:48Solving the inequality for lambda
6:06Question 2: magnitude of a sum of three vectors
7:50Expanding the square and proving the result
Lesson notes
This lesson works through two exam-style vector questions. The first finds the values of a parameter for which the angle between two vectors is obtuse, and the second proves the magnitude of a sum of three vectors that are each perpendicular to the sum of the other two.
Question 1: values of λ for an obtuse angle
We are given the two vectors
a=2λ2i^+4λj^+k^,b=7i^−2j^+λk^.
We want the values of λ for which the angle θ between a and b is obtuse, that is θ>90∘.
The angle formula
The angle between two vectors satisfies
cosθ=∣a∣∣b∣a⋅b.
The dot product
The dot product is the sum of the products of corresponding components:
a⋅b=(2λ2)(7)+(4λ)(−2)+(1)(λ)=14λ2−8λ+λ=14λ2−7λ.
Obtuse means the cosine is negative
If θ is obtuse, then θ>90∘, so cosθ<0. Therefore
∣a∣∣b∣a⋅b<0.
The magnitudes ∣a∣ and ∣b∣ are always positive, so the denominator is positive. For the fraction to be negative, the numerator must be negative:
a⋅b<0.
Solving the inequality
14λ2−7λ<0⇒7λ(2λ−1)<0.
The critical points are λ=0 and λ=21. The product 7λ(2λ−1) is negative between these roots, so
λ∈(0,21).
The angle is obtuse precisely when λ lies in the open interval (0,21).
Question 2: magnitude of a+b+c
Let a, b, c be three vectors such that each one is perpendicular to the sum of the other two, with ∣a∣=3, ∣b∣=4, and ∣c∣=5. We prove that ∣a+b+c∣=52.
The perpendicularity conditions
Since each vector is perpendicular to the sum of the other two, their dot products vanish:
a⋅(b+c)=0,b⋅(a+c)=0,c⋅(a+b)=0.
Expanding the square of the magnitude
∣a+b+c∣2=(a+b+c)⋅(a+b+c).
Grouping the terms by the leading vector:
=a⋅a+a⋅(b+c)+b⋅b+b⋅(a+c)+c⋅c+c⋅(a+b).
Each of the mixed terms is zero by the perpendicularity conditions, and a⋅a=∣a∣2, so
∣a+b+c∣2=∣a∣2+∣b∣2+∣c∣2.
Substituting the magnitudes
∣a+b+c∣2=32+42+52=9+16+25=50.
Therefore
∣a+b+c∣=50=25⋅2=52.
Hence proved.
Key takeaways
An angle is obtuse exactly when the dot product of the two vectors is negative, since the magnitudes in the denominator are always positive.
A parameter range for an obtuse angle comes from solving the quadratic inequality a⋅b<0.
When each of three vectors is perpendicular to the sum of the other two, ∣a+b+c∣2=∣a∣2+∣b∣2+∣c∣2.