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.
 
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