27 lines
648 B
ReStructuredText
27 lines
648 B
ReStructuredText
Differentiation Notations
|
|
================================
|
|
|
|
|
|
Leibniz's Notation
|
|
-------------------
|
|
|
|
The derivative of a function :math:`f` at :math:`x` is given
|
|
by :math:`\lim\limits_{h\to0} \frac{f(x+h)-f(x)}{h}`.
|
|
|
|
The Leibniz's notation expresses the derivative of :math:`f` as :math:`\frac{dy}{dx}` with :math:`y=f(x)`.
|
|
|
|
More details `here <https://www.me.psu.edu/cimbala/me420/Homework/dydx_quotient_article.html>`__.
|
|
|
|
Lagrange's Notation
|
|
-------------------
|
|
Also cal prime notation
|
|
|
|
Newton's Notation
|
|
-------------------
|
|
|
|
|
|
.. note::
|
|
These notes are inspired from `this page <https://byjus.com/maths/ordinary-differential-equations/>`__
|
|
|
|
|
|
|