0% found this document useful (0 votes)
27 views2 pages

Class 12 Maths Formula Sheet PDF

This document is a formula sheet for Class 12 CBSE Mathematics covering key concepts in Relations and Functions, Inverse Trigonometric Functions, Matrices, Determinants, Continuity and Differentiability, and Applications of Derivatives. It includes definitions, properties, and important identities related to each topic. The content serves as a quick reference for students preparing for their exams.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views2 pages

Class 12 Maths Formula Sheet PDF

This document is a formula sheet for Class 12 CBSE Mathematics covering key concepts in Relations and Functions, Inverse Trigonometric Functions, Matrices, Determinants, Continuity and Differentiability, and Applications of Derivatives. It includes definitions, properties, and important identities related to each topic. The content serves as a quick reference for students preparing for their exams.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Class 12 CBSE Mathematics Formula Sheet

1. Relations and Functions

- Composition of Functions: If f: A -> B and g: B -> C, then the composition g o f: A -> C is defined

by (g o f)(x) = g(f(x)).

- Invertible Function: A function f is invertible if there exists a function f^(-1) such that f(f^(-1)(x)) = x

and f^(-1)(f(x)) = x.

2. Inverse Trigonometric Functions

- Principal Value Branches:

sin^(-1)(x) is defined for x in [-1, 1] with range [-pi/2, pi/2].

cos^(-1)(x) is defined for x in [-1, 1] with range [0, pi].

tan^(-1)(x) is defined for all x with range (-pi/2, pi/2).

- Key Identities:

sin(sin^(-1)(x)) = x for x in [-1, 1].

cos(cos^(-1)(x)) = x for x in [-1, 1].

tan(tan^(-1)(x)) = x for all x.

3. Matrices

- Addition: If A = [a_ij] and B = [b_ij], then A + B = [a_ij + b_ij].

- Multiplication: If A is m x n and B is n x p, then AB is m x p with elements c_ij = sum(a_ik * b_kj).

- Determinant of 2x2 Matrix: det(A) = ad - bc for A = [[a, b], [c, d]].

4. Determinants

- Properties:

Interchanging two rows or columns changes the sign of the determinant.


If two rows/columns are identical, the determinant is zero.

Multiplying a row/column by scalar k multiplies the determinant by k.

- Adjoint and Inverse:

adj(A) is the transpose of the cofactor matrix.

A^(-1) = (1/det(A)) x adj(A) if A is invertible.

5. Continuity and Differentiability

- Continuity: f(x) is continuous at x = c if limit as x approaches c of f(x) = f(c).

- Derivative: f'(x) = limit as h approaches 0 of [f(x+h) - f(x)] / h.

- Derivatives of Standard Functions:

d/dx (x^n) = n * x^(n-1).

d/dx (sin x) = cos x.

d/dx (cos x) = -sin x.

d/dx (e^x) = e^x.

d/dx (ln x) = 1/x.

6. Applications of Derivatives

- Tangent and Normal:

Slope of tangent at x = c is f'(c).

Equation of tangent: y - f(c) = f'(c)(x - c).

Slope of normal is -1/f'(c).

Equation of normal: y - f(c) = -1/f'(c)(x - c).

- Maxima and Minima:

If f'(x) = 0 and f''(x) < 0, f(x) has a local max.

If f'(x) = 0 and f''(x) > 0, f(x) has a local min.

Common questions

Powered by AI

A function is invertible if there exists a function f^(-1) such that f(f^(-1)(x)) = x and f^(-1)(f(x)) = x. This implies that the function must be bijective, meaning it is both one-to-one (injective) and onto (surjective). The inverse function reverses the outputs back to the original inputs .

Arc sine (sin^(-1)(x)) has a domain of [-1, 1] and range of [-pi/2, pi/2], arc cosine (cos^(-1)(x)) shares the domain [-1, 1] but has a range of [0, pi], and arc tangent (tan^(-1)(x)) has a domain of all real x with a range of (-pi/2, pi/2). These differences are significant because they ensure each function is one-to-one within its respective range, making the inverse a well-defined function .

The transposition and cofactor computation lay the foundation for constructing the adjoint of a matrix. The adjoint is the transpose of the cofactor matrix, where each element is replaced by its respective cofactor. Inverting a matrix involves the adjoint and the determinant. If the determinant is non-zero, the inverse is obtained using A^(-1) = (1/det(A)) x adj(A).

Row or column operations affect the determinant of a 2x2 matrix as follows: Interchanging two rows or two columns changes the sign of the determinant. Scaling a row or a column by a factor k multiplies the determinant by k. If two rows or two columns are identical, the determinant becomes zero, reflecting linear dependence .

Principal value branches are crucial for inverse trigonometric functions because they designate specific intervals over which these functions are one-to-one. This makes the inverse properly defined as a function, returning a unique output for each input. For example, sin^(-1)(x) is confined to the interval [-pi/2, pi/2] to ensure it is a true function, as sine naturally is multi-valued without this restriction .

The derivative of a function at a point provides the slope of the tangent line to the curve at that point. If f'(c) is the derivative at x = c, then the slope of the tangent is f'(c). The equation of the tangent line is y - f(c) = f'(c)(x - c). The normal line, perpendicular to the tangent, has a slope of -1/f'(c), and its equation is y - f(c) = -1/f'(c)(x - c). These concepts intersect in analyzing the perpendicularity and immediate direction changes of a curve .

The adjoint of a matrix is used to calculate its inverse through the formula A^(-1) = (1/det(A)) x adj(A). This calculation is valid only if the determinant of the matrix is non-zero, which indicates the matrix is invertible. The adjoint is the transpose of the cofactor matrix, ensuring the inverse adheres to the rules of matrix operations .

The composition of functions, denoted as g o f, maps elements from set A to set C, where g o f: A -> C. The domain of g o f is the domain of f, which is set A, and its range is the range of g, which is potentially reduced depending on the image of B under f. Essentially, the range of f must be a subset of the domain of g for the composition to be properly defined .

The first derivative test determines where a function's slope is zero, indicating potential local extrema. If f'(x) = 0, the point is a candidate for a local maximum or minimum. The second derivative test further evaluates this: if f''(x) > 0 at the point, it's a local minimum due to concavity upward, and if f''(x) < 0, it's a local maximum due to concavity downward .

A function is differentiable at a point if it is smooth and has a defined slope there, which implies continuity at that point. However, the reverse is not always true: a function can be continuous but not differentiable, such as at a corner or cusp. An example is the function f(x) = |x|, which is continuous everywhere but not differentiable at x = 0 due to the abrupt change in direction (cusp). At x = 0, f(x) is continuous but lacks a derivative .

You might also like