IMPORTANT ALGEBRA FORMULAS
Important Algebra Formulas
1. Basic Algebraic Identities
- (a + b)² = a² + 2ab + b²
- (a - b)² = a² - 2ab + b²
- a² - b² = (a + b)(a - b)
- (a + b + c)² = a² + b² + c² + 2(ab + bc + ca)
- (a - b - c)² = a² + b² + c² - 2(ab + bc + ca)
2. Cube Identities
- (a + b)³ = a³ + b³ + 3ab(a + b)
- (a - b)³ = a³ - b³ - 3ab(a - b)
- a³ + b³ = (a + b)(a² - ab + b²)
- a³ - b³ = (a - b)(a² + ab + b²)
3. Factorization Formulas
- x² + (a + b)x + ab = (x + a)(x + b)
- x³ + y³ + z³ - 3xyz = (x + y + z)(x² + y² + z² - xy - yz - zx)
4. Quadratic Equation Formula
For an equation ax² + bx + c = 0, the roots are:
x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
5. Arithmetic and Geometric Progression (AP & GP)
- Sum of n terms of an AP:
S_n = \frac{n}{2} (2a + (n-1)d)
a_n = a + (n-1)d
S_n = \frac{a(1 - r^n)}{1 - r}, \quad \text{if } r \neq 1
a_n = a r^{n-1}
6. Binomial Theorem (For Positive Integer n)
(a + b)^n = \sum_{k=0}^{n} \binom{n}{k} a^{n-k} b^k
These formulas are essential for solving algebraic problems efficiently.
Comments
Post a Comment