leoflc said:
Thank you for the responses!
For F'(15)
I expand y(20-y) as a Fourier cosine series, but I got
F'(15) = -A*sin(15*p) = FourierCosine series in terms of 'y'
I still don't know what to do with the y term. Do I just set x=y(20-y) and solve for y, then put it back to the Fourier Consine series?
Also for G'(y), I got
G'(y) = A*p*sinh(p*y)
with B.C (A is a const)
G'(30) = A*p*sinh(30p) = 0
which will make p=0, and I don't think that should be it.
Thank you again for the help!
Mmm, I think you are doing this incorrect. You don't mention a series here at all. OK, the first thing to do is to assume that the solution can be written as a product of two functions, each depending on only one of the two independent variables. This means:
u(x,y)=X(x)\cdot Y(y)
You need to substitute this in the original partial differential equation. This gives you (leaving out the variable naming):
X''Y+XY''=0
Dividing this with the function itself gives:
\frac{X''Y+XY''}{XY}=0
Or:
\frac{X''}{X}=-\frac{Y''}{Y}
Because the left hand side and the right hand side both are depending on one of the variables and not the other they both have to be equal to a constant. You have now:
\frac{X''}{X}=-\frac{Y''}{Y}=\alpha
Now you have obtained two ordinary differential equations. The constant can be smaller, equal to or larger than 0. Use these three cases to find the solutions to the ordinary differential equations.
What I've just written is the basic handling of boundary value problems using Fourier series. If you don't understand this at all, you should consult a book or get some more explanation of the teacher.
Come back with what you have obtained and we'll go to the next step.