Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Leibniz Notation for Derivatives, Study notes of Calculus

Leibniz notation of derivatives is a powerful and useful notation that makes the process of computing derivatives clearer than the prime notation.

Typology: Study notes

2021/2022

Uploaded on 09/27/2022

gilian
gilian 🇬🇧

4.6

(11)

228 documents

1 / 3

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Leibniz Notation for Derivatives Page 1 of 3
Leibniz Notation
Leibniz notation of derivatives is a powerful and useful notation that makes the process of computing derivatives clearer
than the prime notation. So, what is Leibniz notation?
For y=f(x), the derivative can be expressed using prime notation as
y0, f 0(x),
or using Leibniz notation as
dy
dx,d
dx[y],df
dx,d
dx[f(x)].
The advantage of the Leibniz notation over the prime notation is that it makes explicitly clear what you are differentiating
with respect to:
dy
dx is read as “the derivative of ywith respect to x”.
d
dx[y] is read as “the derivative with respect to xof y”.
Of course, since these quantities are the same thing you can swap how those are read.
Once we start doing more complicated derivatives like the chain rule or implicit differentiation, the Leibniz notation shows
its worth.
Chain Rule with Leibniz Notation
If a function is defined by a composition y=f(g(x)), it can be decomposed as y=f(u), u =g(x).
The derivative of ywith respect to xis then computed using the chain rule as
dy
dx =dy
du ·
du
dx
Using Leibniz notation easily allows one to easily create longer chains when there is more nesting in the composition.
If y=f(g(h(x))) decompose as: y=f(u), u =g(w), w =h(x), and the chain rule now has two links in the chain:
dy
dx =dy
du ·
du
dw ·
dw
dx
Example y= tan(cos(x2)), find dy/dx.
Decompose: y= tan u, u = cos w, w =x2
Apply chain rule:
dy
dx =dy
du ·
du
dw ·
dw
dx
=d
du[y]·
d
dw [u]·
d
dx[w] (this step optional; I am showing it here to clarify the Leibniz notation)
=d
du[tan u]·
d
dw [cos w]·
d
dx[x2]
= [sec2u][sin w][2x]
=2xsec2(cos x2) sin(x2)
Barry McQuarrie’s Calculus II
pf3

Partial preview of the text

Download Leibniz Notation for Derivatives and more Study notes Calculus in PDF only on Docsity!

Leibniz Notation

Leibniz notation of derivatives is a powerful and useful notation that makes the process of computing derivatives clearer than the prime notation. So, what is Leibniz notation?

For y = f (x), the derivative can be expressed using prime notation as

y′, f ′(x),

or using Leibniz notation as

dy dx , d dx [y], df dx , d dx [f (x)].

The advantage of the Leibniz notation over the prime notation is that it makes explicitly clear what you are differentiating with respect to:

dy dx is read as “the derivative of^ y^ with respect to^ x”. d dx [y] is read as “the derivative with respect to x of y”.

Of course, since these quantities are the same thing you can swap how those are read.

Once we start doing more complicated derivatives like the chain rule or implicit differentiation, the Leibniz notation shows its worth.

Chain Rule with Leibniz Notation

If a function is defined by a composition y = f (g(x)), it can be decomposed as y = f (u), u = g(x). The derivative of y with respect to x is then computed using the chain rule as

dy dx = dy du · du dx

Using Leibniz notation easily allows one to easily create longer chains when there is more nesting in the composition. If y = f (g(h(x))) decompose as: y = f (u), u = g(w), w = h(x), and the chain rule now has two links in the chain:

dy dx

dy du

du dw

dw dx

Example y = tan(cos(x^2 )), find dy/dx.

Decompose: y = tan u, u = cos w, w = x^2

Apply chain rule:

dy dx = dy du · du dw · dw dx = d du [y] · d dw [u] · d dx [w] (this step optional; I am showing it here to clarify the Leibniz notation)

= d du [tan u] · d dw [cos w] · d dx [x^2 ] = [sec^2 u][− sin w][2x] = − 2 x sec^2 (cos x^2 ) sin(x^2 )

Example Find the derivative of the function y = sin(tan

sin x).

Note: If you can do the decomposition in your head, you don’t need to show it in your solution. This solution just shows how Leibniz notation can keep your solution organized if you need it.

We will need multiple applications of the chain rule to do this derivative. Let’s do that first before we take any derivatives.

dy dx

d dx [y] = d dx [sin(tan

sin x)]

d dx [sin^ u],^ u^ = tan^

sin x

d du [sin u] · du dx , (chain rule) u = tan v, v =

sin x = d du [sin u] · du dv · dv dx , (chain rule a second time) u = tan v, v =

w, w = sin x

d du [sin u] · du dv

dv dw

dw dx , (chain rule a third time)

All this was just setting up the derivative in a manner that we could find it by using multiple applications of the chain rule. Now we can take the derivatives.

dy dx

d du [sin u] · du dv

dv dw

dw dx = d du [sin^ u]^ ·^

d dv [tan^ v]^ ·^

d dw [w

1 / (^2) ] · d dx [sin^ x] = (cos u) · (sec^2 v) ·

w−^1 /^2

· (cos x)

= (cos u) · (sec^2 v) ·

w

· (cos x)

= (cos(tan

sin x)) · (sec^2

sin x) ·

sin x

· (cos x)

cos x cos(tan

sin x) sec^2

sin x 2

sin x

Using Leibniz Notation with Implicit Differentiation

Example Find the slope of the curve x^4 + y^2 − 25 = 0 at the point (x, y).

The slope of the curve is the derivative of the curve, so we want to find dy/dx.

x^4 + y^2 − 25 = 0 the implicit function d dx [x^4 + y^2 − 25 = 0] differentiate the equation d dx [x^4 ] + d dx [y^2 ] − d dx [25] = d dx [0] sum and difference rules

4 x^3 + d dy [y^2 ] · dy dx − 0 = 0 power rule, chain rule, constant rule

4 x^3 + 2y dy dx

dy dx

2 x^3 y

This is valid for points on the top or bottom half of the curve.