Solve Heat ODE Modeling Problem: u(t) & x(t)

  • Thread starter Thread starter CyberneticsInside
  • Start date Start date
  • Tags Tags
    Heat Modeling Ode
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 2K views
CyberneticsInside
Messages
17
Reaction score
0
Member warned about posting without the homework template
Im stuck on this question, can someone please help me?

u(t) = input power [W].
x(t) = temperature in plate [Celsius]
v = 0, temperature of surroundings [Celsius]
C = 400, heat capacity for plate [J/ Celsius]
g = 2, heat transfer plate / air [W / Celsius]

Question is something like this:
You're playing with the heat plate (Kitchen). The plate might be considered like a flat heat element, that radiates heat to the surroundings.
Find a differential equation for x(t).

Nb: the change of temperature in the room migtht be neglected due to
air circulation

Should be on the form like: x'(t) = ax + bu

I assume i need to use the ΔE = W + Q, but i kind of have no clue how to even start.
I checked if there was a solutions manual but, it was partly broken. The only experience i have with modelling something with heat is the heat equation. But that's a partial differential equation, and only one-dimensional, and i 'm not sure how to handle two functions in one equation?
 
Physics news on Phys.org
I know should try to come up with a possible solution, but I’ve been stuck with this all day, and I can't find any similar problems to start with either.
 
Ok, thanks.
 
Ok, I think I got it.

C dx = u dt - g(x-v)dt
x'(t) = - (g / C)x + (1 / C)u

Just an additional question: Is there some better way to type in equation, like Latex or similar?
 
Ah, found it !

So the answer would be [itex]\dot{x} = - \frac{g}{C}x + \frac{1}{C}u[/itex]