Partial Differential Equation(NEED HELP)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
26 replies · 4K views
andrey21
Messages
475
Reaction score
0
Using Darcy's Law given below:

q(x.t) = -k dh/dx

Show that:

-d/dx.(q(x,t)h(x,t)) = phi dh/dt

Can be written as:

K(h(d^(2)u/dx^(2)) +(du/dx)^2)) = phi dh/dt

Any help would be greatly appreciated, I am nt to sure where to begin.
 
Physics news on Phys.org
You have:
[tex] \frac{\partial}{\partial x}(h(t,x)q(t,x))=\phi\frac{\partial h}{\partial t}[/tex]
Insert Darcy's law to obtain:
[tex] \frac{\partial}{\partial x}\left( -kh(t,x)\frac{\partial h}{\partial x}\right)=\phi\frac{\partial h}{\partial t}[/tex]
 
Ok I have done what u suggested although think u missed a minus sign out at the front. Do I pull the k outside the brackets??
 
Ah ok so what is the next step, take out k as I suggested??
 
Should I use the fact that:

h(x,t) can be represented by:

dh/dt = k d^(2) h/dx^(2)
 
its q(t,x)h(t,x).
 
Sorry but the first post contained an error. I need to rewrite the PDE so it becomes:

K(h(d^(2)h/dx^(2)) +(dh/dx)^2)) = phi dh/dt
 
Ye ok so doing that I obtain:

k(d/dx h(t,x) dh/dx) = phi dh/dt

How do I get to the required answer from here.

Thanks in advance.
 
Just take k out and differentiate:
[tex] -k\frac{\partial}{\partial x}\right( h(t,x)\frac{\partial h}{\partial x}\right)=-k\frac{\partial^{2}h}{\partial x^{2}}-k\left(\frac{\partial h}{\partial x}\right)^{2}[/tex]
 
Rite so:

k(d/dx h(t,x) dh/dx) = phi dh/dt

now differentating:

d/dx h(x,t) = d^2h/dx^2

dh/dx = (dh/dx)^2

is this correct??

Also there is a h missing from the final answer.
 
Jamiey1988 said:
Rite so:

k(d/dx (h(t,x) dh/dx)) = phi dh/dt

now differentating:

d/dx h(x,t) = d^2h/dx^2

dh/dx = (dh/dx)^2

is this correct??

Also there is a h missing from the final answer.

Remember the product rule? You use it here. (parentheses bolded, because that's the part to concentrate on).
 
Ah yes:

d/dx(uv) = udv/dx + vdu/dx

so with that in mind:

u =h(t,x)
v = dh/dx

correct?
 
Jamiey1988 said:
Ah yes:

d/dx(uv) = udv/dx + vdu/dx

so with that in mind:

u =h(t,x)
v = dh/dx

correct?

You got it.
 
Great, problem is I am nt sure how to differentiate either of those numbers??
 
Jamiey1988 said:
Great, problem is I am nt sure how to differentiate either of those numbers??

Well, what's the partial derivative wrt x of [itex]\frac{\partial h}{\partial x}[/itex]? How about [itex]h(x,t)[/itex]?
 
well the partial derivative of h(x,t) is

d^(2) h/ dxdt

is this correct?
 
Jamiey1988 said:
well the partial derivative of h(x,t) is

d^(2) h/ dxdt

is this correct?

Not quite. That is the "mixed second partial derivative" of h(x,t). The partial derivative of h(x,t) wrt x is just [tex]\partial h / \partial x[/tex].
 
Ah i see got a little confused there so I now have value for v du/dx as (dh/dx)^2. I just can't work out partial dervative for dh/dx
 
Jamiey1988 said:
Ah i see got a little confused there so I now have value for v du/dx as (dh/dx)^2. I just can't work out partial dervative for dh/dx

Just differentiate it again. You should get d^2 h / dx^2
 
Yes i see now so putting that together I obtain:

u dv/dx + vdu/dx

h(t,x).d^2h/dx^2 + (dh/dx)^2

In the final answer given the h(t,x) isn't there. Do this cancel out?
 
Jamiey1988 said:
Yes i see now so putting that together I obtain:

u dv/dx + vdu/dx

h(t,x).d^2h/dx^2 + (dh/dx)^2

In the final answer given the h(t,x) isn't there. Do this cancel out?

I see an h in your original post. I think that's the h(t,x) we're talking about, and so I'm pretty sure it is there.
 
Ah great thanks Char.limit for all ur hep.
 
No problem at all.
 
Hey char.limit I have another question which is posing a few problems.

Given the following pde:

du/dt = y^2 d^2u/dx^2

where t> 0 0<x<L

where L is 4000 and Y^2 = HK/phi

if t=0 is the time when river flow is altered, write down an initial condition for u.

Again bit unsure where to start on this one.