Update related_rates.qmd

some typos. 
And it seems the last Example is unfinished.
This commit is contained in:
Fang Liu 2023-05-08 16:57:42 +08:00 committed by GitHub
parent ebf55bab01
commit 26d79e49e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -182,7 +182,7 @@ How can this relationship be summarized? Well, let's go back to what we know, th
diff(A(t), t)
```
This should be clear: the rate of change, $dA/dt$, is increasing linearly, hence the second derivative, $dA^2/dt^2$ would be constant, just as we saw for the average rate of change.
This should be clear: the rate of change, $dA/dt$, is increasing linearly, hence the second derivative, $d^2A/dt^2$ would be constant, just as we saw for the average rate of change.
So, for this problem, a constant rate of change in width and height leads to a linear rate of change in area, put otherwise, linear growth in both width and height leads to quadratic growth in area.