Sounds like a retardedly basic PDE problem

  • Thread starter Thread starter dingop
  • Start date Start date
  • Tags Tags
    Pde
dingop
Messages
2
Reaction score
0

Homework Statement



This is a simple pde I need to solve in order to determine a straightforward expansion for a given overall equation.

Homework Equations



\partialu/\partialx+\partialu/\partialy=0
with initial condition:
u(x,0)=epsilon*phi(x)


The Attempt at a Solution



I used the method of associated equations and got the answer of u=f(x-y); indeed u(x,y)=x-y does satisfy the equation. However, there is no way to input a constant and solve for the constant to satisfy the initial condition. Any help will be appreciated! thanks!
 
Physics news on Phys.org
dingop said:

Homework Statement



This is a simple pde I need to solve in order to determine a straightforward expansion for a given overall equation.

Homework Equations



\partialu/\partialx+\partialu/\partialy=0
with initial condition:
u(x,0)=epsilon*phi(x)


The Attempt at a Solution



I used the method of associated equations and got the answer of u=f(x-y); indeed u(x,y)=x-y does satisfy the equation. However, there is no way to input a constant and solve for the constant to satisfy the initial condition. Any help will be appreciated! thanks!

Homework Statement


But you have u(x,y) = f(x-y) for any function f. You don't have to just take f(x-y) = x-y. So you have better than a constant of integration; you have an arbitrary function of integration to play with. Your condition becomes:

u(x,0) = f(x-0) = εφ(x)

so what does f need to be?
 
LCKurtz said:
But you have u(x,y) = f(x-y) for any function f. You don't have to just take f(x-y) = x-y. So you have better than a constant of integration; you have an arbitrary function of integration to play with. Your condition becomes:

u(x,0) = f(x-0) = εφ(x)

so what does f need to be?

thanks for the reply.!

Right now, I actually don't know what f needs to be-
I just have the PDE equation and the initial condition to satisfy- and my previous sample problems involving associated equations had no initial conditions, so I am pretty much lost..
 
LCKurtz said:
But you have u(x,y) = f(x-y) for any function f. You don't have to just take f(x-y) = x-y. So you have better than a constant of integration; you have an arbitrary function of integration to play with. Your condition becomes:

u(x,0) = f(x-0) = εφ(x)

so what does f need to be?

dingop said:
thanks for the reply.!

Right now, I actually don't know what f needs to be-
I just have the PDE equation and the initial condition to satisfy- and my previous sample problems involving associated equations had no initial conditions, so I am pretty much lost..

It isn't that hard. The answer to my question is in the line above it. You are given φ and you want to choose f to make that equation work. Then u = f(x-y) will be your solution.
 
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