Topics
Mathematical Logic
- Statements and Truth Values in Mathematical Logic
- Logical Connectives
- Tautology, Contradiction, and Contingency
- Quantifier, Quantified and Duality Statements in Logic
- Negations of Compound Statements
- Converse, Inverse, and Contrapositive
- Algebra of Statements
- Application of Logic to Switching Circuits
- Overview of Mathematical Logic
Matrices
- Elementry Transformations
- Adjoint and Inverse of a Matrix
- Application of Matrices
- Overview of Matrices
Trigonometric Functions
- Trigonometric Equations and Their Solutions
- Solutions of Triangle>Polar Co-Ordinates
- Solving a Triangle>Solving a Triangle
- Basics of Inverse Trigonometric Functions
- Graphs of Inverse Trigonometric Functions
- Domain, Range & Principal Value
- Properties of Inverse Trigonometric Functions > Self-adjusting Property
- Overview of Trigonometric Functions
- Properties of Inverse Trigonometric Functions > Reciprocal Property
- Properties of Inverse Trigonometric Functions > Complementary Property
- Properties of Inverse Trigonometric Functions > Addition & Subtraction Formula for Inverse Tangent
- Properties of Inverse Trigonometric Functions > Double-angle Property
- Properties of Inverse Trigonometric Functions > Triple-angle Property
- Properties of Inverse Trigonometric Functions > Addition–Subtraction Formula for Inverse Sine & Cosine
- Properties of Inverse Trigonometric Functions > Negative Argument Property
Pair of Straight Lines
Vectors
- Overview of Vectors
- Basic Concepts of Vector Algebra
- Types of Vectors in Algebra
- Algebra of Vectors > Scalar Multiplication
- Algebra of Vectors > Addition & Subtraction of Two Vectors
- Collinearity and Coplanarity of Vectors
- Vectors in Coordinate Geometry
- Components of Vector in Algebra
- Vector Joining Two Points in Algebra
- Section Formula in Vector Algebra
- Product of Two Vectors > Scalar (Dot) Product
- Product of Two Vectors > Vector (Cross) Product
- Direction Ratios, Direction Cosine & Direction Angles in Vector
- Scalar Triple Product
- Vector Triple Product
Line and Plane
Linear Programming
Differentiation
- Introduction & Derivatives of Some Standard Functions
- Derivatives of Composite Functions
- Geometrical Meaning of Derivative
- Derivative of Inverse Trigonometric Function
- Logarithmic Differentiation
- Differentiation of Implicit Functions
- Derivatives of Functions in Parametric Forms
- Higher Order Derivatives
- Overview of Differentiation
Applications of Derivatives
Indefinite Integration
Definite Integration
- Definite Integral as Limit of Sum
- Integral Calculus
- Methods of Evaluation and Properties of Definite Integral
- Overview of Definite Integration
Application of Definite Integration
- Application of Definite Integration
- Area Bounded by Two Curves
- Overview of Application of Definite Integration
Differential Equations
- Basic Concepts of Differential Equations
- Order and Degree of a Differential Equation
- Formation of Differential Equations
- Forms of Solving Differential Equations> Homogeneous Differential Equations
- Forms of Solving Differential Equations>Linear Differential Equations
- Applications of Differential Equation
- Solution of a Differential Equation
- Overview of Differential Equations
Probability Distributions
- Random Variables
- Probability Distribution of Discrete Random Variables
- Probability Distribution of a Continuous Random Variable
- Variance of a Random Variable
- Expected Value and Variance of a Random Variable
- Overview of Probability Distributions
Binomial Distribution
Maharashtra State Board: Class 12
Definition: Inverse of a Matrix
If A and B are non-singular square matrices of the same order such that AB = BA = I (where I is the identity matrix of the same order as A and B), then A and B are called inverses of each other.
We write A⁻¹ = B and B⁻¹ = A.
i.e. AA⁻¹ = A⁻¹A = I.
- If |A| ≠ 0, then A⁻¹ exists.
- If the inverse of a square matrix exists, then it is unique. A matrix can not have more than one distinct inverse.
Maharashtra State Board: Class 12
Definition: Adjoint of a Matrix
The adjoint of A is defined as the transpose (i.e. interchange rows and columns) of the cofactor matrix, and it is denoted by adj (A).
Steps to Find adj(A)
For \[ A = [a_{ij}], \]
- Find the cofactor \[C_{ij}\] of every element.
- Form the cofactor matrix:
\[ C = \begin{bmatrix} C_{11} & C_{12} & \cdots \\ C_{21} & C_{22} & \cdots \\ \vdots & \vdots & \end{bmatrix}. \] - Transpose the cofactor matrix:
\[ \boxed{\text{adj}(A) = C^{T}} \]
Formula: Adjoint of a 2×2 Matrix
For \[ A = \begin{bmatrix} a & b \\ c & d \end{bmatrix}, \]
\[ \boxed{\text{adj } A = \begin{bmatrix} d & -b \\ -c & a \end{bmatrix}} \]
Shortcut
For a \[2 \times 2\] matrix:
- Interchange the diagonal elements.
- Change the signs of the off-diagonal elements.
Important Results
- A square matrix \[A\] is singular if \[ \boxed{|A| = 0} \]
and non-singular if \[ \boxed{|A| \neq 0}. \] - For a square matrix \[A\] of order \[n\]: \[ \boxed{|\text{adj } A| = |A|^{n-1}} \]
- For non-singular matrices \[A\] and \[B\], \[ \boxed{(AB)^{-1} = B^{-1}A^{-1}} \]
- \[ \boxed{\text{adj}(AB) = (\text{adj } B)(\text{adj } A)} \]
- For every square matrix \[A\] of order \[n\],\[ \boxed{A(\text{adj } A) = (\text{adj } A)A = |A|I} \]
where \[I\] is the identity matrix of the same order. - Relation Between Adjoint and Inverse: A square matrix is invertible if and only if it is non-singular.
If \[ |A| \neq 0, \] then \[ \boxed{A^{-1} = \frac{1}{|A|}\ \text{adj } A} \]
Real Life Examples
-
Inverse matrices are used in solving systems of equations, which appear in economics, statistics, and engineering applications.
-
They help in reversing matrix operations, just as division reverses multiplication in ordinary numbers.
-
In computer graphics and data transformations, inverse matrices help recover original positions after rotation or scaling operations.
Analogy:
An inverse matrix works like an “undo” operation for a matrix transformation, provided the matrix is non-singular.
Example 1
Example: Find the Adjoint
Find \[\text{adj } A\] for \[ A = \begin{bmatrix} 2 & 3 \\ 1 & 4 \end{bmatrix}. \]
Solution:
Step 1: Find cofactors
\[ C_{11} = 4, \qquad C_{12} = -1 \]
\[ C_{21} = -3, \qquad C_{22} = 2 \]
Step 2: Form the cofactor matrix
\[ C = \begin{bmatrix} 4 & -1 \\ -3 & 2 \end{bmatrix} \]
Step 3: Take transpose
\[ \text{adj } A = C^{T} \]
\[ \boxed{\text{adj } A = \begin{bmatrix} 4 & -3 \\ -1 & 2 \end{bmatrix}} \]
Example 2
Example: Find \[A^{-1}\] from a Matrix Equation
Solution:
Given \[ A = \begin{bmatrix} 2 & 3 \\ 1 & 2 \end{bmatrix} \]
and \[ A^2 - 4A + I = O. \]
Step 1: Rearrange
\[ A^2 - 4A = -I \]
\[ A(A - 4I) = -I \]
Step 2: Multiply by \[A^{-1}\]
\[ A - 4I = -A^{-1} \]
Therefore, \[ A^{-1} = 4I - A. \]
Step 3: Substitute \[A\]
\[ A^{-1} = \begin{bmatrix} 4 & 0 \\ 0 & 4 \end{bmatrix} - \begin{bmatrix} 2 & 3 \\ 1 & 2 \end{bmatrix} \]
\[ \boxed{A^{-1} = \begin{bmatrix} 2 & -3 \\ -1 & 2 \end{bmatrix}} \]
Maharashtra State Board: Class 12
Key Points: Adjoint of a Matrix
| Concept | Formula / Rule |
|---|---|
| Adjoint | adjA= transpose of cofactor matrix |
| 2×2 Adjoint | \[ \text{adj} \begin{bmatrix} a & b \\ c & d \end{bmatrix} = \begin{bmatrix} d & -b \\ -c & a \end{bmatrix} \] |
| Fundamental Property | \[ A(\text{adj } A) = (\text{adj } A)A = |A|I_n \] |
| Singular Matrix | if ∣A∣ = 0 |
| Non-Singular Matrix | if \[ |A| \neq 0 \] |
| For a square matrix A of order n | \[ |\text{adj } A| = |A|^{n-1} \] |
| Invertibility | A is invertible iff \[ |A| \neq 0 \] |
| Inverse | \[ A^{-1} = \frac{1}{|A|}\ \text{adj } A \] |
