Mathematics I Formulas
Mathematics I Formulas
Unit 1: Calculus
1. Definite Integral:
∫[a,b] f(x) dx = F(b) - F(a)
2. Improper Integrals:
If the integral has infinite limits or an integrand with an infinite discontinuity.
3. Reduction Formula:
∫ sin^n(x) dx = -1/n sin^(n-1)(x) cos(x) + (n-1)/n ∫ sin^(n-2)(x) dx
4. Beta Function:
B(x, y) = ∫[0,1] t^(x-1) (1-t)^(y-1) dt
5. Gamma Function:
Γ(n) = ∫[0,∞] t^(n-1) e^(-t) dt
Unit 2: Calculus
1. Rolle's Theorem:
If f(a) = f(b), then there exists c ∈ (a, b) such that f'(c) = 0.
2. Mean Value Theorem:
f'(c) = (f(b) - f(a)) / (b - a)
3. Taylor Series:
f(x) = f(a) + f'(a)(x-a) + f''(a)(x-a)^2/2! + ...
4. Maclaurin Series:
Special case of Taylor series with a = 0.
5. L'Hospital's Rule:
If lim(x→c) f(x)/g(x) = 0/0 or ±∞/±∞, then:
lim(x→c) f(x)/g(x) = lim(x→c) f'(x)/g'(x)
Unit 5: Matrices
1. Rank of Matrix:
Maximum number of linearly independent rows or columns.
2. Eigenvalues and Eigenvectors:
Ax = λx, where λ is an eigenvalue and x is an eigenvector.
3. Cayley-Hamilton Theorem:
Every square matrix satisfies its characteristic equation.
4. Orthogonal Transformation:
A transformation preserving dot products: A^T A = I.