A metal bar is heated 100oc by a heat source. After 40 minutes the heat source is removed when the temperature of the metal bar reached to a plateau. Now the metal bar is placed in a room. The room temperature is 25oc. After 10 minutes the bar temperature reached to 80oc. a) What is the initial temperature of the metal bar. b) Find the metal bar temperature after 30 minutes.
How to solve this using Numerical Solution? I am trying to solve this using Euler method, but I only could finish upto this:
dT/dt (t)=(T(t+Δt)-T(t))/Δt
T(t+Δt)=T(t)-Δtk(T(t)-Ta )
Then I stucked. please help.
Δtk(T(t)-Ta )to be interpreted as multiplicationΔtk * (T(t)-Ta )or a functionΔtk(T)? – John Alexiou Dec 02 '18 at 04:36