IB Maths AI HL Modelling with Functions Paper 1 & 2 Proportionality, k, power ~8 min read

Direct & Inverse Variation

y varies as xn” packs a whole model into one statement: write y = kxn for direct or y = k/xn for inverse, use one data point to pin down the constant k, and the model is ready for any prediction or back-solve.

📘 What you need to know

Direct variation

y is directly proportional to xn” translates to y = kxn. For n = 1 the graph is a straight line through the origin with slope k; for n > 1 it’s a power curve that starts flat at the origin and steepens. The key fact: the ratio y/xn stays equal to k for every point on the curve, so any single data pair determines the entire model.

Inverse variation

y is inversely proportional to xn” translates to y = k/xn. The graph hugs the two axes as asymptotes — large x gives small y, small x gives large y. The constant k equals y·xn, so for inverse-squared light (I = k/d2), doubling the distance quarters the brightness; tripling it brings the brightness down to one-ninth.

Direct vs Inverse — how y responds as x grows DIRECT: y = kxⁿ (through origin) x y y = kx y = kx² y = kx³ INVERSE: y = k / xⁿ (asymptotes both axes) x y y = k/x y = k/x²
Direct-variation curves pass through the origin; inverse-variation curves stay in the first quadrant and approach (but never touch) both axes.
Variation at a glance Direct: yxny = kxn  ·  Inverse: y1xny = kxn find k from one data pair, then use the model for prediction or back-solving

Identifying the model from data

If you’re handed several (x, y) pairs and have to choose between direct and inverse, do a quick ratio test. For direct variation y/xn should be constant; for inverse, y·xn should be constant. Try n = 1 first, then n = 2, then n = 3 until you find the power that makes the ratio steady — that constant is k.

Sanity check the trend. Going from x = 2 to x = 4 should double a direct-linear y, quadruple a direct-squared y, and halve an inverse-linear y — eyeball the data before committing to a model.

🧭 Recipe — variation problem

  1. Translate the wording: “directly proportional” ⇒ y = kxn; “inversely proportional” ⇒ y = k/xn.
  2. Read off the power n: “as the square of” ⇒ n = 2; “as the cube of” ⇒ n = 3; just “proportional to” ⇒ n = 1.
  3. Substitute the given pair to find k.
  4. Write the full model y = … with the value of k in place.
  5. Apply: substitute to predict, or rearrange and solve to back-find an x-value.

Worked examples

WE 1

Direct variation (linear)

The cost C (£) of a roll of cable is directly proportional to its length L (m). A 12 m roll costs £45. (a) Find k. (b) Cost of a 25 m roll. (c) Length of a roll costing £75.

(a) C = kL; sub (12, 45) 45 = 12k ⇒ k = 45/12 k = 3.75 £/m, so C = 3.75L (b) C(25) = 3.75 × 25 = 93.75 £93.75 (c) 75 = 3.75L L = 75/3.75 = 20 20 m
WE 2

Direct variation (squared)

The kinetic energy E (J) of a moving object varies directly as the square of its speed v (m/s). When v = 4, E = 96. (a) Find k. (b) Find E when v = 7. (c) Find v when E = 600.

(a) E = kv²; sub (4, 96) 96 = k(16) ⇒ k = 96/16 k = 6, so E = 6v² (b) E(7) = 6 × 49 E = 294 J (c) 600 = 6v² v² = 100 ⇒ v = 10 v = 10 m/s reject v = −10 (speed can’t be negative).
WE 3

Direct variation (cubed)

The mass M (kg) of a solid metal sphere varies as the cube of its radius r (cm). A sphere of radius 2 cm has mass 67.2 kg. (a) Find k. (b) Find the mass of a sphere with r = 5 cm. (c) Find the radius of a sphere whose mass is 1814.4 kg.

(a) M = kr³; sub (2, 67.2) 67.2 = k(8) ⇒ k = 67.2/8 k = 8.4, so M = 8.4r³ (b) M(5) = 8.4 × 125 M = 1050 kg (c) 1814.4 = 8.4r³ r³ = 1814.4/8.4 = 216 r = ∛216 = 6 r = 6 cm
WE 4

Inverse variation (linear)

For a fixed quantity of gas at constant temperature, the pressure P (kPa) is inversely proportional to the volume V (L) (Boyle’s law). When V = 4 L, P = 75 kPa. (a) Find k. (b) Find P when V = 6. (c) Find V when P = 100.

(a) P = k/V; sub (4, 75) 75 = k/4 ⇒ k = 300 P = 300/V (b) P(6) = 300/6 P = 50 kPa (c) 100 = 300/V V = 300/100 = 3 V = 3 L larger V ⇒ smaller P; pV is constant for an inverse model.
WE 5

Inverse-square law

The illumination I (lux) from a light source is inversely proportional to the square of the distance d (m) from the source. At d = 2, I = 200. (a) Find k. (b) Find I at d = 5. (c) Find d when I = 50.

(a) I = k/d²; sub (2, 200) 200 = k/4 ⇒ k = 800 I = 800/d² (b) I(5) = 800/25 I = 32 lux (c) 50 = 800/d² d² = 800/50 = 16 d = 4 (reject −4) d = 4 m
WE 6

Identify the model from data

A scientist measures the drag force F (N) on a ball at three speeds v (m/s): (2, 12), (4, 48), (6, 108). (a) Determine whether F varies as v or as v2. (b) Find k. (c) Predict F when v = 9.

(a) test F/v (direct linear) 12/2 = 6, 48/4 = 12, 108/6 = 18 ratios change ⇒ not direct linear test F/v² (direct squared) 12/4 = 3, 48/16 = 3, 108/36 = 3 F ∝ v² (ratio constant) (b) k = 3 F = 3v² (c) F(9) = 3 × 81 F = 243 N always test the ratio — never guess the power from the wording alone.

💡 Top tips

âš  Common mistakes

Next up: Logarithmic Modelsy = a + b ln(x), the model for decibels, pH and other quantities that flatten out as the input grows.

Need help with AI HL Variation problems?

Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.

Book Free Session →