I'm trying to solve this equation: d2u/dx2 + d2u/dy2 = u +3
With the following boundary limits:
u(0, y)=0 u(1, y)=0 for 0<y<1
u(x, 0)=0 u(x, 1)=0 for 0<x<1
I began using a variable substitution: w = u + 3 but when I tried to evaluate the function with the boundary conditions I was left off with 4 constants that I couldn't find their values.
Am I headed in the right direction with this variable substitution?