Algebra
Expressions with letters, equations and inequalities, systems and quadratics — how to pin down what you do not know yet: a break-even point, a dimension, a dose.
Topics in this branch
Why this branch is worth learning
Every topic here settles a real situation. One example from each lesson:
- The electricity billA bill is the expression 39.80 + 1.08u: a fixed charge plus 1.08 for every kilowatt-hour. At 210 kWh you pay 266.60, yet cutting usage to 105 kWh brings the bill down only to 153.20 — 57% of it, not half, because the 39.80 never moves.
- The gymAn unlimited monthly pass costs 129, a single visit 15. Solving 15x = 129 gives x = 8.6, so the pass only starts paying off on the ninth visit of the month — stop at eight and you spend 120 and come out cheaper without it.
- Online shoppingThe shop ships free above 199, your basket stands at 164.50 and a pack of coffee costs 12.90. From 164.50 + 12.90n ≥ 199 you get n ≥ 2.68 — and since nobody sells 2.68 packs, you add three and finish at 203.20.
- A café receiptThe receipt shows totals only: 3 coffees and 2 pastries for 61, and the day before 2 coffees and 4 pastries for 66. Two equations in two unknowns split those sums into a coffee at 14 and a pastry at 9.50 — one receipt on its own never could.
- The vegetable patchYou have 38 m of fencing and want to enclose a rectangular patch of 84 m². The two sides add up to 19 m, so x(19 − x) = 84, that is x² − 19x + 84 = 0. The discriminant is 25 and the roots are 7 and 12 — one 7 × 12 m bed, described once by its width and once by its length.
- Mental arithmetic at the tillThe product 98 · 102 is (100 − 2)(100 + 2), so 10,000 − 4 = 9,996. In the same way 47 · 53 = 50² − 3² = 2,500 − 9 = 2,491. Any product of two numbers sitting symmetrically around a round hundred or fifty collapses into a single subtraction.
- A box folded from a sheet of cardCut squares of side x from the corners of a 30 × 20 cm sheet and fold the edges up. The volume is the polynomial V(x) = x(30 − 2x)(20 − 2x) = 4x³ − 100x² + 600x. At x = 4 cm that is 4 · 22 · 12 = 1,056 cm³, while x = 3 cm gives only 3 · 24 · 14 = 1,008 cm³ — one centimetre in the cut is almost 5% of the capacity.
- A round trip there and backThe same route driven out at 60 km/h and back at 40 km/h averages 2 / (1/60 + 1/40) = 48 km/h, not 50 km/h. The slower leg takes longer and therefore weighs more in the average — and that only becomes visible once the two fractions are put over a common denominator.
- A thrown ball and time above a heightA ball thrown straight up at 20 m/s is at height h(t) = 20t − 5t². Asking how long it stays above 15 m is the inequality 20t − 5t² ≥ 15, that is t² − 4t + 3 ≤ 0, whose solution is [1, 3]. The ball spends exactly 2 seconds above that height.
- A parcel and its weight limitA carrier accepts parcels of 5 kg with a 200 g tolerance, which is the single condition |m − 5| ≤ 0.2 and means the range from 4.8 to 5.2 kg. A parcel weighing 5.25 kg falls into the next price band — over 50 grams nobody can see by eye.
- A phone tariff and the price per minuteTariff A costs 30 a month plus m per minute, tariff B costs 50 plus 0.10 per minute. Equal cost means 30 + mt = 50 + 0.1t, that is (m − 0.1)t = 20. At m = 0.10 the coefficient of t vanishes and the equation has no solution: the tariffs differ by a flat 20 whatever the usage. At m = 0.15 they meet at t = 400 minutes.
Branch formulas
Branch: Algebra
Algebraic expressions
Collecting like terms
add the coefficients, the letter stays as it is
The distributive law
multiply every term inside the bracket
Distributing over a difference
the same rule, with a minus sign
A minus in front of a bracket
flips the sign of every term inside
Multiplying two binomials
every term of the first bracket by every term of the second
Factoring out the common term
the distributive law read right to left
Adding vs. multiplying letters
two different operations — do not mix them up
Linear equations
A linear equation in one unknown
the unknown appears in the first power
The solution
subtract the constant, divide by the coefficient
Adding a number to both sides
an equivalent equation — same solutions
Multiplying both sides
multiply and divide only by a non-zero number
Special cases
an identity (every x) and a contradiction (no solutions)
Rearranging a formula
isolate one letter, treat the rest as numbers
An unknown in the denominator
state the domain first, multiply afterwards
Linear inequalities
A linear inequality
one of <, >, ≤, ≥ in place of the equals sign
Adding a number to both sides
the inequality sign stays as it is
Multiplying by a positive number
the inequality sign stays as it is
Multiplying by a negative number
the inequality sign FLIPS
Interval notation
a round bracket — the endpoint is not included
A non-strict inequality
a square bracket — the endpoint is included
Systems of equations
A system of two linear equations
the solution is a pair (x, y) satisfying both equations
Condition for a determinate system
exactly one solution — the lines cross at a single point
Substitution method
express one unknown and put it into the other equation
Elimination method
choose m and n so that one unknown cancels out
Determinant formulas
W_x and W_y come from W by replacing the matching column with the constant terms
Inconsistent system
parallel lines — no solutions; when all three ratios are equal the system is dependent
Quadratic equations
General form of a quadratic equation
the condition a ≠ 0 is what tells it from a linear one
The discriminant
its sign decides how many roots there are
Roots when Δ > 0
two distinct real solutions
Root when Δ = 0
one (double) solution
No roots
the equation has no real solutions
Vieta formulas
the sum and product of the roots without computing them
Factored form
it exists only when Δ ≥ 0
Special products
Square of a sum
the middle term is twice the product, not the product
Square of a difference
both squares positive, the minus sits on the middle term only
Difference of squares
the only one of these where the middle term disappears
Cube of a sum
coefficients 1, 3, 3, 1
Cube of a difference
alternating signs, starting with a plus
Difference of cubes
a plus on the middle term of the bracket
Sum of cubes
a minus on the middle term of the bracket
Polynomials
General form
the degree n is the highest power with a non-zero coefficient
Degree of a product
adding can drop the degree, multiplying never does
Division with remainder
the remainder has a lower degree than the divisor
Remainder theorem
the remainder is simply the value of the polynomial at a
Factor theorem
a root and a linear factor are the same piece of information
Integer roots
they can only be divisors of the constant term
Biquadratic equation
substitute t = x², then take square roots to get back to x
Rational expressions and equations
Domain
the domain first, the arithmetic second
Cancelling
only a common FACTOR cancels, never a term
Multiplying
numerator by numerator, denominator by denominator
Dividing
multiply by the reciprocal; the condition C ≠ 0 joins the domain
Adding
the common denominator is the least common multiple, not always the product
Rational equation
the numerator vanishes — but only inside the domain
Quadratic and rational inequalities
Factored form
the starting point of every quadratic inequality
Sign of a quadratic
the parabola crosses the axis twice
Zero discriminant
the parabola touches the axis at one point
Negative discriminant
the parabola never meets the axis
Rational inequality
multiply by the SQUARE of the denominator; the domain survives
Absolute value equations and inequalities
Equation with a modulus
for c = 0 one solution, for c < 0 none
Distance equal to r
two points r away from a
Closer than r
one interval around the centre a
Further than r
a union of two intervals, never one
Modulus of a linear expression
two branches, each solved on its own
Centre and radius of an interval
writing the interval [p, q] as the single condition |x − a| ≤ r
Equations, inequalities and systems with a parameter
Linear equation with a parameter
three cases, settled by the coefficient of the unknown
Degree condition
the first question in every parameter problem with an x² in it
Discriminant and the number of roots
the condition on the parameter comes out of an inequality on the discriminant
Vieta’s formulas
a condition on the roots without computing the roots
An always-true inequality
both conditions at once — the discriminant alone is not enough
