PDE for temperature distribution in rectangle

collectedsoul
Messages
76
Reaction score
0

Homework Statement


A rectangular chip of dimensions a by b is insulated on all sides and at t=o temperature u=0. The chip produces heat at a constant rate h. Find an expression for u(x,y,t)

Homework Equations


δu/δt = h + D(δ2u/δx2 + δ2u/δy2) x∈(0,a), y∈(0,b)

The Attempt at a Solution


I'm just wondering what effect the insulation on all sides will have on the equation. The temperature goes up by h per unit time throughout the chip but will the other term be affected?
 
Physics news on Phys.org
"Insulated" means that there is no heat flux into or out of the rectangle. Here this reduces to the requirement that the component of \nabla u normal to the boundary must vanish. This gives you the boundary condition you need in order to solve the PDE.
 
Why just the normal component? If its insulated won't the tangential component also vanish? So δu/δx=δu/δy=0 at x=0,a and y=0,b.

The question actually says that there is no need to solve the pde to get to u(x,y,t) - that there is a way to guess the answer without solving it. I can't think of any such way. Any ideas?
 
collectedsoul said:
Why just the normal component? If its insulated won't the tangential component also vanish? So δu/δx=δu/δy=0 at x=0,a and y=0,b.

The physical constraint is "no heat flux across the boundary". The heat flux is D\nabla u, and the heat flux across the boundary is the component of D\nabla u normal to the boundary. Flux parallel to the boundary is not a problem.

The question actually says that there is no need to solve the pde to get to u(x,y,t) - that there is a way to guess the answer without solving it. I can't think of any such way. Any ideas?

Is there any reason why the temperature should vary with position here, given that the heat source doesn't depend on position and the boundary conditions are consistent with a uniform temperature?
 
Alright...got it.

There's another related PDE: d2u/dx2 + d2u/dy2 = a*u with u = 0 on all edges for some eigenvalues a. I'm not sure how to go about this. I can start by solving the steady state equation but what do I do about the condition?
 
Seek a separable solution u(x,y) = X(x)Y(y). You will find that there are particular values of a (eigenvalues) for which u(x,y) \equiv 0 is not the only such solution.
 
I'm not clear what you mean by eigenvalues for which u=0 is not the only solution. Could you please elaborate?
 
Simple example: Let X&#039;&#039; = kX subject to X(0) = X(\pi) = 0. The general solution of that ODE with satisfies X(0) = 0 is <br /> X(x) = \begin{cases} A\sin(\sqrt{|k|}x), &amp; k &lt; 0 \\<br /> Ax, &amp; k = 0 \\<br /> A\sinh(\sqrt{k}x), &amp; k &gt; 0\end{cases}<br /> In the second and third alternatives, the only way to satisfy X(\pi) = 0 is to take A = 0, which means that X(x) = 0. However in the first case we can set k = -n^2 &gt; 0 for integer n and then X(x) = A \sin(nx) satisfies X(\pi) = 0 for any value of A. Thus \{-n^2 : n \in \mathbb{N}\} are the eigenvalues, and \sin(nx) is the corresponding eigenfunction. We don't need n &lt; 0 because \sin(-|n|x) = -\sin(|n|x).
 
Maybe I'm being dense but I'm not able to separate the variables, I get X''/X + Y''/Y = a. So how do I get separate equations for x and y?
 
  • #10
collectedsoul said:
Maybe I'm being dense but I'm not able to separate the variables, I get X''/X + Y''/Y = a. So how do I get separate equations for x and y?

X''/X is a function of x only. Y''/Y is a function of y only. Their sum is a constant. Therefore each of them is constant.
 
  • #11
So X''/X=m (a cpnstant) and Y''/Y = n (another constant) and m + n = a?
 
  • #12
collectedsoul said:
So X''/X=m (a cpnstant) and Y''/Y = n (another constant) and m + n = a?
Yes.
 
  • #13
Ok...so do I break the equation down into 2 parts? A steady state one where d2u/dx2 + d2u/dy2 = 0 and another where it's = a*v and then add the 2 solutions? Or do I just do the latter equation?
 
Back
Top