jagomart
digital resources
picture1_Applications Of Derivatives Pdf 170481 | Mat186 Week 6


 183x       Filetype PDF       File size 0.20 MB       Source: www.math.toronto.edu


File: Applications Of Derivatives Pdf 170481 | Mat186 Week 6
november 17 2018 mat186 week 6 justin ko 1 applications of the chain rule we go over several examples of applications of the chain rule to compute derivatives of more ...

icon picture PDF Filetype PDF | Posted on 26 Jan 2023 | 2 years ago
Partial capture of text on file.
                  November 17, 2018                    MAT186 – Week 6                             Justin Ko
                  1    Applications of the Chain Rule
                  We go over several examples of applications of the chain rule to compute derivatives of more compli-
                  cated functions.
                  Chain Rule: If z = f(y) and y = g(x) then
                       d             d           d        ′        ′                     dz   dz   dy
                       dx(f ◦g)(x) =  dxf ◦g (x)· dxg(x) = f (g(x))·g (x)  or equivalently dx = dy · dx.
                  The chain rule is used as the main tool to solve the following classes for problems:
                    1. Implicit Differentiation: The chain rule can be used to compute derivatives of implicit functions
                                                           F(x,y(x)) = 0
                       where F is a function of two variables x and y.
                    2. Logarithmic Differentiation: By first taking the logarithm of both sides, we can compute deriva-
                       tives of
                                                                     g(x)
                                                          y(x) = f(x)   .
                    3. Inverse Functions Differentiation: The chain rule is used to derive the derivative of the inverse
                       function formula
                                               d f−1(x) =       1       =      1    .
                                               dx         ( d f ◦ f−1)(x) f′(f−1(x))
                                                           dx
                    4. Related Rates: There are word problems where both y and x depend on some related variable t.
                       The goal is to compute the rate of change of y(x) with respect to t.
                  1.1   Example Problems
                  1.1.1  Implicit Differentiation
                  Strategy: If y cannot be written explicitly as a function of x, then we can still compute the derivatives.
                    1. We differentiate both sides of the equation with respect to x and multiply a term by dy whenever
                                                                                                 dx
                       the derivative ‘hits’ the y term.
                    2. After computing the derivative, we solve for dy and leave our answer in terms of x and y.
                                                               dx
                    3. We can evaluate the derivative at the point (x ,y(x )) by plugging in the point x = x and
                                                                  0    0                               0
                       y = y(x ) into the derivative.
                              0
                  Problem 1. (⋆) Consider the implicit function
                                                 −2x+2ey =x2+y2+xy+3.
                  Find the dy when x = −1 and y = 0.
                          dx
                  Solution 1. We differentiate both sides with respect to x,
                               d          y    d   2    2
                               dx(−2x+2e )= dx(x +y +xy+3)
                               ⇒−2+2eydy =2x+2ydy +y+xdy               Product Rule & Chain Rule
                                          dx          dx        dx
                               ⇒2eydy −2ydy −xdy =2x+y+2
                                     dx     dx    dx
                               ⇒dy = 2x+y+2 .
                                  dx   2ey −2y−x
                                                          Page 1 of 9
                      November 17, 2018                             MAT186 – Week 6                                        Justin Ko
                      Plugging in the point x = −1 and y = 0 into the formula above, we have
                                                       dy               2x+y+2 
                                                                    =                          =0.
                                                                         y           
                                                       dx x=−1,y=0      2e −2y−x x=−1,y=0
                      Problem 2. (⋆⋆) Consider the implicit function
                                                                     siny +cosx = 1.
                             2
                      Find d y using implicit differentiation.
                            dx2
                      Solution 2. We differentiate both sides with respect to x,
                                       d siny +cosx = d 1 ⇒ cos(y)dy −sin(x) = 0 ⇒ dy = sin(x)sec(y).
                                      dx                     dx             dx                    dx
                      Differentiating this again, we have
                        2      d                   d2y                                           dy
                      d y =       sin(x)sec(y) ⇒        =cos(x)sec(y)+sec(y)tan(y)sin(x)                 Product Rule & Chain Rule
                         2                            2
                      dx      dx                   dx                                            dx
                                                   d2y                                                   dy
                                                                               2       2
                                                ⇒ 2=cos(x)sec(y)+sin (x)sec (y)tan(y).                       =sin(x)sec(y)
                                                   dx                                                    dx
                      1.1.2    Logarithmic Differentiation
                      Strategy: We want to compute the derivatives of functions of the form
                                                                     y(x) = f(x)g(x).
                      By taking the logarithm of both sides, we have
                                                                  ln(y) = g(x)ln(f(x)).
                      This function can be differentiated implicitly using the same strategy as the last section. Taking the
                      logarithm of both sides of our equation can also be used to solve complicated quotient rule problems.
                      Remark: Logarithmic differentiation also works if y(x) < 0 for some values of x. To justify this,
                      we can take the absolute value of both sides, followed by the natural log of both sides, and use the
                      fact that
                                                                       d ln|x| = 1.
                                                                       dx          x
                      This can be proved using the fact that the derivative of an even function is odd, and using an odd
                      extension of d lnx = 1 to x < 0.
                                    dx         x
                      Problem 1. (⋆) Compute the derivative of
                                                                        f(x) = xx.
                      Solution 1. We set y = f(x) and take the logarithm of both sides,
                                                                y = xx ⇒ ln(y) = xln(x).
                      Implicitly differentiating both sides, we have
                                      ln(y) = xln(x) ⇒ 1 · dy = ln(x)+1              Product Rule and Chain Rule
                                                          y   dx
                                                       ⇒dy =y(ln(x)+1)
                                                          dx
                                                          dy      x                        x
                                                       ⇒dx=x (ln(x)+1).              y = x
                                                                        Page 2 of 9
                       November 17, 2018                               MAT186 – Week 6                                           Justin Ko
                       Problem 2. (⋆⋆) Let                              √     √
                                                                          2
                                                                     2e x +1 x+4(x2+2x+2)
                                                            f(x) =                       5            .
                                                                                 (x+1)
                       Find f′(0).
                       Solution 2. Suppose that x ≥ 0 and set y = f(x). We start by taking the logarithm of both sides,
                               √ 2    √
                            2e x +1 x+4(x2+2x+2)                                   p           1
                                                                                       2                          2
                       y =              (x+1)5                ⇒ln(y)=ln(2)+ x +1+2ln(x+4)+ln(x +2x+2)−5ln(x+1).
                       Implicitly differentiating both sides, we have
                                                            p 2          1                    2
                                          ln(y) = ln(2) +     x +1+2ln(x+4)+ln(x +2x+2)−5ln(x+1)
                                              1 dy       1   2      −1         1    1         2x+2              1
                                          ⇒ ·         = (x +1) 2 ·2x+                   +                −5
                                              y   dx     2                     2x+4 x2+2x+2                   x+1
                                              dy        1 2         −1         1    1         2x+2              1   
                                          ⇒ =y· (x +1) 2·2x+                             +                −5          .
                                              dx          2                     2x+4 x2+2x+2                   x+1
                                                                √ 2    √               
                                                              2e x +1 x+4(x2+2x+2)
                       When x=0, we have y = f(0) =                          5             =8ewehave
                                                                       (x+1)            x=0
                                                                dy                 1          
                                                       f′(0) =                =8e      +1−5 =−31e.
                                                                dx                   8
                                                                    x=0,y=8e
                       Remark: This problem can also be solved using the quotient rule. The computation is more cumber-
                       some if we use the quotient rule.
                       Problem 3. (⋆⋆⋆) Compute the derivative of
                                                                                    (xx)
                                                                          f(x) = x      .
                       Solution 3. We set y = f(x) and take the logarithm of both sides,
                                                                 y = x(xx) ⇒ ln(y) = xxln(x).
                       This derivative is still hard to compute explicitly, so we take the logarithm of both sides again,
                                             ln(y) = xxln(x) ⇒ ln(ln(y)) = ln(xxln(x)) = xlnx+ln(ln(x)).
                       Implicitly differentiating both sides, we have
                       ln(ln(y)) = xlnx+ln(ln(x)) ⇒           1    · 1 · dy = ln(x) + 1 +      1   · 1            Product Rule and Chain Rule
                                                            ln(y)   y   dx                   ln(x)   x
                                                            dy                              1    
                                                        ⇒dx=yln(y) ln(x)+1+ xln(x)
                                                            dy        x                               1                  x
                                                        ⇒ =x(x )(xxln(x)) ln(x)+1+                                y = x(x ), ln(y) = xxln(x)
                                                            dx                                     xln(x)
                                                            dy      xx+1 2                    1
                                                        ⇒dx=x               ln (x) +ln(x)+ x .
                                                                           Page 3 of 9
                    November 17, 2018                       MAT186 – Week 6                                   Justin Ko
                    Problem 4. (⋆⋆⋆) Prove the quotient rule
                                                   d f(x)     g(x) d f(x)−f(x) d g(x)
                                                             =      dx            dx     .
                                                  dx g(x)                (g(x))2
                    Solution 4. We will use logarithmic differentiation. Set y = f(x). Since y may be less than 0, we
                                                                                  g(x)
                    first take the absolute value of both sides followed by the logarithm,
                                                       ln|y(x)| = ln|f(x)| − ln|g(x)|.
                    Implicitly differentiating both sides, we have
                              ln|y| = ln|f(x)| − ln|g(x)| ⇒ 1 · dy =   1 f′(x)− 1 g′(x)          Chain Rule
                                                            y  dx    f(x)         g(x)
                                                         ⇒1·dy = g(x)f′(x)−f(x)g′(x)
                                                            y  dx           f(x)g(x)
                                                         ⇒dy =y·g(x)f′(x)−f(x)g′(x)
                                                            dx               f(x)g(x)
                                                         ⇒dy = g(x)f′(x)−f(x)g′(x).              y = f(x)
                                                                               2
                                                            dx           (g(x))                       g(x)
                    Note: The computations above work under the assumption that y(x) 6= 0.
                    1.1.3   Inverse Functions Differentiation
                    Problem 1. (⋆⋆) Prove the formula for the derivative of the inverse function
                                                        d f−1(x) =         1       .
                                                        dx          ( d f ◦ f−1)(x)
                                                                     dx
                    Solution 1. By the cancellation laws, we have
                                                             (f ◦ f−1)(x) = x.
                    Differentiating both sides and using the chain rule, we have
                          d       −1        d       d      −1      d −1              d −1              1
                         dx(f ◦f    )(x) = dxx ⇒ dxf ◦f         (x)· dxf   (x) = 1 ⇒ dxf    (x) = ( d f ◦ f−1)(x).
                                                                                                    dx
                                                                     −1 ′
                    Problem 2. (⋆⋆) Let f(x) = x+sin(x). Find (f       ) (0).
                    Solution 2. Notice that x+sin(x) is one-to-one on R, but its inverse is impossible to express in terms
                    of functions we have encountered so far. However, we can still find the derivative of the inverse using
                    the formula for the derivative of the inverse function.
                    Notice that f(0) = 0 + sin(0) = 0, so we have f−1(0) = 0. Since f′(x) = 1 + cos(x), the formula
                    for the inverse derivative implies
                                             (f−1)′(0) =     1      = 1 =          1      = 1.
                                                         f′(f−1(0))    f′(0)   1+cos(0)     2
                                                                Page 4 of 9
The words contained in this file might help you see if this file matches what you are looking for:

...November mat week justin ko applications of the chain rule we go over several examples to compute derivatives more compli cated functions if z f y and g x then d dz dy dx dxf dxg or equivalently is used as main tool solve following classes for problems implicit dierentiation can be where a function two variables logarithmic by rst taking logarithm both sides deriva tives inverse derive derivative formula related rates there are word depend on some variable t goal rate change with respect example strategy cannot written explicitly still dierentiate equation multiply term whenever hits after computing leave our answer in terms evaluate at point plugging into problem consider ey xy find when solution e eydy ydy xdy product page above have siny cosx using cos sin sec dierentiating this again tan want form ln dierentiated implicitly same last section also complicated quotient remark works values justify take absolute value followed natural log use fact that proved an even odd extension lnx ...

no reviews yet
Please Login to review.