Skip to content

Instantly share code, notes, and snippets.

@zoeleu
Created June 28, 2023 16:54
Show Gist options
  • Save zoeleu/45880d7b43f78b3cc8e5ddf322895c91 to your computer and use it in GitHub Desktop.
Save zoeleu/45880d7b43f78b3cc8e5ddf322895c91 to your computer and use it in GitHub Desktop.
MN
f(x): x^n
f'(x): xn^(n-1)
f(x): 1/x
f'(x): -1/x^2
f(x): sqrt(x)
definition:
x \in [0; \infty[
derivation:
x \in ]0; \infty[
f'(x): 1/2*sqrt(x)
(u+v)'=u'+v'
(ku)'=ku'
(uv)'=u'v+uv'
(1/u)'=u'/u^2
(u/v)'=(u'v-uv')/v^2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment