Animated Solution for Mathematics - Vector Algebra: Let a^ and b^ be two unit vectors such that ∣(a^+b^)+2(a^×b^)∣=2. If θ∈(0,π) is the angle between a^ and b^, then among the statements :
(S1) : 2∣a^×b^∣=∣a^−b^∣
(S2) : The projection of a^ on (a^+b^) is 21
Select Answer:
Visualized Solution
Visualizing the Vectors a^ and b^
Let a^ and b^ be unit vectors: ∣a^∣=∣b^∣=1.
The angle between them is θ∈(0,π).
Given equation: ∣(a^+b^)+2(a^×b^)∣=2.
Squaring the Magnitude Equation
To eliminate the magnitude, square both sides:
∣(a^+b^)+2(a^×b^)∣2=22
Expand using ∣x+y∣2=∣x∣2+∣y∣2+2(x⋅y)
Expanding the Equation
Applying the expansion formula:
∣a^+b^∣2+∣2(a^×b^)∣2+2(a^+b^)⋅(2(a^×b^))=4
Notice the dot product term: 4(a^+b^)⋅(a^×b^)
Applying Orthogonality Property
The cross product (a^×b^) is perpendicular to both a^ and b^.
Therefore, it is perpendicular to their sum (a^+b^).
So, (a^+b^)⋅(a^×b^)=0.
The equation simplifies to: ∣a^+b^∣2+4∣a^×b^∣2=4.
Expanding in terms of θ
Substitute the formulas for magnitude:
∣a^+b^∣2=∣a^∣2+∣b^∣2+2∣a^∣∣b^∣cosθ=1+1+2cosθ
∣a^×b^∣2=(∣a^∣∣b^∣sinθ)2=sin2θ
The equation becomes: (2+2cosθ)+4sin2θ=4
Forming the Quadratic Equation
Convert everything to cosθ using sin2θ=1−cos2θ:
2+2cosθ+4(1−cos2θ)=4
2+2cosθ+4−4cos2θ=4
Rearranging terms: 4cos2θ−2cosθ−2=0
Divide by 2: 2cos2θ−cosθ−1=0
Solving for cosθ
Factorize the quadratic equation: 2cos2θ−cosθ−1=0
Split the middle term: 2cos2θ−2cosθ+cosθ−1=0
2cosθ(cosθ−1)+1(cosθ−1)=0
(2cosθ+1)(cosθ−1)=0
Possible values: cosθ=−21 or cosθ=1.
Finding the Angle θ
The problem states that θ∈(0,π).
For θ in this open interval, cosθ cannot be 1 (which occurs at θ=0).
Thus, we must have cosθ=−21.
This implies θ=32π (or 120∘).
Checking Statement (S1) - Part 1
Let's evaluate Statement (S1): 2∣a^×b^∣=∣a^−b^∣
First, calculate the Left Hand Side (LHS):
LHS=2∣a^×b^∣=2∣a^∣∣b^∣sinθ
LHS=2(1)(1)sin(32π)=2×23=3
Checking Statement (S1) - Part 2
Now, calculate the Right Hand Side (RHS):
RHS=∣a^−b^∣=∣a^∣2+∣b^∣2−2∣a^∣∣b^∣cosθ
RHS=1+1−2(1)(1)(−21)
RHS=2+1=3
Since LHS=RHS, Statement (S1) is true.
Checking Statement (S2) - Projection Formula
Let's evaluate Statement (S2): The projection of a^ on (a^+b^) is 21.
The formula for the projection of vector u on vector v is: ∣v∣u⋅v
Here, u=a^ and v=a^+b^.
Projection=∣a^+b^∣a^⋅(a^+b^)
Calculating the Projection
Expand the numerator: a^⋅(a^+b^)=a^⋅a^+a^⋅b^=∣a^∣2+∣a^∣∣b^∣cosθ
Numerator =1+cosθ=1+(−21)=21
Expand the denominator: ∣a^+b^∣=∣a^∣2+∣b^∣2+2∣a^∣∣b^∣cosθ
Denominator =1+1+2(−21)=2−1=1
Final Conclusion
Combine the results:
Projection=DenominatorNumerator=121=21
This exactly matches Statement (S2).
Final Answer: Both (S1) and (S2) are true.
00:00 / 00:00
The Sigma Insight: Scalar Triple Product
Solution Diagram
Analyzing the Setup
Welcome, future engineers! Today, we are going to dissect a problem that perfectly encapsulates the elegance of vector algebra. It is not just about crunching numbers; it is about visualizing the hidden relationships between vectors.
We are given two unit vectors, a^ and b^, with an angle θ between them, and a mysterious equation:
∣(a^+b^)+2(a^×b^)∣=2
At first glance, this looks like a chaotic mix of sums and cross products. But fear not! We are going to peel back the layers.
The Power of Squaring
When you face a magnitude equation, your first instinct should always be to square it. The magnitude operator is a bit of a black box, but the dot product is a transparent, linear tool.
By squaring both sides, we transform the equation into:
∣(a^+b^)+2(a^×b^)∣2=4
Now, we use the expansion rule ∣x+y∣2=∣x∣2+∣y∣2+2(x⋅y). Here, our x is (a^+b^) and our y is 2(a^×b^). This gives us three distinct terms: the magnitude of the sum squared, the magnitude of the cross product squared, and the cross-term dot product.
The Geometric Insight
This is where the magic happens. Look at that cross-term: 2(a^+b^)⋅(2(a^×b^)).
We know that a^×b^ is a vector perpendicular to the plane of a^ and b^. The sum (a^+b^) lies entirely within that same plane. Therefore, the dot product of a vector in the plane and a vector perpendicular to the plane is zero!
The entire cross-term vanishes into thin air. We are left with a much cleaner equation:
∣a^+b^∣2+4∣a^×b^∣2=4
The Trigonometric Bridge
Now, we translate this geometry into trigonometry. We know that ∣a^+b^∣2=∣a^∣2+∣b^∣2+2∣a^∣∣b^∣cosθ. Since they are unit vectors, this simplifies to 2+2cosθ.
Similarly, the magnitude of the cross product is ∣a^∣∣b^∣sinθ, so its square is sin2θ. Substituting these into our simplified equation, we get:
(2+2cosθ)+4sin2θ=4
By converting sin2θ to 1−cos2θ, we arrive at the quadratic equation:
2cos2θ−cosθ−1=0
Solving this, we find cosθ=−21 or cosθ=1. Given our constraint θ∈(0,π), we reject cosθ=1 and accept cosθ=−21, which means θ=32π.
Verification and Victory
With θ=32π in hand, we check our statements. For (S1), we calculate 2∣a^×b^∣=2sin(32π)=3, and ∣a^−b^∣=1+1−2cos(32π)=3. They match!
For (S2), the projection of a^ on (a^+b^) is:
∣a^+b^∣a^⋅(a^+b^)=2+2cosθ1+cosθ=11−1/2=21
Both statements are true! You have successfully navigated the vector landscape. Keep this confidence; you are ready for any challenge.