Modified heat equation steady state

dp182
Messages
19
Reaction score
0

Homework Statement


determine the steady state equation for the given heat equation and boundary conditions


Homework Equations


Ut=Uxx-4(U-T)
U(0,T)=T U(4,T)=0 U(x,0)=f(x)


The Attempt at a Solution


I put Ut=0
so 0=UInf''-4(Uinf-T)
then once I tried to integrate I ended up with a Uinf that's impossible to isolate is there a specific method used for this kind of heat equation?
 
Physics news on Phys.org
The steady state is usually when the system is time independent, so:
<br /> \frac{\partial U}{\partial t}=0<br />
So this will turn your equation into and ODE, which I see you have already done and your ODE is:
<br /> \frac{\partial^{2}U}{\partial x^{2}}-4U+4T=0<br />
I am not too sure what T is, is it a constant? A function?
 
Last edited:
dp182 said:

Homework Statement


determine the steady state equation for the given heat equation and boundary conditions


Homework Equations


Ut=Uxx-4(U-T)
U(0,T)=T U(4,T)=0 U(x,0)=f(x)


The Attempt at a Solution


I put Ut=0
so 0=UInf''-4(Uinf-T)
then once I tried to integrate I ended up with a Uinf that's impossible to isolate is there a specific method used for this kind of heat equation?

What do you mean by "impossible to isolate". Calling what you call Uinf u(x) for simplicity the equation you have written is just

u''(x) - 4u(x) = -4T
u(0) = u(T) = 0

A second order constant coefficient ODE.
 
I believe T is constant. so I tried using variation of parameters to solve (Uinf=X) X''-4X=-4T
and came up with a particular solution of
c1e2x+c2e-2x-T then solved for the constants using boundary conditions. is this method right as all the example I have seen involve just integrating it twice.
 
dp182 said:
I believe T is constant. so I tried using variation of parameters to solve (Uinf=X) X''-4X=-4T
and came up with a particular solution of
c1e2x+c2e-2x-T then solved for the constants using boundary conditions. is this method right as all the example I have seen involve just integrating it twice.

That should work, but I'm guessing it gets a bit messy solving for the constants. Here's a little trick you might like to learn. You probably know that instead of using the pair {e2x,e-2x} for the general solution of the homogeneous equation, you could have used {sinh(2x),cosh(2x)}, which simplifies things a bit when you calculate X(0) = 0. But an even better choice is the pair {sinh(x),sinh(T-x}. Try evaluating the constants when you write your solution

X(x) = Asinh(x)+Bsinh(T-x) + T

and you will see what I mean.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top