1
11.23 The temperature distribution in a straight fin, , with a trian-
gular profile is given by the solution of the equation:
where K is the ambient temperature, x is the coordinate mea-
sured along the fin, W/m/K is the thermal conductivity of alu-
minum, W/m2/K is the convective heat transfer coefficient,
m is the length of the fin, m is its width, and
m is the height of the base. The boundary conditions are
K, and .
Find and plot the temperature distribution, , along the fin. Write a program in a script file that solves
the problem with the shooting method. Note that a derivative boundary condition is prescribed at .
Use the three-point backward difference formula to calculate the value of the derivative from the numerical
solution at . Compare the numerical solution with the prescribed boundary condition and use the
bisection method to calculate the new estimate for the slope at . Iterate until the true relative error at
is smaller than 0.01. Important note: The point is a singular point of the ODE. Therefore,
the problem cannot be solved as specified. An approximate solution can, however, be obtained by using
m for the length of the fin.
Solution
First, the second order ODE is written as a system of two first order ODEs:
d2T
dx2
——–– 1
Lx–()
—————– dT
dx
—––
–2hLW bL bx–+()TT
∞
–()
kbW L x–()
—————-———————————-—————–
–0=
dT
dx
—––
xL=
0=
xL=