Quiz:Differentiation rules: Difference between revisions

From Calculus
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
Review the rules before or while attempting the quiz questions: <toggledisplay>{{#lst:derivative|differentiation rules}}</toggledisplay>
See also [[:Category:Differentiation rules]] for a list of all the differentiation rules pages (including pages for higher derivatives, which are not in this table).
==Qualitative and existential questions==
==Qualitative and existential questions==


Line 44: Line 48:
- None of the above, i.e., they are all valid as general rules.
- None of the above, i.e., they are all valid as general rules.


{Suppose <math>f</math> and <math>g</math> are both twice differentiable functions everywhere on <math>\R</math>. Which of the following is the correct formula for <math>(f \cdot g)''</math>, the second derivative of the pointwise product?
{Suppose <math>f</math> and <math>g</math> are both twice differentiable functions everywhere on <math>\R</math>. Which of the following is the correct formula for <math>(f \cdot g)''</math>, the second derivative of the [[pointwise product of functions]]?
|type="()"}
|type="()"}
- <math>f'' \cdot g + f \cdot g''</math>
- <math>f'' \cdot g + f \cdot g''</math>
Line 53: Line 57:
- <math>f'' \cdot g - 2f' \cdot g' + f \cdot g''</math>
- <math>f'' \cdot g - 2f' \cdot g' + f \cdot g''</math>


{Suppose <math>f</math> and <math>g</math> are both twice differentiable functions everywhere on <math>\R</math>. Which of the following is the correct formula for <math>(f \circ g)''</math>, the second derivative of the pointwise product?
{Suppose <math>f</math> and <math>g</math> are both twice differentiable functions everywhere on <math>\R</math>. Which of the following is the correct formula for <math>(f \circ g)''</math>, the second derivative of the [[composite of two functions]]?
|type="()"}
|type="()"}
- <math>(f'' \circ g) \cdot g''</math>
- <math>(f'' \circ g) \cdot g''</math>
Line 79: Line 83:
- <math>(f_1 \cdot f_2' \cdot f_3') \circ (f_2 \cdot f_3') \circ f_3</math>
- <math>(f_1 \cdot f_2' \cdot f_3') \circ (f_2 \cdot f_3') \circ f_3</math>
- <math>f_1' \circ f_2' \circ f_3'</math>
- <math>f_1' \circ f_2' \circ f_3'</math>
</quiz>
==Predicting when things become zero==
The questions here can be done in two ways. The first is to use the abstract differentiation rules to figure things out. The second is to actually determine the possibilities for the functions at hand, and then figure out what we can say about their sums, products, and composites.
<quiz display=simple>
{Suppose <math>\! f,g</math> are everywhere differentiable functions on <math>\R</math> and <math>\! f' = g' = 0</math> everywhere. For which of the following functions can we ''not'' conclude that the derivative is zero everywhere?
|type="()"}
- <math>\! f + g</math>
- <math>f \cdot g</math>
- <math>f \circ g</math>
- All of the above, i.e., we cannot conclude for sure that the derivative is zero for any of these functions.
+ None of the above, i.e., the derivative is necessarily zero everywhere for each of these functions
{Suppose <math>\! f,g</math> are everywhere twice differentiable functions on <math>\R</math> and <math>\! f'' = g'' = 0</math> everywhere. For which of the following functions can we ''not'' conclude that the second derivative is zero everywhere?
|type="()"}
- <math>\! f + g</math>
+ <math>f \cdot g</math>
|| <math>f</math> and <math>g</math> must both be either constant or linear functions. However, the product of two linear functions is quadratic and hence not linear. For instance <math>f(x) = x</math> and <math>g(x) = x</math> are examples.
- <math>f \circ g</math>
- All of the above, i.e., we cannot conclude for sure that the second derivative is zero for any of these functions.
- None of the above, i.e., the second derivative is necessarily zero everywhere for each of these functions
{Suppose <math>\! f,g</math> are everywhere thrice differentiable functions on <math>\R</math> and <math>\! f''' = g''' = 0</math> everywhere. For which of the following functions can we ''definitively'' conclude that the third derivative is zero everywhere?
|type="()"}
+ <math>\! f + g</math>
- <math>f \cdot g</math>
|| Both <math>f</math> and <math>g</math> are polynomials of degree at most 2, but their product need not be.
- <math>f \circ g</math>
|| Both <math>f</math> and <math>g</math> are polynomials of degree at most 2, but their product need not be.
- All of the above, i.e., the third derivative is zero everywhere for each of these functions
- None of the above, i.e., the third derivative is not necessarily zero everywhere for any of these functions
</quiz>
</quiz>

Latest revision as of 17:04, 19 October 2011

Review the rules before or while attempting the quiz questions: [SHOW MORE]

See also Category:Differentiation rules for a list of all the differentiation rules pages (including pages for higher derivatives, which are not in this table).

Qualitative and existential questions

1 Suppose and are both functions from to . Suppose further that and are both differentiable at a point . Which of the following functions can we not guarantee to be differentiable at ?

The sum , i.e., the function
The difference , i.e., the function
The product , i.e., the function
The composite , i.e., the function
None of the above, i.e., they are all guaranteed to be differentiable.

2 Suppose and are both functions from to that are everywhere differentiable. Which of the following can we not guarantee is everywhere differentiable?

The sum , i.e., the function
The difference , i.e., the function
The product , i.e., the function
The composite , i.e., the function
None of the above, i.e., they are all guaranteed to be everywhere differentiable

3 Suppose and are both functions from to and the left hand derivatives for and exist on all of . For which of the following functions can we not guarantee that the left hand derivative exists on all of ?

The sum , i.e., the function
The difference , i.e., the function
The product , i.e., the function
The composite , i.e., the function
None of the above, i.e., they are all guaranteed to have a left hand derivative on all of


Generic point computation questions

1 Which of the following verbal statements is not valid as a general rule?

The derivative of the sum of two functions is the sum of the derivatives of the functions.
The derivative of the difference of two functions is the difference of the derivatives of the functions.
The derivative of a constant times a function is the same constant times the derivative of the function.
The derivative of the product of two functions is the product of the derivatives of the functions.
None of the above, i.e., they are all valid as general rules.

2 Suppose and are both twice differentiable functions everywhere on . Which of the following is the correct formula for , the second derivative of the pointwise product of functions?

3 Suppose and are both twice differentiable functions everywhere on . Which of the following is the correct formula for , the second derivative of the composite of two functions?

4 Suppose are everywhere differentiable functions from to . What is the derivative , where denotes the pointwise product of functions?

5 Suppose are everywhere differentiable functions from to . What is the derivative where denotes the composite of two functions? In other words, .


Predicting when things become zero

The questions here can be done in two ways. The first is to use the abstract differentiation rules to figure things out. The second is to actually determine the possibilities for the functions at hand, and then figure out what we can say about their sums, products, and composites.

1 Suppose are everywhere differentiable functions on and everywhere. For which of the following functions can we not conclude that the derivative is zero everywhere?

All of the above, i.e., we cannot conclude for sure that the derivative is zero for any of these functions.
None of the above, i.e., the derivative is necessarily zero everywhere for each of these functions

2 Suppose are everywhere twice differentiable functions on and everywhere. For which of the following functions can we not conclude that the second derivative is zero everywhere?

All of the above, i.e., we cannot conclude for sure that the second derivative is zero for any of these functions.
None of the above, i.e., the second derivative is necessarily zero everywhere for each of these functions

3 Suppose are everywhere thrice differentiable functions on and everywhere. For which of the following functions can we definitively conclude that the third derivative is zero everywhere?

All of the above, i.e., the third derivative is zero everywhere for each of these functions
None of the above, i.e., the third derivative is not necessarily zero everywhere for any of these functions