How to Solve a PDE using Laplace Transform?

freesnow
Messages
10
Reaction score
0

Homework Statement



Use the Laplace Transform to solve the PDE for u(x,t) with x>0 and t>0:
x(du/dx) + du/dt = xt
with IC: u(x,0) = 0 and BC: u(0,t) = 0

Homework Equations



The Attempt at a Solution



After taking LT of the PDE wrt t, the PDE becomes
x(dU/dx) + sU = x/(s2)

Integrating factor :
I = exp(\int(s/x)dx) = xs

ODE becomes
d/dx(Uxs) = xs/s2

Integrating both sides:
U = x/(s3+s) + A(s)/xs

then I don't know how to find A(s), if I use BC, the factor 1/0 will come out...or is there some other way to calculate the PDE with LT?

thanks
 
Physics news on Phys.org
freesnow said:
Integrating both sides:
U = x/(s3+s) + A(s)/xs

then I don't know how to find A(s), if I use BC, the factor 1/0 will come out...

Unless A(s)=0 :wink:
 
Thanks!
 
so U(x,s) = x/(s3+s2)

but then I don't know how to do the inverse LT to get u(x,t) such that it fits the PDE...

thanks
 
freesnow said:
so U(x,s) = x/(s3+s2)

but then I don't know how to do the inverse LT to get u(x,t) such that it fits the PDE...

thanks

Just use partial fractions:

\frac{1}{s^3+s}=\frac{1}{s(s^2+1)}=\frac{A}{s}+\frac{Bs}{s^2+1}+\frac{C}{s^2+1}

Solve for A,B and C
 
I finally solved it! Thanks very much!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top