← Back to all lessons
Class 12Geometry10:30Published 14 Dec 2024

Two 4-Mark Vector Questions

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 λ\lambda for an obtuse angle

We are given the two vectors

a=2λ2i^+4λj^+k^,b=7i^2j^+λk^.\vec a = 2\lambda^2\,\hat i + 4\lambda\,\hat j + \hat k, \qquad \vec b = 7\,\hat i - 2\,\hat j + \lambda\,\hat k.

We want the values of λ\lambda for which the angle θ\theta between a\vec a and b\vec b is obtuse, that is θ>90\theta > 90^\circ.

The angle formula

The angle between two vectors satisfies

cosθ=abab.\cos\theta = \frac{\vec a \cdot \vec b}{|\vec a|\,|\vec b|}.

The dot product

The dot product is the sum of the products of corresponding components:

ab=(2λ2)(7)+(4λ)(2)+(1)(λ)=14λ28λ+λ=14λ27λ.\vec a \cdot \vec b = (2\lambda^2)(7) + (4\lambda)(-2) + (1)(\lambda) = 14\lambda^2 - 8\lambda + \lambda = 14\lambda^2 - 7\lambda.

Obtuse means the cosine is negative

If θ\theta is obtuse, then θ>90\theta > 90^\circ, so cosθ<0\cos\theta < 0. Therefore

abab<0.\frac{\vec a \cdot \vec b}{|\vec a|\,|\vec b|} < 0.

The magnitudes a|\vec a| and b|\vec b| are always positive, so the denominator is positive. For the fraction to be negative, the numerator must be negative:

ab<0.\vec a \cdot \vec b < 0.

Solving the inequality

14λ27λ<0    7λ(2λ1)<0.14\lambda^2 - 7\lambda < 0 \;\Rightarrow\; 7\lambda(2\lambda - 1) < 0.

The critical points are λ=0\lambda = 0 and λ=12\lambda = \tfrac{1}{2}. The product 7λ(2λ1)7\lambda(2\lambda - 1) is negative between these roots, so

λ(0,12).\lambda \in \left(0, \tfrac{1}{2}\right).

The angle is obtuse precisely when λ\lambda lies in the open interval (0,12)\left(0, \tfrac{1}{2}\right).

Question 2: magnitude of a+b+c\vec a + \vec b + \vec c

Let a\vec a, b\vec b, c\vec c be three vectors such that each one is perpendicular to the sum of the other two, with a=3|\vec a| = 3, b=4|\vec b| = 4, and c=5|\vec c| = 5. We prove that a+b+c=52|\vec a + \vec b + \vec c| = 5\sqrt{2}.

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.\vec a \cdot (\vec b + \vec c) = 0, \qquad \vec b \cdot (\vec a + \vec c) = 0, \qquad \vec c \cdot (\vec a + \vec b) = 0.

Expanding the square of the magnitude

a+b+c2=(a+b+c)(a+b+c).|\vec a + \vec b + \vec c|^2 = (\vec a + \vec b + \vec c) \cdot (\vec a + \vec b + \vec c).

Grouping the terms by the leading vector:

=aa+a(b+c)+bb+b(a+c)+cc+c(a+b).= \vec a \cdot \vec a + \vec a \cdot (\vec b + \vec c) + \vec b \cdot \vec b + \vec b \cdot (\vec a + \vec c) + \vec c \cdot \vec c + \vec c \cdot (\vec a + \vec b).

Each of the mixed terms is zero by the perpendicularity conditions, and aa=a2\vec a \cdot \vec a = |\vec a|^2, so

a+b+c2=a2+b2+c2.|\vec a + \vec b + \vec c|^2 = |\vec a|^2 + |\vec b|^2 + |\vec c|^2.

Substituting the magnitudes

a+b+c2=32+42+52=9+16+25=50.|\vec a + \vec b + \vec c|^2 = 3^2 + 4^2 + 5^2 = 9 + 16 + 25 = 50.

Therefore

a+b+c=50=252=52.|\vec a + \vec b + \vec c| = \sqrt{50} = \sqrt{25 \cdot 2} = 5\sqrt{2}.

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 ab<0\vec a \cdot \vec b < 0.
  • When each of three vectors is perpendicular to the sum of the other two, a+b+c2=a2+b2+c2|\vec a + \vec b + \vec c|^2 = |\vec a|^2 + |\vec b|^2 + |\vec c|^2.