Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
math:derivative [2021/09/15 19:29] – created epix | math:derivative [2021/09/16 15:01] (current) – made image look better epix | ||
---|---|---|---|
Line 2: | Line 2: | ||
The derivative of a function (say $f(x)$) is a function of the slope of the tangent line at any given point. It is a generic slope formula for any x value, or instantaneous rate of change. The output of the derivative can be used to make tangent lines. Its notation is $f' | The derivative of a function (say $f(x)$) is a function of the slope of the tangent line at any given point. It is a generic slope formula for any x value, or instantaneous rate of change. The output of the derivative can be used to make tangent lines. Its notation is $f' | ||
+ | ===== When is a Derivative Valid? ===== | ||
+ | A derivative is valid when the function is [[math: | ||
+ | |||
+ | {{: | ||
+ | |||
+ | * A cusp is present when each side of a function approaches a vertical slope, which Does Not Exist. | ||
+ | * A corner is present when there is a sharp change in slope, which prevents a continuous derivative. | ||
+ | * A vertical tangent means that each side of the slope function approaches infinity from a different direction. | ||
+ | * A discontinuity means that the slope function is also has a discontinuity, | ||
===== Calculating the Derivative ===== | ===== Calculating the Derivative ===== | ||
+ | [{{ : | ||
Using the slope formula $m = \frac{y_2-y_1}{x_2-x_1}$, | Using the slope formula $m = \frac{y_2-y_1}{x_2-x_1}$, | ||
Line 10: | Line 20: | ||
==== Using the Alternative Form ==== | ==== Using the Alternative Form ==== | ||
- | FIXME alternative | + | Using the definition of a derivative is a pain in the ass. There is an alternative |
+ | |||
+ | $$ \lim_{x \to a} \frac{f(x) - f(a)}{x - a} = f'(a) $$ | ||
+ | |||
+ | * $a$ is the point where you wish to find the tangent line | ||
+ | |||
+ | This is much simpler to compute, however it __only__ works for the one value $a$. Don't mix it up and think you can plug in any value once you simplify to get the slope at any point! | ||
+ | |||
+ | ==== This Sucks I Want Out! ==== | ||
+ | No worries! Calculating limits is hard, that's why there are [[math: |