Video summary
All of ALGEBRA in under 1 hour (ultimate study guide)
Main summary
Key takeaways
Main ideas / lessons (top-level)
- Algebra uses variables to represent unknown quantities, and most core skills involve rewriting expressions and solving for values of variables.
- The video walks through 10 must-know algebra topics, moving from simplifying expressions to equations/inequalities, then functions, graphs, systems of equations, exponents, polynomials, factoring, and finally quadratic functions/equations.
- Across topics, the recurring theme is to apply rules consistently to maintain equivalence (e.g., balance method for equations/inequalities) and look for structures (like terms, like variables/exponents, intercepts, vertex, zero product rule).
1) Simplifying algebraic expressions
Key definitions
- Term: a number, a variable, or a product of numbers/variables.
- Examples:
7,x,5x^2,-3xy^5
- Examples:
- Algebraic expression: multiple terms combined using operations (addition/subtraction, etc.).
- Example:
5x^2 - 3x + 1
- Example:
Like terms (what they are)
Like terms have:
- the exact same variables, and
- the exact same exponents.
Notes:
- Coefficients can differ and they can still be like terms (e.g.,
5x^2and-5x^2). - If the variable differs (e.g.,
5xvs5y), they are not like terms.
Method to simplify (collect like terms)
Steps:
- Rearrange/group like terms next to each other.
- Keep the sign attached to each term (the sign to the left “belongs” to the term).
- For each like-term group, add/subtract coefficients while keeping the variable part the same.
Example pattern:
- Combine
3x^2 - 5x^2→(3 - 5)x^2 = -2x^2 - Combine
-2x + 4x→(-2 + 4)x = 2x - Constants combine only with other constants (e.g.,
10 + 3, etc.).
Distributive property (expanding)
A monomial a multiplied by a bracket expression (x + y) becomes:
a(x + y) = ax + ay
Workflow in the video:
- Multiply the outside term by each inside term.
- Then collect like terms again to simplify.
2) Solving linear equations
Definition / goal
- Solve an equation means finding the variable value(s) that make the equation true.
Balance method (inverse operations)
- Maintain equality by doing the same operation to both sides.
- Isolate the variable using inverse operations.
Order rule used:
- Follow BEDMAS in reverse (inverse sequence):
- do addition/subtraction first,
- then multiplication/division,
- then exponents,
- then inside brackets.
Example workflow shown
For 2x + 5 = 11:
- Subtract 5 from both sides →
2x = 6 - Divide by 2 →
x = 3
Verification:
- Substitute the solution back into the original equation to confirm both sides match.
More complex linear equation approach
- Move all variable terms to one side.
- Move all constant terms to the other side.
- When moving a term across the equal sign, you change its sign.
3) Inequalities
What an inequality is
- Compares two quantities using:
>,<,≥,≤.
Goal
- Find all x-values that satisfy the inequality.
- Unlike equations (single answer), inequalities give a range.
Solving rule
- Same as linear equations except:
- If you multiply or divide by a negative number, you must flip the inequality sign.
Representation of solutions
- Number line
- Open circle for
>or<(not included) - Closed circle for
≥or≤(included) - Shade the solution set
- Open circle for
- Interval notation
- Parentheses
()when endpoints are not included - Square brackets
[]when endpoints are included
- Parentheses
4) Functions and function notation
Function definition
- A relationship where each input maps to exactly one output.
Function notation
f(x)means the output of the function namedfwhen the input isx.- It is not multiplication of
fandx.
Evaluating a function (table/points)
- Replace
xwith a chosen input and compute the output. - Example: if
f(x) = 2x^2 + 1, then:f(2) = 2(2^2) + 1 = 9- Plot the point
(2, 9)
Vertical line test (to confirm function)
- If any vertical line hits the graph more than once, it’s not a function.
- If every vertical line hits it at most once, it is a function.
5) Graphing linear functions (slope-intercept form)
Form
y = mx + b
Meanings
m= slope- rate of change:
change in y / change in x - also phrased as rise / run
- rate of change:
b= y-intercept- where the line crosses the y-axis: point
(0, b)
- where the line crosses the y-axis: point
Graphing process
- Plot the y-intercept.
- Use the slope to find additional points.
Example shown:
For y = (-1/3)x + 5:
- Plot
(0, 5) - Slope
-1/3:- rise
-1(down 1), run3(right 3)
- rise
- Draw the line through the points.
6) Systems of equations
Definition
- Find values of variables (e.g.,
xandy) that satisfy all equations in the system.
Three main methods
Method 1: Graphing
Steps:
- Rewrite each equation in slope-intercept form (
y = mx + b) - Graph both lines
- The intersection point gives the solution
(x, y)
Verification:
- Substitute the solution into both equations.
Method 2: Substitution
Steps:
- Isolate one variable in one equation
- Substitute that expression into the other equation
- Solve the resulting single-variable equation
- Substitute back to find the second variable
Workflow example:
- Express
xin terms ofy, plug into equation 1, solve fory, then solve forx.
Method 3: Elimination
Steps:
- Stack equations so like terms line up
- Multiply one (or both) equations so coefficients of one variable match (same absolute value)
- Add/subtract equations to eliminate that variable
- Solve for the remaining variable
- Substitute back
7) Exponents
Definition of power
a^nmeans repeated multiplication:amultiplied by itselfntimes.
Examples of expansion
9^2 = 9 * 9 = 81(-5)^2 = (-5) * (-5) = 25
Sign note emphasized:
- If the negative is not inside parentheses, it can behave differently (example indicates it can lead to
-25).
Exponent rules (power laws)
- Product rule:
a^m * a^n = a^(m+n) - Quotient rule:
a^m / a^n = a^(m-n)(same base) - Power of a power:
(a^m)^n = a^(m*n)
8) Multiplying polynomials
Core rule
- Multiply every term in the first polynomial by every term in the second.
Part A: binomial × binomial (FOIL)
FOIL:
- First
- Outside
- Inside
- Last
After expanding, combine like terms.
Part B: trinomial × binomial
- Multiply all terms with all terms.
- Then simplify by combining like terms.
9) Factoring
What factoring is
- The reverse of expansion:
- rewrite an expression as a product of simpler expressions (factors).
Three types covered
1) Common factoring
Steps:
- Find the greatest common factor (GCF) across all terms
- Factor it out by dividing each term by the GCF and writing the result in parentheses
2) Quadratic trinomial factoring (leading coefficient = 1)
- Form:
x^2 + bx + c
Steps:
- Find numbers
mandnsuch that:m + n = bm * n = c
- Then:
x^2 + bx + c = (x + m)(x + n)
3) Quadratic trinomial factoring (leading coefficient ≠ 1)
For ax^2 + bx + c with a ≠ 1:
Steps:
- Find two numbers whose:
- product is
a*c - sum is
b
- product is
- Split the middle term
bxinto two terms using those numbers - Factor by grouping
- factor out common factors from the first two terms and from the last two terms
- Then factor out the shared binomial
10) Quadratic functions and equations (Mushroom Academy section)
Quadratic function basics
- A quadratic is a polynomial where the highest power of x is 2.
- The graph is a parabola with a vertex:
- opens up → vertex is the minimum
- opens down → vertex is the maximum
Vertex coordinates (method shown)
- From standard form
ax^2 + bx + c:x_vertex = -b / (2a)
- Then compute:
y_vertexby substitutingx_vertexinto the quadratic.
Graphing using the vertex and x-intercepts
- x-intercepts occur where
y = 0. - To find x-intercepts:
- set the quadratic equal to
0 - convert to factored form if possible
- use the zero product rule:
- if
(factor1)(factor2) = 0, thenfactor1 = 0orfactor2 = 0
- if
- set the quadratic equal to
Solving quadratics (two methods shown)
Method A: Factoring + zero product rule
- Factor the quadratic
- Set each factor equal to zero
- Solve the resulting linear equations
Method B: Quadratic formula
- Formula:
x = (-b ± sqrt(b^2 - 4ac)) / (2a)
- Steps shown:
- substitute
a,b,c - simplify inside the square root (discriminant)
- compute both solutions using
±
- substitute
Speakers / sources featured
- Jensen May