Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
math:derivative_rules [2021/09/28 04:34] – fix d/dx csc x epix | math:derivative_rules [2022/01/15 02:25] (current) – Added inverse function epix | ||
---|---|---|---|
Line 10: | Line 10: | ||
* $\frac{d}{dx} e^x = e^x$ when $k = 1$ | * $\frac{d}{dx} e^x = e^x$ when $k = 1$ | ||
- | * $\frac{d}{dx} e^{kx} = ke^{kx}$ in general | + | * $\frac{d}{dx} e^{kx} = ke^{kx}$ in general((this is derived from an extension of chain rule, it __only__ works on constants $k$)) |
Be careful not to confuse this rule with power rule, and also to remember to use product or quotient rule if there is another function in the term. | Be careful not to confuse this rule with power rule, and also to remember to use product or quotient rule if there is another function in the term. | ||
Line 42: | Line 42: | ||
Each one of these three also have the same format of derivative which helps you remember. | Each one of these three also have the same format of derivative which helps you remember. | ||
+ | |||
+ | ==== Inverse Trig Functions ==== | ||
+ | Again, memorization unless you wanna prove each statement during a test or something... | ||
+ | |||
+ | * $\frac{d}{dx} \arcsin x = \frac{1}{\sqrt{1-x^2}}$ | ||
+ | * $\frac{d}{dx} \arctan x = \frac{1}{x^2 + 1}$ | ||
+ | * $\frac{d}{dx} \operatorname{arcsec} x = \frac{1}{|x| \sqrt{x^2 - 1}}$ | ||
+ | |||
+ | Cofunctions again have the same negative pattern. | ||
+ | |||
+ | * $\frac{d}{dx} \arccos x = \frac{-1}{\sqrt{1-x^2}}$ | ||
+ | * $\frac{d}{dx} \operatorname{arccot} x = \frac{-1}{x^2 + 1}$ | ||
+ | * $\frac{d}{dx} \operatorname{arccsc} x = \frac{-1}{|x| \sqrt{x^2 - 1}}$ | ||
+ | |||
+ | Easiest way I think to remember them is that the sine is basically Pythagorean Theorem sqrt' | ||
===== Chain Rule ===== | ===== Chain Rule ===== | ||
Line 64: | Line 79: | ||
Remember that you can't take the $\log$ of a negative number, and always try to break down logs to simpler term sums using [[math: | Remember that you can't take the $\log$ of a negative number, and always try to break down logs to simpler term sums using [[math: | ||
+ | |||
+ | ===== Inverse Functions ===== | ||
+ | It is probably helpful to have the corresponding $x$ and $y$ value pairs that you are trying to get the inverse derivative of to make your life easier. | ||
+ | * $\frac{d}{dx} f^{-1} (x) = \frac{1}{f' |