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.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top