Let three vectors ,a=αi^+4j^+2k^,b=5i^+3j^+4k^,c=xi^+yj^+zk^ form a triangle such that c=a−b and the area of the triangle is 56. If α is a positive real number, then ∣c∣2 is equal to:
Options
Solution
Key Concepts and Formulas
Vector Subtraction: For vectors u=uxi^+uyj^+uzk^ and v=vxi^+vyj^+vzk^, u−v=(ux−vx)i^+(uy−vy)j^+(uz−vz)k^.
Area of a Triangle formed by two vectors: The area of a triangle with adjacent sides u and v is Area=21∣u×v∣.
Cross Product: The cross product of u and v is given by:
u×v=i^uxvxj^uyvyk^uzvz
Magnitude of a Vector: For a vector v=vxi^+vyj^+vzk^, its squared magnitude is ∣v∣2=vx2+vy2+vz2.
Step-by-Step Solution
Step 1: Determine the components of vector c
We are given that c=a−b. We perform vector subtraction component-wise.
Given:
a=αi^+4j^+2k^b=5i^+3j^+4k^
Subtracting b from a:
c=(α−5)i^+(4−3)j^+(2−4)k^c=(α−5)i^+1j^−2k^
This gives us the components of c in terms of α.
Step 2: Calculate the cross product a×b
The area of the triangle formed by vectors a and b is given by 21∣a×b∣. We need to compute the cross product to use the given area.
a×b=i^α5j^43k^24
Expanding the determinant:
a×b=i^((4)(4)−(2)(3))−j^((α)(4)−(2)(5))+k^((α)(3)−(4)(5))a×b=i^(16−6)−j^(4α−10)+k^(3α−20)a×b=10i^−(4α−10)j^+(3α−20)k^
Step 3: Use the area of the triangle to form an equation for α
We are given that the area of the triangle is 56. Using the formula for the area:
Area=21∣a×b∣56=21∣10i^−(4α−10)j^+(3α−20)k^∣
Multiplying both sides by 2:
106=∣10i^−(4α−10)j^+(3α−20)k^∣
Now, we square both sides to work with the squared magnitude:
(106)2=∣10i^−(4α−10)j^+(3α−20)k^∣2100×6=(10)2+(−(4α−10))2+(3α−20)2600=100+(4α−10)2+(3α−20)2
Subtract 100 from both sides:
500=(4α−10)2+(3α−20)2
Expand the squared terms:
500=(16α2−80α+100)+(9α2−120α+400)
Combine like terms:
500=(16α2+9α2)+(−80α−120α)+(100+400)500=25α2−200α+500
Subtract 500 from both sides:
0=25α2−200α
Factor out 25α:
0=25α(α−8)
This gives two possible values for α: α=0 or α=8.
Step 4: Select the correct value of α
The problem states that α is a positive real number. Therefore, we discard α=0 and choose α=8.
Step 5: Calculate the squared magnitude of c
Now that we have α=8, we can substitute this value back into the expression for c from Step 1.
c=(α−5)i^+1j^−2k^
Substitute α=8:
c=(8−5)i^+1j^−2k^c=3i^+1j^−2k^
Finally, we calculate the squared magnitude of c:
∣c∣2=(3)2+(1)2+(−2)2∣c∣2=9+1+4∣c∣2=14
Common Mistakes & Tips
Sign Errors in Cross Product: Be meticulous when calculating the determinant for the cross product, especially with the negative sign for the j^ component.
Algebraic Expansion: Squaring binomials and combining terms in the quadratic equation can lead to errors. Double-check your algebraic manipulations.
Positive Condition: Always remember to use all conditions given in the problem, such as α being positive, to select the correct solution.
Summary
We first determined the components of vector c using vector subtraction. Then, we computed the cross product of vectors a and b. By equating half the magnitude of the cross product to the given area of the triangle, we formed a quadratic equation in terms of α. Solving this equation and using the condition that α is positive, we found α=8. Finally, we substituted this value back into the expression for c and calculated its squared magnitude.