Week 6 Checkpoint

Limits (including indeterminate $0/0$ forms), continuity, the derivative from first principles, the power/product/quotient rules, derivatives of $e^x$ and $\ln x$, and central-difference numerical differentiation.

  1. 1.

    Evaluate limx2x24x2\displaystyle\lim_{x\to 2}\frac{x^2-4}{x-2}.

  2. 2.

    A function ff is continuous at x=ax=a exactly when:

  3. 3.

    The derivative of ff at xx from first principles is defined as:

  4. 4.

    Differentiate f(x)=x2lnxf(x)=x^2\ln x using the product rule.

  5. 5.

    Which pair of derivatives is correct?

  6. 6.

    The central-difference estimate of f(x)f'(x) is f(x+h)f(xh)2h\frac{f(x+h)-f(x-h)}{2h}. Compared with the forward difference f(x+h)f(x)h\frac{f(x+h)-f(x)}{h}, its truncation error scales as:

  7. 7.

    Estimate f(1)f'(1) for f(x)=x2f(x)=x^2 with the central difference at h=0.1h=0.1: f(1.1)f(0.9)2(0.1)\frac{f(1.1)-f(0.9)}{2(0.1)}.