Level 2 — RecallCalculus I — Limits & Derivatives

Calculus I — Limits & Derivatives

30 minutes40 marksprintable — key stays hidden on paper

Level 2 (Recall / Standard Problems)

Time limit: 30 minutes Total marks: 40

Answer all questions. Show working where appropriate. Use ...... notation for mathematics.


1. Evaluate the following limits using limit laws. (4 marks)

(a) limx2 (3x25x+1)\displaystyle\lim_{x\to 2}\ (3x^2 - 5x + 1)

(b) limx3 x29x3\displaystyle\lim_{x\to 3}\ \frac{x^2 - 9}{x - 3}


2. For the function f(x)={x+1,x<14x,x1f(x) = \begin{cases} x + 1, & x < 1 \\ 4 - x, & x \ge 1 \end{cases} find limx1f(x)\displaystyle\lim_{x\to 1^-} f(x) and limx1+f(x)\displaystyle\lim_{x\to 1^+} f(x). State whether limx1f(x)\displaystyle\lim_{x\to 1} f(x) exists. (4 marks)


3. Evaluate: (4 marks)

(a) limx 2x2+3x15x2x+4\displaystyle\lim_{x\to\infty}\ \frac{2x^2 + 3x - 1}{5x^2 - x + 4}

(b) limx0 sin5xx\displaystyle\lim_{x\to 0}\ \frac{\sin 5x}{x}


4. Find the derivative of f(x)=x23xf(x) = x^2 - 3x from first principles (using the difference quotient definition). (5 marks)


5. Differentiate the following with respect to xx: (6 marks)

(a) y=4x52x3+7x9y = 4x^5 - 2x^3 + 7x - 9

(b) y=x2sinxy = x^2 \sin x (product rule)

(c) y=xx+1y = \dfrac{x}{x+1} (quotient rule)


6. Use the chain rule to differentiate y=(3x2+1)4y = (3x^2 + 1)^4. (3 marks)


7. State the definition of continuity of a function ff at a point x=ax = a. Determine whether g(x)=x21x1g(x) = \frac{x^2 - 1}{x - 1} has a removable, jump, or infinite discontinuity at x=1x = 1. (4 marks)


8. State the Intermediate Value Theorem. Hence show that the equation x3x1=0x^3 - x - 1 = 0 has a root between x=1x = 1 and x=2x = 2. (4 marks)


9. Find dydx\dfrac{dy}{dx} by implicit differentiation for x2+y2=25x^2 + y^2 = 25. (3 marks)


10. Differentiate: (3 marks)

(a) y=e3xy = e^{3x}

(b) y=ln(x2+1)y = \ln(x^2 + 1)

Answer keyMark scheme & solutions

1. (4 marks)

(a) Direct substitution (polynomial is continuous): 3(2)25(2)+1=1210+1=33(2)^2 - 5(2) + 1 = 12 - 10 + 1 = 3. (2 marks)

(b) Factor: (x3)(x+3)x3=x+36\dfrac{(x-3)(x+3)}{x-3} = x+3 \to 6 as x3x\to 3. (2 marks: 1 factoring, 1 answer)


2. (4 marks)

LHL: limx1(x+1)=2\lim_{x\to1^-}(x+1) = 2. (1) RHL: limx1+(4x)=3\lim_{x\to1^+}(4-x) = 3. (1) Since 232 \ne 3, the two-sided limit does not exist (jump). (2)


3. (4 marks)

(a) Divide by x2x^2: 2+3/x1/x251/x+4/x225\dfrac{2 + 3/x - 1/x^2}{5 - 1/x + 4/x^2} \to \dfrac{2}{5}. (2)

(b) sin5xx=5sin5x5x51=5\dfrac{\sin 5x}{x} = 5\cdot\dfrac{\sin 5x}{5x} \to 5\cdot 1 = 5, using limu0sinuu=1\lim_{u\to0}\frac{\sin u}{u}=1. (2)


4. (5 marks)

f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h\to0}\dfrac{f(x+h)-f(x)}{h}. (1 setup)

f(x+h)=(x+h)23(x+h)=x2+2xh+h23x3hf(x+h) = (x+h)^2 - 3(x+h) = x^2 + 2xh + h^2 - 3x - 3h. (1)

Difference: f(x+h)f(x)=2xh+h23hf(x+h)-f(x) = 2xh + h^2 - 3h. (1)

Quotient: 2xh+h23hh=2x+h3\dfrac{2xh + h^2 - 3h}{h} = 2x + h - 3. (1)

Limit as h0h\to0: f(x)=2x3f'(x) = 2x - 3. (1)


5. (6 marks)

(a) y=20x46x2+7y' = 20x^4 - 6x^2 + 7. (2)

(b) Product rule: y=2xsinx+x2cosxy' = 2x\sin x + x^2\cos x. (2)

(c) Quotient rule: y=(1)(x+1)x(1)(x+1)2=1(x+1)2y' = \dfrac{(1)(x+1) - x(1)}{(x+1)^2} = \dfrac{1}{(x+1)^2}. (2)


6. (3 marks)

y=4(3x2+1)3(6x)=24x(3x2+1)3y' = 4(3x^2+1)^3 \cdot (6x) = 24x(3x^2+1)^3. (1 outer, 1 inner, 1 combine)


7. (4 marks)

Definition: ff is continuous at x=ax=a if (i) f(a)f(a) exists, (ii) limxaf(x)\lim_{x\to a}f(x) exists, and (iii) limxaf(x)=f(a)\lim_{x\to a}f(x) = f(a). (2)

For g(x)=(x1)(x+1)x1=x+1g(x) = \frac{(x-1)(x+1)}{x-1} = x+1 (x1x\ne1): limit at 1 is 22 but g(1)g(1) undefined → removable discontinuity. (2)


8. (4 marks)

IVT: If ff is continuous on [a,b][a,b] and NN lies between f(a)f(a) and f(b)f(b), then there exists c(a,b)c\in(a,b) with f(c)=Nf(c)=N. (2)

Let f(x)=x3x1f(x)=x^3-x-1 (continuous). f(1)=111=1<0f(1) = 1-1-1 = -1 < 0, f(2)=821=5>0f(2) = 8-2-1 = 5 > 0. Since 00 lies between 1-1 and 55, a root exists in (1,2)(1,2). (2)


9. (3 marks)

Differentiate: 2x+2ydydx=02x + 2y\dfrac{dy}{dx} = 0. (2) dydx=xy\dfrac{dy}{dx} = -\dfrac{x}{y}. (1)


10. (3 marks)

(a) y=3e3xy' = 3e^{3x}. (1.5)

(b) y=2xx2+1y' = \dfrac{2x}{x^2+1}. (1.5)


[
  {"claim":"Q1b limit equals 6","code":"x=symbols('x'); result = limit((x**2-9)/(x-3), x, 3) == 6"},
  {"claim":"Q3a limit equals 2/5","code":"x=symbols('x'); result = limit((2*x**2+3*x-1)/(5*x**2-x+4), x, oo) == Rational(2,5)"},
  {"claim":"Q3b limit equals 5","code":"x=symbols('x'); result = limit(sin(5*x)/x, x, 0) == 5"},
  {"claim":"Q4 derivative from first principles is 2x-3","code":"x,h=symbols('x h'); f=lambda t:t**2-3*t; result = simplify(limit((f(x+h)-f(x))/h, h, 0) - (2*x-3)) == 0"},
  {"claim":"Q5c derivative is 1/(x+1)**2","code":"x=symbols('x'); result = simplify(diff(x/(x+1), x) - 1/(x+1)**2) == 0"},
  {"claim":"Q6 chain rule derivative is 24x(3x^2+1)^3","code":"x=symbols('x'); result = simplify(diff((3*x**2+1)**4, x) - 24*x*(3*x**2+1)**3) == 0"}
]