Concept:
The area of a triangle with adjacent sides \(\vec{AB}\) and \(\vec{AC}\) is given by: \[ \text{Area}=\frac{1}{2}|\vec{AB}\times\vec{AC}| \] The cross product can be calculated using the determinant method.
Step 1: Calculate \(\vec{AB}\times\vec{AC}\)
Given: \[ \vec{AB}=(1,2,-1), \qquad \vec{AC}=(2,-3,0) \] Therefore, \[ \vec{AB}\times\vec{AC} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 1 & 2 & -1 \\ 2 & -3 & 0 \end{vmatrix} \] Expanding the determinant: \[ =\hat{i}(2\cdot0-(-1)(-3)) -\hat{j}(1\cdot0-(-1)(2)) +\hat{k}(1(-3)-2(2)) \] \[ =-3\hat{i}-2\hat{j}-7\hat{k} \]
Step 2: Find the magnitude of the cross product
\[ |\vec{AB}\times\vec{AC}| = \sqrt{(-3)^2+(-2)^2+(-7)^2} \] \[ =\sqrt{9+4+49} \] \[ =\sqrt{62} \]
Step 3: Calculate the area of the triangle
Using the area formula: \[ \text{Area of }\triangle ABC = \frac{1}{2}|\vec{AB}\times\vec{AC}| \] \[ =\frac{\sqrt{62}}{2} \]
Final Answer:
Therefore, the area of the triangle is: \[ \boxed{\frac{\sqrt{62}}{2}\text{ sq. units}} \]
Determine whether each of the following relations are reflexive, symmetric, and transitive.
Show that the relation R in the set R of real numbers, defined as
R = {(a, b): a ≤ b2 } is neither reflexive nor symmetric nor transitive.
Check whether the relation R defined in the set {1, 2, 3, 4, 5, 6} as
R = {(a, b): b = a + 1} is reflexive, symmetric or transitive.