Skip to main content

Section Week 10 (10/27-10/31)

Handout Monday 10/27

Today we explore more of L’Hôpital’s rule. The idea is that we can replace a function with its tangent line approximation and use this to evaluate the limit. But more precisely:
Let’s do some examples:
  1. Find \(\d\lim_{x \to 0}\frac{5x - \sin(2x)}{x}\text{.}\)
  2. Find \(\d\lim_{x \to -2}\frac{x^3+8}{x+2}\text{.}\)
  3. Find \(\d\lim_{x \to 0}\frac{1-\cos(x)}{3x^2 + 7x}\text{.}\)
  4. Find \(\d\lim_{x\to 0^+} x \ln (x)\text{.}\)
Another use case for L’Hôpital’s rule is to find “end behavior” of functions. That is, what happens to a function as \(x\) gets arbitrarily large. We write this as \(\lim_{x \to \infty}f(x)\text{.}\) Here are some examples.
  1. Find \(\d\lim_{x\to \infty} \frac{\ln(x)}{2\sqrt{x}}\text{.}\) What does this say about that function, and about the numerator and denominator separately.
  2. Find \(\d\lim_{x\to\infty} \frac{6x^2 - x + 7}{x-3x^2}\)
  3. Find \(\d\lim_{x\to\infty}\frac{e^x+x}{2e^x + x^2}\)
  4. Find \(\d\lim_{x \to \infty} 7xe^{-x}\text{.}\)
Careful though. What is \(\lim_{x \to 3}\frac{x^3 - 3x - 6}{x+6}\text{?}\) Or \(\lim_{x\to\infty}\frac{x^2}{e^{-x}}\text{?}\) Try graphing these.

Subsection Tuesday 10/28

Today we went over some more examples of L’Hopital’s rule, mostly from the practice, including situations in which it is better to do some algebraic simplification first.

Handout Wednesday 10/28

We will start exploring the big application of derivatives: maximizing and minimizing a function. This starts with section 3.3, and will continue with 3.5 and 3.6 (we will skip 3.4).
Today we start by looking for local extrema. What we explore today will not really feel like an application, but hopefully it is not too much of a leap to think that the functions we have here could describe some real-world quantity (say cost or revenue) that we would like to minimize or maximize.
Start by looking at a graph that has local maxima, minimal, cusp points, and a saddle point. Consider what each of these are in terms of local extrema, global extrema, and values of the derivative.
What can we learn from this example? What is the connection between the local extrema a critical numbers: inputs at which the function has either derivative zero or no derivative?
  • If a function as a local max/min at input \(x = c\text{,}\) then either \(f'(c) = 0\) or \(f'(c)\) does not exist. We call such \(c\) a critical number, the point \((c, f(c))\) a critical point and the output \(f(c)\) a critical value
  • However, just because \(c\) is a critical number, doesn’t mean that \(f\) has a local extrema at \(c\text{.}\)
  • Why not? What can stop this from happening? This is where we use the first derivative near \(x = c\) to understand the behavior of the function.
  • The first derivative test says that if \(p\) is a critical number of a continuous function \(f\) that is differentiable near \(p\) (except possibly at \(x=p\)), then we can look at the sign of \(f'\) on either side of \(p\) to determine whether \(f\) has a local maximum or minimum at \(p\text{.}\) In particular, if \(f'\) changes from positive to negative at \(p\text{,}\) then \(f\) has a local maximum at \(p\text{.}\) If \(f'\) changes from negative to positive at \(p\text{,}\) then \(f\) has a local minimum at \(p\text{.}\)
  • We could also/alternatively use the second derivative test: if \(p\) is a critical number of a continuous function \(f\) such that \(f'(p) = 0\) and \(f''(p) \ne 0\text{,}\) then \(f\) has local maximum at \(p\) if and only if \(f''(p) \lt 0\) and \(f\) has a local minimum at \(p\) if and only if \(f''(p) \gt 0\text{.}\)
Now lets see how this all works with an example. Consider \(f(x) = 2x^3 + 3x^2 - 12x - 7\text{.}\) Find the critical numbers (factor), classify each using both tests, find points of inflection. Graph the function (by hand). Check that this makes sense by graphing with desmos.
Another example (needs quadratic formula) \(f(x) = x^3 + x^2 - 3x + 1\text{.}\)

Handout Friday 10/31

Let’s practice using the first and second derivative tests to explore the behavior of some functions, including finding local maxima and minima, intervals on which the function is increasing or decreasing, inflection points, and any asymptotes.
Start with an easier one: \(f(x) = x^3 - 3x + 2\text{.}\)
Next, try a slightly more complicated example: \(f(x) = \dfrac{x^2}{x^2 - 2x + 1}\text{.}\) Note we need to use the quotient rule here, and then factor the numerator to simplify it.
Another similar one: \(f(x) = \dfrac{x^2+4}{x}\text{.}\)