Difference between revisions of "Calculus:Chain Rule"
Jump to navigation
Jump to search
(Created page with "#use Notation::Newton Chain rule <math>[f(g(x))]'=f'(g(x))*g'(x)</math> #use Notation::Leibniz Chain rule <math>\frac{d f(g(x))}{d x} = {{d f(g)} \over d g} {d g \over...") |
|||
Line 1: | Line 1: | ||
#[[use Notation::Newton]] Chain rule <math>[f(g(x))]'=f'(g(x))*g'(x)</math> | #[[use Notation::Newton]] Chain rule <math>[f(g(x))]'=f'(g(x))*g'(x)</math> | ||
#[[use Notation::Leibniz]] Chain rule <math>\frac{d f(g(x))}{d x} = {{d f(g)} \over d g} {d g \over d x}</math> | #[[use Notation::Leibniz]] Chain rule <math>\frac{d f(g(x))}{d x} = {{d f(g)} \over d g} {d g \over d x}</math> | ||
==examples== |