+ learner first aid

First aid: read the overview, copy one worked example by hand, then try explaining the key rule without looking.

+ Math syllabus context

Current Mathematics path is the active Basic Mathematics syllabus. The 2023 Mathematics syllabus is a transition path expected to take effect from January 2027; this wiki will update the lead path in late 2026.

Rates and Variations

Core Concepts

Understanding the relationships between different quantities is a cornerstone of algebraic applications in mathematics. The topic of Rates and Variations explores how the change in one or more variables affects another.

Rates

A rate is a specialized ratio that compares two quantities measured in different units. It describes how one quantity changes relative to another. Common examples include speed (distance per unit of time, e.g., meters per second), wage rates (money per unit of time, e.g., shillings per hour), and interest rates (percentage of principal over time). Mathematically, a rate $R$ can be expressed as: $$R = \frac{\Delta y}{\Delta x}$$ where $\Delta y$ is the change in the first quantity and $\Delta x$ is the change in the second quantity. In financial contexts, a rate often refers to the percentage of interest accrued over a specific period.

Direct Variation

Two quantities $y$ and $x$ are in direct variation (or are directly proportional) if an increase in $x$ causes a proportional increase in $y$, and a decrease in $x$ causes a proportional decrease in $y$. Their ratio remains constant. We write this relationship as: $$y \propto x$$ To convert this proportionality into an equation, we introduce a constant multiplier $k$, known as the constant of proportionality: $$y = kx \quad \text{(where } k \neq 0 \text{)}$$ Graphical Intuition: The graph of a direct variation $y = kx$ is always a straight line that passes through the origin $(0, 0)$. The gradient (slope) of this line is exactly the constant $k$.

Inverse Variation

Two quantities $y$ and $x$ are in inverse variation (or are inversely proportional) if an increase in $x$ causes a proportional decrease in $y$, such that their product is always constant. We write this relationship as: $$y \propto \frac{1}{x}$$ Introducing the constant of proportionality $k$: $$y = \frac{k}{x} \quad \text{or} \quad xy = k$$ Graphical Intuition: The graph of an inverse variation $y = \frac{k}{x}$ forms a rectangular hyperbola. The curve approaches the $x$-axis and $y$-axis asymptotically but never touches them, as $x$ and $y$ cannot be zero.

Joint Variation

Joint variation occurs when a single quantity varies directly or inversely with two or more other quantities. It is a combination of direct and inverse variations, and it often involves powers or roots of the variables.

  • If $z$ varies directly as $x$ and directly as $y$, then $z \propto xy$, which yields $z = kxy$.
  • If $v$ varies directly as $x$ and inversely as $y$, then $v \propto \frac{x}{y}$, which yields $v = \frac{kx}{y}$.
  • If $w$ varies directly as the square of $x$ and inversely as the square root of $y$, then $w \propto \frac{x^2}{\sqrt{y}}$, yielding $w = \frac{kx^2}{\sqrt{y}}$.

In all variation problems, the primary objective is to use the given initial conditions to calculate the constant $k$. Once $k$ is known, the specific equation connecting the variables is established and can be used to find any missing value.


Worked Examples

Example 1: Basic Direct Variation The buying price of mattresses is directly proportional to their selling price. When the selling price is 20,000 shillings, the buying price is 18,000 shillings. (a) Write an equation relating the buying price and the selling price. (b) Find the new selling price when the buying price is increased by 15%.

Solution: (a) Let the buying price be $B$ and the selling price be $S$. $$B \propto S \implies B = kS$$ Substitute the given values to find $k$: $$18,000 = k(20,000)$$ $$k = \frac{18,000}{20,000} = 0.9$$ The equation is: $B = 0.9S$

(b) The initial buying price is 18,000 shillings. A 15% increase means the new buying price is: $$New B = 18,000 + (0.15 \times 18,000) = 18,000 + 2,700 = 20,700 \text{ shillings}$$ Using our established equation to find the new selling price $S$: $$20,700 = 0.9S$$ $$S = \frac{20,700}{0.9} = 23,000$$ The new selling price is 23,000 shillings.


Example 2: Inverse Variation Involving Unit Conversions The time $t$ in seconds that is used by Mary to go back home from school varies inversely with her average speed $v$ in metres per second. She gets back home in 30 minutes at an average speed of $10 \text{ m/s}$. If she wants to get back home in 15 minutes, what will be her average speed?

Solution: First, establish the variation equation: $$t \propto \frac{1}{v} \implies t = \frac{k}{v}$$ We are given $t$ in minutes, but the problem specifies $t$ must be in seconds. We must convert: Initial time $t = 30 \text{ minutes} = 30 \times 60 \text{ seconds} = 1800 \text{ seconds}$. Substitute $t = 1800$ and $v = 10$: $$1800 = \frac{k}{10}$$ $$k = 1800 \times 10 = 18000$$ The general equation is $t = \frac{18000}{v}$. Now, find $v$ when she wants to get home in 15 minutes: New time $t = 15 \text{ minutes} = 15 \times 60 \text{ seconds} = 900 \text{ seconds}$. $$900 = \frac{18000}{v}$$ $$900v = 18000 \implies v = \frac{18000}{900} = 20$$ Her required average speed is $20 \text{ m/s}$.


Example 3: Direct Variation with Powers The energy ($E$) stored in an elastic band varies as the square of the extension ($x$). When the elastic band is extended by 4 cm, the energy stored is 240 joules. (a) What is the energy stored when the extension is 6 cm? (b) What is the extension when the stored energy is 60 joules?

Solution: Establish the relationship: $$E \propto x^2 \implies E = kx^2$$ Find $k$ using $E = 240$ when $x = 4$: $$240 = k(4^2)$$ $$240 = 16k \implies k = \frac{240}{16} = 15$$ The formula connecting $E$ and $x$ is $E = 15x^2$.

(a) When $x = 6$: $$E = 15(6^2) = 15 \times 36 = 540$$ The stored energy is 540 joules.

(b) When $E = 60$: $$60 = 15x^2$$ $$x^2 = \frac{60}{15} = 4$$ $$x = \sqrt{4} = 2$$ The extension is 2 cm. (Note: extension must be positive).


Example 4: Joint Variation with Roots and Powers If $v$ varies directly as the square of $x$ and inversely as $\sqrt{y}$, given that $v = 18$ when $x = 3$ and $y = 16$, find the value of $v$ when $x = 5$ and $y = 4$.

Solution: Write the joint variation equation: $$v \propto \frac{x^2}{\sqrt{y}} \implies v = \frac{kx^2}{\sqrt{y}}$$ Substitute the initial conditions to find $k$: $$18 = \frac{k(3^2)}{\sqrt{16}}$$ $$18 = \frac{9k}{4}$$ $$9k = 18 \times 4 \implies 9k = 72 \implies k = 8$$ The exact equation is $v = \frac{8x^2}{\sqrt{y}}$. Now, substitute $x = 5$ and $y = 4$ to find the new $v$: $$v = \frac{8(5^2)}{\sqrt{4}}$$ $$v = \frac{8(25)}{2} = \frac{200}{2} = 100$$ The value of $v$ is 100.


Example 5: Joint Variation Application (Word Problem) A gardener has found the time $t$ to cut the grass on a square field varies directly as the square of its length ($L$) and inversely as a number of men ($m$) doing that job. If 5 men cut grass on a field of side 50 m in 3 hours, how many more men are required to cut grass on a field of side 100 m in 5 hours? Assume that the men are working at the same pace.

Solution: Set up the variation equation: $$t \propto \frac{L^2}{m} \implies t = \frac{kL^2}{m}$$ Use the first set of data ($m = 5$, $L = 50$, $t = 3$) to find $k$: $$3 = \frac{k(50^2)}{5}$$ $$3 = \frac{2500k}{5}$$ $$3 = 500k \implies k = \frac{3}{500}$$ The precise formula is $t = \frac{3L^2}{500m}$.

We need to find the new number of men ($m$) when $L = 100$ and $t = 5$: $$5 = \frac{3(100^2)}{500m}$$ $$5 = \frac{3(10000)}{500m}$$ $$5 = \frac{30000}{500m}$$ $$5 = \frac{60}{m}$$ $$5m = 60 \implies m = 12$$ A total of 12 men are needed. The question asks how many more men are required: $$\text{More men} = \text{New number of men} - \text{Initial number of men}$$ $$\text{More men} = 12 - 5 = 7$$ 7 more men are required.


Example 6: Rates (Compound Interest) A school wishes to invest Tshs 100,000,000 in a bank which pays an interest rate of 2% compounded annually. Calculate the accumulated interest after two years.

Solution: This is a standard practical application of rates. The formula for compound amount $A$ is: $$A = P\left(1 + \frac{R}{100}\right)^n$$ Where $P = 100,000,000$, $R = 2$, and $n = 2$. $$A = 100,000,000 \left(1 + \frac{2}{100}\right)^2$$ $$A = 100,000,000 (1.02)^2$$ $$A = 100,000,000 \times 1.0404 = 104,040,000 \text{ Tshs}$$ To find the interest earned, subtract the principal from the accumulated amount: $$\text{Interest} = A - P = 104,040,000 - 100,000,000 = 4,040,000$$ The accumulated interest is Tshs 4,040,000.


Common Pitfalls & Misconceptions

  1. Ignoring Implied Units: A major trap in NECTA exams is mixing units. If an equation defines time $t$ in seconds, substituting a value of 30 minutes directly into the formula without converting to seconds will ruin all subsequent calculations (as seen in Example 2).
  2. Forgetting Powers and Roots: When a problem states "$y$ varies directly as the square of $x$", students often mistakenly write $y = kx$ instead of $y = kx^2$. Pay close attention to words like "square", "cube", or "square root".
  3. Misinterpreting the Final Question: In word problems, the math might lead to an answer of $m=12$, but the question specifically asks for "how many more men". Stopping at $m=12$ results in lost marks. Always reread the final sentence of the question.
  4. Skipping the Constant of Proportionality ($k$): Some students attempt to use ratio methods (e.g., $\frac{y_1}{x_1} = \frac{y_2}{x_2}$) to bypass finding $k$. While this works for simple direct variation, it frequently leads to errors in complex joint variations with powers. Explicitly solving for $k$ is safer and explicitly demonstrates your mathematical reasoning to the examiner.
  5. Confusing Direct and Inverse Variation Rules: Writing $y = kx$ when the problem states "inversely proportional" is a fatal error. Remember: Direct means multiply by $x$; Inverse means divide by $x$.

NECTA Exam Focus

An analysis of past NECTA CSEE Basic Mathematics papers (2018–2025) reveals a consistent pattern in testing Rates and Variations:

  • Frequency and Placement: The topic is highly reliable, appearing almost every year. It is predominantly tested in Section A, usually carrying 3 to 6 marks per question.
  • Emphasis on Joint Variation: While pure direct or inverse variations appear, NECTA favors Joint Variation. You will frequently encounter questions linking three variables, often combining direct and inverse relationships in a single problem (e.g., $v \propto \frac{x^2}{\sqrt{y}}$).
  • Powers and Roots: Variables are rarely tested in their linear forms alone. Expect variables to be squared, cubed, or placed under a square root.
  • Practical Contexts (Word Problems): NECTA heavily contextualizes these mathematical principles. Standard themes include the mass supported by beams, time and speed kinematics, agricultural labor (men, time, and field area), and economic concepts (buying/selling prices).
  • Multi-Step Demands: Questions almost always require a three-step algorithmic approach:
      1. Formulate the equation and calculate $k$.
      2. Rewrite the specific equation.
      3. Calculate the final unknown variable. Some recent questions also embed percentage increments (e.g., 2023 Paper 1) requiring solid fundamental arithmetic skills.

Practice Problems

Basic Level

  1. A dealer sells mattresses whose cost price ($C$) is directly proportional to the selling price ($s$). If the selling price and the cost price of one mattress are Tsh. 20,000 and Tsh. 18,000, respectively, find the constant of proportionality. (NECTA 2022)
  2. The buying price of mattresses is directly proportional to their selling price. When the selling price is 20,000 shillings, the buying price is 18,000 shillings. Write an equation relating the buying price and the selling price. (NECTA 2023)
  3. The time $t$ in seconds that is used by a student to go back home from school varies inversely with her average speed $v$ in metres per second. She gets back home in 30 minutes at an average speed of $10 \text{ m/s}$. Write an equation expressing $t$ in terms of $v$. (NECTA 2024)

Intermediate Level

  1. If $P$ varies directly as $Q$ and inversely as the square of $R$, and $P = 3$ when $Q = 4$ and $R = 2$, find the equation connecting $P$, $Q$, and $R$.
  2. The mass ($M$) which can be supported by a beam varies directly with the breadth ($b$) and inversely with the length ($l$). If a beam of breadth 2 m and length 15 m can support a mass of 200 kg, what mass can be supported by a beam which is 3 m broad and 20 m long? (NECTA 2021)
  3. A school wishes to invest Tshs 100,000,000 in a bank which pays an interest rate of 2% compounded annually. Find the total amount of money that will be accumulated after two years. (NECTA 2022)

Advanced Level

  1. The energy ($E$) stored in an elastic band varies as the square of the extension ($x$). When the elastic band is extended by 4 cm, the energy stored is 240 joules. What is the extension when the stored energy is 60 joules? (NECTA 2018)
  2. If $v$ varies directly as the square of $x$ and inversely as $\sqrt{y}$, given that $v = 18$ when $x = 3$ and $y = 16$, find the value of $v$ when $x = 5$ and $y = 4$. (NECTA 2020)
  3. A gardener has found the time $t$ to cut the grass on a square field varies directly as the square of its length ($L$) and inversely as a number of men ($m$) doing that job. If 5 men cut grass on a field of side 50 m in 3 hours, how many more men are required to cut grass on a field of side 100 m in 5 hours? Assume that the men are working on the same pace. (NECTA 2019)

Subtopics

  • Rates
  • Direct variation
  • Inverse variation
  • Joint variation

Crosswalk Notes

Cross-version relationships are drafted in data/curricula/crosswalks/csee-basic-mathematics-2005-to-mathematics-2023.json. Partial and 2005-only mappings remain reviewable.

+ Related Pages

Syllabus Sequence

Sibling Topics

Curriculum And Sources