20 Constructing derivatives
\[ \newcommand{\dnorm}{\text{dnorm}} \newcommand{\pnorm}{\text{pnorm}} \newcommand{\recip}{\text{recip}} \]
Reading questions
- What is the difference between a “symbolic derivative” and a “finite-difference” numerical derivative?
- What is a second derivative?
- Give an example of a quantity in real life that is the second derivative of another real-life quantity.
- Find the function produced by
D(dnorm(x) ~ x)
and graph it over the domain \(x \in [-3,3]\). Looking at the graph, isD()
producing a reasonable answer. Explain your reasoning briefly.
No answers yet collected