What Is Discretization in Temperature Change Analysis?

  • Thread starter Thread starter TSN79
  • Start date Start date
  • Tags Tags
    Discretization
TSN79
Messages
422
Reaction score
0
If I have a logged temperature change over time which makes up a plottet graph. I denote this change

<br /> {{dT} \over {dt}}<br />

People have told me this can be solved using discretization, but I have no idea what that is. Apparently it is something like this:

<br /> {{T_1 - T_2 } \over {\Delta t}}<br />

but I don't really know what it means. Also, isn't a differential equation supposed to end up as a function of some variable? If so, how can an approximation like this wind up as one? Could someone explain it to me? Thx :smile:
 
Last edited:
Physics news on Phys.org
TSN79 said:
If I have a logged temperature change over time which makes up a plottet graph. I denote this change

<br /> {{dT} \over {dt}}<br />

People have told me this can be solved using discretization, but I have no idea what that is. Apparently it is something like this:

<br /> {{T_1 - T_2 } \over {\Delta t}}<br />

but I don't really know what it means. Also, isn't a differential equation supposed to end up as a function of some variable? If so, how can an approximation like this wind up as one? Could someone explain it to me? Thx :smile:

Say you have logged time T = [T1,T2,T3...TN] over time values t = [t1,t2,t3,...tN]
now, if you do a plot of T vs t, you would get a curve. If all goes well, your plot may represent a function, say like Newton's law of cooling ..some exponential form may be available. Now, a continuous function like exp is continuously differentiable. Hence, assume you got a solution

T =f(t),
at any time t, you can get dT/dt leading to

dT/dt = f'(t) evaluated at some time t.

Now, this is straightforward.

Also, thiink abt a curve made up of discrete points.

So to get a change or derivative (the slope), we can also do

dT/dt at t1 = (T2-T1)(t2-t1) like forward differenced

or dT/dt at t1 = (T1-T2)/(t1-t2) backward differenced.

However, since these are first order approximations of the original functions, f(t) , your solution of evaluating dT/dt is first order accurate.

Higher order can be achieved by taking more grid points. Look at finite difference approximations.

the smaller the difference between t1 and t2, the better approximation of your time derivative.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top