PhysicsMark
- 90
- 0
Homework Statement
The steady state temperature distribution, T(x,y), in a flat metal sheet obeys the partial differential equation:
\frac{\partial^2{T}}{\partial{x}^2}+{\frac{\partial^2{T}}{\partial{y}^2}}=0
Separate the variables and find T everywhere on a square flat plate of sides S with boundary conditions:
T(0,y)=T(S,y)=T(x,0)=0
T(x,S)=T_0
Homework Equations
The Attempt at a Solution
For a solution, I get:
T(x,y)=\sum_{n=1}^{\infty}\frac{4T_0}{n\pi}sin(\frac{n\pi}{S}x)\frac{sinh(\frac{n\pi}{S}y)}{sinh(n\pi)}
I am not sure if I have given a sufficient enough answer for the coefficient of the series. I got the coefficient by doing the following:
T(x,s)=\sum_{n=1}^{\infty}A_n{sin(\frac{n\pi}{S}x)}sinh(n\pi)=T_0
B_n=A_n{sinh(n\pi)}
B_n=\frac{2}{S}\int_{0}^{S}T_0{sin(\frac{n\pi}{S}x)}dx
B_n=\frac{4{T_0}}{n\pi} for "n" odd and 0 for "n" even.
Does anyone know if the coefficient is incorrect?