Blog

Rate of Change Problems: Differentiate Every Variable With Respect to Time

Learn a clear step-by-step method for rate of change problems, related rates, units, signs, and common mistakes.

  • 12th
  • Study Advice
A brass clock connecting a filling water tank, sliding ladder, and expanding balloon with glowing threads of motion

Rate of change problems feel different from ordinary differentiation questions because the question does not simply ask for dy/dx.

Instead, it describes something that is moving, filling, rising, sliding, expanding, shrinking, or rotating. A ladder slips down a wall. Water flows into a tank. A balloon grows. A shadow length changes. At first, it can feel like there are too many quantities changing at once.

The good news is that these problems follow a very dependable pattern. Once you know how to name the changing quantities and differentiate them with respect to time, the question becomes much more manageable.

This guide will show you how to read these questions, build the correct equation, differentiate every changing variable with respect to time, and avoid the mistakes that cost marks.

What a Rate of Change Problem Is Really Asking

A normal differentiation question may say:

y = x^2
Find dy/dx.

Here, y is changing with respect to x.

A rate of change problem usually says something like:

The radius of a circle is increasing at 2 cm per second.
Find the rate at which the area is increasing when the radius is 5 cm.

Now the radius is changing with time, and the area is also changing with time.

So the important rates are:

dr/dt
dA/dt

The letter t stands for time.

That is why the method is called related rates. Two or more changing quantities are related by an equation, and their rates of change are also related after differentiation.

The One Sentence That Solves Most Confusion

If a quantity changes as time passes, differentiate it with respect to time.

If x changes, write:

dx/dt

If y changes, write:

dy/dt

If r changes, write:

dr/dt

If A changes, write:

dA/dt

Do not treat changing letters as constants just because the equation looks familiar.

This point is very important. If the question says “when the radius is 5 cm”, the radius is not always 5 cm. It is only 5 cm at the instant being studied.

The Standard Method for Rate of Change Problems

Use this order every time.

  1. Read the question and identify what is changing.
  2. Assign symbols to the changing quantities.
  3. Write the given rate and the rate to be found.
  4. Build an equation connecting the quantities.
  5. Differentiate the whole equation with respect to time.
  6. Substitute the given values after differentiation.
  7. Solve for the unknown rate.
  8. Write the answer with the correct unit and sign.

This order is not decoration. It protects you from nearly every major error in the topic.

How to Write the Given and Find List

Suppose the question says:

The radius of a circle is increasing at 0.4 cm/s. Find the rate at which its area is increasing when the radius is 5 cm.

Write:

Given: dr/dt = 0.4 cm/s
When: r = 5 cm
Find: dA/dt

Notice the difference between “given” and “when”.

The rate dr/dt = 0.4 is part of the movement.

The value r = 5 is the instant at which you want the answer.

So r = 5 should enter after differentiation, not before.

Example 1: Area of a Circle Increasing

The radius of a circle is increasing at 0.4 cm/s. Find the rate at which the area is increasing when the radius is 5 cm.

Start with the formula:

A = pi r^2

Here both A and r change with time.

Differentiate both sides with respect to t:

dA/dt = 2 pi r dr/dt

Now substitute:

r = 5
dr/dt = 0.4

So:

dA/dt = 2 pi x 5 x 0.4
dA/dt = 4 pi

Final answer:

The area is increasing at 4 pi cm^2/s.

Why is the answer positive? Because the radius is increasing, so the area must also increase.

Why Every Variable Needs Its Own Rate

Students often write:

dA/dt = 2 pi r

This is incomplete.

Why? Because when you differentiate r^2 with respect to time, you must use the chain rule:

d/dt (r^2) = 2r dr/dt

The extra dr/dt appears because r itself is changing with time.

The same idea applies everywhere:

d/dt (x^2) = 2x dx/dt
d/dt (y^2) = 2y dy/dt
d/dt (r^3) = 3r^2 dr/dt
d/dt (xy) = x dy/dt + y dx/dt

That last line is especially important because rectangles, areas, and many practical problems contain products.

Example 2: A Ladder Sliding Down a Wall

A ladder 25 m long leans against a wall. Its foot is moving away from the wall at 1.5 m/s. Find the rate at which the top of the ladder is moving down the wall when the foot is 7 m from the wall.

Let:

x = distance of the foot from the wall
y = height of the top of the ladder on the wall

The ladder forms a right triangle, so:

x^2 + y^2 = 25^2

Given:

dx/dt = 1.5 m/s
x = 7 m
Find: dy/dt

First find y at that instant:

x^2 + y^2 = 625
7^2 + y^2 = 625
49 + y^2 = 625
y^2 = 576
y = 24

Now differentiate the main relation:

2x dx/dt + 2y dy/dt = 0

Divide by 2:

x dx/dt + y dy/dt = 0

Substitute:

7(1.5) + 24 dy/dt = 0
10.5 + 24 dy/dt = 0
24 dy/dt = -10.5
dy/dt = -10.5/24
dy/dt = -0.4375

Final answer:

The top of the ladder is moving downward at 0.4375 m/s.

The negative sign means the height y is decreasing.

The Sign of a Rate: Increasing, Decreasing, Rising, Falling

Rate of change answers are not just numbers. They have direction.

Use this quick sign guide:

Situation in the questionSign of rate
increasingpositive
decreasingnegative
moving away from a pointusually positive for that distance
moving toward a pointusually negative for that distance
rising upwardpositive for height
falling downwardnegative for height
expandingpositive
shrinkingnegative

The word “usually” matters for distances because your choice of variable decides the sign. If x is measured from the wall outward, then the ladder foot moving away from the wall gives positive dx/dt.

Example 3: Volume of an Expanding Balloon

Air is pumped into a spherical balloon so that its volume increases at 36 pi cm^3/s. Find the rate at which the radius is increasing when the radius is 3 cm.

For a sphere:

V = (4/3) pi r^3

Given:

dV/dt = 36 pi cm^3/s
r = 3 cm
Find: dr/dt

Differentiate:

dV/dt = 4 pi r^2 dr/dt

Substitute:

36 pi = 4 pi x 3^2 x dr/dt
36 pi = 36 pi dr/dt
dr/dt = 1

Final answer:

The radius is increasing at 1 cm/s.

Here the volume rate was given, and the radius rate was required. In the circle example, the radius rate was given, and the area rate was required. The method is the same in both cases.

Example 4: Two Sides of a Rectangle Changing

The length of a rectangle is increasing at 3 cm/s, and its breadth is decreasing at 1 cm/s. Find the rate of change of its area when the length is 12 cm and the breadth is 5 cm.

Let:

l = length
b = breadth
A = area

The area is:

A = lb

Given:

dl/dt = 3 cm/s
db/dt = -1 cm/s
l = 12 cm
b = 5 cm
Find: dA/dt

Differentiate using the product rule:

dA/dt = l db/dt + b dl/dt

Substitute:

dA/dt = 12(-1) + 5(3)
dA/dt = -12 + 15
dA/dt = 3

Final answer:

The area is increasing at 3 cm^2/s.

This example is a good reminder that one part of a shape may be increasing while another part is decreasing. You cannot guess the final direction without calculation.

Common Equations Used in Rate of Change Problems

You do not need to memorise a different method for every story. You need to recognise the relation hidden inside the story.

SituationUseful relation
circle areaA = pi r^2
sphere volumeV = (4/3) pi r^3
cube volumeV = x^3
square areaA = x^2
rectangle areaA = lb
right trianglex^2 + y^2 = constant^2
cylinder volumeV = pi r^2 h
cone volumeV = (1/3) pi r^2 h

For cone and shadow questions, the extra trick is often similar triangles. You may first need to express one variable in terms of another, then differentiate.

The “Do Not Substitute Too Early” Rule

This rule deserves its own section because it is the biggest trap in the topic.

Suppose:

A = pi r^2

and the question says:

Find dA/dt when r = 5.

Wrong approach:

A = pi x 5^2
A = 25 pi
dA/dt = 0

This says the area is constant, which is not true. The radius is changing. It only equals 5 at one instant.

Correct approach:

A = pi r^2
dA/dt = 2 pi r dr/dt

Now substitute r = 5.

How Units Help You Catch Mistakes

Units are like a quiet checking system.

If the question asks for:

dA/dt

the answer should usually have area per time, such as:

cm^2/s

If the question asks for:

dV/dt

the answer should usually have volume per time:

cm^3/s

If the question asks for:

dx/dt

the answer should usually have length per time:

cm/s

If your answer for dA/dt comes out in cm/s, something has gone wrong.

A Quick Checklist Before You Finalise the Answer

Before you stop solving, ask these questions:

  1. Did I define every changing quantity?
  2. Did I write the given rate with the correct sign?
  3. Did I build one equation connecting the variables?
  4. Did I differentiate with respect to time, not just with respect to x?
  5. Did I keep dx/dt, dy/dt, dr/dt, or the correct rate with each changing variable?
  6. Did I substitute the “when” values only after differentiating?
  7. Did I include the correct unit?
  8. Does the sign of the answer match the story?

This checklist may feel simple, but it is exactly what strong students do mentally.

Practice Questions to Build Confidence

Try these without looking at the solutions first.

Practice 1

The side of a square is increasing at 2 cm/s. Find the rate at which its area is increasing when the side is 6 cm.

Hint:

A = x^2

Answer:

dA/dt = 24 cm^2/s

Practice 2

The radius of a sphere is decreasing at 0.5 cm/s. Find the rate of change of its volume when the radius is 4 cm.

Hint:

V = (4/3) pi r^3

Answer:

dV/dt = -32 pi cm^3/s

The negative sign tells you that the volume is decreasing.

Practice 3

A 10 m ladder leans against a wall. Its foot moves away from the wall at 2 m/s. Find how fast the top is moving down when the foot is 6 m from the wall.

Hint:

x^2 + y^2 = 100

At x = 6, y = 8.

Answer:

dy/dt = -1.5 m/s

So the top is moving down at 1.5 m/s.

How to Know Which Quantity to Differentiate

Differentiate the equation that connects the quantities.

If the problem is about area, start with the area formula.

If it is about volume, start with the volume formula.

If it is about a ladder, shadow, distance, or diagonal, look for a right triangle and use Pythagoras.

If it is about two changing sides multiplied together, expect the product rule.

If it is about a power like radius cubed, expect the chain rule.

The question is not trying to trick you with a new type of calculus every time. It is testing whether you can translate a real situation into one clean relation.

Common Mistakes and How to Avoid Them

MistakeHow to fix it
Substituting values before differentiatingDifferentiate first, then use the “when” values
Forgetting dr/dt or dx/dtTreat each changing letter as a function of time
Ignoring negative signsTranslate decreasing, falling, or shrinking into a negative rate
Using the wrong unitMatch the unit to the quantity being asked
Differentiating only one sideDifferentiate the entire equation with respect to t
Forgetting product ruleUse it whenever two changing quantities are multiplied
Choosing the wrong relationDraw a quick diagram and identify the shape or formula

Do not try to solve rate of change problems by memorising only final formulas. Memorise the workflow. It is more flexible, and it works even when the question is worded differently.

The Final Way to Think About It

A rate of change problem is like a snapshot of motion. At one instant, several quantities have specific values, but they are still moving.

Your job is to connect those quantities with an equation and then let calculus show how their rates are connected.

So whenever the problem says “with respect to time”, do not panic. Write the variables clearly, differentiate the relation with respect to t, and let each changing quantity carry its own rate.

Frequently Asked Questions

What does “with respect to time” mean?

It means the quantity is changing as time passes. So instead of finding only dy/dx, you may need to find rates like dx/dt, dy/dt, dr/dt, dA/dt, or dV/dt.

Why do we write dx/dt even when the equation has only x and y?

Because x and y are changing with time. If x changes, its time rate is dx/dt. If y changes, its time rate is dy/dt.

Should I substitute the given value before differentiating?

No. First differentiate the relation with respect to time. Then substitute the values given for that instant. Substituting too early can make a changing quantity look constant.

How do I know whether a rate should be negative?

Use the wording and your variable choice. Increasing, expanding, or moving away from the chosen starting point is usually positive. Decreasing, shrinking, falling, or moving toward the chosen starting point is usually negative.

Why does the product rule appear in rate of change problems?

The product rule appears when two changing quantities are multiplied, such as the area of a rectangle A = lb. Since both l and b may change with time, both rates must be included.

What is the fastest way to improve at these questions?

Practise the same workflow on different stories: circle, sphere, ladder, rectangle, cylinder, cone, and shadow problems. After a few examples, the stories change but the method starts to feel familiar.

Looking for commerce tuitions?

Prachi is a gold-medalist commerce teacher with experience at Deloitte and KPMG. She focuses on fundamentals to build a strong foundation.

Start classes