Modified heat equation steady state

Click For Summary
SUMMARY

The discussion focuses on solving the steady state equation for a modified heat equation represented by the equation Ut = Uxx - 4(U - T) with boundary conditions U(0,T) = T and U(4,T) = 0. The participants clarify that setting Ut = 0 transforms the equation into a second-order ordinary differential equation (ODE): U''(x) - 4U + 4T = 0. The method of variation of parameters is suggested for finding the particular solution, with an emphasis on using hyperbolic functions like sinh and cosh for simplification when applying boundary conditions.

PREREQUISITES
  • Understanding of partial differential equations (PDEs)
  • Familiarity with boundary value problems
  • Knowledge of ordinary differential equations (ODEs)
  • Experience with methods of solving ODEs, particularly variation of parameters
NEXT STEPS
  • Study the method of variation of parameters in detail
  • Learn about hyperbolic functions and their applications in solving ODEs
  • Explore boundary value problems and their significance in heat equations
  • Investigate the use of numerical methods for solving PDEs
USEFUL FOR

Students studying differential equations, mathematicians focusing on heat transfer problems, and engineers involved in thermal analysis and modeling.

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.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
1K
Replies
1
Views
2K
Replies
0
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K