Stating the problem algebraically
The information we've got is enough to find the derivatives E′i(t) as functions of Ej(t)(0≤j<n). We need to calculate the difference in temperatures between the body and its surroundings (as Newton put it) for each point. First, the point (0,0) is surrounded only by (1,0). Similarly, the point (n−1,0) is surrounded only by (n−2,0). All other points (i,0) are surrounded by both (i−1,0) and (i+1,0). We can now find the derivatives.
We'll drop the (t)'s for a while. Read E(j)i as E(j)i(t).
E′0=E1−E0=−E0+E1E′i=(Ei−1−Ei)+(Ei+1−Ei)=Ei−1−2Ei+Ei+1(1≤i<n−1)E′n−1=En−2−En−1
Rearranging terms, we get
We'll drop the (t)'s for a while. Read E(j)i as E(j)i(t).
E′0=E1−E0=−E0+E1E′i=(Ei−1−Ei)+(Ei+1−Ei)=Ei−1−2Ei+Ei+1(1≤i<n−1)E′n−1=En−2−En−1
Rearranging terms, we get
E1=E0+E′0Ei=E′i−1−Ei−2+2Ei−1(2≤i<n)
We'll now deal with finding ai(1≤i<n). This section, I tell you, is beautiful. Aside from the conceptual inversion of our system of equations, we will find the coefficients in Pascal's triangle.
Let's look at our progress so far. We know a0=(1,) and a1=(1,1) (corresponding to E0=E0 and E1=E0+E′0, respectively). For any i≥2, we can find ai if we know ai−1 and ai−2. It is possible to find a recurrence relation for ai:
ai,j=ai−1,j−1−ai−2,j+2ai−1,j
This recurrence relation is similar to that of Pascal's triangle (pi,j=pi−1,j+pi−1,j−1). As it turns out, if we construct a triangle of ai,j similarly to how Pascal's triangle is constructed from pi,j, our new triangle is half of Pascal's (see the figure below, where the orange segments form our new triangle when moved together). We find that ai,j=(i+j2j).
Because energy is conserved, ∑n−1i=0Ei(t)=∑n−1i=0Ei(0). Call this constant quantity E. Using the expressions obtained above for Ei, we'll get a non-homogenous linear differential equation.
E=n−1∑i=0Ei(t)=n−1∑i=0n−1∑j=0ai,jE(j)0=n−1∑j=0(E(j)0n−1∑i=0ai,j)Combining the equations into one massive differential equation
Looking at the latest set of expressions, we see that E1 depends only on E0 and its derivative. E2 depends on E0 and E1 plus derivatives, but if we substitute our expression for E1, we get E2 as a linear combination of only E0 plus derivatives. Continuing in a similar fashion, we conclude that every Ei can be written as a linear combination of only E0 plus derivatives. Thus for every i, there must exist a sequence ai independent of t, such that Ei=∑j=0ai,jE(j)0.We'll now deal with finding ai(1≤i<n). This section, I tell you, is beautiful. Aside from the conceptual inversion of our system of equations, we will find the coefficients in Pascal's triangle.
Let's look at our progress so far. We know a0=(1,) and a1=(1,1) (corresponding to E0=E0 and E1=E0+E′0, respectively). For any i≥2, we can find ai if we know ai−1 and ai−2. It is possible to find a recurrence relation for ai:
ai,j=ai−1,j−1−ai−2,j+2ai−1,j
This recurrence relation is similar to that of Pascal's triangle (pi,j=pi−1,j+pi−1,j−1). As it turns out, if we construct a triangle of ai,j similarly to how Pascal's triangle is constructed from pi,j, our new triangle is half of Pascal's (see the figure below, where the orange segments form our new triangle when moved together). We find that ai,j=(i+j2j).
Because energy is conserved, ∑n−1i=0Ei(t)=∑n−1i=0Ei(0). Call this constant quantity E. Using the expressions obtained above for Ei, we'll get a non-homogenous linear differential equation.
The rightmost sum may be evaluated by looking at its final term in Pascal's triangle and going down one to the right. Our final result is:
E=n−1∑j=0(j+n2j+1)E(j)0
No comments:
Post a Comment