{ "hash": "b1216f80ed9c09e2bd459d552f23dce4", "result": { "markdown": "# Related rates\n\n\n\nThis section uses these add-on packaages:\n\n``` {.julia .cell-code}\nusing CalculusWithJulia\nusing Plots\nusing Roots\nusing SymPy\n```\n\n\n\n\n---\n\n\nRelated rates problems involve two (or more) unknown quantities that are related through an equation. As the two variables depend on each other, also so do their rates - change with respect to some variable which is often time, though exactly how remains to be discovered. Hence the name \"related rates.\"\n\n\n#### Examples\n\n\nThe following is a typical \"book\" problem:\n\n\n> A screen saver displays the outline of a $3$ cm by $2$ cm rectangle and then expands the rectangle in such a way that the $2$ cm side is expanding at the rate of $4$ cm/sec and the proportions of the rectangle never change. How fast is the area of the rectangle increasing when its dimensions are $12$ cm by $8$ cm? [Source.](http://oregonstate.edu/instruct/mth251/cq/Stage9/Practice/ratesProblems.html)\n\n::: {.cell cache='true' hold='true' execution_count=4}\n\n::: {.cell-output .cell-output-display execution_count=5}\n```{=html}\n
As \\(t\\) increases, the size of the rectangle grows. The ratio of width to height is fixed. If we know the rate of change in time for the width (\\(dw/dt\\)) and the height (\\(dh/dt\\)) can we tell the rate of change of area with respect to time (\\(dA/dt\\))?
\nThe flight of the ball as being tracked by a stationary outfielder. This ball will go over the head of the player. What can the player tell from the quantity \\(d\\theta/dt\\)?
\n