Basic Building Blocks
Almost all functions that we will encounter are built from xn,
ex, ln(x), sin(x) and cos(x). Memorize the following derivatives
until they're as familiar as the 1-digit multiplication table from elementary school.
ddx(xn)=nxn−1
ddx(ex)=ex
ddx(ln(x))=1x
ddx(sin(x))=cos(x)
ddx(cos(x))=−sin(x)
|
|