Here are some key Algebra notes:
1. Basics of Algebra
Variables: Symbols (e.g., x, y) used to represent numbers.
Constants: Fixed values (e.g., 2, -5, 7).
Expressions: Combinations of variables and constants using operations (e.g., 3x + 5).
Equations: Expressions set equal to each other (e.g., 2x + 3 = 7).
2. Laws of Algebra
Commutative Law:
o Addition: a + b = b + a
o Multiplication: a × b = b × a
Associative Law:
o Addition: (a + b) + c = a + (b + c)
o Multiplication: (a × b) × c = a × (b × c)
Distributive Law:
o a(b + c) = ab + ac
3. Solving Equations
Linear Equations (e.g., 2x + 3 = 7):
o Isolate the variable:
Subtract 3 from both sides → 2x = 4
Divide by 2 → x = 2
Quadratic Equations (e.g., ax² + bx + c = 0):
o Factorization: Break equation into two factors and solve for x.
o Quadratic Formula:
x=−b±b2−4ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}x=2a−b±b2−4ac
4. Polynomials
Degree: Highest power of the variable (e.g., 3x² + 2x - 5 has a degree of 2).
Types:
o Monomial (1 term): 5x
o Binomial (2 terms): x² - 3x
o Trinomial (3 terms): x² - 4x + 3
5. Functions and Graphs
Linear Functions: y = mx + c (straight-line graph)
Quadratic Functions: y = ax² + bx + c (parabolic graph)
6. Exponents and Logarithms
Laws of Exponents:
o am×an=am+na^m \times a^n = a^{m+n}am×an=am+n
o (am)n=amn(a^m)^n = a^{mn}(am)n=amn
o aman=am−n\frac{a^m}{a^n} = a^{m-n}anam=am−n
Logarithms: Inverse of exponents
o logb(xy)=logbx+logby\log_b (xy) = \log_b x + \log_b ylogb(xy)=logbx+logby
o logb(x/y)=logbx−logby\log_b (x/y) = \log_b x - \log_b ylogb(x/y)=logbx−logby