⏳
Loading cheatsheet...
Complete NCERT Maths for Class 11-12 — Sets, Calculus, Algebra, Trigonometry, Vectors, 3D, Probability — quick revision for boards & JEE.
| Type | Definition | Example |
|---|---|---|
| One-one (Injective) | Each element maps to unique element | f(x)=2x+1 |
| Onto (Surjective) | Every element of codomain has pre-image | f:R→[-1,1], f(x)=sin(x) |
| Bijective | Both injective and surjective | f(x)=x, x↦2x is bijection on R⁺ |
| Identity | f(a)=a for all a | I(x)=x |
| Constant | f(x)=c for all x | f(x)=5 |
| Inverse | f(f⁻¹(x))=x | sin(arcsin(x))=x |
| Angle | sin | cos | tan | cosec | sec | cot |
|---|---|---|---|---|---|---|
| 0° | 0 | 1 | 0 | ∞ | 1 | ∞ |
| 30° | 1/2 | √3/2 | 1/√3 | 2 | 2/√3 | √3 |
| 45° | 1/√2 | 1/√2 | 1 | √2 | √2 | 1 |
| 60° | √3/2 | 1/2 | √3 | 2/√3 | 2 | 1/√3 |
| 90° | 1 | 0 | ∞ | 1 | ∞ | 0 |
sin²θ + cos²θ = 1 1 + tan²θ = sec²θ
1 + cot²θ = cosec²θ sin(2θ) = 2 sinθ cosθ
cos(2θ) = cos²θ - sin²θ cos(2θ) = 2cos²θ - 1 = 1 - 2sin²θ
sin(3θ) = 3sinθ - 4sin³θ cos(3θ) = 4cos³θ - 3cosθ
tan(3θ) = (3t - t³)/(1-3t²) where t = tanθsin A + sin B = 2 sin((A+B)/2) cos((A-B)/2)
sin A - sin B = 2 cos((A+B)/2) sin((A-B)/2)
cos A + cos B = 2 cos((A+B)/2) cos((A-B)/2)
cos A - cos B = -2 sin((A+B)/2) sin((A-B)/2)
2 sin A cos B = sin(A+B) + sin(A-B)
2 cos A cos B = cos(A+B) + cos(A-B)
2 sin A sin B = cos(A-B) - cos(A+B)
cos²A - sin²A = cos 2A| Function | Domain | Range | Principal Value |
|---|---|---|---|
| sin⁻¹ | [-1,1] | [-π/2, π/2] | [-π/2, π/2] |
| cos⁻¹ | [-1,1] | [0, π] | [0, π] |
| tan⁻¹ | R | (-π/2, π/2) | (-π/2, π/2) |
| cot⁻¹ | R | (0, π) | (0, π) |
| sec⁻¹ | (-∞,-1]∪[1,∞) | [0,π]∪(π/2,3π/2) | [0,π]∪(π/2,3π/2) |
| cosec⁻¹ | (-∞,-1]∪[1,∞) | [-π/2,π/2]∪(0,π) | [−π/2, π/2]∪(0,π) |
(a + b)ⁿ = ⁿC₀ aⁿ + ⁿC₁ aⁿ⁻¹b + ⁿC₂ aⁿ⁻²b² + ... + ⁿCₙ bⁿ
General term: Tᵣ₊₌ = ⁿCᵣ · aⁿ⁻ᵣ · bʳ
Middle term: when n is even, term = (n/2+1)th
Coefficient of middle term = ⁿCₙ/2
Sum of coefficients = 2ⁿMatrix Operations: A+B, A-B, scalar multiplication (kA), AB (columns of A × rows of B)
Transpose: (AB)ᵀ = BᵀAᵀ
Symmetric: A = Aᵀ (aᵢⱼ = aⱼⱼ)
Skew-symmetric: A = -Aᵀ (diagonal elements = 0)
|AB| = |A|·|B| (only if both are square)
A⁻¹ = adj(A)/|A| (exists only if |A| ≠ 0)
Cramer's Rule: x = |Aₓ|/|A|, y = |Aᵧ|/|A|, z = |Aᶜ|/|A|
Cofactors & Adjoint: Cᵢⱼ = (-1)^(i+j) Mⱼⱼ
Determinant expansion: |A| = a(ei-fh) - b(di-fg) + c(dh-eg) (for 3×3)| Form | Equation |
|---|---|
| Slope-intercept | y = mx + c |
| Point-slope | y - y₁ = m(x - x₁) |
| Two-point | (y - y₁)/(y₂-y₁) = (x - x₁)/(x₂-x₁) |
| Intercept form | x/a + y/b = 1 |
| Normal form | x cosα + y sinα = p |
| General form | Ax + By + C = 0; slope = -A/B |
| Distance from point (x₀,y₀) to line Ax+By+C=0 | |Ax₀+By₀+C|/√(A²+B²)| |
| Conic | Standard Equation | Key Properties |
|---|---|---|
| Circle | (x-h)²+(y-k)²=r² | Center(h,k), radius r, area πr² |
| Parabola | y²=4ax (right), x²=4ay (up) | Focus(a,0), Directrix x=-a, Latus rectum=4a |
| Ellipse | x²/a²+y²/b²=1 | Foci(±ae,0), e=c/a<1, Latus rectum=2b²/a |
| Hyperbola | x²/a²-y²/b²=1 | Foci(±ae,0), e=c/a>1, Asymptotes y=±(b/a)x |
lim(x→0) sin x/x = 1 lim(x→0) (eˣ-1)/x = 1
lim(x→0) (tan⁻¹x)/x = 1 lim(x→0) (aˣ-1)/x = ln(a)
lim(x→0) (1-cos x)/x = 0 lim(n→∞) (1+1/n)ⁿ = e
L'Hôpital's Rule: lim f(x)/g(x) = lim f'(x)/g'(x) when 0/0 or ∞/∞ formd/dx (xⁿ) = nxⁿ⁻¹ d/dx (constant) = 0
d/dx (sin x) = cos x d/dx (cos x) = -sin x
d/dx (tan x) = sec²x d/dx (cot x) = -cosec²x
d/dx (sec x) = sec x tan x d/dx (cosec x) = -cosec x cot x
d/dx (eˣ) = eˣ d/dx (aˣ) = aˣ ln(a)
d/dx (ln x) = 1/x d/dx (logₐx) = 1/(x ln(a))
Chain Rule: d/dx [f(g(x))] = f'(g(x))·g'(x)
Product Rule: (uv)' = u'v + uv'
Quotient Rule: (u/v)' = (u'v - uv')/v²∫ xⁿ dx = xⁿ⁺¹/(n+1) + C ∫ 1/x dx = ln|x| + C
∫ eˣ dx = eˣ + C ∫ sin x dx = -cos x + C
∫ cos x dx = sin x + C ∫ sec²x dx = tan x + C
∫ cosec²x dx = -cot x + C ∫ sec x tan x dx = sec x + C
∫ cosec x cot x dx = -cosec x + C ∫ aˣ dx = aˣ/ln(a) + C
∫ uv dx = u∫v dx - ∫ u'(∫v dx) dx (Integration by parts)
∫ eˣⁿ dx = (eˣⁿ/ln(e))·[xⁿ - n·∫ xⁿ⁻¹ dx] (reduction formula)
Definite: ∫ₐᵇ f(x)dx = F(b) - F(a)
Area = ∫ₐᵇ |y| dx for region between curve and x-axisVariable Separable: dy/dx = f(x)g(y) → ∫dy/g(y) = ∫f(x)dx
Homogeneous: dy/dx = f(y/x) → let y = vx, dy/dx = v + x(dv/dx)
Linear: dy/dx + Py = Q(x)
IF: IF = e^(∫P dx), solution: y·IF = ∫ Q·IF dx + C
Second Order: a d²y/dx² + b dy/dx + cy = f(x)
AE = x² + 2mx + n → y = complementary function + particular integralAddition: a + b (parallelogram law)
Scalar/Dot Product: a·b = |a||b|cosθ = a₁b₁+a₂b₂+a₃b₃
|a·b| = 0 ⟺ a ⊥ b
Vector/Cross Product: |a×b| = |a||b|sinθ, direction: ⊥ to both a and b
(a×b)·(a×b) = |a×b|² = |a|²|b|² - (a·b)²
Scalar Triple Product: [a b c] = a·(b×c) = volume of parallelepiped
[a b c] = 0 ⟺ coplanar vectorsALGEBRA
(a+b)² = a² + 2ab + b² (a-b)² = a² - 2ab + b²
(a+b)³ = a³ + 3a²b + 3ab² + b³ (a-b)³ = a³ - 3a²b + 3ab² - b³
a³ + b³ = (a+b)(a²-ab+b²) a³ - b³ = (a-b)(a²+ab+b²)
a² - b² = (a+b)(a-b) x² - y² = (x+y)(x-y)
CALCULUS
d/dx [u/v] = (u'v - uv')/v² ∫₀ᵇ f(x)dx = F(b)-F(a)
Integration by parts: ∫u dv = uv - ∫v' du
Area under curve = ∫ₐᵇ y dx | Area between curves = ∫ₐᵇ (f-g) dx
TRIGONOMETRY
sin 2A = 2sinA cosA cos 2A = 2cos²A-1 = 1-2sin²A
tan 2A = 2tanA/(1-tan²A) 3A: sin3A = 3sinA-4sin³A, cos3A = 4cos³A-3cosA
VECTORS
|a+b|² = |a|²+|b|²+2(a·b) |a×b|² = |a|²|b|²-(a·b)²
[a b c] = a·(b×c) (a×b) = -(b×a)