Animated Solution for Mathematics - Vector Algebra: If b and c are any two non-collinear unit vectors and a is any vector, then (a⋅b)b+(a⋅c)c+∣b×c∣2a⋅(b×c)(b×c)=.........
Visualized Solution
Visualizing the Basis Vectors
Given: b and c are non-collinear unit vectors (∣b∣=∣c∣=1).
The Normal Vector
The vector b×c is perpendicular to both b and c.
Smart Substitution
Assume b and c are orthogonal to simplify.
Let b=i^ and c=j^.
Orthogonal Basis
b×c=i^×j^=k^
∣b×c∣2=∣k^∣2=1
Arbitrary Vector a
Let a=xi^+yj^+zk^
Evaluating Term 1
Term 1: (a⋅b)b
Substitute: ((xi^+yj^+zk^)⋅i^)i^
Simplifying Term 1
Evaluate dot product: (x)i^=xi^
Evaluating Term 2
Term 2: (a⋅c)c
Substitute: ((xi^+yj^+zk^)⋅j^)j^
Simplifying Term 2
Evaluate dot product: (y)j^=yj^
Evaluating Term 3
Term 3: ∣b×c∣2a⋅(b×c)(b×c)
Substitute: 1(xi^+yj^+zk^)⋅k^(k^)
Simplifying Term 3
Evaluate dot product: (z)k^=zk^
Final Addition
Summing the terms: xi^+yj^+zk^
This is exactly equal to a.
00:00 / 00:00
The Sigma Insight: Components of a Vector
Solution Diagram
Analyzing the Setup
Imagine you are standing in the center of a vast, three-dimensional room. You have two vectors, b and c, which are non-collinear unit vectors.
They define a plane, but they do not span the entire room. To describe any vector a in this space, you need a third direction.
That is where the cross product b×c comes in. It is the key that unlocks the third dimension, creating a complete basis.
The Power of the Smart Assumption
In the heat of a JEE Advanced exam, you might look at the expression:
(a⋅b)b+(a⋅c)c+∣b×c∣2a⋅(b×c)(b×c)
This expression is a universal truth. It holds for any non-collinear unit vectors.
So, why fight the general case? Let us choose the most beautiful, simple coordinate system possible.
Let b=i^ and c=j^. Now, the cross product b×c becomes i^×j^=k^.
The magnitude squared ∣b×c∣2 is simply ∣k^∣2=1. The scary expression has just melted away.
Decomposing the Vector
Now, let us take an arbitrary vector a=xi^+yj^+zk^. We are going to project this vector onto our new basis.
The first term, (a⋅b)b, is just the projection of a onto the x-axis, which gives us xi^.
The second term, (a⋅c)c, is the projection onto the y-axis, giving us yj^.
Finally, the third term, ∣b×c∣2a⋅(b×c)(b×c), is the projection onto the z-axis, which simplifies beautifully to zk^.
The Grand Unification
When we sum these three projections, xi^+yj^+zk^, we are simply reconstructing our original vector a.
It is a profound realization: any vector can be decomposed into its projections along three mutually perpendicular axes.
The complexity of the original expression was just a mask for this fundamental geometric truth. You have successfully navigated the 3D space and returned to your starting point, a.