Animated Solution for Mathematics - Vector Algebra: Let a=i^+j^+k^ and b=j^−k^. If c is a vector such that a×c=b and a⋅c=3, then a⋅(b×c) is equal to :
Select Answer:
Visualized Solution
Given Vectors a and b
Given vectors:
a=i^+j^+k^
b=j^−k^
The Conditions for Vector c
Conditions for c:
1. a×c=b
2. a⋅c=3
Target Expression: a⋅(b×c)
We need to find: E=a⋅(b×c)
Using the property of Scalar Triple Product:
a⋅(b×c)=(a×b)⋅c
Calculating a×b
a×b=i^10j^11k^1−1
=i^(−1−1)−j^(−1−0)+k^(1−0)
=−2i^+j^+k^
Using Vector Triple Product Identity
From a×c=b, take cross product with a:
a×(a×c)=a×b
Using VTP identity: x×(y×z)=(x⋅z)y−(x⋅y)z
(a⋅c)a−(a⋅a)c=a×b
Calculating Magnitude Squared ∣a∣2
∣a∣2=a⋅a=12+12+12=3
Substituting Values into the VTP Equation
Substitute a⋅c=3 and ∣a∣2=3:
3a−3c=a×b
Substitute a=i^+j^+k^ and a×b=−2i^+j^+k^:
3(i^+j^+k^)−3c=−2i^+j^+k^
Solving for Vector c
3c=(3i^+3j^+3k^)−(−2i^+j^+k^)
3c=5i^+2j^+2k^
c=35i^+32j^+32k^
Final Dot Product Calculation
E=(a×b)⋅c
=(−2i^+j^+k^)⋅(35i^+32j^+32k^)
=−310+32+32=−36=−2
The Shortcut (Ninja Technique)
The Shortcut:
[abc]=b⋅(c×a)=b⋅(−a×c)
Since a×c=b, we get:
=b⋅(−b)=−∣b∣2
=−(02+12+(−1)2)=−2
00:00 / 00:00
The Sigma Insight: Vector Triple Product
Solution Diagram
The Architecture of Space
A Vector Odyssey
Welcome, future engineer. Today, we are not just solving a vector problem; we are exploring the architecture of three-dimensional space.
When you look at vectors a=i^+j^+k^ and b=j^−k^, do not just see numbers. See arrows piercing through the Cartesian grid.
Vector a is a diagonal reaching out into the first octant, while b lies flat in the yz-plane. We are tasked with finding the value of the scalar triple product a⋅(b×c), given that a×c=b and a⋅c=3.
This is a classic JEE challenge—it tests not just your ability to calculate, but your ability to choose the most elegant path.
Phase 1
The Brute Force Approach
Imagine you are a detective. You have a mystery vector c. You know two things about it: its cross product with a is b, and its dot product with a is 3.
The most straightforward way to solve this is to find c explicitly. To do this, we use the Vector Triple Product identity. We take the cross product of a with the equation a×c=b.
This gives us:
a×(a×c)=a×b
Applying the BAC-CAB rule, we expand the left side:
(a⋅c)a−(a⋅a)c=a×b
Here, we substitute the knowns: a⋅c=3 and a⋅a=∣a∣2=12+12+12=3. The equation simplifies beautifully to:
3a−3c=a×b
By calculating a×b using the determinant method, we find it equals −2i^+j^+k^. Solving for c yields:
c=35i^+32j^+32k^
With c in hand, the final dot product is just a matter of arithmetic, leading us to −2. This is the path of the reliable worker, and it works every time.
Phase 2
The Ninja Shortcut
But wait! In the high-pressure environment of the JEE Advanced exam, time is your most precious resource. Is there a faster way? Absolutely.
Look at the target expression: a⋅(b×c). This is a scalar triple product, denoted as [abc].
One of the most powerful properties of this product is cyclic permutation:
a⋅(b×c)=b⋅(c×a)
Now, look at our given condition: a×c=b. This implies that:
c×a=−(a×c)=−b
Substitute this into our permuted expression:
b⋅(−b)=−∣b∣2
We don't even need to find c! We just need the magnitude of b. Since b=j^−k^, its magnitude squared is:
∣b∣2=02+12+(−1)2=2
Therefore, the answer is −2. In ten seconds, we have bypassed the algebra and arrived at the truth. This is the difference between knowing the math and mastering it.