Let a=i+5j+αk, b=i+3j+βk and c=−i+2j−3k be three vectors such that, b×c=53 and a is perpendicular to b. Then the greatest amongst the values of a2 is _____________.
Answer: 0
Solution
Key Concepts and Formulas
Dot Product: For vectors u=u1i+u2j+u3k and v=v1i+v2j+v3k, their dot product is u⋅v=u1v1+u2v2+u3v3.
Perpendicular Vectors: Two non-zero vectors are perpendicular if and only if their dot product is zero (u⋅v=0).
Magnitude of a Vector: For a vector v=v1i+v2j+v3k, its squared magnitude is ∣v∣2=v12+v22+v32.
Lagrange's Identity: For any two vectors u and v, ∣u×v∣2=∣u∣2∣v∣2−(u⋅v)2.
Step-by-Step Solution
Step 1: Use the perpendicularity condition between a and b
We are given that a is perpendicular to b. This means their dot product is zero.
a=i+5j+αkb=i+3j+βka⋅b=(1)(1)+(5)(3)+(α)(β)=01+15+αβ=016+αβ=0αβ=−16(∗)
This equation establishes a relationship between α and β.
Step 2: Use the magnitude of the cross product condition for b and c
We are given ∣b×c∣=53. Squaring both sides gives ∣b×c∣2=(53)2=75.
We will use Lagrange's Identity: ∣b×c∣2=∣b∣2∣c∣2−(b⋅c)2.
First, let's compute the necessary magnitudes and dot product:
b=i+3j+βk⟹∣b∣2=12+32+β2=1+9+β2=10+β2c=−i+2j−3k⟹∣c∣2=(−1)2+22+(−3)2=1+4+9=14b⋅c=(1)(−1)+(3)(2)+(β)(−3)=−1+6−3β=5−3β
Now substitute these into Lagrange's Identity:
75=(10+β2)(14)−(5−3β)275=140+14β2−(25−30β+9β2)75=140+14β2−25+30β−9β275=5β2+30β+115
Rearrange into a quadratic equation:
5β2+30β+115−75=05β2+30β+40=0
Divide by 5:
β2+6β+8=0
Factor the quadratic equation:
(β+2)(β+4)=0
This yields two possible values for β:
β=−2orβ=−4
Step 3: Calculate ∣a∣2 for each possible value of β
We need to find the greatest value of ∣a∣2. The squared magnitude of a is:
∣a∣2=12+52+α2=1+25+α2=26+α2
We use the relationship αβ=−16 from Step 1 to find α for each value of β.
Case 1: β=−2
From αβ=−16, we have α(−2)=−16, which gives α=8.
Then, ∣a∣2=26+α2=26+82=26+64=90.
Case 2: β=−4
From αβ=−16, we have α(−4)=−16, which gives α=4.
Then, ∣a∣2=26+α2=26+42=26+16=42.
Comparing the two values, 90 and 42, the greatest value of ∣a∣2 is 90.
Common Mistakes & Tips
Be careful with algebraic manipulations, especially when squaring binomials involving variables (e.g., (5−3β)2).
Ensure that you consider all possible values for α and β derived from the given conditions before determining the maximum value.
Lagrange's Identity is often more efficient than directly computing the cross product and then its magnitude, especially when dealing with unknown components.
Summary
We began by using the condition that a is perpendicular to b to establish a relationship between α and β (αβ=−16). Next, we applied Lagrange's Identity to the given magnitude of the cross product ∣b×c∣ to obtain a quadratic equation in β. Solving this quadratic equation yielded two possible values for β (β=−2 and β=−4). For each of these values, we found the corresponding value of α and then calculated ∣a∣2=26+α2. By comparing the two resulting values for ∣a∣2, we identified the greatest value.