Q13
1 markMCQSection A

The value of p for which the vectors i^+2j^+3k^\hat{i} + 2\hat{j} + 3\hat{k} and 2i^pj^+k^2\hat{i} - p\hat{j} + \hat{k} are perpendicular to each other is

Vector Algebra
Perpendicular Vectors — Dot Product Condition

Options

(A)0
(B)1
(C)52\frac{5}{2}
(D)52-\frac{5}{2}
Official Answer

Correct option: (C) 52\frac{5}{2}


Two vectors are perpendicular when their dot product is zero. Setting (i+2j+3k)(2ipj+k)=22p+3=52p=0(i+2j+3k) \cdot (2i-pj+k) = 2 - 2p + 3 = 5 - 2p = 0 gives p=52p = \frac{5}{2}.

dot productperpendicular vectorsscalar productvector algebracondition for perpendicularityzero dot product

Marking Scheme

  • 11 mark: awarded only for selecting option (C) 52\frac{5}{2}; no partial credit.

Hint

Set the dot product of the two vectors equal to zero and solve the resulting linear equation for p.

Quick Oral Answer

Perpendicular vectors have zero dot product; computing (1)(2)+(2)(p)+(3)(1)=0(1)(2)+(2)(-p)+(3)(1)=0 gives 52p=05-2p=0, so p=52p=\frac{5}{2}.

Analysis & Explanation

Concept: Dot product = 0 is the necessary and sufficient condition for perpendicularity of two non-zero vectors.


For a=i+2j+3ka = i+2j+3k and b=2ipj+kb = 2i-pj+k, ab=(1)(2)+(2)(p)+(3)(1)=22p+3=52pa \cdot b = (1)(2) + (2)(-p) + (3)(1) = 2 - 2p + 3 = 5 - 2p. Perpendicularity requires ab=0a \cdot b = 0, so 52p=05 - 2p = 0, giving p=52p = \frac{5}{2}.


Why the distractors fail:

  • (A) 0 would make a.b = 5, not 0, so the vectors would not be perpendicular; this likely comes from forgetting to solve the equation and picking a 'default' value.
  • (B) 1 gives a.b = 5 - 2 = 3, not 0, an arithmetic slip in solving 52p=05 - 2p = 0.
  • (D) -5/2 is the correct magnitude with the wrong sign, typically from an error transposing terms across the equation (writing 5 + 2p = 0 instead of 52p=05 - 2p = 0).

Exam tip: Carefully track the sign of each component when computing the dot product component-wise — a single sign slip changes the final answer completely.

Common Mistakes

  1. 1Sign errors while multiplying components, especially with the -p term.
  2. 2Forgetting that perpendicularity requires the dot product to be exactly 0, not merely comparing magnitudes.
  3. 3Transposition errors leading to the wrong-signed answer (52-\frac{5}{2} instead of 52\frac{5}{2}).

Interesting Facts

The dot product condition ab=0a \cdot b = 0 for perpendicularity is a direct 3D generalization of the 2D condition that the product of slopes of two perpendicular lines is -1.

Vector perpendicularity checks via the dot product are used extensively in computer graphics to determine surface normals and lighting angles.

Spotted a mistake or something unclear?

Tell us — we fix reported answers fast.

Frequently Asked Questions

What is the condition for two vectors to be perpendicular?

Their dot (scalar) product must equal zero: ab=0a \cdot b = 0, provided neither vector is the zero vector.

Could there be more than one value of p satisfying this?

No — since the dot product here is a linear expression in p (52p5-2p), setting it to zero gives exactly one solution, p=52p = \frac{5}{2}.