Let for a triangle ABC, AB=−2i^+j^+3k^CB=αi^+βj^+γk^CA=4i^+3j^+δk^ If δ>0 and the area of the triangle ABC is 56, then CB⋅CA is equal to
Options
Solution
Key Concepts and Formulas
Triangle Law of Vector Addition: For any three points A, B, and C, the vectors representing the sides of the triangle satisfy the relation AB+BC=AC. A more useful form for this problem is CA+AB=CB.
Area of a Triangle using Cross Product: The area of a triangle with adjacent sides represented by vectors u and v originating from the same vertex is given by 21∣u×v∣.
Dot Product: For two vectors A=Axi^+Ayj^+Azk^ and B=Bxi^+Byj^+Bzk^, their dot product is A⋅B=AxBx+AyBy+AzBz.
Step-by-Step Solution
We are given the vectors:
AB=−2i^+j^+3k^CB=αi^+βj^+γk^CA=4i^+3j^+δk^
We are also given that δ>0 and the area of triangle ABC is 56. We need to find CB⋅CA.
Step 1: Express CB in terms of CA and AB
Why this step? The components of CB are unknown (α,β,γ). The Triangle Law of Vector Addition allows us to relate CB to the other given vectors, which will help us find these unknown components.
Action: Apply the Triangle Law of Vector Addition: CA+AB=CB.
Working:
Substituting the given vector expressions:
(4i^+3j^+δk^)+(−2i^+j^+3k^)=αi^+βj^+γk^
Combining like terms on the left side:
(4−2)i^+(3+1)j^+(δ+3)k^=αi^+βj^+γk^2i^+4j^+(δ+3)k^=αi^+βj^+γk^
Equating the coefficients of i^, j^, and k^, we get:
α=2β=4γ=δ+3
Thus, CB=2i^+4j^+(δ+3)k^.
Step 2: Calculate the cross product of adjacent sides CA and CB
Why this step? The area of the triangle is given, and the formula for the area involves the magnitude of the cross product of two vectors representing adjacent sides. This step will provide an expression for the cross product that we can use with the given area.
Action: Compute CA×CB.
Working:
We have CA=4i^+3j^+δk^ and CB=2i^+4j^+(δ+3)k^.
The cross product is calculated using a determinant:
CA×CB=i^42j^34k^δδ+3=i^[3(δ+3)−4δ]−j^[4(δ+3)−2δ]+k^[4⋅4−2⋅3]=i^[3δ+9−4δ]−j^[4δ+12−2δ]+k^[16−6]=i^(9−δ)−j^(2δ+12)+k^(10)
So, CA×CB=(9−δ)i^−(2δ+12)j^+10k^.
Step 3: Use the given area to find the value of δ
Why this step? We know the area of the triangle and have an expression for the cross product involving δ. By equating the magnitude of half the cross product to the given area, we can form an equation to solve for δ.
Action: Set 21∣CA×CB∣=56 and solve for δ.
Working:
First, calculate the magnitude of the cross product:
∣CA×CB∣=(9−δ)2+(−(2δ+12))2+(10)2=(81−18δ+δ2)+(4δ2+48δ+144)+100=5δ2+30δ+325
Now, use the area formula:
215δ2+30δ+325=56
Multiply by 2:
5δ2+30δ+325=106
Square both sides:
5δ2+30δ+325=(106)2=100⋅6=600
Rearrange into a quadratic equation:
5δ2+30δ+325−600=05δ2+30δ−275=0
Divide by 5:
δ2+6δ−55=0
Factor the quadratic equation:
(δ+11)(δ−5)=0
The possible values for δ are δ=−11 or δ=5.
Since the problem states that δ>0, we choose δ=5.
Now we can write the full vectors:
CA=4i^+3j^+5k^CB=2i^+4j^+(5+3)k^=2i^+4j^+8k^
Step 4: Calculate the dot product CB⋅CA
Why this step? This is the final quantity we need to find, and we now have the complete vector expressions for CB and CA.
Vector Direction: Ensure correct application of the Triangle Law of Vector Addition, paying attention to the order of vectors. For area calculation, vectors must originate from the same vertex.
Cross Product Signs: Be careful with the sign of the j^ component when calculating the cross product determinant.
Quadratic Solutions: Always verify that the solutions obtained for a variable satisfy any given constraints (e.g., δ>0).
Summary
This problem requires combining vector addition, the cross product for area calculation, and the dot product. We first used the Triangle Law to express CB in terms of the other given vectors, allowing us to find its components in terms of δ. Then, we used the formula for the area of a triangle involving the cross product to set up an equation and solve for δ. Finally, with the complete vector components, we calculated the required dot product.