Question

Related rates in a rectangle with diagonal growth

Original question: I've noticed a discrepancy in my knowledge when solving the following two problems \newline A rectangle expands with time. The diagonal of the rectangle increases at a rate of 1in/hr and length increases at a rate of 14\frac{1}{4} in/hr. How fast is its width increasing when the width is in and length is 8 in? \newline Solution \newline Let the rect diagonal be hypotenuse (z), length be adjacent (x) and width be opposite (y) \newline Per Pythagorean theorem, we get z2=x2+y2z^2 = x^2 + y^2 Differentiating them with respect to time (t)

2) = \frac{d}{dt} (x^

Expert Verified Solution

thumb_up100%(1 rated)

Key concept: This is a classic related-rates setup: a right triangle hidden inside a rectangle, with the diagonal, length, and width all changing over time. The key is to connect the variables with Pythagorean theorem and differentiate correctly.

Step by step

Set up the relationship

Let the rectangle’s length be xx, width be yy, and diagonal be zz. Because the diagonal forms a right triangle with the sides, we use

z2=x2+y2.z^2 = x^2 + y^2.

This is the only geometric equation you need. The given rates are dzdt=1\frac{dz}{dt}=1 in/hr and dxdt=14\frac{dx}{dt}=\frac14 in/hr. You are asked for dydt\frac{dy}{dt} when x=8x=8 and yy is the given width value from the problem statement.

Before differentiating, make sure every symbol is a function of time. That is what makes this a related-rates problem rather than a static geometry problem.

Differentiate with respect to time

Differentiate both sides of z2=x2+y2z^2=x^2+y^2 with respect to tt:

2zdzdt=2xdxdt+2ydydt.2z\frac{dz}{dt}=2x\frac{dx}{dt}+2y\frac{dy}{dt}.

Now divide by 2:

zdzdt=xdxdt+ydydt.z\frac{dz}{dt}=x\frac{dx}{dt}+y\frac{dy}{dt}.

This step is where many students get confused. There is no isolated 2dydt2\frac{dy}{dt} term; the derivative of y2y^2 is 2ydydt2y\frac{dy}{dt} by the chain rule. The variable yy stays attached to its derivative.

Solve for the width rate

Rearrange to isolate dydt\frac{dy}{dt}:

ydydt=zdzdtxdxdt,y\frac{dy}{dt}=z\frac{dz}{dt}-x\frac{dx}{dt},

so

dydt=zdzdtxdxdty.\frac{dy}{dt}=\frac{z\frac{dz}{dt}-x\frac{dx}{dt}}{y}.

If the width is 66 in and the length is 88 in, then the diagonal is

z=82+62=10.z=\sqrt{8^2+6^2}=10.

Substitute:

dydt=10(1)8(1/4)6=1026=86=43 in/hr.\frac{dy}{dt}=\frac{10(1)-8(1/4)}{6}=\frac{10-2}{6}=\frac{8}{6}=\frac43\text{ in/hr}.

So the width is increasing at 43 in/hr\boxed{\frac43\text{ in/hr}}.

Why the marked step matters

The confusion usually comes from skipping the chain rule. When a side length changes with time, its square changes as well, so the derivative must include the variable itself. The same logic works for any related-rates problem involving area, volume, or geometry inside a right triangle.

Pitfall alert

A common mistake is to treat ddt(y2)\frac{d}{dt}(y^2) as 2dydt2\frac{dy}{dt} instead of 2ydydt2y\frac{dy}{dt}. That drops the current width value and gives the wrong rate. Another frequent error is using the diagonal formula correctly but forgetting to compute zz from the actual side lengths before substituting the rates. Always solve for the missing geometric quantity first, then plug into the differentiated equation.

Try different conditions

If the problem instead asked: “The diagonal increases at 1 in/hr, the length increases at 1/4 in/hr, and the width is 6 in while the length is 8 in. Find the width rate,” the method is identical. Use z2=x2+y2z^2=x^2+y^2, differentiate, and substitute z=10z=10. The only change is the numerical value of yy, which makes the final rate computable. If the width were different, the same formula would still apply, but the answer would change because the denominator is yy.

Further reading

Pythagorean theorem, chain rule, related rates

FAQ

How do I relate the diagonal, length, and width in a changing rectangle?

Use the Pythagorean theorem: z^2 = x^2 + y^2, where z is the diagonal, x is the length, and y is the width. Then differentiate with respect to time.

Why does the derivative of y squared include y times dy dt?

Because y is changing with time, the chain rule gives d/dt(y^2) = 2y(dy/dt), not just 2(dy/dt). The variable itself must stay attached to its rate of change.

chat