Green's Function: Solving 1D Laplace Equation

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
2 replies · 2K views
squenshl
Messages
468
Reaction score
4

Homework Statement


I am trying to find the Green's function in one space dimension. The Green's function is G(x,y) = [tex]\Phi(x-y)[/tex] - [tex]\phi(x,y)[/tex] where [tex]\phi(x,y)[/tex] is the solution to the Laplace problem (x fixed): [tex]\Delta[/tex]y[tex]\phi[/tex] = 0 in [tex]\Omega[/tex] with [tex]\phi(x,\sigma)[/tex] = [tex]\Phi(x-\sigma)[/tex] for [tex]\sigma[/tex] on [tex]\delta\Omega[/tex]. I have [tex]\Phi(x)[/tex] = -|x|/2.

Homework Equations





The Attempt at a Solution


The Laplace equation in one dimension is just [tex]\phi''[/tex] = 0 so solving this is trivial, [tex]\phi[/tex] = ax + b but how go I get the constants from [tex]\phi(x,\sigma)[/tex] = [tex]\Phi(x-\sigma)[/tex] = -|x-[tex]\sigma[/tex]|/2
 
Physics news on Phys.org
The Green's function for this problem is a function, G(x,t), such that:
1: It satisifies the equation [itex]d^2 G/dx^2= 0[/itex] for all t.
2: It satisifies the boundary conditions,
3: It is continuous at x= t.
4: There is a jump of 1 in the derivative at x= t: [itex]\lim_{x\to t^-} dG/dx- \lim_{x\to t^+} dG/dx= 1[/itex]

From the first condition, it follows that G(x,t) must be of the form
G(x,t)= Ax+ B for [itex]x\le t[/itex]
G(x,t)= Cx+ D for [itex]t\le x[/itex]
and the "constants", A, B, D, and D, may depend on t.

From the fourth condition, C- A= 1. From the third condition, At+ B= Ct+ D
But you haven't given any boundary conditions. What are your boundary conditions? On what interval are you solving this?
 
We only have [tex]\phi(x,\sigma[/tex]) as the only condition. I think that we only have to apply this to the solution[tex]\phi[/tex] = c1y + c2. But how do we find the constants if we only have one condition.