Revisiting partial derivatives (Using Stochastic article 18 of n)
(Read from the beginning) OR
(If you have not read article "17 of n" already then please consider reading it before continuing here
Reinforcing the concept of partial derivatives
It seems there are two things in calculus that are vital in understanding the derivation of ITO’s lemma
One of them is Taylor series, which I have covered in my previous post.
The other one is partial derivatives. Though I had covered this topic in one of my previous posts, I was not very happy with what I had done. So I decided to spend more time to make sure that I really understand this concept.
Let us take one more theoretical example:
Find the partial derivatives for f(x,y) = 
[f(x,y) is just another way of saying function of x and y]
First let us keep x constant and find partial derivative with respect to y
Step 1: Say we need to find derivative of
which is
. Now instead of
, we need to find derivative of
. We treat x as constant (same as 3 in
) and hence the partial derivative is 
Step 2: We already know that derivative of
is 2y
Step 3: We also know that the derivative of y is 1.
Hence

Now let us keep y constant and find partial derivative with respect to x.
Step 1: partial derivative of
is
(derivative of x is 1 and
is a constant)
Step 2: partial derivative of
is 0 (Think over this,
is a constant and hence derivative of
with respect to x is zero)
Step 3: Same with y, the partial derivative with respect to x is zero.
Hence

You might be initially confused about why derivative of
is zero. Look at this way. If we had a function
then the derivative of this function will be 2x + 2. Notice that we have calculated derivative of 3 as zero since 3 is a constant. In our example
is also a constant and hence the derivative of
is zero.
The trick is to be able to mentally keep one or more of the variables as constant.
Let us now take a practical example to make sure we have really understood the concept:
Consider a rectangular box with width same as height. Let us say we denote width of the box as x and the length as y. Thus we get volume of the box as equal to
(width * height * length).
Now let us say we keep length as constant.
(a) If the length is constant at 2 then in this case our formulae for volume is
. What is the rate of increase? Rate of increase is same as the first derivative i.e. 4x.
(b) Now let us keep length constant at 3. In this case our formulae for volume is
. What is the rate of increase? Rate of increase is 6x
(c) Finally let us keep length constant at 4. In this case our formulae for volume is
. What is the rate of increase? Rate of increase is 8x.
Is there any way to consolidate the above information? Yes, what we are basically doing above is to take partial derivatives i.e. keep one variable (length) constant.
Our original formulae for volume is
. i.e.
. Now treat y as constant and take first derivative to find the rate of increase as 2xy. If you glance at the above calculations (a),(b),(c), you will realize that 2xy is just a fancy way of saying the same thing..4x, 6x, 8x etc (just substitute y with the actual values).
So now let us rewrite our fancy equation in the way mathematicians like it. It is very important to get used to this weird symbol. ![]()

but I suppose there is some logical reason for showing it the other way i.e.
)

>First let us keep y constant…
This eventually a misprint, we keep x constant here, not y.
I like reading your posts, thanks for all your great job!