- #1
Athenian
- 143
- 33
- 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 in this equation just as we did in the one-dimensional wave equation and find ##T## everywhere on a square flat plate of side length ##S##, with the boundary conditions ##T(0,y) = T(S,y) = T(x,0) = 0##, and ##T(x,S) = T_0##.
In your write-up, be very explicit in how you apply the Orthogonal Function/Fourier Series methods from the OFFS tutorial when finding expressions for the unknown coefficients. Which orthogonality relationships do you use? Why?
Use the below equation as a guide for how to state your final answer:
$$y(x,t) = 8A \sum_{n \: odd} (-1)^{\frac{n-1}{2}} \bigg(\frac{1}{n \pi} \bigg)^2 sin \bigg(\frac{n \pi x}{L} \bigg) cos \bigg( \frac{n \pi v t}{L} \bigg)$$
- Relevant Equations
- Refer Below ##\longrightarrow##
To begin with, I can first let ##T(x,y) = X(x) Y(y)## to be the given solution. With this, I can then continue by writing:
$$Y \frac{\partial^2 X}{\partial x^2} + X \frac{\partial^2 Y}{\partial y^2} = 0$$
$$\Longrightarrow \frac{1}{X} \frac{\partial ^2 X}{\partial x^2} + \frac{1}{Y} \frac{\partial ^2 Y}{\partial y^2} = 0$$
Continuing on, I could then introduce the linking constant ##-k^2## by writing:
$$\frac{1}{X} \frac{\partial ^2 X}{\partial x^2} = - \frac{1}{Y} \frac{\partial ^2 Y}{\partial y^2} = -k^2$$
With this equation, I can conclude that:
##\frac{\partial ^2 X}{\partial x^2} = -k^2 X## and ## \frac{\partial ^2 Y}{\partial y^2} = k^2 Y##
Calculating for both ##X(x)## and ##Y(y)## respectively:
$$X(x) = A \, sin(kx) + B \, cos(kx)$$
$$Y(y) = C \, e^{ky} + D \, e^{-ky}$$
Therefore, ##T(x,y)## can now be expressed as below:
$$T(x,y) = X(x) \, Y(y) = \begin{Bmatrix} A \, sin(kx) \\ B \, cos(kx) \end{Bmatrix} \begin{Bmatrix} C \, e^{ky} \\ D \, e^{-ky} \end{Bmatrix} \Longrightarrow \begin{Bmatrix} A \, \frac{e^{ikx} – e^{-ikx}}{2i} \\ B \, \frac{e^{ikx} + e^{-ikx}}{2} \end{Bmatrix} \begin{Bmatrix} C \, e^{ky} \\ D \, e^{-ky} \end{Bmatrix}$$
Next, I need to begin applying my boundary conditions to the equation.
However, this is where my problem begins to set in.
I did use the multiplication (i.e. FOIL method) to get a moderately long chain of algebraic expressions upon multiplying ##X(x)## and ##Y(y)## together. When taking the condition ##T(0,y) =0## and plugging 0 into all my ##x##’s in the equation, I got a relatively elegant equation of ##T(0,y) = Be^{-ky} (Ce^{2ky} + D) = 0##. However, when calculating for ##T(x,0) =0##, I got a really complicated equation in its place – which, to me, seems to be a telltale sign that I am in the wrong direction.
Therefore, any help and assistance to help me know how to properly apply my boundary condition to the given equation would be greatly appreciated! Of course, if I made any errors in my above calculations, I would sincerely appreciate it if you would point it out. Thank you very much for reading through this as well as presenting your assistance!
$$Y \frac{\partial^2 X}{\partial x^2} + X \frac{\partial^2 Y}{\partial y^2} = 0$$
$$\Longrightarrow \frac{1}{X} \frac{\partial ^2 X}{\partial x^2} + \frac{1}{Y} \frac{\partial ^2 Y}{\partial y^2} = 0$$
Continuing on, I could then introduce the linking constant ##-k^2## by writing:
$$\frac{1}{X} \frac{\partial ^2 X}{\partial x^2} = - \frac{1}{Y} \frac{\partial ^2 Y}{\partial y^2} = -k^2$$
With this equation, I can conclude that:
##\frac{\partial ^2 X}{\partial x^2} = -k^2 X## and ## \frac{\partial ^2 Y}{\partial y^2} = k^2 Y##
Calculating for both ##X(x)## and ##Y(y)## respectively:
$$X(x) = A \, sin(kx) + B \, cos(kx)$$
$$Y(y) = C \, e^{ky} + D \, e^{-ky}$$
Therefore, ##T(x,y)## can now be expressed as below:
$$T(x,y) = X(x) \, Y(y) = \begin{Bmatrix} A \, sin(kx) \\ B \, cos(kx) \end{Bmatrix} \begin{Bmatrix} C \, e^{ky} \\ D \, e^{-ky} \end{Bmatrix} \Longrightarrow \begin{Bmatrix} A \, \frac{e^{ikx} – e^{-ikx}}{2i} \\ B \, \frac{e^{ikx} + e^{-ikx}}{2} \end{Bmatrix} \begin{Bmatrix} C \, e^{ky} \\ D \, e^{-ky} \end{Bmatrix}$$
Next, I need to begin applying my boundary conditions to the equation.
However, this is where my problem begins to set in.
I did use the multiplication (i.e. FOIL method) to get a moderately long chain of algebraic expressions upon multiplying ##X(x)## and ##Y(y)## together. When taking the condition ##T(0,y) =0## and plugging 0 into all my ##x##’s in the equation, I got a relatively elegant equation of ##T(0,y) = Be^{-ky} (Ce^{2ky} + D) = 0##. However, when calculating for ##T(x,0) =0##, I got a really complicated equation in its place – which, to me, seems to be a telltale sign that I am in the wrong direction.
Therefore, any help and assistance to help me know how to properly apply my boundary condition to the given equation would be greatly appreciated! Of course, if I made any errors in my above calculations, I would sincerely appreciate it if you would point it out. Thank you very much for reading through this as well as presenting your assistance!