मराठी
Karnataka Board PUCPUC Science 2nd PUC Class 12

Application of Determinants to Coordinate Geometry

Advertisements

Topics

Estimated time: 16 minutes
CBSE: Class 12

Introduction

Determinants can be used in coordinate geometry mainly to:

: find the area of a triangle
: check whether three points are collinear
: find the equation of a line using collinearity

CBSE: Class 12

Consistent and Inconsistent

Consistent Solution: A system is consistent if it has at least one solution.

Inconsistent Solution: A system is inconsistent if it has no solution.

CBSE: Class 12

Area of a Triangle

If the vertices of a triangle are \[ (x_1, y_1), \quad (x_2, y_2), \quad (x_3, y_3), \]

then \[ \boxed{\text{Area} = \frac{1}{2}\begin{vmatrix} x_1 & y_1 & 1 \\ x_2 & y_2 & 1 \\ x_3 & y_3 & 1 \end{vmatrix}} \]

Important Remarks

  • Area is always non-negative, so the absolute value of the determinant is taken.
  • If the area is given, the determinant may have positive or negative value during calculation.
  • If three points are collinear, the area of the triangle formed by them is zero.
CBSE: Class 12

Condition for Collinearity

Three points \[ (x_1, y_1), \quad (x_2, y_2), \quad (x_3, y_3) \]

are collinear if \[ \boxed{\begin{vmatrix} x_1 & y_1 & 1 \\ x_2 & y_2 & 1 \\ x_3 & y_3 & 1 \end{vmatrix} = 0} \]

because the area of the triangle formed by collinear points is zero.

Solution of Linear Equations Using Inverse of a Matrix

Consider the system:

\[ a_1x + b_1y + c_1z = d_1 \]

\[ a_2x + b_2y + c_2z = d_2 \]

\[ a_3x + b_3y + c_3z = d_3 \]

Let

\[ A = \begin{bmatrix} a_1 & b_1 & c_1 \\ a_2 & b_2 & c_2 \\ a_3 & b_3 & c_3 \end{bmatrix}, \quad X = \begin{bmatrix} x \\ y \\ z \end{bmatrix}, \quad B = \begin{bmatrix} d_1 \\ d_2 \\ d_3 \end{bmatrix}. \]

Then the system can be written as \[ \boxed{AX = B} \]

Case I: A is Non-Singular

\[ |A| \neq 0 \]

Then \[A^{-1}\] exists and: \[ \boxed{X = A^{-1}B} \]

System has a unique solution.

Case II: A is Singular

\[ |A| = 0 \]

Then \[A^{-1}\] does not exist. Further consistency is checked using \[(\text{adj } A)B\].

CBSE: Class 12

Example 1

Solve the system of equations

\[ 2x + 5y = 1 \]
\[ 3x + 2y = 7 \]

Solution: The system of equations can be written in the form

\[ \text{AX} = \text{B} \], where
\[\text{A} = \begin{bmatrix} 2 & 5 \\ 3 & 2 \end{bmatrix}, \text{X} = \begin{bmatrix} x \\ y \end{bmatrix} \text{ and } \text{B} = \begin{bmatrix} 1 \\ 7 \end{bmatrix} \]

Now,

\[ |\text{A}| = -11 \neq 0 \], Hence, A is a nonsingular matrix and so has a unique solution.

Note that

\[\text{A}^{-1} = -\frac{1}{11} \begin{bmatrix} 2 & -5 \\ -3 & 2 \end{bmatrix} \]

Therefore

\[ \text{X} = \text{A}^{-1}\text{B} = -\frac{1}{11} \begin{bmatrix} 2 & -5 \\ -3 & 2 \end{bmatrix} \begin{bmatrix} 1 \\ 7 \end{bmatrix} \]

i.e.

\[ \begin{bmatrix} x \\ y \end{bmatrix} = -\frac{1}{11} \begin{bmatrix} -33 \\ 11 \end{bmatrix} = \begin{bmatrix} 3 \\ -1 \end{bmatrix} \]

Hence

\[ x = 3, y = -1 \]
CBSE: Class 12

Example 2

The sum of three numbers is 6. If we multiply the third number by 3 and add the second number to it, we get 11. By adding the first and third numbers, we get twice the second number. Represent it algebraically and find the numbers using the matrix method.

Solution: Let the first, second and third numbers be denoted by\[ x, y\] and\[ z \], respectively.

Then, according to the given conditions, we have

\[x + y + z = 6 \]
\[y + 3z = 11 \]
\[ x + z = 2y \text{ or } x - 2y + z = 0 \]

This system can be written as

\[\text{A X} = \text{B} \], where
\[ \text{A} = \begin{bmatrix} 1 & 1 & 1 \\ 0 & 1 & 3 \\ 1 & -2 & 1 \end{bmatrix}, \text{X} = \begin{bmatrix} x \\ y \\ z \end{bmatrix} \text{ and } \text{B} = \begin{bmatrix} 6 \\ 11 \\ 0 \end{bmatrix} \]

Here

\[ |\text{A}| = 1(1 + 6) - (0 - 3) + (0 - 1) = 9 \neq 0 \]. Now we find \[ adj \text{ A} \]
\[ \text{A}_{11} = 1 (1 + 6) = 7, \hspace{2cm} \text{A}_{12} = - (0 - 3) = 3, \hspace{2cm} \text{A}_{13} = - 1 \]
\[ \text{A}_{21} = - (1 + 2) = - 3, \hspace{1.5cm} \text{A}_{22} = 0, \hspace{3.2cm} \text{A}_{23} = - (- 2 - 1) = 3 \]
\[ \text{A}_{31} = (3 - 1) = 2, \hspace{2cm} \text{A}_{32} = - (3 - 0) = - 3, \hspace{1.5cm} \text{A}_{33} = (1 - 0) = 1 \]

Hence \[ adj \text{ A} = \begin{bmatrix} 7 & -3 & 2 \\ 3 & 0 & -3 \\ -1 & 3 & 1 \end{bmatrix} \]

Thus \[\text{A}^{-1} = \frac{1}{|\text{A}|} adj (\text{A}) = \frac{1}{9} \begin{bmatrix} 7 & -3 & 2 \\ 3 & 0 & -3 \\ -1 & 3 & 1 \end{bmatrix} \]

Since \[ \text{X} = \text{A}^{-1} \text{B} \]

\[ \text{X} = \frac{1}{9} \begin{bmatrix} 7 & -3 & 2 \\ 3 & 0 & -3 \\ -1 & 3 & 1 \end{bmatrix} \begin{bmatrix} 6 \\ 11 \\ 0 \end{bmatrix} \]

or

\[ \begin{bmatrix} x \\ y \\ z \end{bmatrix} = \frac{1}{9} \begin{bmatrix} 42 - 33 + 0 \\ 18 + 0 + 0 \\ -6 + 33 + 0 \end{bmatrix} = \frac{1}{9} \begin{bmatrix} 9 \\ 18 \\ 27 \end{bmatrix} = \begin{bmatrix} 1 \\ 2 \\ 3 \end{bmatrix} \]

Thus \[ x = 1, y = 2, z = 3 \]

CBSE: Class 12

Key Points: Area of Triangle using Determinant

Concept Key Point / Formula
Area of Triangle \[ \boxed{\dfrac{1}{2}\begin{vmatrix} x_1 & y_1 & 1 \\ x_2 & y_2 & 1 \\ x_3 & y_3 & 1 \end{vmatrix}} \]
Collinearity Three points are collinear if determinant =0=0
Equation of Line Line through two points can be written using a 3 × 3  determinant
Consistent System Has at least one solution
Inconsistent System Has no solution
Non-Singular Case \[ |A| \neq 0 \]
Singular Case ∣A∣=0

Test Yourself

Shaalaa.com | Determinants Part 3- Application of determinants

Shaalaa.com


Next video


Shaalaa.com


Determinants Part 3- Application of determinants [00:36:09]
S
Series: 1
0%


Advertisements
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×