Animated Solution for Mathematics - Vector Algebra: Let a=i^+2j^+3k^,b=2i^+3j^−5k^ and c=3i^−j^+λk^ be three vectors. Let r be a unit vector along b+c. If r⋅a=3, then 3λ is equal to:
Select Answer:
Visualized Solution
Introduction to the Problem
Given vectors:
a=i^+2j^+3k^
b=2i^+3j^−5k^
c=3i^−j^+λk^
Goal: Find 3λ given r⋅a=3
Summing Vectors b and c
Calculate the vector sum b+c:
b+c=(2+3)i^+(3−1)j^+(−5+λ)k^
b+c=5i^+2j^+(λ−5)k^
Defining the Unit Vector r
Definition of unit vector r:
r=∣b+c∣b+c
Applying the Dot Product Condition
Using the given condition r⋅a=3:
∣b+c∣(b+c)⋅a=3
Calculating the Dot Product Numerator
Calculate the dot product in the numerator:
(b+c)⋅a=5(1)+2(2)+(λ−5)(3)
=5+4+3λ−15
=3λ−6
Calculating the Magnitude Denominator
Calculate the magnitude in the denominator:
∣b+c∣=52+22+(λ−5)2
=25+4+(λ−5)2
=29+(λ−5)2
Forming the Final Equation
Substitute the values back into the equation:
29+(λ−5)23λ−6=3
Simplifying the Equation
Divide both sides by 3:
29+(λ−5)23(λ−2)=3
λ−2=29+(λ−5)2
Squaring Both Sides
Square both sides to eliminate the radical:
(λ−2)2=29+(λ−5)2
Expanding the Squares
Expand using (a−b)2=a2−2ab+b2:
λ2−4λ+4=29+λ2−10λ+25
Simplifying and Solving for λ
Cancel λ2 and rearrange terms:
−4λ+10λ=29+25−4
6λ=50
Final Calculation of 3λ
Solve for 3λ:
3λ=250
3λ=25
00:00 / 00:00
The Sigma Insight: Scalar (Dot) Product
Solution Diagram
Analyzing the Setup
Welcome, future engineers! Today, we are diving into a beautiful problem that tests your command over vector algebra. We are given three vectors: a=i^+2j^+3k^, b=2i^+3j^−5k^, and c=3i^−j^+λk^.
Our mission is to find the value of 3λ given a specific constraint involving a unit vector r.
The Vector Sum
Before we can tackle the unit vector r, we must first understand the foundation it is built upon. The problem states that r is a unit vector along the direction of b+c.
We calculate this resultant vector by adding the corresponding components of b and c:
b+c=(2+3)i^+(3−1)j^+(−5+λ)k^=5i^+2j^+(λ−5)k^
This resultant vector defines the direction we are interested in.
Defining the Unit Vector
By definition, a unit vector along any vector v is given by ∣v∣v. It is a vector of length one that points in the same direction as v.
Therefore, our unit vector r is defined as:
r=∣b+c∣b+c
This normalization process is crucial. It ensures that when we take the dot product later, we are essentially looking at the projection of a onto the direction of b+c.
The Dot Product Condition
The problem provides the condition: r⋅a=3. Substituting our expression for r, we obtain:
∣b+c∣(b+c)⋅a=3
This is our master equation. Let's evaluate the numerator and the denominator separately.
First, the numerator (b+c)⋅a:
(b+c)⋅a=5(1)+2(2)+(λ−5)(3)=5+4+3λ−15=3λ−6
Next, the denominator, which is the magnitude ∣b+c∣:
∣b+c∣=52+22+(λ−5)2=29+(λ−5)2
The Algebraic Dance
Now, we substitute these components back into our master equation:
29+(λ−5)23λ−6=3
Factoring out 3 from the numerator gives 3(λ−2). Dividing both sides by 3 simplifies the expression:
29+(λ−5)2λ−2=1
Cross-multiplying and squaring both sides to eliminate the radical yields:
(λ−2)2=29+(λ−5)2
Expanding both sides using the identity (a−b)2=a2−2ab+b2:
λ2−4λ+4=29+λ2−10λ+25
The λ2 terms cancel out, leaving us with:
−4λ+4=54−10λ
6λ=50
Final Calculation
We have determined that 6λ=50. The question asks for the value of 3λ.