25 Related Rates Problems to Practice On (With Step-by-Step Solutions)

25 related rates practice problems covering direct-formula rates, right triangles, draining/filling volumes, angles of elevation, and multi-step setups, each with a full worked solution.

By Petrus Sheya

August 10, 2026 · 13 min read

25 Related Rates Problems to Practice

Every related rates problem hides the same move: write an equation connecting two changing quantities, then differentiate both sides with respect to time. The scenery changes, ladders, cones, shadows, a rocket launch, but the mechanics don't.

Twenty-five problems below, sorted from a straight plug-into-a-formula warm-up to multi-step setups that stack two skills at once. Work each one yourself before opening the solution. That's the only way the pattern actually sticks.

Section 1: Direct-Formula Rates

Start where there's no setup work at all: a known formula, one differentiation, done. This is the raw chain-rule move you'll lean on everywhere else, so get it automatic before anything gets added on top.

Problem 1

The radius of a circle is increasing at 3 cm/s3\text{ cm/s}. How fast is the area increasing when r=5 cmr = 5\text{ cm}?

Step 1: Differentiate the area formula with respect to time. A=πr2dAdt=2πrdrdtA = \pi r^2 \quad \Rightarrow \quad \frac{dA}{dt} = 2\pi r \frac{dr}{dt}

Step 2: Plug in the values. dAdt=2π(5)(3)=30π94.2 cm2/s\frac{dA}{dt} = 2\pi(5)(3) = 30\pi \approx 94.2 \text{ cm}^2/\text{s}

Answer30π ≈ 94.2 cm²/s

Problem 2

The side of a square is growing at 4 cm/s4\text{ cm/s}. How fast is the area increasing when the side is 10 cm10\text{ cm}?

Step 1: Differentiate the area formula. A=s2dAdt=2sdsdtA = s^2 \quad \Rightarrow \quad \frac{dA}{dt} = 2s \frac{ds}{dt}

Step 2: Plug in the values. dAdt=2(10)(4)=80 cm2/s\frac{dA}{dt} = 2(10)(4) = 80 \text{ cm}^2/\text{s}

Answer80 cm²/s

Problem 3

The side of a cube is increasing at 2 cm/s2\text{ cm/s}. How fast is the volume increasing when the side is 6 cm6\text{ cm}?

Step 1: Differentiate the volume formula. V=s3dVdt=3s2dsdtV = s^3 \quad \Rightarrow \quad \frac{dV}{dt} = 3s^2 \frac{ds}{dt}

Step 2: Plug in the values. dVdt=3(6)2(2)=216 cm3/s\frac{dV}{dt} = 3(6)^2(2) = 216 \text{ cm}^3/\text{s}

Answer216 cm³/s

Problem 4

The radius of a circular oil slick is shrinking at 0.5 m/s0.5\text{ m/s}. How fast is the area decreasing when r=20 mr = 20\text{ m}?

Step 1: Differentiate the area formula. dAdt=2πrdrdt\frac{dA}{dt} = 2\pi r \frac{dr}{dt}

Step 2: Plug in the values, using a negative rate since the radius is shrinking. dAdt=2π(20)(0.5)=20π62.8 m2/s\frac{dA}{dt} = 2\pi(20)(-0.5) = -20\pi \approx -62.8 \text{ m}^2/\text{s}

AnswerShrinking at 20π ≈ 62.8 m²/s

Problem 5

Air is pumped into a spherical balloon, and its radius grows at 0.2 cm/s0.2\text{ cm/s}. How fast is the volume increasing when r=10 cmr = 10\text{ cm}?

Step 1: Differentiate the volume formula. V=43πr3dVdt=4πr2drdtV = \frac{4}{3}\pi r^3 \quad \Rightarrow \quad \frac{dV}{dt} = 4\pi r^2 \frac{dr}{dt}

Step 2: Plug in the values. dVdt=4π(10)2(0.2)=80π251.3 cm3/s\frac{dV}{dt} = 4\pi(10)^2(0.2) = 80\pi \approx 251.3 \text{ cm}^3/\text{s}

Answer80π ≈ 251.3 cm³/s

Section 2: Right-Triangle Setups

Now you have to build the equation yourself before you can differentiate it. Most of these come from the Pythagorean theorem, and the setup is the real challenge. The calculus at the end is quick.

Problem 6

A 10-ft10\text{-ft} ladder leans against a wall. The bottom slides away from the wall at 1 ft/s1\text{ ft/s}. How fast is the top sliding down the wall when the bottom is 6 ft6\text{ ft} from the wall?

Step 1: Set up the constraint and differentiate. With xx the base distance and yy the height, x2+y2=1022xdxdt+2ydydt=0x^2 + y^2 = 10^2 \quad \Rightarrow \quad 2x\frac{dx}{dt} + 2y\frac{dy}{dt} = 0

Step 2: Find yy when x=6x = 6. Since 62+y2=1006^2 + y^2 = 100, y=8y = 8.

Step 3: Solve for dydt\frac{dy}{dt}. dydt=xydxdt=68(1)=0.75 ft/s\frac{dy}{dt} = -\frac{x}{y}\frac{dx}{dt} = -\frac{6}{8}(1) = -0.75 \text{ ft/s}

AnswerThe top slides down at 0.75 ft/s

Problem 7

A 13-ft13\text{-ft} ladder leans against a wall. The bottom slides away from the wall at 2 ft/s2\text{ ft/s}. How fast is the top sliding down when the bottom is 5 ft5\text{ ft} from the wall?

Step 1: Find yy when x=5x = 5. From x2+y2=132x^2+y^2=13^2, y=12y = 12.

Step 2: Solve for dydt\frac{dy}{dt}. dydt=xydxdt=512(2)=560.83 ft/s\frac{dy}{dt} = -\frac{x}{y}\frac{dx}{dt} = -\frac{5}{12}(2) = -\frac{5}{6} \approx -0.83 \text{ ft/s}

AnswerThe top slides down at ≈0.83 ft/s

Problem 8

Two cars leave the same intersection at the same time. Car A drives east at 30 mph30\text{ mph}, car B drives north at 40 mph40\text{ mph}. How fast is the distance between them growing after 22 hours?

Step 1: Find the positions at t=2 hrt = 2\text{ hr}. x=30(2)=60 mix = 30(2) = 60\text{ mi}, y=40(2)=80 miy = 40(2) = 80\text{ mi}.

Step 2: Set up the distance constraint and differentiate. s2=x2+y22sdsdt=2xdxdt+2ydydts^2 = x^2 + y^2 \quad \Rightarrow \quad 2s\frac{ds}{dt} = 2x\frac{dx}{dt} + 2y\frac{dy}{dt}

Step 3: Find ss and solve. s=602+802=100 mis = \sqrt{60^2+80^2} = 100\text{ mi}. dsdt=xdxdt+ydydts=60(30)+80(40)100=50 mph\frac{ds}{dt} = \frac{x\frac{dx}{dt} + y\frac{dy}{dt}}{s} = \frac{60(30) + 80(40)}{100} = 50 \text{ mph}

Answer50 mph

Problem 9

A boat is pulled toward a dock by a rope through a pulley 4 ft4\text{ ft} above the water. The rope is reeled in at 2 ft/s2\text{ ft/s}. How fast is the boat approaching the dock when 5 ft5\text{ ft} of rope is out?

Step 1: Set up the constraint. With LL the rope length and xx the horizontal distance to the dock, L2=x2+42L^2 = x^2 + 4^2

Step 2: Find xx when L=5L = 5. x2=2516=9x^2 = 25 - 16 = 9, so x=3 ftx = 3\text{ ft}.

Step 3: Differentiate and solve. The rope is being reeled in, so dLdt=2\frac{dL}{dt} = -2. 2LdLdt=2xdxdtdxdt=LxdLdt=53(2)=1033.33 ft/s2L\frac{dL}{dt} = 2x\frac{dx}{dt} \quad \Rightarrow \quad \frac{dx}{dt} = \frac{L}{x}\frac{dL}{dt} = \frac{5}{3}(-2) = -\frac{10}{3} \approx -3.33 \text{ ft/s}

AnswerThe boat approaches at ≈3.33 ft/s

Problem 10

A 25-ft25\text{-ft} ladder is pushed toward a wall so the bottom moves toward the wall at 2 ft/s2\text{ ft/s}. How fast is the top rising when the bottom is 7 ft7\text{ ft} from the wall?

Step 1: Find yy when x=7x = 7. From x2+y2=252x^2+y^2=25^2, y=24y = 24.

Step 2: Solve for dydt\frac{dy}{dt}. The bottom moves toward the wall, so dxdt=2\frac{dx}{dt} = -2. dydt=xydxdt=724(2)=7120.58 ft/s\frac{dy}{dt} = -\frac{x}{y}\frac{dx}{dt} = -\frac{7}{24}(-2) = \frac{7}{12} \approx 0.58 \text{ ft/s}

AnswerThe top rises at ≈0.58 ft/s

Section 3: Volumes with a Hidden Constraint

Cones, piles, and troughs don't give you two independent variables. Radius and height are locked together by geometry, so substitute that relationship in before you differentiate, or the derivative won't simplify.

Problem 11

Water is pumped into a cylindrical tank of radius 3 m3\text{ m} at 2 m3/min2\text{ m}^3/\text{min}. How fast is the water level rising?

Step 1: Differentiate the volume formula. The radius is constant, so V=πr2hdVdt=πr2dhdtV = \pi r^2 h \quad \Rightarrow \quad \frac{dV}{dt} = \pi r^2 \frac{dh}{dt}

Step 2: Solve. dhdt=2π(3)2=29π0.071 m/min\frac{dh}{dt} = \frac{2}{\pi(3)^2} = \frac{2}{9\pi} \approx 0.071 \text{ m/min}

Answer≈0.071 m/min

Problem 12

Water drains from a conical tank, vertex down, with radius 4 ft4\text{ ft} and height 10 ft10\text{ ft} at the top, at 5 ft3/min5\text{ ft}^3/\text{min}. How fast is the water level falling when h=6 fth = 6\text{ ft}?

Step 1: Relate rr and hh with similar triangles. rh=410=25\frac{r}{h} = \frac{4}{10} = \frac{2}{5}, so r=2h5r = \frac{2h}{5}.

Step 2: Substitute into the volume formula and differentiate. V=13πr2h=13π(2h5)2h=4π75h3dVdt=4πh225dhdtV = \frac{1}{3}\pi r^2 h = \frac{1}{3}\pi\left(\frac{2h}{5}\right)^2 h = \frac{4\pi}{75}h^3 \quad \Rightarrow \quad \frac{dV}{dt} = \frac{4\pi h^2}{25}\frac{dh}{dt}

Step 3: Plug in h=6h = 6 and dVdt=5\frac{dV}{dt} = -5. 5=4π(36)25dhdt=144π25dhdtdhdt=125144π0.276 ft/min-5 = \frac{4\pi(36)}{25}\frac{dh}{dt} = \frac{144\pi}{25}\frac{dh}{dt} \quad \Rightarrow \quad \frac{dh}{dt} = -\frac{125}{144\pi} \approx -0.276 \text{ ft/min}

AnswerThe level falls at ≈0.276 ft/min

Problem 13

Sand poured onto a conical pile at 10 ft3/min10\text{ ft}^3/\text{min} always keeps its height equal to its radius. How fast is the height increasing when h=5 fth = 5\text{ ft}?

Step 1: Substitute r=hr = h into the volume formula. V=13πr2h=13πh3dVdt=πh2dhdtV = \frac{1}{3}\pi r^2 h = \frac{1}{3}\pi h^3 \quad \Rightarrow \quad \frac{dV}{dt} = \pi h^2 \frac{dh}{dt}

Step 2: Plug in h=5h = 5 and dVdt=10\frac{dV}{dt} = 10. 10=π(25)dhdtdhdt=25π0.127 ft/min10 = \pi(25)\frac{dh}{dt} \quad \Rightarrow \quad \frac{dh}{dt} = \frac{2}{5\pi} \approx 0.127 \text{ ft/min}

Answer≈0.127 ft/min

Problem 14

Air is pumped into a spherical balloon at 100 cm3/s100\text{ cm}^3/\text{s}. How fast is the radius increasing when r=5 cmr = 5\text{ cm}?

Step 1: Differentiate the volume formula. dVdt=4πr2drdt\frac{dV}{dt} = 4\pi r^2 \frac{dr}{dt}

Step 2: Plug in r=5r = 5 and dVdt=100\frac{dV}{dt} = 100. 100=4π(25)drdt=100πdrdtdrdt=1π0.318 cm/s100 = 4\pi(25)\frac{dr}{dt} = 100\pi\frac{dr}{dt} \quad \Rightarrow \quad \frac{dr}{dt} = \frac{1}{\pi} \approx 0.318 \text{ cm/s}

Answer≈0.318 cm/s

Problem 15

A trough 10 ft10\text{ ft} long has a triangular cross-section: 2 ft2\text{ ft} wide at the top, 3 ft3\text{ ft} deep, vertex at the bottom. Water flows in at 5 ft3/min5\text{ ft}^3/\text{min}. How fast is the water level rising when h=1 fth = 1\text{ ft}?

Step 1: Relate the surface width ww to the depth hh with similar triangles. wh=23\frac{w}{h} = \frac{2}{3}, so w=2h3w = \frac{2h}{3}.

Step 2: Write the volume and differentiate. Cross-sectional area is 12wh=h23\frac{1}{2}wh = \frac{h^2}{3}, so V=10(h23)dVdt=20h3dhdtV = 10\left(\frac{h^2}{3}\right) \quad \Rightarrow \quad \frac{dV}{dt} = \frac{20h}{3}\frac{dh}{dt}

Step 3: Plug in h=1h = 1 and dVdt=5\frac{dV}{dt} = 5. 5=203dhdtdhdt=0.75 ft/min5 = \frac{20}{3}\frac{dh}{dt} \quad \Rightarrow \quad \frac{dh}{dt} = 0.75 \text{ ft/min}

Answer0.75 ft/min

Section 4: Angles and Trig Relationships

Distances turn into angles here, so sine, cosine, and tangent do the connecting instead of the Pythagorean theorem. Watch for sec2θ\sec^2\theta: it shows up constantly once tangent enters the picture.

Problem 16

A 6-ft6\text{-ft} person walks away from a 15-ft15\text{-ft} lamppost at 5 ft/s5\text{ ft/s}. How fast is the tip of their shadow moving?

Step 1: Set up the similar triangles. With xx the person's distance from the pole and ss the shadow length, 15x+s=6s9s=6xs=23x\frac{15}{x+s} = \frac{6}{s} \quad \Rightarrow \quad 9s = 6x \quad \Rightarrow \quad s = \frac{2}{3}x

Step 2: Differentiate. dsdt=23dxdt=23(5)=103 ft/s\frac{ds}{dt} = \frac{2}{3}\frac{dx}{dt} = \frac{2}{3}(5) = \frac{10}{3} \text{ ft/s}

Step 3: Add the person's speed to get the tip's speed. The tip is at distance x+sx+s from the pole. d(x+s)dt=5+103=2538.33 ft/s\frac{d(x+s)}{dt} = 5 + \frac{10}{3} = \frac{25}{3} \approx 8.33 \text{ ft/s}

Answer≈8.33 ft/s

Problem 17

A hot air balloon rises at 5 ft/s5\text{ ft/s} from a point 200 ft200\text{ ft} from an observer. How fast is the angle of elevation changing when the balloon is 150 ft150\text{ ft} high?

Step 1: Set up the trig relationship and differentiate. With hh the height and x=200x = 200 fixed, tanθ=h200sec2θdθdt=1200dhdt\tan\theta = \frac{h}{200} \quad \Rightarrow \quad \sec^2\theta\frac{d\theta}{dt} = \frac{1}{200}\frac{dh}{dt}

Step 2: Find sec2θ\sec^2\theta at h=150h = 150. The hypotenuse is 2002+1502=250\sqrt{200^2+150^2}=250, so secθ=250200=1.25\sec\theta = \frac{250}{200}=1.25 and sec2θ=1.5625\sec^2\theta = 1.5625.

Step 3: Solve. dθdt=1200(5)1.5625=0.0251.5625=0.016 rad/s\frac{d\theta}{dt} = \frac{\frac{1}{200}(5)}{1.5625} = \frac{0.025}{1.5625} = 0.016 \text{ rad/s}

Answer0.016 rad/s

Problem 18

For the ladder in Problem 6 (the 10-ft10\text{-ft} ladder, bottom sliding away at 1 ft/s1\text{ ft/s}), how fast is the angle between the ladder and the ground changing when the bottom is 6 ft6\text{ ft} from the wall?

Step 1: Write xx in terms of θ\theta and differentiate. With θ\theta the angle between the ladder and the ground, x=10cosθx = 10\cos\theta, so dxdt=10sinθdθdt\frac{dx}{dt} = -10\sin\theta\frac{d\theta}{dt}

Step 2: Find sinθ\sin\theta at x=6,y=8x = 6, y = 8. sinθ=y10=0.8\sin\theta = \frac{y}{10} = 0.8.

Step 3: Solve. 1=10(0.8)dθdt=8dθdtdθdt=0.125 rad/s1 = -10(0.8)\frac{d\theta}{dt} = -8\frac{d\theta}{dt} \quad \Rightarrow \quad \frac{d\theta}{dt} = -0.125 \text{ rad/s}

AnswerThe angle shrinks at 0.125 rad/s

Problem 19

A kite flies at a constant height of 100 ft100\text{ ft}, blown away horizontally at 8 ft/s8\text{ ft/s}. How fast is the angle of elevation decreasing when 260 ft260\text{ ft} of string is out?

Step 1: Find the horizontal distance xx. From x2+1002=2602x^2 + 100^2 = 260^2, x=240 ftx = 240\text{ ft}.

Step 2: Set up the trig relationship and differentiate. tanθ=100xsec2θdθdt=100x2dxdt\tan\theta = \frac{100}{x} \quad \Rightarrow \quad \sec^2\theta\frac{d\theta}{dt} = -\frac{100}{x^2}\frac{dx}{dt}

Step 3: Find sec2θ\sec^2\theta. tanθ=100240=512\tan\theta = \frac{100}{240} = \frac{5}{12}, so sec2θ=1+25144=169144\sec^2\theta = 1 + \frac{25}{144} = \frac{169}{144}.

Step 4: Solve. dθdt=10057600(8)169144=21690.0118 rad/s\frac{d\theta}{dt} = \frac{-\frac{100}{57600}(8)}{\frac{169}{144}} = -\frac{2}{169} \approx -0.0118 \text{ rad/s}

AnswerDecreasing at ≈0.0118 rad/s

Problem 20

A rocket launches vertically 3000 ft3000\text{ ft} from an observer, rising at 880 ft/s880\text{ ft/s}. How fast is the angle of elevation changing when the rocket is 4000 ft4000\text{ ft} high?

Step 1: Set up the trig relationship and differentiate. tanθ=h3000sec2θdθdt=13000dhdt\tan\theta = \frac{h}{3000} \quad \Rightarrow \quad \sec^2\theta\frac{d\theta}{dt} = \frac{1}{3000}\frac{dh}{dt}

Step 2: Find sec2θ\sec^2\theta at h=4000h = 4000. tanθ=40003000=43\tan\theta = \frac{4000}{3000} = \frac{4}{3}, so sec2θ=1+169=259\sec^2\theta = 1 + \frac{16}{9} = \frac{25}{9}.

Step 3: Solve. dθdt=8803000259=666250.106 rad/s\frac{d\theta}{dt} = \frac{\frac{880}{3000}}{\frac{25}{9}} = \frac{66}{625} \approx 0.106 \text{ rad/s}

Answer≈0.106 rad/s

Section 5: Multi-Step and Combined Setups

These stack two skills at once: a unit conversion buried inside a trig setup, a product rule sitting next to an implicit differentiation, a physical law standing in for the equation you'd normally have to derive yourself. This is what the earlier sections were building toward.

Problem 21

A plane flies at a constant altitude of 3 mi3\text{ mi} and a constant speed of 600 mph600\text{ mph}, passing directly over a radar station. How fast is the angle of elevation changing, in radians per minute, when the plane is 4 mi4\text{ mi} of horizontal distance past the station?

Step 1: Convert the speed to miles per minute. 600 mph=60060=10 mi/min600 \text{ mph} = \frac{600}{60} = 10 \text{ mi/min}

Step 2: Set up the trig relationship and differentiate. With xx the horizontal distance, tanθ=3xsec2θdθdt=3x2dxdt\tan\theta = \frac{3}{x} \quad \Rightarrow \quad \sec^2\theta\frac{d\theta}{dt} = -\frac{3}{x^2}\frac{dx}{dt}

Step 3: Find sec2θ\sec^2\theta at x=4x = 4. sec2θ=1+9x2=x2+9x2=2516\sec^2\theta = 1 + \frac{9}{x^2} = \frac{x^2+9}{x^2} = \frac{25}{16}.

Step 4: Solve. dθdt=316(10)2516=3(10)25=1.2 rad/min\frac{d\theta}{dt} = \frac{-\frac{3}{16}(10)}{\frac{25}{16}} = -\frac{3(10)}{25} = -1.2 \text{ rad/min}

Answer-1.2 rad/min

Problem 22

Two resistors are wired in parallel: R1=20 ΩR_1 = 20\ \Omega increasing at 3 Ω/s3\ \Omega/\text{s}, and R2=30 ΩR_2 = 30\ \Omega increasing at 2 Ω/s2\ \Omega/\text{s}. Using 1R=1R1+1R2\frac{1}{R} = \frac{1}{R_1} + \frac{1}{R_2}, how fast is the combined resistance RR changing?

Step 1: Find RR at the given instant. 1R=120+130=560=112R=12 Ω\frac{1}{R} = \frac{1}{20} + \frac{1}{30} = \frac{5}{60} = \frac{1}{12} \quad \Rightarrow \quad R = 12\ \Omega

Step 2: Differentiate the constraint. 1R2dRdt=1R12dR1dt1R22dR2dt-\frac{1}{R^2}\frac{dR}{dt} = -\frac{1}{R_1^2}\frac{dR_1}{dt} - \frac{1}{R_2^2}\frac{dR_2}{dt}

Step 3: Solve for dRdt\frac{dR}{dt}. dRdt=R2(1R12dR1dt+1R22dR2dt)=144(3400+2900)=144(7720)=1.4 Ω/s\frac{dR}{dt} = R^2\left(\frac{1}{R_1^2}\frac{dR_1}{dt} + \frac{1}{R_2^2}\frac{dR_2}{dt}\right) = 144\left(\frac{3}{400} + \frac{2}{900}\right) = 144\left(\frac{7}{720}\right) = 1.4\ \Omega/\text{s}

Answer1.4 Ω/s

Problem 23

Two sides of a triangle are a=4 ma = 4\text{ m} and b=5 mb = 5\text{ m}, growing at 2 m/s2\text{ m/s} and 3 m/s3\text{ m/s} respectively. The included angle stays fixed at 60°60°. How fast is the area growing?

Step 1: Write the area formula and differentiate with the product rule. Since θ\theta is constant, A=12absinθdAdt=12sinθ(adbdt+bdadt)A = \frac{1}{2}ab\sin\theta \quad \Rightarrow \quad \frac{dA}{dt} = \frac{1}{2}\sin\theta\left(a\frac{db}{dt} + b\frac{da}{dt}\right)

Step 2: Plug in the values. sin60°=32\sin 60° = \frac{\sqrt{3}}{2}. dAdt=12(32)(4(3)+5(2))=34(22)=11329.53 m2/s\frac{dA}{dt} = \frac{1}{2}\left(\frac{\sqrt{3}}{2}\right)\left(4(3) + 5(2)\right) = \frac{\sqrt{3}}{4}(22) = \frac{11\sqrt{3}}{2} \approx 9.53 \text{ m}^2/\text{s}

Answer11√3/2 ≈ 9.53 m²/s

Problem 24

A gas obeys Boyle's Law, PV=800PV = 800 (constant, in appropriate units). If the pressure is increasing at 2 kPa/min2\text{ kPa/min}, how fast is the volume changing when P=40 kPaP = 40\text{ kPa} and V=20 LV = 20\text{ L}?

Step 1: Differentiate the constraint. PV=800PV = 800 is constant, so PdVdt+VdPdt=0P\frac{dV}{dt} + V\frac{dP}{dt} = 0

Step 2: Solve for dVdt\frac{dV}{dt}. dVdt=VPdPdt=2040(2)=1 L/min\frac{dV}{dt} = -\frac{V}{P}\frac{dP}{dt} = -\frac{20}{40}(2) = -1 \text{ L/min}

AnswerShrinking at 1 L/min

Problem 25

Two sides of a triangle are a=7 cma = 7\text{ cm} and b=4 cmb = 4\text{ cm}, growing at 2 cm/s2\text{ cm/s} and 3 cm/s3\text{ cm/s}. The included angle is fixed at 60°60°. Using the law of cosines, how fast is the third side cc changing?

Step 1: Find cc at the given instant. With cos60°=0.5\cos 60° = 0.5, c2=a2+b22abcosθ=49+1628=37c=37c^2 = a^2 + b^2 - 2ab\cos\theta = 49 + 16 - 28 = 37 \quad \Rightarrow \quad c = \sqrt{37}

Step 2: Differentiate the law of cosines. Since θ\theta is constant, the cosθ\cos\theta term only needs the product rule on abab. 2cdcdt=2adadt+2bdbdt2cosθ(adbdt+bdadt)2c\frac{dc}{dt} = 2a\frac{da}{dt} + 2b\frac{db}{dt} - 2\cos\theta\left(a\frac{db}{dt} + b\frac{da}{dt}\right)

Step 3: Plug in the values. 2cdcdt=2(7)(2)+2(4)(3)2(0.5)(7(3)+4(2))=28+2429=232c\frac{dc}{dt} = 2(7)(2) + 2(4)(3) - 2(0.5)\left(7(3)+4(2)\right) = 28 + 24 - 29 = 23

Step 4: Solve. dcdt=232371.89 cm/s\frac{dc}{dt} = \frac{23}{2\sqrt{37}} \approx 1.89 \text{ cm/s}

Answer≈1.89 cm/s

Every angle problem here is differentiated in radians, since ddθsinθ\frac{d}{d\theta}\sin\theta, cosθ\cos\theta, and tanθ\tan\theta only take that clean form when θ\theta is measured in radians. If you need degrees for a final report, convert last, never before differentiating.