Math-Linux.com

Knowledge base dedicated to Linux and applied mathematics.

Home > Mathematics > Derivative of a function > Derviative of 1/u

Derviative of 1/u

All the versions of this article: <English> <français>

The derivative of 1/u for all u(x) not zero, is given by: -u’/u^2. Let’s prove it using limits.

Derivative of 1/u(x)

Let $u(x)$ be a function of real variable $x$ such that $u(x) \neq 0$, and let $f(x) = \frac{1}{u(x)}$.

The derivative $f’(x)$ of the function $f(x)$ is:

$$ \forall x \in \mathbb{R}^* , f’(x) = -\frac{u’(x)}{u^2(x)}$$

Proof

Let $x \in \mathbb{R}^*$ be such that $u(x) \neq 0$.

$$ \begin{aligned} f’(x)=&\lim_{h \rightarrow 0} \frac{f(x+h)-f(x)}{h}\\ =&\lim_{h \rightarrow 0} \frac{\dfrac{1}{u(x+h)}-\dfrac{1}{u(x)}}{h}\\ =&\lim_{h \rightarrow 0} \frac{u(x)-u(x+h)}{h\cdot u(x)u(x+h)}\\ =&\lim_{h \rightarrow 0} -\frac{(u(x+h)-u(x))}{h\cdot u(x)u(x+h)}\\ =&\lim_{h \rightarrow 0} -\frac{(u(x+h)-u(x))}{h}\frac{1}{u(x)u(x+h)}\\ =&\lim_{h \rightarrow 0} -u’(x)\cdot\frac{1}{u(x)u(x+h)}\\ =&\lim_{h \rightarrow 0} -\frac{u’(x)}{u(x)u(x+h)}\\ =&-\frac{u’(x)}{u^2(x)} \end{aligned} $$

Therefore, we have:

$$ \forall x \in \mathbb{R}^* , f’(x) = -\frac{u’(x)}{u^2(x)}$$

Also in this section

  1. Chain rule proof - derivative of a composite function
  2. Derivative of 1/x
  3. Derivative of arccos x
  4. Derivative of arcsin x
  5. Derivative of arctan x
  6. Derivative of cos x
  7. Derivative of exp x, e^x
  8. Derivative of exp(u) , exp(u(x))
  9. Derivative of inverse functions
  10. Derivative of ln u
  11. Derivative of ln x
  12. Derivative of sin x
  13. Derivative of square root of x
  14. Derivative of tan x
  15. Derivative of u*v , u times v
  16. Derivative of u/v
  17. Derivative of x power n
  18. Derviative of 1/u