Quiz:Product rule for differentiation: Difference between revisions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
For background, see [[product rule for differentiation]] and [[product rule for higher derivatives]]. | For background, see [[product rule for differentiation]] and [[product rule for higher derivatives]]. | ||
==Practical== | |||
<quiz display=simple> | |||
{Suppose <math>f</math> and <math>g</math> are both defined and differentiable at the point 1. Suppose <math>\! f(1) = 2, g(1) = 5, f'(1) = 4, g'(1) = 11</math>. What is the value of <math>(f \cdot g)'(1)</math> where <math>f \cdot g</math> denotes the [[pointwise product of functions]]? | |||
|type="()"} | |||
+ 42 | |||
- 44 | |||
- 54 | |||
- 63 | |||
- The information given is insufficient to find <math>(f \cdot g)'(1)</math>. | |||
{What is the derivative of the function <math>x \mapsto \exp(x) \sin x</math>? Hint for derivatives of individual functions: <toggledisplay>Derivative of <math>\exp</math> is <math>\exp</math>, and derivative of <math>\sin</math> is <math>\cos</math>.</toggledisplay> | |||
|type="()"} | |||
+ <math>x \mapsto \exp(x)(\sin x + \cos x)</math> | |||
- <math>x \mapsto \exp(x)(\cos x - \sin x)</math> | |||
- <math>x \mapsto \exp(x)(\sin x - \cos x)</math> | |||
- <math>x \mapsto \exp(x)\cos x + \exp(1) \sin x</math> | |||
- <math>x \mapsto \exp(x)\sin x + \exp(1) \cos x</math> | |||
{What is the derivative of the function <math>x \mapsto \sqrt{x}\sin(x^2)</math> for <math>x > 0</math>? This question also requires use of [[chain rule for differentiation]]. | |||
|type="()"} | |||
- <math>x \mapsto \cos(x^2)/(2\sqrt{x})</math> | |||
- <math>x \mapsto 2\sqrt{x}\cos(x^2)</math> | |||
- <math>x \mapsto 2\sqrt{x}(\cos(x^2 + \sin(x^2))</math> | |||
- <math>x \mapsto 2x\sqrt{x}\sin(x^2) + \cos(x^2)/(2 \sqrt{x})</math> | |||
+ <math>x \mapsto 2x\sqrt{x}\cos(x^2) + \sin(x^2)/(2 \sqrt{x})</math> | |||
{What is the derivative of the function <math>x \mapsto x \sin x \ln x</math> for <math>x > 0</math>? Hint for derivatives of individual functions: <toggledisplay>Derivative of <math>\sin</math> is <math>\cos</math>, derivative of <math>\ln</math> is <math>x \mapsto 1/x</math></toggledisplay> | |||
|type="()"} | |||
- <math>x \mapsto (\cos x)/x</math> | |||
- <math>x \mapsto (-\cos x)/x</math> | |||
- <math>x \mapsto \cos x \ln x + \cos x + (\sin x)/x</math> | |||
- <math>x \mapsto \cos x \ln x - \cos x + (\sin x)/x</math> | |||
+ <math>x \mapsto \sin x \ln x + x \cos x \ln x + \sin x</math> | |||
</quiz> | |||
==Formulas== | ==Formulas== | ||
Line 56: | Line 93: | ||
===Computational feasibility significance=== | ===Computational feasibility significance=== | ||
See the section [[#Practical]]. | |||
===Computational results significance=== | ===Computational results significance=== |
Revision as of 17:04, 22 March 2012
For a quiz that tests all the differentiation rules together, see Quiz:Differentiation rules.
For background, see product rule for differentiation and product rule for higher derivatives.
Practical
Formulas
Significance
Qualitative and existential significance
Computational feasibility significance
See the section #Practical.
Computational results significance