Let ABC be a triangle of area 152 and the vectors AB=i^+2j^−7k^,BC=ai^+bj^+ck^ and AC=6i^+dj^−2k^,d>0. Then the square of the length of the largest side of the triangle ABC is _________.
Answer: 15
Solution
Key Concepts and Formulas
Area of a Triangle using Vectors: The area of a triangle formed by two vectors u and v originating from the same vertex is given by half the magnitude of their cross product:
Area=21∣u×v∣
Cross Product of Two Vectors: For u=uxi^+uyj^+uzk^ and v=vxi^+vyj^+vzk^, their cross product is:
u×v=(uyvz−uzvy)i^−(uxvz−uzvx)j^+(uxvy−uyvx)k^
Magnitude of a Vector: The magnitude of a vector v=xi^+yj^+zk^ is ∣v∣=x2+y2+z2.
Triangle Law of Vector Addition: AB+BC=AC.
Step-by-Step Solution
Step 1: Calculate the Cross Product AB×AC
We are given AB=i^+2j^−7k^ and AC=6i^+dj^−2k^. The area of the triangle ABC can be calculated using the vectors originating from vertex A, i.e., AB and AC.
First, we compute their cross product:
AB×AC=i^16j^2dk^−7−2=i^((2)(−2)−(−7)(d))−j^((1)(−2)−(−7)(6))+k^((1)(d)−(2)(6))=i^(−4+7d)−j^(−2+42)+k^(d−12)=(7d−4)i^−40j^+(d−12)k^
Step 2: Use the Given Area to Determine the Value of 'd'
The area of triangle ABC is given as 152. Using the formula for the area of a triangle formed by vectors:
Area=21∣AB×AC∣152=21∣(7d−4)i^−40j^+(d−12)k^∣
Multiplying by 2, we get:
302=∣(7d−4)i^−40j^+(d−12)k^∣
Squaring both sides to eliminate the square root:
(302)2=(7d−4)2+(−40)2+(d−12)2900×2=(49d2−56d+16)+1600+(d2−24d+144)1800=50d2−80d+1760
Rearranging the terms to form a quadratic equation:
50d2−80d+1760−1800=050d2−80d−40=0
Dividing the entire equation by 10 for simplification:
5d2−8d−4=0
Using the quadratic formula d=2A−B±B2−4AC where A=5, B=−8, C=−4:
d=2(5)−(−8)±(−8)2−4(5)(−4)d=108±64+80d=108±144d=108±12
This gives two possible values for d:
d1=108+12=1020=2d2=108−12=10−4=−52
The problem states that d>0, so we choose d=2.
Step 3: Determine the Vector BC
With d=2, the vector AC is 6i^+2j^−2k^.
Using the triangle law of vector addition, AB+BC=AC. We can find BC by rearranging this equation:
BC=AC−AB
Substitute the given and calculated vector components:
BC=(6i^+2j^−2k^)−(i^+2j^−7k^)BC=(6−1)i^+(2−2)j^+(−2−(−7))k^BC=5i^+0j^+5k^
So, BC=5i^+5k^.
Step 4: Calculate the Square of the Lengths of All Sides
We now have all three side vectors:
AB=i^+2j^−7k^AC=6i^+2j^−2k^BC=5i^+0j^+5k^
We need to find the square of the length of each side:
Square of the length of AB:
∣AB∣2=(1)2+(2)2+(−7)2=1+4+49=54
Square of the length of AC:
∣AC∣2=(6)2+(2)2+(−2)2=36+4+4=44
Square of the length of BC:
∣BC∣2=(5)2+(0)2+(5)2=25+0+25=50
Step 5: Identify the Largest Side and its Square Length
Comparing the squares of the lengths of the sides:
∣AB∣2=54∣AC∣2=44∣BC∣2=50
The largest value among these is 54. Therefore, the largest side is AB, and the square of its length is 54.
Common Mistakes & Tips
Algebraic Errors: Be meticulous with algebraic manipulations, especially when expanding squared terms and solving quadratic equations.
Sign Errors in Cross Product: The middle term in the cross product determinant has a negative sign. Ensure this is handled correctly.
Using the Constraint: Always remember to use the given constraints, such as d>0, to select the correct solution for variables.
Square vs. Length: The question asks for the square of the length, so ensure you are comparing the squared magnitudes, not the magnitudes themselves.
Summary
The problem was solved by first utilizing the given area of the triangle to establish a relationship involving the unknown component d through the cross product of two sides. Solving the resulting quadratic equation, and applying the constraint d>0, we found d=2. Subsequently, the triangle law of vector addition was used to determine the vector representing the third side of the triangle. Finally, the squares of the lengths of all three sides were calculated, and the largest among them was identified.