How to Find Temperature Distribution in a Rectangular Sheet?

Void123
Messages
138
Reaction score
0

Homework Statement



Find the temperature distribution in the rectangular sheet given the following boundary conditions:

U(0, y) = U(a, y) = U(x, b) = 0; U(x, 0) = f(x)


Homework Equations



U(x, y) = (summation) B (fourier coefficient) [sin ((n*pi*x)/a) sinh ((n*pi*y)/a)]



The Attempt at a Solution



Wouldn't it just be a simple modification of the above formula:

U(x, y) = (summation) B [sin ((n*pi*x)/a) sinh ((n*pi*(b - y))/a)
 
Physics news on Phys.org
Void123 said:

Homework Statement



Find the temperature distribution in the rectangular sheet given the following boundary conditions:

U(0, y) = U(a, y) = U(x, b) = 0; U(x, 0) = f(x)


Homework Equations



U(x, y) = (summation) B (fourier coefficient) [sin ((n*pi*x)/a) sinh ((n*pi*y)/a)]



The Attempt at a Solution



Wouldn't it just be a simple modification of the above formula:

U(x, y) = (summation) B [sin ((n*pi*x)/a) sinh ((n*pi*(b - y))/a)


I can't help you solve it. However, I will bump it by retyping it with LaTeX for you :-)

U\left(x,y\right)=\sum B\sin{\left(\frac{n \pi x}{a}\right)}\sinh{\left(\frac{n\pi(b-y)}{a}\right)}
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top