Calculus I — Limits & Derivatives
Level 4 — Application (Novel Problems, No Hints)
Time: 60 minutes Total Marks: 50
Answer all questions. Full working must be shown. Calculators are not permitted for symbolic work.
Question 1. [10 marks]
A cone-shaped tank (vertex down) has height m and top radius m. Water is poured in at a constant rate of m³/min, but simultaneously leaks out through the vertex at a rate of m³/min, where is the current water depth in metres.
(a) Show that the volume of water when the depth is is . [3]
(b) Find the rate at which the water depth is rising at the instant m. [7]
Question 2. [10 marks]
Consider the piecewise function
(a) Find . [3]
(b) Determine the value of so that is continuous at . [1]
(c) Evaluate and hence find the value of (in terms of ) that makes continuous at . [6]
Question 3. [10 marks]
(a) Using the – definition of a limit, prove rigorously that [6]
(b) Use the Squeeze Theorem to evaluate stating clearly the bounding functions. [4]
Question 4. [10 marks]
A curve is defined implicitly by (the folium of Descartes).
(a) Find by implicit differentiation. [4]
(b) Find the coordinates of the point(s) in the first quadrant where the tangent is horizontal. [6]
Question 5. [10 marks]
Let for .
(a) Find and classify all local extrema using the first derivative test. [4]
(b) Find the inflection point and the intervals of concavity. [3]
(c) Evaluate , justifying your use of any rule applied. Hence describe the end behaviour of the graph. [3]
End of Paper
Answer keyMark scheme & solutions
Question 1 [10]
(a) By similar triangles the water surface radius satisfies , so . [1] Volume of cone of water: . [2]
(b) Net rate of volume change: . At : m³/min. [2] Differentiate : . [2] At : . [1] So m/min. [2]
Why: related rates — differentiate the geometric relation w.r.t. , substitute the net (inflow − leak) rate.
Question 2 [10]
(a) (using ). [3]
(b) Continuity at : left limit ; value . So . [1]
(c) Rationalise: multiply by : Factor : [3] As : . [1] Left value at : . Right limit . Continuity: . [2]
Why: removable-type factor cancellation; matching one-sided limits to the middle piece's value.
Question 3 [10]
(a) We want: s.t. . [1] Factor: , so . [1] Restrict : then , so . [2] Thus . Choose . [1] Then . ∎ [1]
(b) Since for , multiply by : [2] As , both and . By Squeeze Theorem the limit is . [2]
Question 4 [10]
(a) Differentiate: . [2] . [2]
(b) Horizontal tangent: numerator (with denominator ): . [2] Substitute into : [2] First quadrant: . Then . Point: . (Denominator , valid.) [2]
Question 5 [10]
(a) . [2] Since , sign determined by : for , for . So changes at : local maximum. [1] . [1]
(b) . [1] at ; for (concave down), for (concave up). [1] Inflection point: . [1]
(c) — form , apply L'Hôpital: . [2] End behaviour: as , ; the -axis () is a horizontal asymptote; graph rises to max at then decays to . [1]
[
{"claim":"Q1: dh/dt = 1/(2pi) at h=4","code":"h=symbols('h'); pi=pi; V=pi*h**3/12; dVdh=diff(V,h); dhdt=Rational(2,1)/dVdh.subs(h,4); result= simplify(dhdt-1/(2*pi))==0"},
{"claim":"Q2c: limit of (x^2-4)/(sqrt x - sqrt2) at x->2 is 8*sqrt2","code":"x=symbols('x'); L=limit((x**2-4)/(sqrt(x)-sqrt(2)),x,2); result= simplify(L-8*sqrt(2))==0"},
{"claim":"Q4b: first-quadrant horizontal-tangent point (2**(4/3), 2**(5/3)) lies on folium","code":"xx=2**Rational(4,3); yy=2**Rational(5,3); result= simplify(xx**3+yy**3-6*xx*yy)==0"},
{"claim":"Q5: g' zero at x=2 (local max) and g'' zero at x=4 (inflection)","code":"x=symbols('x'); g=x*exp(-x/2); g1=diff(g,x); g2=diff(g,x,2); result= (simplify(g1.subs(x,2))==0) and (simplify(g2.subs(x,4))==0)"}
]