Respuesta :
Answer:
a) (0, -33, 12)
b) area of the triangle : 17.55 units of area
Explanation:
a)
We know that the cross product of linearly independent vectors [tex]\vec{A}[/tex] and [tex]\vec{B}[/tex] gives us a nonzero, orthogonal to both, vector. So, if we can find two linearly independent vectors on the plane through the points P, Q, and R, we can use the cross product to obtain the answer to point a.
Luckily for us, we know that vectors [tex]\vec{A} = \vec{P}-\vec{Q}[/tex] and [tex] \vec{B} = \vec{R} - \vec{Q}[/tex] are living in the plane through the points P, Q, and R, and are linearly independent.
We know that they are linearly independent, cause to have one, and only one, plane through points P Q and R, this points must be linearly independent (as the dimension of a plane subspace is 3).
If they weren't linearly independent, we will obtain vector zero as the result of the cross product.
So, for our problem:
[tex]\vec{A} = \vec{P} - \vec{Q} \\\\\vec{A} = (1,0,1) - (-2,1,4)\\\\\vec{A} = (1 +2,0-1,1-4)\\\\\vec{A} = (3,-1,-3)[/tex]
[tex]\vec{B} = \vec{R} - \vec{Q} \\\\\vec{B} = (6,2,7) - (-2,1,4)\\\\\vec{B} = (6 +2,2-1,7-4)\\\\\vec{B} = (8,1,3)[/tex]
[tex]\vec{A} \times \vec{B} = (A_y B_z - B_y A_z) \ \hat{i} - ( A_x B_z-B_xA_z) \ \hat{j} + (A_x B_y - B_x A_y ) \ \hat{k}[/tex]
[tex]\vec{A} \times \vec{B} = ( (-1) * 3 - 1 * (-3) ) \ \hat{i} - ( 3 * 3 - 8 * (-3)) \ \hat{j} + (3 * 1 - 8 * (-1) ) \ \hat{k}[/tex]
[tex]\vec{A} \times \vec{B} = ( - 3 + 3 ) \ \hat{i} - ( 9 + 24 ) \ \hat{j} + (3 + 8 ) \ \hat{k}[/tex]
[tex]\vec{A} \times \vec{B} = 0 \ \hat{i} - 33 \ \hat{j} + 12 \ \hat{k}[/tex]
[tex]\vec{A} \times \vec{B} =(0, -33, 12)[/tex]
B)
We know that [tex]\vec{A}[/tex] and [tex]\vec{B}[/tex] are two sides of the triangle, and we also know that we can use the magnitude of the cross product to find the area of the triangle:
[tex] |\vec{A} \times \vec{B} | = 2 * area_{triangle}[/tex]
so:
[tex] \sqrt{(-33)^2 + (12)^2} = 2 * area_{triangle}[/tex]
[tex] \sqrt{1233} = 2 * area_{triangle}[/tex]
[tex] 35.114= 2 * area_{triangle}[/tex]
[tex] 17.55 \ units \ of \ area = area_{triangle}[/tex]