Derivatives -- Diagnostic Tests
Derivatives — Diagnostic Tests
Section titled “Derivatives — Diagnostic Tests”Unit Tests
Section titled “Unit Tests”Tests edge cases, boundary conditions, and common misconceptions for derivatives.
UT-1: Chain Rule with Three Compositions and Implicit Terms
Section titled “UT-1: Chain Rule with Three Compositions and Implicit Terms”Question:
Let . Find and evaluate it at .
Solution:
Let Then .
For Apply the product rule to . Let A = 6x$$B = e^{3x^2+1}$$C = \sin(2e^{3x^2+1}). Then:
At : So and .
The common mistake: students forget the chain rule at the innermost level () or mishandle the product rule when computing the second derivative.
UT-2: Implicit Differentiation with Product Rule on Mixed Terms
Section titled “UT-2: Implicit Differentiation with Product Rule on Mixed Terms”Question:
Given Find in terms of and .
Solution:
Differentiate both sides with respect to (remembering is a function of ):
For Differentiate using the quotient rule. Let and .
First, .
.
This is extremely tedious but tests whether students correctly apply the product rule to the term inside A common error point. The key misconception: students often write instead of .
UT-3: Mean Value Theorem and Differentiability Implies Continuity
Section titled “UT-3: Mean Value Theorem and Differentiability Implies Continuity”Question:
Let .
(a) Show that is continuous on . (b) Show that satisfies the conclusion of the Mean Value Theorem on by finding all values in such that . (c) Identify the point where is not differentiable and explain why this does not contradict the MVT.
Solution:
(a) is a root function, continuous on all of So it is continuous on .
(b) .
Set :
Since we need : is an endpoint, not in . So the only solution is .
(c) is undefined at (the denominator is zero). So is not differentiable at .
This does not contradict the MVT because the MVT requires differentiability on the open interval and continuity on the closed interval . Since The hypothesis of the MVT is actually not satisfied.
The fact that we found is a coincidence — the MVT conclusion happened to hold even though the hypothesis was not met. This is the key trap: the MVT gives a sufficient condition, not a necessary one. Students often incorrectly believe that finding such a proves the function satisfies the MVT hypotheses.
Integration Tests
Section titled “Integration Tests”Tests synthesis of derivatives with other topics.
IT-1: Related Rates with Geometric and Trigonometric Constraints (with Integrals)
Section titled “IT-1: Related Rates with Geometric and Trigonometric Constraints (with Integrals)”Question:
A 13-foot ladder leans against a vertical wall. The bottom of the ladder slides away from the wall at 2 ft/s. A point is located 5 feet from the top of the ladder (measured along the ladder).
(a) How fast is the top of the ladder sliding down the wall when the bottom is 5 feet from the wall? (b) Find the rate of change of the area of the triangle formed by the ladder, wall, and ground at the same instant. (c) The point traces a curve (a “ladder curve”). Set up (but do not evaluate) an integral for the arc length of this curve from the moment the ladder starts sliding (bottom at the wall) until the bottom is 5 feet from the wall.
Solution:
(a) Let = distance from wall to base, = height on wall. By Pythagoras: .
Differentiating: .
When : . Given :
2(5)(2) + 2(12)\frac{dy}{dt} = 0 \implies \frac{dy}{dt} = -\frac{10}{24} = -\frac{5}{12} \text{ ft/s
The negative sign confirms the top moves downward.
(b) Area . Differentiating:
\frac{dA}{dt} = \frac{1}{2}\left(x\frac{dy}{dt} + y\frac{dx}{dt}\right) = \frac{1}{2}\left(5 \cdot \left(-\frac{5}{12}\right) + 12 \cdot 2\right) = \frac{1}{2}\left(-\frac{25}{12} + 24\right) = \frac{1}{2} \cdot \frac{263}{12} = \frac{263}{24} \text{ ft^2\text{/s
(c) The point has coordinates. The bottom of the ladder is at and the top at where . The point is 5 feet from the top, so measured from the bottom it is feet along the ladder.
The curve starts when (bottom at wall) and ends at .
\text{Arc length = \int_0^5 \sqrt{\left(\frac{dP_x}{dx}\right)^2 + \left(\frac{dP_y}{dx}\right)^2} \, dx
\text{Arc length = \int_0^5 \sqrt{\frac{25}{169} + \frac{64x^2}{169(169-x^2)}} \, dx = \frac{1}{13}\int_0^5 \sqrt{\frac{25(169-x^2) + 64x^2}{169-x^2}} \, dx
IT-2: Optimization with Constraint Verification (with Integrals)
Section titled “IT-2: Optimization with Constraint Verification (with Integrals)”Question:
Find the rectangle of maximum area that can be inscribed in the region bounded by and With one side on the -axis. Verify your answer is a maximum using the second derivative test, and then compute the area between the curve and the rectangle that is not covered by the rectangle.
Solution:
The parabola intersects the -axis at . A rectangle with base from to (symmetry) on the -axis has height .
Area: for .
A''(a) = -12a \lt 0 \text{ for a > 0
Since This is a local maximum (and by endpoints, the global maximum on ).
Maximum area: .
The area between the curve and the rectangle (the two “caps”):
\text{Uncovered area = 2\int_{\frac{2\sqrt{3}}{3}}^{2}(4 - x^2)\,dx = 2\left[4x - \frac{x^3}{3}\right]_{\frac{2\sqrt{3}}{3}}^{2}
IT-3: Derivative of an Integral with Moving Bounds (with Integrals)
Section titled “IT-3: Derivative of an Integral with Moving Bounds (with Integrals)”Question:
Let . Find .
A student reasons: “By the Fundamental Theorem of Calculus, So .”
Identify the error in the student’s reasoning and compute the correct value.
Solution:
The student forgot the chain rule. By the FTC with moving bounds:
At :
The common misconception: students apply FTC part 1 without the chain rule when the bounds are functions of rather than itself. The correct formula is:
Summary
Section titled “Summary”The key principles covered in this topic are linked in the sub-pages above. Focus on understanding the definitions, applying the formulas or frameworks, and evaluating strengths and limitations of each approach.
Worked Examples
Section titled “Worked Examples”Worked examples demonstrating the application of key concepts are covered in the detailed sub-pages linked above.
Common Pitfalls
Section titled “Common Pitfalls”- Confusing terminology or concepts that appear similar but have distinct meanings.
- Overlooking key assumptions or boundary conditions that limit applicability.