Question
Question: Using vectors, find the area of the triangle with vertices: \(A(1,2,3),B(2,-1,4)\) and \(C(4,5,-1)\)...
Using vectors, find the area of the triangle with vertices: A(1,2,3),B(2,−1,4) and C(4,5,−1).
Solution
Hint: First we have to find out the sides AB and AC. AB is found by finding AB=B−A and AC is found by finding AC=C−A. Then we can find AB×BC and use formula - Area=21AB×BC to find the area of the given triangle.
Complete Step-by-step answer:
Before proceeding with the question, we must be familiar with the values of cross-products, like i×j=k , i×i=0,i×k=−j,j×i=−k,j×j=0,j×k=i,k×i=j,k×j=−i,k×k=0like we must know the formula for finding the area of a triangle using vectors. The area of the triangle is given by 21AB×BC.
In this question, we have to find the area of the triangle, where the vertices of the triangle are A(1,2,3),B(2,−1,4) and C(4,5,−1). It can be represented as shown below,
First, we have to find out AB and AC.
AB is found by finding AB=B−A, where A(1,2,3),B(2,−1,4).
⇒AB=(2−1)i+(−1−2)j+(4−3)k
∴AB=i−3j+k
AC found by finding AC=C−A, where C(4,5,−1) and A(1,2,3).
⇒AC=(4−1)i+(5−2)j+((−1)−3)
∴AC=3i+3j−4k
Now we have to find AB×BC.
AB×BC=(i−3j+k)×(3i+3j−4k)
Cross product of i×j=k , i×i=0,i×k=−j,j×i=−k,j×j=0,j×k=i,k×i=j,k×j=−i,k×k=0
Opening the brackets we get:
⇒i(12−3)−j(−4−3)+k(3+9)
⇒AB×BC=9i+7j+12k
AB×BC=is given by 92+72+122=274
Therefore, the area of the triangle ABC is given by 21AB×BC=2274
Hence, the area of the triangle is given by 2274sq.units.
Note: Be careful while calculating the side of the triangle AB as it can only be found by AB=B−A so do not take it as A−B. Always remember that the formula for the area of the triangle is enclosed under modulus so do not forget the modulus while applying the formula. If the found value of the area is negative then the answer is wrong because the value of the area can never be negative.