Topics
Relations and Functions
Relations and Functions
Algebra
Inverse Trigonometric Functions
Calculus
Matrices
- Concept of Matrices
- Types of Matrices
- Equality of Matrices
- Operations on Matrices> Addition and Subtraction of Matrices
- Operations on Matrices>Scalar Multiplication
- Operations on Matrices> Matrix Multiplication
- Transpose of a Matrix
- Symmetric and Skew Symmetric Matrices
- Invertible Matrices
- Overview of Matrices
Determinants
Vectors and Three-dimensional Geometry
Linear Programming
Continuity and Differentiability
- Continuous and Discontinuous Functions
- Algebra of Continuous Functions
- Concept of Differentiability
- Derivatives of Composite Functions
- Differentiation of Implicit Functions
- Derivative of Inverse Trigonometric Function
- Exponential and Logarithmic Functions
- Logarithmic Differentiation
- Derivatives of Functions in Parametric Forms
- Second Order Derivative
- Overview of Continuity and Differentiability
Probability
Applications of Derivatives
Integrals
- Integration
- Integration as an Inverse Process of Differentiation
- Properties of Indefinite Integral
- Methods of Integration> Integration by Substitution
- Methods of Integration>Integration Using Trigonometric Identities
- Methods of Integration> Integration Using Partial Fraction
- Methods of Integration> Integration by Parts
- Integrals of Some Particular Functions
- Definite Integrals
- Fundamental Theorem of Integral Calculus
- Evaluation of Definite Integrals
- Properties of Definite Integrals
- Overview of Integrals
Sets
Applications of the Integrals
Differential Equations
- Basic Concepts of Differential Equations
- Order and Degree of a Differential Equation
- Solution of a Differential Equation
- Forms of Solving Differential Equations> Variable Separable
- Forms of Solving Differential Equations> Homogeneous Differential Equations
- Forms of Solving Differential Equations>Linear Differential Equations
- Overview of Differential Equations
Vectors
- Basic Concepts of Vector Algebra
- Direction Ratios, Direction Cosine & Direction Angles in Vector
- Types of Vectors in Algebra
- Algebra of Vectors > Addition & Subtraction of Two Vectors
- Multiplication in Vector Algebra
- Components of Vector in Algebra
- Vector Joining Two Points in Algebra
- Section Formula in Vector Algebra
- Product of Two Vectors > Scalar (Dot) Product
- Overview of Vectors
Three - Dimensional Geometry
Linear Programming
Probability
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
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.
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.
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\].
Example 1
Solve the system of equations
Solution: The system of equations can be written in the form
Now,
Note that
Therefore
i.e.
Hence
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
This system can be written as
Here
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} \]
or
Thus \[ x = 1, y = 2, z = 3 \]
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 |
