Skip to main content

Section 2.4 Linear approximation

Introduction goes here.
  • Thinking of the derivative as the ‘best linear approximation’ to a function at a point
  • Introduce the tangent line
  • Approximation using differentials
  • Linearization of a function at \(x=a\text{:}\)
    \begin{equation*} L(x)=f(a)+f'(a)(x-a) \end{equation*}
  • Using this idea when you only have data rather than a symbolic formula for the function
  • Use second derivative for over/underestimate analysis
    • If \(f''(a)>0\text{,}\) then \(f\) is concave up around \(a\text{,}\) so \(L(x)\lt L(a)\text{.}\)
    • If \(f''(a)\lt 0\text{,}\) then \(f\) is concave down around \(a\text{,}\) so \(L(x)>L(a)\text{.}\)
  • Absolute error: \(\eps=|y-y\tsub{approx}|\)
  • Relative error: \(\eta=\dfrac{\eps}{|y|}\)
  • Percent error: \(\eta\tsub{percent}=\eta\times 100\%\)