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?
question id: symbolic-finite-20
- What is a second derivative?
question id: second-derivative-20
- Give an example of a quantity in real life that is the second derivative of another real-life quantity.
question id: second-example
- 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.question id: Ddnorm-graph
No answers yet collected