Animated Solution for Mathematics - Vector Algebra: Let i^,j^ and k^ be the unit vectors along the three positive coordinate axes. Let a=3i^+j^−k^, b=i^+b2j^+b3k^, b2,b3∈R, c=c1i^+c2j^+c3k^, c1,c2,c3∈R be three vectors such that b2b3>0, a⋅b=0 and 0c3−c2−c30c1c2−c101b2b3=3−c11−c2−1−c3. Then, which of the following is/are TRUE?
Select Answer:
* Multiple Correct
Visualized Solution
The Matrix Equation
Given vectors a,b,c and a complex matrix equation.
LHS: 0c3−c2−c30c1c2−c101b2b3
Decoding to Vector Form
The 3×3 skew-symmetric matrix represents the cross product c×b.
The RHS 3−c11−c2−1−c3 is simply a−c.
Core Equation: c×b=a−c
Dot Product with b
Take dot product with b on both sides:
(c×b)⋅b=(a−c)⋅b
LHS becomes 0 (Scalar triple product with repeated vector).
Proving Option B
0=a⋅b−c⋅b
Given a⋅b=0, we get c⋅b=0.
Thus, Option B is TRUE.
Visualizing the Vectors
c×b=a−c⟹a=c+(c×b)
Since c⊥(c×b), they form a right-angled triangle with hypotenuse a.
Dot Product with c
Take dot product of core equation with c:
(c×b)⋅c=(a−c)⋅c
0=a⋅c−∣c∣2⟹a⋅c=∣c∣2
Applying Pythagoras
From the right triangle: ∣a∣2=∣c∣2+∣c×b∣2
Since b⊥c, ∣c×b∣2=∣c∣2∣b∣2sin2(90∘)=∣c∣2∣b∣2
Bounding the Magnitude of c
Substitute ∣a∣2=32+12+(−1)2=11:
11=∣c∣2+∣c∣2∣b∣2=∣c∣2(1+∣b∣2)
∣c∣2=1+∣b∣211
Proving Option D
Since ∣b∣2≥0, the denominator 1+∣b∣2≥1.
Therefore, ∣c∣2≤11⟹∣c∣≤11.
Thus, Option D is TRUE.
Constraints on Vector b
Given a⋅b=0:
(3i^+j^−k^)⋅(i^+b2j^+b3k^)=0
3(1)+1(b2)−1(b3)=0⟹b3=b2+3
Finding the Domain of b2
Given constraint: b2b3>0
Substitute b3: b2(b2+3)>0
Solving the inequality: b2∈(−∞,−3)∪(0,∞)
Minimizing ∣b∣2
∣b∣2=12+b22+b32=1+b22+(b2+3)2
Expanding: ∣b∣2=2b22+6b2+10
This is an upward-opening parabola.
Proving Option C
The vertex of f(b2)=2b22+6b2+10 is at b2=−1.5.
However, b2∈(−∞,−3)∪(0,∞).
At boundaries b2=0 and b2=−3, f(b2)=10.
Since b2 is strictly outside [−3,0], ∣b∣2>10⟹∣b∣>10.
00:00 / 00:00
The Sigma Insight: Vector (Cross) Product
Solution Diagram
Analyzing the Setup
Welcome, future engineer! Today, we are going to dismantle a problem that, at first glance, looks like a chaotic mess of matrices and variables. When you see a 3×3 matrix like
0c3−c2−c30c1c2−c10
acting on a vector, your heart might skip a beat. But take a deep breath. In the world of JEE Advanced, this is not a matrix problem—it is a vector problem in disguise.
This specific matrix is a skew-symmetric matrix, and it is the mathematical equivalent of the cross product operator. If you perform the multiplication, you will find that the left-hand side is exactly c×b.
Suddenly, the entire equation simplifies to a beautiful, elegant vector identity:
c×b=a−c
This is the key that unlocks the entire problem. Never let the notation intimidate you; look for the underlying geometry.
The Power of the Dot Product
Now that we have our core equation, c×b=a−c, how do we extract the information we need? We use the scalpel of vector algebra: the dot product.
If we take the dot product of both sides with b, we get:
(c×b)⋅b=(a−c)⋅b
Because c×b is perpendicular to b, the left side vanishes to zero! We are left with 0=a⋅b−c⋅b.
Since the problem gives us a⋅b=0, we immediately conclude that c⋅b=0. This proves that b and c are perpendicular. Just like that, Option B is confirmed!
The Geometric Revelation
Let us take this further. If we rearrange our core equation to a=c+(c×b), we see something profound. Since c×b is perpendicular to c, these two vectors form the legs of a right-angled triangle, with a as the hypotenuse.
This is the 'Aha!' moment. By the Pythagorean theorem, we know that:
∣a∣2=∣c∣2+∣c×b∣2
Because b and c are perpendicular, the magnitude of their cross product is simply ∣c∣∣b∣. Thus:
∣a∣2=∣c∣2+∣c∣2∣b∣2=∣c∣2(1+∣b∣2)
Since ∣a∣2=32+12+(−1)2=11, we have ∣c∣2=1+∣b∣211. This immediately tells us that ∣c∣2≤11, or ∣c∣≤11. Option D is now proven!
The Inequality Trap
Finally, we must address the constraints on b. We know a⋅b=0, which leads to 3(1)+1(b2)−1(b3)=0, or b3=b2+3. The problem adds a crucial constraint: b2b3>0.
Substituting b3, we get b2(b2+3)>0. This inequality forces b2 to be in the domain (−∞,−3)∪(0,∞).
When we calculate ∣b∣2=1+b22+b32, we get a quadratic expression: 2b22+6b2+10. This is an upward-opening parabola. Its vertex is at b2=−1.5, but our domain strictly excludes the region between −3 and 0.
Therefore, the minimum value of ∣b∣2 occurs at the boundaries of our allowed domain, which is 10. Since our domain is strictly outside these boundaries, ∣b∣2 must be strictly greater than 10. Thus, ∣b∣>10. Option C is confirmed!
This problem was a journey through matrix algebra, vector orthogonality, geometric visualization, and inequality analysis. You didn't just solve a problem; you navigated the landscape of JEE physics and mathematics. Keep this mindset—always look for the geometry behind the algebra.