Let λ∈Z,a=λi^+j^−k^ and b=3i^−j^+2k^. Let c be a vector such that (a+b+c)×c=0,a⋅c=−17 and b⋅c=−20. Then ∣c×(λi^+j^+k^)∣2 is equal to :
Options
Solution
Key Concepts and Formulas
Parallel Vectors from Cross Product: If X×Y=0 for non-zero vectors X and Y, then X and Y are parallel, meaning X=kY for some scalar k.
Distributive Property of Cross Product:A×(B+C)=A×B+A×C.
Cross Product of a Vector with Itself:V×V=0.
Dot Product: For U=Uxi^+Uyj^+Uzk^ and V=Vxi^+Vyj^+Vzk^, U⋅V=UxVx+UyVy+UzVz.
Magnitude Squared of a Vector: For V=Vxi^+Vyj^+Vzk^, ∣V∣2=Vx2+Vy2+Vz2.
Step-by-Step Solution
Step 1: Simplify the cross product condition.
We are given (a+b+c)×c=0. Using the distributive property of the cross product, we can rewrite this as (a+b)×c+c×c=0. Since c×c=0, the equation simplifies to (a+b)×c=0. This implies that the vector (a+b) and vector c are parallel. Therefore, c can be expressed as a scalar multiple of (a+b).
Let c=α(a+b) for some scalar α.
Step 2: Calculate a+b.
Given a=λi^+j^−k^ and b=3i^−j^+2k^, their sum is:
a+b=(λi^+j^−k^)+(3i^−j^+2k^)a+b=(λ+3)i^+(1−1)j^+(−1+2)k^a+b=(λ+3)i^+k^
Step 3: Express c in terms of α and λ.
Using the result from Step 1 and Step 2:
c=α((λ+3)i^+k^)c=α(λ+3)i^+0j^+αk^
Step 4: Use the dot product conditions to form algebraic equations.
We are given a⋅c=−17 and b⋅c=−20.
For a⋅c=−17:
(λi^+j^−k^)⋅(α(λ+3)i^+0j^+αk^)=−17λ(α(λ+3))+(1)(0)+(−1)(α)=−17αλ(λ+3)−α=−17α(λ2+3λ−1)=−17(∗)
For b⋅c=−20:
(3i^−j^+2k^)⋅(α(λ+3)i^+0j^+αk^)=−20(3)(α(λ+3))+(−1)(0)+(2)(α)=−203α(λ+3)+2α=−203αλ+9α+2α=−20α(3λ+11)=−20(∗∗)
Step 5: Solve the system of equations for α and λ.
From equation (∗∗), assuming 3λ+11=0, we get α=3λ+11−20.
Substitute this into equation (∗):
(3λ+11−20)(λ2+3λ−1)=−17
Multiply both sides by (3λ+11) and by −1:
20(λ2+3λ−1)=17(3λ+11)20λ2+60λ−20=51λ+187
Rearrange into a quadratic equation:
20λ2+(60−51)λ+(−20−187)=020λ2+9λ−207=0
Using the quadratic formula λ=2a−b±b2−4ac:
λ=2(20)−9±92−4(20)(−207)λ=40−9±81+16560λ=40−9±16641
We find that 16641=129.
λ=40−9±129
This gives two possible values for λ:
λ1=40−9+129=40120=3λ2=40−9−129=40−138=−2069
Since λ∈Z, we must have λ=3.
Now, substitute λ=3 back into the expression for α:
α=3(3)+11−20=9+11−20=20−20=−1
So, λ=3 and α=−1.
Step 6: Determine the vector c.
Using c=α((λ+3)i^+k^) with α=−1 and λ=3:
c=−1((3+3)i^+k^)c=−1(6i^+k^)c=−6i^−k^
Step 7: Calculate the vector for the cross product.
Let D=λi^+j^+k^. Substitute λ=3:
D=3i^+j^+k^
Step 8: Compute the cross product c×D.c×D=(−6i^−k^)×(3i^+j^+k^)
Using the determinant form:
c×D=i^−63j^01k^−11=i^((0)(1)−(−1)(1))−j^((−6)(1)−(−1)(3))+k^((−6)(1)−(0)(3))=i^(0+1)−j^(−6+3)+k^(−6−0)=i^(1)−j^(−3)+k^(−6)c×D=i^+3j^−6k^
Step 9: Calculate the magnitude squared of the resulting vector.∣c×D∣2=∣i^+3j^−6k^∣2∣c×D∣2=(1)2+(3)2+(−6)2∣c×D∣2=1+9+36∣c×D∣2=46
Common Mistakes & Tips
Algebraic Errors: Solving the quadratic equation for λ or simplifying the algebraic expressions can lead to errors. Double-check all calculations.
Forgetting the Integer Constraint: Always remember to use the condition that λ is an integer to select the correct value of λ.
Mistaking Dot and Cross Products: Ensure you are applying the correct vector operation for each condition.
Summary
The problem leverages the property that if the cross product of two vectors is zero, they are parallel. This allowed us to express c as a scalar multiple of a+b. By substituting this into the given dot product conditions, we formed a system of scalar equations. Solving this system, and utilizing the constraint that λ is an integer, allowed us to find the values of λ and the scalar multiplier α. Finally, we determined the vector c and computed the magnitude squared of the required cross product.