Algebra 2 Identities¶
A list of essential Algebra 2 identities and formulas that are widely used:
1. Polynomial Identities¶
Difference of Squares¶
Perfect Square Trinomials¶
- Positive:
- Negative:
Sum and Difference of Cubes¶
- Sum of Cubes:
- Difference of Cubes:
2. Quadratic Identities¶
Quadratic Formula¶
For any quadratic equation of the form \( ax^2 + bx + c = 0 \):
Discriminant¶
The discriminant \( \Delta \) of a quadratic equation \( ax^2 + bx + c = 0 \) is:
- If \( \Delta > 0 \), there are two distinct real roots.
- If \( \Delta = 0 \), there is one real root.
- If \( \Delta < 0 \), there are two complex roots.
3. Logarithmic and Exponential Identities¶
Properties of Logarithms¶
- Product Rule:
- Quotient Rule:
- Change of Base Formula:
Exponential Properties¶
- Product of Powers:
- Quotient of Powers:
- Power of a Power:
Exponential and Logarithmic Inverses¶
- Exponential and Logarithmic Relation:
4. Rational Expressions and Identities¶
Reciprocal Identity¶
Complex Fraction Identity¶
5. Absolute Value Identities¶
Absolute Value Properties¶
- Multiplication:
-
Division: [ \left|\frac{a}{b}\right| = \frac{|a|}{|b|}, \quad b \neq 0 ]
-
Absolute Value of a Product: [ |a^2| = a^2 ]
6. Complex Number Identities¶
Complex Conjugates¶
For a complex number \( z = a + bi \):
- Conjugate: \( \overline{z} = a - bi \)
- Product of a Complex Number and Its Conjugate:
7. Binomial Theorem¶
The binomial expansion of \( (a + b)^n \) is given by:
where \( \binom{n}{k} \) is the binomial coefficient \( \frac{n!}{k!(n-k)!} \).
8. Sum and Product of Roots (Quadratic Equations)¶
For a quadratic equation \( ax^2 + bx + c = 0 \), the sum and product of the roots are:
-
Sum of Roots: [ r_1 + r_2 = -\frac{b}{a} ]
-
Product of Roots:
9. Rational Root Theorem¶
For a polynomial \( P(x) = a_nx^n + a_{n-1}x^{n-1} + \dots + a_0 \), any rational solution \( \frac{p}{q} \) is such that:
- \( p \) is a factor of the constant term \( a_0 \).
- \( q \) is a factor of the leading coefficient \( a_n \).
10. Partial Fraction Decomposition¶
To decompose a rational expression into simpler fractions:
where \( r_1 \) and \( r_2 \) are the roots of the denominator \( Q(x) \).