I am trying to solve this through differential equation but the results seems different from calculating with real numbers. the problem is simple
The radius of a circle is growing at the rate of $d$ units/sec, its initial radius is $R$, find the rate of increase of its area. The question is transcribed into the simple differential equation:
$Area= \pi.R^2$
$dA/dt = 2.\pi.R.dR/dt$
With an example say the initial radius is 4 units and the rate of increase is 0.5 units/sec:
$dA/dt = 2.\pi.4.(0.5) = 4.\pi$
However when I substitute real values
$Area (4) = \pi.4^2 = 16.\pi$
$Area (4.5) = \pi.(4.5)^2 = (20.25).\pi$
$Diff = (20.25).\pi - 16.\pi = (4.25).\pi$
The difference between these two is $(4.25).\pi$ and the $4.\pi$ as I obtained earlier. Why this difference? Shouldn't it be exactly $4.\pi$ ? What am I missing?
Thanks vijay