Study Vault
All PostsFlashcardsResourcesAI ChatBlog
  1. Home
  2. /↳All Posts
  3. /↳Math
  4. /↳Variation, Word Problems & Algebraic Identities
Study VaultStudy Vault

Free, comprehensive study notes for CSEC students.

matthewlloydw@gmail.com

Navigate

  • Home
  • All Posts
  • Flashcards
  • Resources
  • AI Chat

Community

  • Contributors
  • Changelog
  • Suggest a Feature
  • My Suggestions
  • Bookmarks

Mathematics and Science

  • Mathematics
  • Additional Mathematics
  • Biology
  • Chemistry
  • Physics

Arts and Humanities

  • Caribbean History
  • Geography

Business and Human Development Studies

  • Principles of Accounts
  • Principles of Business
  • Economics

Modern Languages

  • English A (Language)
  • English B (Literature)
  • French
  • Spanish

Technical Studies and Creative Arts

  • Electrical & Electronic Technology
  • Information Technology

© 2026 Matthew Williams. Made with other contributors for all.

Mathematics

Variation, Word Problems & Algebraic Identities

PDF
Matthew Williams
|May 6, 2026|12 min read
AlgebraIdentitiesPaper 01Paper 02VariationWord Problems

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

This page covers the parts of algebra that usually require more than one step of thinking: translating a situation, combining equations, or justifying that two expressions are always equal.

These topics appear frequently in CSEC reasoning questions. On Paper 02, define the variables, write the equation or relationship, solve step by step, and interpret the result in context.

What Are Non-Linear Equations?

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

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/Example 1: Line + Parabola

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

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

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

Step 3: Rearrange into standard form 0=x2−2x+1−x−30 = x^2 - 2x + 1 - x - 30=x2−2x+1−x−3 0=x2−3x−20 = x^2 - 3x - 20=x2−3x−2

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

Since Δ>0\Delta > 0Δ>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}x=2(1)−(−3)±17​​=23±17​​

x1=3+172≈3.56x_1 = \frac{3 + \sqrt{17}}{2} \approx 3.56x1​=23+17​​≈3.56 x2=3−172≈−0.56x_2 = \frac{3 - \sqrt{17}}{2} \approx -0.56x2​=23−17​​≈−0.56

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

  • When x≈3.56x \approx 3.56x≈3.56: y=3.56+3=6.56y = 3.56 + 3 = 6.56y=3.56+3=6.56
  • When x≈−0.56x \approx -0.56x≈−0.56: y=−0.56+3=2.44y = -0.56 + 3 = 2.44y=−0.56+3=2.44

Solutions: (3.56,6.56)(3.56, 6.56)(3.56,6.56) and (−0.56,2.44)(-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)(23+17​​,29+17​​) and (3−172,9−172)\left(\frac{3 - \sqrt{17}}{2}, \frac{9 - \sqrt{17}}{2}\right)(23−17​​,29−17​​)

y = 2x + 1 (line) and y = x² - 2 (parabola)
Example/Example 2: Two Parabolas (Quadratic + Quadratic)

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

Step 1: Both have yyy isolated

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

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

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

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

This means the two parabolas don't intersect.

How Many Solutions?

The discriminant tells you:

  • Δ>0\Delta > 0Δ>0: Two intersection points (line crosses curve twice)
  • Δ=0\Delta = 0Δ=0: One intersection point (line is tangent to curve, just touches)
  • Δ<0\Delta < 0Δ<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 xxx and yyy values for each solution!

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

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 xxx = first number, yyy = second number

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

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

From (1): y=6y = 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 www = width, l=w+3l = w + 3l=w+3 = length

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

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

Dimensions: 5 cm × 8 cm

Direct and Inverse Variation

Direct Variation

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 yyy varies directly as xxx:

y=kxy = kxy=kx

Where:

  • yyy and xxx are the two related quantities
  • kkk = constant of proportionality (the "multiplier")
  • kkk is always the same ratio: k=yxk = \frac{y}{x}k=xy​

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

How to Solve Direct Variation Problems

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

Step 2: Find kkk using the given information

Step 3: Write the specific equation with that kkk

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}Cost=k×Items

Step 2: Find kkk using known values: 12=k×312 = k \times 312=k×3 k=4 dollars per itemk = 4 \text{ dollars per item}k=4 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}Cost=4×Items

Step 4: For 5 items: Cost=4×5=20 dollars\text{Cost} = 4 \times 5 = 20 \text{ dollars}Cost=4×5=20 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 = 0x=0, then y=k(0)=0y = k(0) = 0y=k(0)=0. Always!
  • Steeper line = larger kkk (stronger relationship)
  • Flatter line = smaller kkk (weaker relationship)
Direct variation: y = kx through origin

Inverse Variation

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 savings means fewer days of work required
  • A larger pizza means fewer pieces needed to feed the same number of 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 yyy varies inversely as xxx:

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

Where:

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

In other words: When you multiply xxx and yyy together, you always get kkk.

How to Solve Inverse Variation Problems

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

Step 2: Find kkk using the given information

Step 3: Write the specific equation with that kkk

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}}Time=Workersk​

Step 2: Find kkk using known values: 12=k212 = \frac{k}{2}12=2k​ k=12×2=24 worker-hoursk = 12 \times 2 = 24 \text{ worker-hours}k=12×2=24 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}}Time=Workers24​

Step 4: For 4 workers: Time=244=6 hours\text{Time} = \frac{24}{4} = 6 \text{ hours}Time=424​=6 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 = 242×12=24 ✓
  • With 4 workers: 4×6=244 \times 6 = 244×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 = 0x=0 or y=0y = 0y=0
  • Closer to one axis, farther from other: When xxx is huge, yyy is tiny (and vice versa)
  • Two branches: One in upper-right quadrant, one in lower-left quadrant (for positive kkk)
  • 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 = kxy=kx)Inverse (y=k/xy = k/xy=k/x)
RelationshipBoth increase togetherOne increases, other decreases
Graph shapeStraight line through originHyperbola (curved)
ConstantRatio: y/x=ky/x = ky/x=kProduct: xy=kxy = 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 = kxy=kx
  • "varies directly" = direct variation: y=kxy = kxy=kx
  • "inversely proportional" = inverse variation: y=k/xy = k/xy=k/x
  • "varies inversely" = inverse variation: y=k/xy = k/xy=k/x

Strategy:

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

Proving Algebraic Identities

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 = 72x+3=7 (true only when x=2x = 2x=2)
  • Identity: 2(x+1)=2x+22(x + 1) = 2x + 22(x+1)=2x+2 (true for ANY value of xxx)

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/Example 1: Expanding to Prove

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

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)(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)=a(a)+a(b)+b(a)+b(b) =a2+ab+ab+b2= a^2 + ab + ab + b^2=a2+ab+ab+b2

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

Step 4: This is exactly the right side!

Left side = Right side ✓ Identity proven

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

Example/Example 2: Difference of Squares Pattern

Prove: (x−y)(x+y)=x2−y2(x-y)(x+y) = x^2 - y^2(x−y)(x+y)=x2−y2

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

Start with left side and expand:

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

Step 2: Combine like terms (notice xy−xy=0xy - xy = 0xy−xy=0) =x2−y2= x^2 - y^2=x2−y2

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/Example 3: Simplification to Prove

Prove: x2−1x−1=x+1\frac{x^2 - 1}{x - 1} = x + 1x−1x2−1​=x+1 (for x≠1x \neq 1x=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) x2−1x−1=(x−1)(x+1)x−1\frac{x^2 - 1}{x - 1} = \frac{(x-1)(x+1)}{x-1}x−1x2−1​=x−1(x−1)(x+1)​

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

Step 3: This is exactly the right side!

Left side = Right side ✓ Identity proven

Important: We require x≠1x \neq 1x=1 because we can't divide by zero.

Example/Example 4: Factoring to Prove

Prove: ab+3a+2b+6=(a+2)(b+3)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)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)=a(b+3)+2(b+3)

Step 3: Factor out the common binomial =(a+2)(b+3)= (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)^2x2+2x+1=(x+1)2 (subtract x2)2x+1=(x+1)2−x2\text{(subtract } x^2 \text{)} \quad 2x + 1 = (x+1)^2 - x^2(subtract x2)2x+1=(x+1)2−x2

✓ 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 + 1Start with (x+1)2 and show it simplifies to x2+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(x+1)2=(x+1)(x+1)=x2+x+x+1=x2+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 ✓"
Previous
Mathematics Formula Book
Next
Algebraic Expressions