Derivative formulas: Difference between revisions

From Applied Science
(Created page with "* <math>f(x) = c</math>. This is the most trivial derivative: <math>\lim_{x \ \to \ h} \frac{f(x + h) - f(x)}{h} = \frac{c - c}{h} = 0</math>. A constant function never changes its value. Therefore its rate of change is zero everywhere.")
 
No edit summary
Line 1: Line 1:
* <math>f(x) = c</math>. This is the most trivial derivative: <math>\lim_{x \ \to \ h} \frac{f(x + h) - f(x)}{h} = \frac{c - c}{h} = 0</math>. A constant function never changes its value. Therefore its rate of change is zero everywhere.
* <math>f(x) = c</math>. This is the most trivial derivative: <math>\lim_{x \ \to \ h} \frac{f(x + h) - f(x)}{h} = \frac{c - c}{h} = 0</math>. A constant function never changes its value. Therefore its rate of change is zero everywhere.
* <math>f(x) = x^n</math>. Then <math>f'(x) = nx^{n \ - \ 1}</math>. One confusion that happens here is caused by the tangent line problem. When we differentiate a second degree polynomial, the resulting function is a first degree polynomial and a straight line. However, when the degree is 3 or higher, we still have the tangent line problem, but the derivative won't be a polynomial of degree equal to one! The other mistake is that this formula does not hold for negative powers.

Revision as of 00:48, 5 March 2022

  • [math]\displaystyle{ f(x) = c }[/math]. This is the most trivial derivative: [math]\displaystyle{ \lim_{x \ \to \ h} \frac{f(x + h) - f(x)}{h} = \frac{c - c}{h} = 0 }[/math]. A constant function never changes its value. Therefore its rate of change is zero everywhere.


  • [math]\displaystyle{ f(x) = x^n }[/math]. Then [math]\displaystyle{ f'(x) = nx^{n \ - \ 1} }[/math]. One confusion that happens here is caused by the tangent line problem. When we differentiate a second degree polynomial, the resulting function is a first degree polynomial and a straight line. However, when the degree is 3 or higher, we still have the tangent line problem, but the derivative won't be a polynomial of degree equal to one! The other mistake is that this formula does not hold for negative powers.