Second Order Partial Derivatives + Chain Rule

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 7K views
pbxed
Messages
12
Reaction score
0

Homework Statement



Let z = z (x,y) be a function with x = x(s), y = y(t) satisfying the partial differential equation

(Ill write ddz/ddt for the partial derivative of z wrt t and
dz/dt for the total derivative of z wrt t, as I have no idea how to use Latex.)

ddz/ddt + 1/2s^2(dd^2z/dds^2) + s(ddz/dds) - z = 0

Using chain rule, show that z satisfies

-2z + 2(dy/dt)(ddz/ddy) + s((2dx/ds + s(d^2x/ds^2))ddz/ddx + s(dx/ds)^2 dd^2z/ddx^2) = 0


Homework Equations





The Attempt at a Solution



So I wrote out my little "tree" with the variables and found

ddz/ddt = ddz/ddy * dy/dt

ddz/dds = ddz/ddx * dx/ds

Where I think I am struggling is

dd^2/dds^2 = dd/dds[ddz/ddx*dx/ds]

Im not too sure how I should be computing this derivative and all attempts have given errors so far.

Im pretty sure all I need to do is work this derivative out then sub everything back into my original equation, tidy it up a little and then I get my desired result.

Anyone steer me in the right direction please.
 
Physics news on Phys.org
pbxed said:
Let z = z (x,y) be a function with x = x(s), y = y(t) satisfying the partial differential equation

[tex]\frac{\partial z}{\partial t}+\frac{1}{2}\,s^2\,\frac{\partial^2z}{\partial s^2}+s\,\frac{\partial z}{\partial s }-z=0[/tex]

Using chain rule, show that z satisfies

-2z + 2(dy/dt)(ddz/ddy) + s((2dx/ds + s(d^2x/ds^2))ddz/ddx + s(dx/ds)^2 dd^2z/ddx^2) = 0

-2z + 2(dy/dt)(∂z/∂y) + s((2dx/ds + s(d2x/ds2))∂z/∂x + s(dx/ds)^2 ∂2z/∂x2) = 0

The Attempt at a Solution


...

2z/∂s2 = ∂/∂s[∂z/∂x*dx/ds]
...
Now try the product rule, then the chain rule. (Remember that ∂z/∂x is a function of x(s).)

[tex]\frac{\partial}{\partial s}\left(\frac{\partial z}{\partial x}\,\cdot\,\frac{dx}{ds}\right)<br /> =\left(\frac{\partial}{\partial s}\,\frac{\partial z}{\partial x}\right)\cdot\,\frac{dx}{ds}+\frac{\partial z}{\partial x}\,\cdot\,\frac{d^2x}{ds^2}[/tex]
 
Last edited: