(b) A student writes dxdy=2sin(e3x)⋅3e3x. Identify the errors in the student's working.
(c) Find the value of dx2d2y when x=0, giving an exact answer.
[Difficulty: hard. Tests the chain rule applied through three layers of composition (square, sine, exponential), a common source of missing factors.]
Solution:
(a)y=sin2(e3x)=[sin(e3x)]2.
This is a composition of three functions. Working from the outside in:
dxdy=2sin(e3x)⋅cos(e3x)⋅3e3x
The chain rule is applied three times:
Outer function u2: derivative 2u
Middle function sinu: derivative cosu
Inner function e3x: derivative 3e3x
dxdy=6e3xsin(e3x)cos(e3x)
Using sin(2θ)=2sinθcosθ:
dxdy=3e3xsin(2e3x)
(b) The student's answer 2sin(e3x)⋅3e3x has two errors:
Missing the cos(e3x) factor from differentiating the middle function sin(e3x). The student differentiated sin to get 1 instead of cos.
The student treated sin2(e3x) as if the outer function were sin and the inner function were e3x, completely missing the square.
(c) Starting from dxdy=3e3xsin(2e3x).
Apply the product rule: u=3e3x, v=sin(2e3x).
dxdu=9e3x
dxdv=cos(2e3x)⋅2⋅3e3x=6e3xcos(2e3x)
dx2d2y=9e3xsin(2e3x)+3e3x⋅6e3xcos(2e3x)
=9e3xsin(2e3x)+18e6xcos(2e3x)
At x=0: e0=1, 2e0=2.
dx2d2yx=0=9sin2+18cos2
UT-2: Implicit Differentiation and the Product Rule Trap
Question:
A curve is defined implicitly by the equation x2+xy+y2=12.
(a) Find dxdy in terms of x and y.
(b) A student differentiates xy as 1⋅y=y, forgetting the product rule. Write down the incorrect expression the student would obtain for dxdy, and find the coordinates of the points where the student's answer agrees with the correct answer.
(c) Find the coordinates of the points on the curve where the tangent is parallel to the x-axis.
[Difficulty: hard. Tests implicit differentiation with the product rule applied to the xy term, and identification of where the common error coincidentally produces the correct result.]
Solution:
(a) Differentiating x2+xy+y2=12 with respect to x:
2x+y+xdxdy+2ydxdy=0
The xy term requires the product rule: dxd(xy)=xdxdy+ydxdx=xdxdy+y.
Collecting terms:
(x+2y)dxdy=−2x−y
dxdy=x+2y−2x−y=−x+2y2x+y
(b) The student differentiates xy as just y (treating x as a constant):
2x+y+2ydxdy=0⟹dxdy=−2y2x+y
The correct answer is dxdy=−x+2y2x+y.
These agree when x+2y=2y, i.e. x=0.
When x=0: 0+0+y2=12⟹y=±23.
So the student's error is masked at the points (0,23) and (0,−23).
(c) The tangent is parallel to the x-axis when dxdy=0:
−x+2y2x+y=0⟹2x+y=0⟹y=−2x
Substituting into the curve equation:
x2+x(−2x)+(−2x)2=12⟹x2−2x2+4x2=12⟹3x2=12⟹x=±2
When x=2: y=−4. Point: (2,−4).
When x=−2: y=4. Point: (−2,4).
Checking: at (2,−4), dxdy=−2−84−4=0. At (−2,4), dxdy=−−2+8−4+4=0. Confirmed.
UT-3: Second Derivative Notation and Classification
Question:
A curve has equation y=x4−4x3+6x2−4x+1.
(a) Find dxdy and dx2d2y.
(b) Find the coordinates of all stationary points.
(c) Classify each stationary point. A student claims that since dx2d2y=0 at one of the stationary points, it is a point of inflection. Explain why this reasoning is incorrect, and determine the true nature of this point.
(d) Express y in a form that makes the nature of the stationary point at x=1 immediately obvious.
[Difficulty: hard. Tests the misconception that dx2d2y=0 always implies a point of inflection, and requires higher-order derivative analysis.]
Solution:
(a)y=x4−4x3+6x2−4x+1
dxdy=4x3−12x2+12x−4
dx2d2y=12x2−24x+12=12(x2−2x+1)=12(x−1)2
(b)dxdy=4x3−12x2+12x−4=4(x3−3x2+3x−1)=4(x−1)3=0.
So x=1 is the only stationary point.
y(1)=1−4+6−4+1=0.
Stationary point: (1,0).
(c)dx2d2yx=1=12(0)2=0.
The student claims this is a point of inflection. This reasoning is incorrect because dx2d2y=0 is necessary but not sufficient for a point of inflection. We must examine the sign change of dxdy either side of x=1.
dxdy=4(x−1)3.
For x<1 (e.g. x=0): dxdy=4(−1)3=−4<0.
For x>1 (e.g. x=2): dxdy=4(1)3=4>0.
The gradient changes from negative to positive, so x=1 is a local minimum, not a point of inflection.
The fact that dx2d2y=0 at a minimum occurs because the function flattens more gradually than a quadratic at the turning point. The second derivative test is inconclusive when dx2d2y=0; the first derivative test (sign change analysis) is the definitive method.
(d)y=x4−4x3+6x2−4x+1=(x−1)4.
This is immediately obvious because (x−1)4≥0 for all x, with equality only at x=1. So (1,0) is a global (and local) minimum.
Tests synthesis of differentiation with other topics. Requires combining concepts from multiple units.
IT-1: Proving Injectivity Using Derivative Analysis (with Functions)
Question:
(a) The function f(x)=x3−3x+1 is defined on R. Use differentiation to determine whether f is injective.
(b) Find the largest interval containing x=0 on which f is injective.
(c) The function g(x)=x+ex is defined on R. Prove that g is injective and hence find g−1(3) to 3 decimal places.
[Difficulty: hard. Combines derivative analysis with injectivity proofs and inverse function evaluation.]
Solution:
(a)f′(x)=3x2−3=3(x−1)(x+1).
f′(x)=0 at x=−1 and x=1.
Sign of f′(x):
x<−1: f′(x)>0 (increasing)
−1<x<1: f′(x)<0 (decreasing)
x>1: f′(x)>0 (increasing)
Since f is not monotonic (it increases, then decreases, then increases), f is not injective on R.
For example, f(−1)=−1+3+1=3 and f(2)=8−6+1=3, so f(−1)=f(2) with −1=2.
(b) The largest interval containing x=0 on which f is monotonic is [−1,1] (where f′≤0, with equality only at the endpoints). Actually, on (−1,1), f′<0, so f is strictly decreasing and therefore injective.
The largest such interval is [−1,1].
(c)g′(x)=1+ex.
Since ex>0 for all x, g′(x)=1+ex>0 for all x∈R.
Therefore g is strictly increasing on R, and hence injective.
To find g−1(3): solve x+ex=3.
By inspection, x=1 gives 1+e=1+2.718...=3.718...>3.
IT-2: Tangent Touching Another Curve (with Coordinate Geometry)
Question:
The curve C1 has equation y=x2−4x+5 and the curve C2 has equation y=x2+2x+1.
(a) Find the equation of the tangent to C1 at the point where x=1.
(b) Show that this tangent is also a tangent to C2, and find the coordinates of the point of tangency on C2.
(c) The two curves have a common normal (a line perpendicular to both tangents at the respective points of contact). Determine whether such a common normal exists.
[Difficulty: hard. Combines differentiation, equation of a tangent line, and algebraic conditions for tangency across two curves.]
Solution:
(a)y=x2−4x+5, dxdy=2x−4.
At x=1: y=1−4+5=2, dxdy=−2.
Tangent: y−2=−2(x−1)⟹y=−2x+4.
(b) For the line y=−2x+4 to be tangent to C2: y=x2+2x+1:
This gives two distinct intersection points, so the line is a secant, not a tangent.
Let me re-examine. The line y=−2x+4 intersects C2 at two points, so it is not tangent to C2.
The question states to "show that this tangent is also a tangent to C2." This appears to be incorrect for the given curves. The tangent to C1 at x=1 intersects C2 at two distinct points.
Let me check: the discriminant is 16+12=28>0, confirming two distinct intersection points. The line is not tangent to C2.
For the line to be tangent to C2, we would need the discriminant to be zero. The gradient of the tangent to C2 is 2x+2. Setting this equal to −2: 2x+2=−2⟹x=−2.
At x=−2 on C2: y=4−4+1=1, gradient =−2. Tangent: y−1=−2(x+2)⟹y=−2x−3.
This is a different line from y=−2x+4. The two curves do not share a common tangent at these points.
Conclusion: The tangent to C1 at x=1 is not tangent to C2. This is itself a diagnostic insight: recognising when a geometric claim is false requires careful algebraic verification.
(c) Since no common tangent exists, there is no common normal either (a common normal would require a common tangent to be perpendicular to it).
IT-3: Maximum and Inflection of y=xe−x (with Exponentials)
Question:
The curve C has equation y=xe−x for x∈R.
(a) Find the coordinates of the stationary point and determine its nature.
(b) Find the coordinates of the point of inflection.
(c) Sketch the curve, indicating the stationary point, the point of inflection, and the behaviour as x→±∞.
(d) The line y=mx is tangent to C. Find the possible values of m.
[Difficulty: hard. Combines product rule differentiation with exponential functions, stationary point classification, and inflection point identification.]
Solution:
(a)y=xe−x.
dxdy=e−x+x(−e−x)=e−x(1−x)
dxdy=0⟹1−x=0⟹x=1.
y(1)=e−1=e1.
dx2d2y=−e−x(1−x)+e−x(−1)=e−x(x−1−1)=e−x(x−2)
At x=1: dx2d2y=e−1(−1)=−e1<0.
So (1,e1) is a local maximum.
(b)dx2d2y=0⟹e−x(x−2)=0⟹x=2.
y(2)=2e−2=e22.
Check sign change of dx2d2y:
At x=1: dx2d2y=e−1(−1)<0 (concave down)
At x=3: dx2d2y=e−3(1)>0 (concave up)
The second derivative changes sign, so (2,e22) is a point of inflection.
(c) Key features:
Passes through origin: y(0)=0
Local maximum at (1,e1)
Point of inflection at (2,e22)
As x→+∞: e−x→0 dominates, so y→0 from above. The x-axis is a horizontal asymptote.
As x→−∞: e−x=e∣x∣→+∞ and x→−∞, so y=xe−x→−∞.
For x<0: y<0 (below x-axis). For x>0: y>0 (above x-axis).
(d) The line y=mx intersects C when mx=xe−x.
For x=0: m=e−x, giving x=−lnm (requiring m>0).
For tangency, the gradient of C at this point must equal m:
dxdy=e−x(1−x)=m
Substituting e−x=m: m(1−(−lnm))=m⟹m(1+lnm)=m.
If m=0: 1+lnm=1⟹lnm=0⟹m=1.
At m=1: x=−ln1=0, and the tangent at the origin has gradient e0(1−0)=1=m. Confirmed.