What are Algebraic Expressions?
3x + 5
Term: Anything separated by + or -
3: Coefficient: Integer connected to a variable
x: Variable: Represent unknown values
5: Constant: Terms that are not connected to variables
Polynomial
Polynomial Degree
Algebraic Identities
Common Exponent Mistakes
Equations
Three Equation Rules
Linear Equation
An equation with one or more variables in which each term is either a constant or a variable.
* One or more variables: x = 5
* Each variable is raised to the first power: y = 3x + 7
Absolute Value Equations
Set up two equations: one positive & one negative. Then solve each one separately.
NOTE: Absolute value equations can never be equal to a negative value.
|4x + 9| = 18
Equation 1: 4x + 9 = 18
Equation 2: 4x + 9 = -18
Are 2-Variable Equations Solvable?
Systems of Equations & Solutions
A set of two more equations, each containing two or more variables
3x + y = 5
x - 27 = 3
NOTE: Systems of equations are solvable if the number of variables in each equation equals the number of equations in the set.
Elimination Method
You manipulate one or both of the equations so that, when you add one equation to the other or subtract one equation from the other, one of the variables is eliminated, allowing you to solve the system of equations.
Systems of Equations Shortcut
If the problem is asking you for x + y or x - y that’s an indication that the shortcut might apply.
3x + 2y = 10
2x + 3y = 30
What does x + y equal? Adding the two equations together, we get 5x + 5y =40
Then we can divide both sides by 5 to get x + y = 8
Quadratic Equation
A polynomial of the second degree, meaning it includes an x² term. Typically quadratic equations are set = 0
x²=7, 3x² + 4x = 10
Quadratic Formula
x = [-b ± √(b² - 4ac)] / 2a
The Discriminant
Used to calculate how many solutions a quadratic equation has.
b² - 4ac
Factoring Quadratic Equations
x² + 10x + 16 = 0
Splitting a quadratic equation into two parts
ax² + bx + c = 0
x² + 10x + 16 = 0
8 + 2 = 10, 10 x 2 = 16
(x + 8)(x + 2) = 0
Completing the Square
x² + 6x + 4 = 0
x² + 6x + 4 = 0 → (x + 3)² - 5 = 0
Factoring Quadratic Equations when the quadratic equation has a coefficient x² > 1
y = 3x² + 15x + 12
y = 3x² + 15x + 12
Absolute Value Quadratic
Finding # of solutions
|x²+5x|=4
|x²+5x|=4
1. x² + 5x = 4→x² + 5x - 4 = 0→5² - 4(1)(-4) = 41→2 solutions
2. x² + 5x = -4→x² + 5x + 4 = 0→5² - 4(1)(4) = 9→2 solutions
3. Four total solutions
Solving Inequalities (<,>)
* Sign Flipping: The inequality sign FLIPS in the below situations
1. If we multiply or divide by a negative value: -5x < 10→-5 ÷5 < 10 ÷5→x > -2
4. Absolute Values: Set up two inequalities. For the first, just remove the absolute value sign and change nothing else. For the second, make it negative and FLIP the sign.
|x| > 10→x >10, x < -10
5. Square Roots: Set up two inequalities. For the first, don’t change anything. For the second, make it negative and FLIP the sign.
x² > 10→x² >10, x² < -10
Functions
e. g: f(x) = 2x + 3
e. g: f(x) = f(x + 1)
f(x) = 2x + 3
* The input is what’s between the parentheses: x
* The output is what f(x) equals: 2x + 3
In the case that x = 4, then the input = 4, output = 2(4) + 3→11
Function Cases
If f(x + 7) = 2f(x), and f(3) = 10, what is f(17)?
When we add 7 to the input, We double the output. We know that f(3) = 10, so we substitute 3 for x and 10 for f(x)
f(3 + 7) = 2 x 10, f(10) = 20
f(10 + 7) = 2 x 20, f(17) = 40
Domain & Range of Functions