Topic navigation panel

Topic navigation panel

Cambridge (CIE) IGCSE Maths

Revision Notes
(Ratio & Proportion)

Direct and Inverse Proportion

Direct Proportion

 
What is Direct Proportion?

Direct proportion describes a consistent relationship between two variables. This means that as one variable increases, the other increases by the same factor. Similarly, if one decreases, the other decreases proportionally.

Key Characteristics of Direct Proportion:

  • The ratio between the two quantities remains constant.
  • There is a constant of proportionality (denoted as kk).
  • The equation follows the form: y=kxy = kx
  • The graph of a directly proportional relationship is a straight line through the origin with gradient kk.

 

Example:

If a worker earns £15\pounds 15 per hour, then:

  • 2 hours = £30
  • 5 hours = £75
  • The ratio of hours:earnings always remains the same.

 

Using Direct Proportion with Powers and Roots

Sometimes, direct proportion problems involve powers or roots of a variable. In these cases, the relationship follows different equations.

Common Proportional Relationships:

  • yy is directly proportional to x2x^2: y=kx2y = kx^2
  • yy is directly proportional to x\sqrt{x}: y=kxy = k\sqrt{x}
  • yy is directly proportional to x3x^3: y=kx3y = kx^3
  • yy is directly proportional to x3\sqrt[3]{x}: y=kx3y = k\sqrt[3]{x}

 

Example:

If the area of a circle is directly proportional to the square of its radius, then:

A=kr2A = kr^2

If A=50A = 50 when r=5r = 5, then:

50=k(52)50=25kk=250 = k(5^2) \Rightarrow 50 = 25k \Rightarrow k = 2

So the equation is A=2r2A = 2r^2.

 
Finding the Equation Between Two Directly Proportional Variables

To find the equation for a direct proportion problem, follow these steps:

Step 1: Write the General Formula

Identify the relationship and set up an equation with kk.

If yy is proportional to xx: y=kxy = kx
If yy is proportional to x2x^2: y=kx2y = kx^2


Step 2: Find kk

Substitute given values into the equation and solve for kk.

 

Step 3: Rewrite the Equation with kk

Once kk is found, substitute it back into the equation.

 

Step 4: Use the Equation to Find Other Values

Use the final equation to calculate other values as needed.

 

Example:

It is known that yy is directly proportional to x2x^2.

When x=3x = 3, y=18y = 18.
Find yy when x=4x = 4.


Step 1: Set Up the Equation

y=kx2y = kx^2

Step 2: Find kk

18=k(32)18 = k(3^2)

18=9kk=218 = 9k \Rightarrow k = 2

Step 3: Rewrite the Equation

y=2x2y = 2x^2

Step 4: Find yy when x=4x = 4

y=2(42)y = 2(4^2)

y=2(16)=32y = 2(16) = 32

Final Answer: When x=4x = 4, then y=32y = 32.

 
Graphing Direct Proportions

The graph of y=kxy = kx is a straight line through the origin.

The gradient = kk.

For relationships involving powers, the graph will have a curved shape.

Example: If y=2x2y = 2x^2, the graph will be a parabola passing through the origin.

 

 

Some harder questions won’t explicitly tell you to find kk—you must recognize when to do so.

Always check that the given values fit the equation.

Graphs of direct proportion relationships can help visualize the trend.

For power relationships (x2x^2, x\sqrt{x}, etc.), remember the characteristic curve shapes.

 

 

 

 

Inverse Proportion

 
What is Inverse Proportion?

Inverse proportion describes a relationship where as one variable increases, the other decreases by the same factor. Similarly, if one decreases, the other increases proportionally.

Key Characteristics of Inverse Proportion:

  • The product of the two quantities remains constant.
  • There is a constant of proportionalityy (denoted as kk).
  • The equation follows the form:  y=kxy = \frac{k}{x}
  • The graph of an inverse proportion relationship is a curve that never touches the axes.

 

Example:

If a journey takes 4 hours at a speed of 60km/h60 \text{km/h}, then:

  • Doubling the speed to 120km/h120 \text{km/h} halves the time to 2 hours.
  • Halving the speed to 30km/h30 \text{km/h} doubles the time to 8 hours.

 

Using Inverse Proportion with Powers and Roots

Sometimes, inverse proportion problems involve powers or roots of a variable. In these cases, the relationship follows different equations.

Common Inverse Proportional Relationships:

  • yy is inversely proportional to x2x^2 : y=kx2y = \frac{k}{x^2} 
  • yy is inversely proportional to x\sqrt{x} : y=kxy = \frac{k}{\sqrt{x}}
  • yy is inversely proportional to x3x^3 : y=kx3y = \frac{k}{x^3}
  • yy is inversely proportional to x3\sqrt[3]{x} : \(y = \frac{k}{\sqrt[3]{x}\)

 

Example:

If the intensity of light is inversely proportional to the square of the distance from the source, then:

I=kd2I = \frac{k}{d^2}

If I=20I = 20 when d=2d = 2, then:

20=k2220=k4k=8020 = \frac{k}{2^2} \quad \Rightarrow 20 = \frac{k}{4} \quad \Rightarrow k = 80

 
So the equation is I=80d2I = \frac{80}{d^2}.

 

Finding the Equation Between Two Inversely Proportional Variables

To find the equation for an inverse proportion problem, follow these steps:

Step 1: Write the General Formula

Identify the relationship and set up an equation with .

  • If yy is inversely proportional to xx: y=kxy = \frac{k}{x}
  • If yy is inversely proportional to x2x^2: y=kx2y = \frac{k}{x^2}

 

Step 2: Sub in values

Substitute given values into the equation and solve for kk.

 

Step 3: Substitute kk back into original equation

Once kk is found, substitute it back into the equation.

 

Step 4: Use the Equation to Find Other Values

Use the final equation to calculate other values as needed.

 

Example:

It is known that yy  is inversely proportional to xx .

When x=6x = 6, y=5y = 5.

Find yy when x=2x = 2.

Step 1: Set Up the Equation

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

 

Step 2: Find kk

5=k65 = \frac{k}{6}

 k=5×6=30k = 5 \times 6 = 30

 

Step 3: Rewrite the Equation

y=30xy = \frac{30}{x}

 

Step 4: Find yy when x=2x = 2 

y=302=15y = \frac{30}{2} = 15

Final Answer: When x=2x = 2, then y=15y = 15.

 

 

PracticeExample 4

Worked Example

The time (tt hours) taken to complete a project is inversely proportional to the cube root of the number of people (nn) working on it.

If 27 people work on the project, it takes 50 hours to complete.

a) Find an equation that relates the time (tt) and the number of people (nn)

b)Find the minimum number of people needed to complete the project in 60 hours.

 

 

 

 

 

 

Graphing Inverse Proportions

  • The graph of y=kxy = \frac{k}{x} is a curved hyperbola.
  • The graph never touches the axes because  never reaches zero.
  • For relationships involving powers, the graph will have a different curved shape.

Example: If y=50x2y = \frac{50}{x^2}, the graph will be a steep curve approaching the axes.

 

 

Some questions won’t explicitly tell you it’s inverse proportion—recognize it when one value increases while the other decreases.

Always check that the given values fit the equation.

Graphs of inverse proportion relationships can help visualize the trend.

For power relationships (x2x^2, x\sqrt{x}, etc.), remember the characteristic curve shapes

Quick actions

Press Enter to send, Shift+Enter for new line

Choose Your Study Plan

MonthlyAnnualSave 20%

Plus

£4.99/month
  • Everything in Free plus...
  • Unlimited revision resources access
  • AI assistance (Within usage limits)
  • Enhanced progress tracking
  • New features soon...

Pro

£9.99/month
  • Everything in Plus plus...
  • Unlimited AI assistance
  • Unlimited questions marked
  • Detailed feedback and explanations
  • Comprehensive progress tracking
  • New features soon...
Most Popular