Second order partial derivative

intervoxel
Messages
192
Reaction score
1

Homework Statement


a and b are functions of z:

a=a(z); b=b(z)

I want to calculate the second order partial derivative operator on z

Homework Equations


Using the chain rule:

<br /> \frac{\partial}{\partial z}=\frac{\partial a}{\partial z}\frac{\partial}{\partial a}+\frac{\partial b}{\partial z}\frac{\partial}{\partial b}<br />

The Attempt at a Solution


Is it correct?
<br /> \frac{\partial^2}{\partial z^2}=\frac{\partial}{\partial a^2}+2\frac{\partial^2}{\partial a\partial b}+\frac{\partial^2}{\partial b^2}<br />
 
Last edited:
Physics news on Phys.org
Your problem is incompletely stated and uses poor notation and I think the answer is no anyway. It would be much clearer to use subscript notation for partial derivatives and ' for ordinary derivatives. Here is what I am guessing you are asking.

Let w = f(a,b) where a and b are functions of z. Differentiating with respect to z, the derivatives of a and b would be a' and b', not partial derivatives. The derivatives of w with respect to a and b would be partials: wa and wb. The derivative of w with respect to z would be w'. The chain rule gives:

w' = faa' + fbb'

This is your chain rule you have given in the relevant equations. Now you want to calculate w''.

w'' = (faa' + fbb')'

Can you take it from there?

= (fa)'a' + faa'' + (fb)'b' + fbb''
 
intervoxel said:

Homework Statement


a and b are functions of z:

a=a(z); b=b(z)

I want to calculate the second order partial derivative operator on z
Do you mean that you want to think of z as a function of a and b and find
\frac{\partial^2 z}{\partial a^2}
\frac{\partial^2 z}{\partial b^2}
and
\frac{\partial^2 z}{\partial a\partial b}?

Homework Equations


Using the chain rule:

<br /> \frac{\partial}{\partial z}=\frac{\partial a}{\partial z}\frac{\partial}{\partial a}+\frac{\partial b}{\partial z}\frac{\partial}{\partial b}<br />

The Attempt at a Solution


Is it correct?
<br /> \frac{\partial^2}{\partial z^2}=\frac{\partial}{\partial a^2}+2\frac{\partial^2}{\partial a\partial b}+\frac{\partial^2}{\partial b^2}<br />
This makes no sense at all. What function are you differentiating?

 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top