Variation, Word Problems & Algebraic Identities

Amari Cross & Matthew Williams
||12 min read
AlgebraIdentitiesVariationWord Problems

Direct and inverse variation, translating word problems into algebra, and proving identities.

This page brings together the parts of algebra that usually require more than one step of thinking. Instead of only following a memorised procedure, you must decide how to translate a situation, combine equations, or justify that two expressions are always equal.

That is why these topics are common in CSEC reasoning questions. For Paper 02, do not jump straight to the answer: define the variables, write the equation or relationship, solve carefully, and then interpret the result in words. The explanation is part of the mathematics.

What Are Non-Linear Equations?

Non-linear means at least one equation has a variable to a power higher than 1 (like x2x^2).

When you solve non-linear simultaneous equations, you're finding where a line intersects a curve (like a parabola).

Strategy: Substitution (Exactly Like Linear)

The method is the SAME as linear simultaneous equations:

  1. Rearrange one equation to get a variable by itself
  2. Substitute into the other equation
  3. Solve (may be quadratic now)
  4. Find the other variable

Example 1: Line + Parabola

Example

Solve: y=x+3...(1)y = x + 3 \quad \text{...(1)} y=x22x+1...(2)y = x^2 - 2x + 1 \quad \text{...(2)}

Step 1: Equation (1) already has yy isolated: y=x+3y = x + 3

Step 2: Substitute into equation (2) x+3=x22x+1x + 3 = x^2 - 2x + 1

Step 3: Rearrange into standard form 0=x22x+1x30 = x^2 - 2x + 1 - x - 3 0=x23x20 = x^2 - 3x - 2

Step 4: Check the discriminant Δ=b24ac=(3)24(1)(2)=9+8=17\Delta = b^2 - 4ac = (-3)^2 - 4(1)(-2) = 9 + 8 = 17

Since Δ>0\Delta > 0, there are two distinct real solutions.

Step 5: Use the quadratic formula x=(3)±172(1)=3±172x = \frac{-(-3) \pm \sqrt{17}}{2(1)} = \frac{3 \pm \sqrt{17}}{2}

x1=3+1723.56x_1 = \frac{3 + \sqrt{17}}{2} \approx 3.56 x2=31720.56x_2 = \frac{3 - \sqrt{17}}{2} \approx -0.56

Step 6: Find corresponding yy values using equation (1)

  • When x3.56x \approx 3.56: y=3.56+3=6.56y = 3.56 + 3 = 6.56
  • When x0.56x \approx -0.56: y=0.56+3=2.44y = -0.56 + 3 = 2.44

Solutions: (3.56,6.56)(3.56, 6.56) and (0.56,2.44)(-0.56, 2.44) approximately

Or exactly: (3+172,9+172)\left(\frac{3 + \sqrt{17}}{2}, \frac{9 + \sqrt{17}}{2}\right) and (3172,9172)\left(\frac{3 - \sqrt{17}}{2}, \frac{9 - \sqrt{17}}{2}\right)

y = 2x + 1 (line) and y = x² - 2 (parabola)

Example 2: Two Parabolas (Quadratic + Quadratic)

Example

Solve: y=x2+2...(1)y = x^2 + 2 \quad \text{...(1)} y=x2+4x1...(2)y = -x^2 + 4x - 1 \quad \text{...(2)}

Step 1: Both have yy isolated

Step 2: Set them equal x2+2=x2+4x1x^2 + 2 = -x^2 + 4x - 1

Step 3: Rearrange x2+x24x+2+1=0x^2 + x^2 - 4x + 2 + 1 = 0 2x24x+3=02x^2 - 4x + 3 = 0

Step 4: Check discriminant Δ=(4)24(2)(3)=1624=8\Delta = (-4)^2 - 4(2)(3) = 16 - 24 = -8

Since Δ<0\Delta < 0, there are NO real solutions.

This means the two parabolas don't intersect.

How Many Solutions?

The discriminant tells you:

  • Δ>0\Delta > 0: Two intersection points (line crosses curve twice)
  • Δ=0\Delta = 0: One intersection point (line is tangent to curve, just touches)
  • Δ<0\Delta < 0: No real intersection points (curves don't meet)
Remember

Common mistake: After substituting and getting a quadratic, students forget to solve it completely.

Remember: you need BOTH xx and yy values for each solution!

  1. Solve the quadratic to find all xx values
  2. For EACH xx value, find the corresponding yy value
  3. Write both coordinates: (x,y)(x, y)

Part 14: Word Problems

Setting Up Equations from Words

Read carefully and define variables!

Example

"The sum of two numbers is 15. Their difference is 3. Find the numbers."

Let xx = first number, yy = second number

x+y=15...(1)x + y = 15 \quad \text{...(1)} xy=3...(2)x - y = 3 \quad \text{...(2)}

Add equations: 2x=18x=92x = 18 \Rightarrow x = 9

From (1): y=6y = 6

Numbers are 9 and 6.

Example

"A rectangle's length is 3 cm more than its width. Its area is 40 cm². Find dimensions."

Let ww = width, l=w+3l = w + 3 = length

w(w+3)=40w(w + 3) = 40 w2+3w40=0w^2 + 3w - 40 = 0 (w+8)(w5)=0(w + 8)(w - 5) = 0

w=5w = 5 (take positive), l=8l = 8

Dimensions: 5 cm × 8 cm


Part 15: Direct and Inverse Variation

Direct Variation — Things That Grow Together

Direct variation happens when one quantity increases and another quantity also increases at the same rate.

Real-world examples:

  • More workers = More work gets done
  • Longer you drive = Further distance you travel
  • More pizzas you buy = Higher your bill
  • More study hours = Higher your test score (usually!)

Key idea: If you double one thing, the other thing doubles too. If you triple one thing, the other thing triples too.

The Pattern

When yy varies directly as xx:

y=kxy = kx

Where:

  • yy and xx are the two related quantities
  • kk = constant of proportionality (the "multiplier")
  • kk is always the same ratio: k=yxk = \frac{y}{x}

In other words: The ratio yx\frac{y}{x} never changes.

How to Solve Direct Variation Problems

Step 1: Write the formula: y=kxy = kx

Step 2: Find kk using the given information

Step 3: Write the specific equation with that kk

Step 4: Use it to answer questions

Example

"It costs 4 dollars per item. If you buy 3 items, it costs 12 dollars. How much for 5 items?"

Step 1: Cost varies directly with number of items Cost=k×Items\text{Cost} = k \times \text{Items}

Step 2: Find kk using known values: 12=k×312 = k \times 3 k=4 dollars per itemk = 4 \text{ dollars per item}

This makes sense! Each item costs 4 dollars.

Step 3: The equation is: Cost=4×Items\text{Cost} = 4 \times \text{Items}

Step 4: For 5 items: Cost=4×5=20 dollars\text{Cost} = 4 \times 5 = 20 \text{ dollars}

Notice: When items went from 3 to 5 (multiply by 5/3), cost went from 12 to 20 (also multiply by 5/3). They move together!

Graph of Direct Variation

A direct variation graph is always a straight line through the origin.

  • Why through the origin? Because when x=0x = 0, then y=k(0)=0y = k(0) = 0. Always!
  • Steeper line = larger kk (stronger relationship)
  • Flatter line = smaller kk (weaker relationship)
Direct variation: y = kx through origin

Inverse Variation — Things That Work Against Each Other

Inverse variation happens when one quantity increases and another quantity decreases. They work in opposite directions.

Real-world examples:

  • More workers on a job = Less time the job takes
  • Faster you drive = Less time to reach destination
  • More money you have = Fewer days you need to work
  • Larger the pizza = Fewer pizzas you need to feed people
  • Higher the price = Fewer people will buy it

Key idea: If you double one thing, the other thing gets cut in half. If you triple one thing, the other thing gets divided by 3.

The Pattern

When yy varies inversely as xx:

y=kxy = \frac{k}{x}

Where:

  • yy and xx are the two related quantities
  • kk = constant of proportionality
  • The product x×yx \times y is always the same: xy=kxy = k

In other words: When you multiply xx and yy together, you always get kk.

How to Solve Inverse Variation Problems

Step 1: Write the formula: y=kxy = \frac{k}{x} (or xy=kxy = k)

Step 2: Find kk using the given information

Step 3: Write the specific equation with that kk

Step 4: Use it to answer questions

Example

"A job takes 12 hours with 2 workers. How long with 4 workers?"

Step 1: Time varies inversely with number of workers Time=kWorkers\text{Time} = \frac{k}{\text{Workers}}

Step 2: Find kk using known values: 12=k212 = \frac{k}{2} k=12×2=24 worker-hoursk = 12 \times 2 = 24 \text{ worker-hours}

This makes sense! The total amount of work is 24 worker-hours. No matter how many workers, the work stays the same.

Step 3: The equation is: Time=24Workers\text{Time} = \frac{24}{\text{Workers}}

Step 4: For 4 workers: Time=244=6 hours\text{Time} = \frac{24}{4} = 6 \text{ hours}

Notice: When workers doubled (2 → 4), time halved (12 → 6). They move opposite ways!

Check the product:

  • With 2 workers: 2×12=242 \times 12 = 24
  • With 4 workers: 4×6=244 \times 6 = 24

The product is always 24!

Graph of Inverse Variation

An inverse variation graph is a hyperbola (curved shape, like a stretched smile).

  • Never touches the axes: The graph never crosses x=0x = 0 or y=0y = 0
  • Closer to one axis, farther from other: When xx is huge, yy is tiny (and vice versa)
  • Two branches: One in upper-right quadrant, one in lower-left quadrant (for positive kk)
  • Curves smooth, never straight: The relationship changes as you move along the curve
Inverse variation: y = 4/x

Comparing Direct vs. Inverse

AspectDirect (y=kxy = kx)Inverse (y=k/xy = k/x)
RelationshipBoth increase togetherOne increases, other decreases
Graph shapeStraight line through originHyperbola (curved)
ConstantRatio: y/x=ky/x = kProduct: xy=kxy = k
ExamplePay = hourly rate × hoursTime = work ÷ workers
When one doublesOther doublesOther halves
Exam Tip

Recognizing variation in exams:

Look for these phrases:

  • "directly proportional" = direct variation: y=kxy = kx
  • "varies directly" = direct variation: y=kxy = kx
  • "inversely proportional" = inverse variation: y=k/xy = k/x
  • "varies inversely" = inverse variation: y=k/xy = k/x

Strategy:

  1. Identify which type (direct or inverse)
  2. Write appropriate formula
  3. Find kk from given information
  4. Answer the question using that specific equation

Part 16: Proving Algebraic Identities — Showing Something Is Always True

What's an Identity?

An identity is an equation that is TRUE for ALL possible values of the variable(s).

Compare:

  • Equation: 2x+3=72x + 3 = 7 (true only when x=2x = 2)
  • Identity: 2(x+1)=2x+22(x + 1) = 2x + 2 (true for ANY value of xx)

How to Prove an Identity

Goal: Show that the left side and right side are exactly the same thing.

Method: Transform one side (usually the more complicated side) into the other side using algebraic rules.

Key principle: You can only manipulate ONE side at a time. You cannot add/subtract the same thing from both sides like in equations.

Strategy

  1. Look at both sides — which one looks more complicated?
  2. Start with the complicated side
  3. Use algebraic operations to simplify it
  4. Try to make it look like the other side
  5. When you've transformed one side into the other, you're done!

Example 1: Expanding to Prove

Example

Prove: (a+b)2=a2+2ab+b2(a + b)^2 = a^2 + 2ab + b^2

Which side is more complex? The left side has a squared binomial (more complex).

Start with left side and expand:

Step 1: Write the square as multiplication (a+b)2=(a+b)(a+b)(a+b)^2 = (a+b)(a+b)

Step 2: Use FOIL =a(a)+a(b)+b(a)+b(b)= a(a) + a(b) + b(a) + b(b) =a2+ab+ab+b2= a^2 + ab + ab + b^2

Step 3: Combine like terms =a2+2ab+b2= a^2 + 2ab + b^2

Step 4: This is exactly the right side!

Left side = Right side ✓ Identity proven

What this proves: No matter what aa and bb are, (a+b)2(a+b)^2 will always equal a2+2ab+b2a^2 + 2ab + b^2.

Example 2: Difference of Squares Pattern

Example

Prove: (xy)(x+y)=x2y2(x-y)(x+y) = x^2 - y^2

Which side is more complex? The left side has two binomials (more complex).

Start with left side and expand:

Step 1: Use FOIL on (xy)(x+y)(x-y)(x+y) =x(x)+x(y)+(y)(x)+(y)(y)= x(x) + x(y) + (-y)(x) + (-y)(y) =x2+xyxyy2= x^2 + xy - xy - y^2

Step 2: Combine like terms (notice xyxy=0xy - xy = 0) =x2y2= x^2 - y^2

Step 3: This is exactly the right side!

Left side = Right side ✓ Identity proven

What this proves: Whenever you multiply a sum by a difference, the middle terms always cancel!

Example 3: Simplification to Prove

Example

Prove: x21x1=x+1\frac{x^2 - 1}{x - 1} = x + 1 (for x1x \neq 1)

Which side is more complex? The left side has a fraction (more complex).

Start with left side and simplify:

Step 1: Factor the numerator (difference of squares) x21x1=(x1)(x+1)x1\frac{x^2 - 1}{x - 1} = \frac{(x-1)(x+1)}{x-1}

Step 2: Cancel the common factor (x1)(x-1) =(x1)(x+1)x1=x+1= \frac{\cancel{(x-1)}(x+1)}{\cancel{x-1}} = x+1

Step 3: This is exactly the right side!

Left side = Right side ✓ Identity proven

Important: We require x1x \neq 1 because we can't divide by zero.

Example 4: Factoring to Prove

Example

Prove: ab+3a+2b+6=(a+2)(b+3)ab + 3a + 2b + 6 = (a + 2)(b + 3)

Which side is more complex? The left side has four separate terms (more complex).

Start with left side and factor:

Step 1: Group the terms ab+3a+2b+6=(ab+3a)+(2b+6)ab + 3a + 2b + 6 = (ab + 3a) + (2b + 6)

Step 2: Factor out common factors from each group =a(b+3)+2(b+3)= a(b + 3) + 2(b + 3)

Step 3: Factor out the common binomial =(a+2)(b+3)= (a + 2)(b + 3)

Step 4: This is exactly the right side!

Left side = Right side ✓ Identity proven

What NOT to Do

Remember

Wrong approach: Don't start with the equality and try to manipulate both sides.

❌ Wrong: x2+2x+1=(x+1)2x^2 + 2x + 1 = (x+1)^2 (subtract x2)2x+1=(x+1)2x2\text{(subtract } x^2 \text{)} \quad 2x + 1 = (x+1)^2 - x^2

✓ Right: Start with (x+1)2 and show it simplifies to x2+2x+1\text{Start with } (x+1)^2 \text{ and show it simplifies to } x^2 + 2x + 1 (x+1)2=(x+1)(x+1)=x2+x+x+1=x2+2x+1(x+1)^2 = (x+1)(x+1) = x^2 + x + x + 1 = x^2 + 2x + 1

Proof Strategy Summary

  1. Identify the complex side (usually the one with brackets, fractions, or more terms)
  2. Transform that side using:
    • Expanding (FOIL, distributive law)
    • Factoring
    • Canceling common factors
    • Combining like terms
  3. Simplify step-by-step until it matches the other side
  4. Conclude: "Left side = Right side ✓"