Recall that we faced a problem, in trying to define the slope at a point. We look at that here along with some applications. Will do some examples tomorrow:
  1. Limits:2 cases

  2. The derivative: Using limits can define slope at a point:
    f(x2)-f(x1)
    x2-x1
    .
    Say x2 = x1+h and take the limit as h goes to 0, then have

    lim
    h® 0 
    f(x1+h)-f(x1)
    (x1+h) - x1
    =
    lim
    h® 0 
    f(x1+h)-f(x1)
    h
    .
    This involves only one point, x1.

    Using this we find that xn goes to nxn-1. For example If f(x) = x2 then

    lim
    h® 0 
    f(x+h)-f(x)
    h
    =
    lim
    h® 0 
    (x+h)2-x2
    h

    =
    lim
    h® 0 
    x2+2xh+h2-x2
    h
    =
    lim
    h® 0 
    2xh+h2
    h

    =
    lim
    h® 0 
    2x+h = 2x.

  3. Where increasing and decreasing, where concave up and concave down.
  4. Max/Min:Want to find points where slope is zero. Then check whether the slope is increasing or decreasing to determine whether plus or negative.
  5. Newton-Raphson

  6. For tomorrow: Using help, express
    cosx sinx - sinx
    in terms of sin's with mathematica.


File translated from TEX by TTH, version 2.70.
On 3 Dec 2002, 10:50.