Let a=αi+2j−k and b=−2i+αj+k, where α∈R. If the area of the parallelogram whose adjacent sides are represented by the vectors a and b is 15(α2+4), then the value of 2a2+(a.b)b2 is equal to :
Options
Solution
Key Concepts and Formulas
Area of a Parallelogram: The area of a parallelogram with adjacent sides represented by vectors u and v is given by the magnitude of their cross product: Area=∣u×v∣.
Cross Product of Two Vectors: For a=a1i+a2j+a3k and b=b1i+b2j+b3k, their cross product is:
a×b=ia1b1ja2b2ka3b3=(a2b3−a3b2)i−(a1b3−a3b1)j+(a1b2−a2b1)k
Magnitude of a Vector: The magnitude of a vector v=xi+yj+zk is ∣v∣=x2+y2+z2.
Dot Product of Two Vectors: For a=a1i+a2j+a3k and b=b1i+b2j+b3k, their dot product is:
a⋅b=a1b1+a2b2+a3b3
Magnitude Squared of a Vector:∣v∣2=x2+y2+z2.
Step-by-Step Solution
Step 1: Calculate the Cross Product a×b
We are given the vectors a=αi+2j−k and b=−2i+αj+k. To find the area of the parallelogram, we first need to compute their cross product.
a×b=iα−2j2αk−11
Expanding the determinant:
a×b=((2)(1)−(−1)(α))i−((α)(1)−(−1)(−2))j+((α)(α)−(2)(−2))ka×b=(2+α)i−(α−2)j+(α2+4)ka×b=(2+α)i+(2−α)j+(α2+4)k
Step 2: Calculate the Magnitude of the Cross Product and Use the Given Area
The area of the parallelogram is given by ∣a×b∣.
∣a×b∣=(2+α)2+(2−α)2+(α2+4)2
Let's simplify the terms under the square root:
(2+α)2=4+4α+α2(2−α)2=4−4α+α2
Adding these two:
(2+α)2+(2−α)2=(4+4α+α2)+(4−4α+α2)=8+2α2
So, the square of the magnitude is:
∣a×b∣2=(8+2α2)+(α2+4)2
We are given that the area is 15(α2+4). Squaring this, we get:
Area2=15(α2+4)
Equating the square of the magnitude with the square of the given area:
(8+2α2)+(α2+4)2=15(α2+4)
To simplify this equation, let y=α2+4. Since α∈R, α2≥0, so y≥4.
From y=α2+4, we have α2=y−4.
Substituting into the equation:
8+2(y−4)+y2=15y8+2y−8+y2=15yy2+2y=15yy2−13y=0y(y−13)=0
This gives y=0 or y=13. Since y=α2+4 and α2≥0, y must be at least 4. Therefore, y=0 is not a valid solution.
So, we must have y=13.
Substituting back y=α2+4:
α2+4=13α2=9
Step 3: Calculate the Magnitudes Squared and the Dot Product
Now that we have α2=9, we can compute the required terms for the final expression.
Magnitude squared of a:
∣a∣2=(α)2+(2)2+(−1)2=α2+4+1=α2+5
Substituting α2=9:
∣a∣2=9+5=14
Magnitude squared of b:
∣b∣2=(−2)2+(α)2+(1)2=4+α2+1=α2+5
Substituting α2=9:
∣b∣2=9+5=14
Step 4: Evaluate the Final Expression
We need to find the value of 2∣a∣2+(a⋅b)∣b∣2.
Substitute the calculated values:
2∣a∣2+(a⋅b)∣b∣2=2(14)+(−1)(14)=28−14=14
Common Mistakes & Tips
Sign Errors in Cross Product: Be extremely careful with the signs when calculating the components of the cross product, especially the j component.
Algebraic Simplification: Using substitutions like y=α2+4 can greatly simplify complex polynomial equations, reducing the likelihood of errors.
Valid Solutions for α2: Always check if the derived values for α2 (or related variables) are consistent with the domain of α (e.g., α2≥0).
Summary
The problem required us to first find the value of α2 by utilizing the given area of the parallelogram, which is calculated using the magnitude of the cross product of the adjacent side vectors. After determining α2=9, we computed the magnitudes squared of the vectors a and b, and their dot product. Finally, these values were substituted into the target expression 2∣a∣2+(a⋅b)∣b∣2 to obtain the result.