LESSWRONG
LW

Exercises / Problem-SetsSleep
Personal Blog

23

Sleep math: red clay blue clay

by KatjaGrace
8th Mar 2021
World Spirit Sock Puppet
1 min read
9

23

Exercises / Problem-SetsSleep
Personal Blog

23

Sleep math: red clay blue clay
8Stevie Lantalia Metke
1swarriner
1Stevie Lantalia Metke
5Timothy Johnson
4Richard_Kennaway
4ike
3Waxwing
5Stevie Lantalia Metke
1Waxwing
New Comment
9 comments, sorted by
top scoring
Click to highlight new comments since: Today at 2:30 PM
[-]Stevie Lantalia Metke4y80

Divide both clay blocks into n pieces

For each piece of blue, equalize it with each piece of red in turn, from coldest to warmest

The first red piece will be 100*(1/2^n)
The last red piece will  be 50

The best I've done in my head is to get red down to a bit below 25, at 5x5, but a spreadsheet I just rolled up says blue passes above 90 at 32x32

I may have made an error of course, but breaking down the 3x3 case (and expressing T and fractions of 100)
B1 1/2, 3/4, 7/8
B2 1/4, 1/2, 11/16
B3 1/8, 5/16, 1/2

R1 1/2, 1/4, 1/8
R2 3/4, 1/2, 5/16
R3 7/8, 11/16, 1/2

And recombining gets us R 5/16, B 11/16

As far as I can tell, you can push the temperature of blue arbitrarily close to 100, and the temperature of red arbitrarily close to 0. Am I missing something, as this seems substantially better than the other answers

 

Reply
[-]swarriner4y10

Your notation is confusing but I achieved a similar result.

Reply
[-]Stevie Lantalia Metke4y10

It isn't really notation so much as a recording of the 3 states each of the pieces goes through (each piece is equilibrated n times for when the other block is split into n pieces, so I record the state of the piece after each of it's equilibrations), expressed as how much of the maximum temperature the piece has (I suppose it would have been cleaner if I'd included the implicit initial states of 0 for the blue pieces, and 1 for the red pieces)

Reply
[-]Timothy Johnson4y*50

Edit: As others have pointed out, this is not the best strategy.

___________________________
 

Nice problem! The best strategy seems to be to mix the red clay with the blue clay in small infinitesimal steps. Every bit of red clay then becomes as cold as possible, meaning that as much energy as possible is transferred to the blue clay.

Here's what we get with two steps:

  • Mix 1/2 red at 100 degrees + 1 blue at 0 degrees => 33.33 degrees.
  • Now remove the red clay, and add the other half.
  • 1/2 red at 100 degrees + 1 blue at 33.33 degrees => 55.55 degrees.

Now let's compute this with n steps. So at each step we add a 1/n fraction of the red clay to the blue clay, then remove it. Let the temperature of the blue clay after k steps be Tk.

Initial: T0=0

Adding a 1/n piece of red clay to the blue clay:

Tk+1=(Tk+100∗1n)/(1+1n)=nTk+100n+1

To simplify our expression, let r be the ratio: nn+1.

Tk+1=r(Tk+100n)

Unrolling our definition gives a geometric series:

Tn=100rn(1+r+...+rn)

Replacing the geometric series with its sum:

Tn=100rn⋅1−rn+11−r

Simplifying, rn(1−r)=nn+1n(1−1n+1)=nn+1nn+1=1

So Tn=100r(1−rn+1).

Now rn+1=(nn+1)n+1=(1−1n+1)n+1. As n approaches infinity, it's well-known that this approaches 1/e.

Final temperature: 

Tn=100(1−1/e) = 63.2 degrees.

As a final note, the LaTeX support for LessWrong is the best I've seen anywhere. My thanks to the team!

Reply
[-]Richard_Kennaway4y40

100(1-1/e) = 63.2°

Feed the red clay past the blue clay a little at a time.

Do you know Lewis Carroll's Pillow Problems?

Reply
[-]ike4y40

Lbh pna trg O neovgenevyl pybfr gb 100.

Cebbs ol vaqhpgvba. Fhccbfr fbzr cebprqher pna trg O gb 100-K, naq N gb K. Gura gurer vf n cebprqher gung jvyy trg N gb K-(K/20)^2. Ercrng rabhtu gvzrf gb trg O neovgenevyl pybfr gb 100.

Gur cebprqher: gnxr unys bs O naq unys bs N naq qb gur bevtvany cebprqher. Gura gnxr guvf unys bs N naq pbzovar jvgu gur bgure unys bs O, gura gnxr gur bgure unys bs N (ng 100) naq pbzovar jvgu gur 2aq unys bs O ol hfvat gur bevtvany cebprqher, gura zvk gur Nf naq Of gbtrgure frcnengryl.

Erfhygf ng rnpu fgrc:

  1. Unys bs O: 100-K. Unys bs N: K
  2. 2aq unys bs O: K/2. 1fg unys bs N: K/2
  3. 2aq unys bs O: K/2 + (100-K)*(100-K/2)/100 2aq unys bs N: K/2 + K(100-K/2)/100
  4. Nirentr bs Nf: K/2 + K(100-K/2)/200 K-(K/20)^2

Jr pna gura cyht va K=50 naq frr jurer jr trg: K=43.75 K=38.96 K=35.17 K=32.08

Guvf shapgvba znl gnxr n ybat gvzr gb trg gb mreb ohg vs lbh vgrengr ybat rabhtu vg unf gb trg gurer, gurer'f ab bgure cbvagf nybat gur jnl vg pbhyq fgbc ng.

Haven't fully verified this.

Reply
[-]Waxwing4y30

Treat the blue clay (mass 1, temperature T) as a single lump. Feed it infinitesimal lumps of red clay (mass dX, temperature TR). After each infinitesimal feeding, the temperature of the blue clay changes by

dT=T+TRdX1+dX−T=−TdX+TRdX

(Final equality comes from series expansion).

Then you can integrate: ∫Tfinal0dTTR−T=∫10dX.

i.e. log(TRTR−Tfinal)=1 

The final solution is:

Tfinal=TR⋅(1−1/e).

It's worth saying that this is the most efficient way to transfer energy from red to blue because each feeding step is thermodynamically reversible. 

Reply
[-]Stevie Lantalia Metke4y50

Can't you do better by splitting both blocks up, and doing equilibrating each piece of blue with each piece of red, in turn? By not dividing blue, you are leaving the red pieces a lot warmer than necessary

Reply
[-]Waxwing4y10

Having checked this, you're totally correct. 

Here's a short Python program that checks this empirically.  

import numpy as np

n = 100

b = np.zeros(n)
r = np.ones(n)

for ib in range(n):
   for ir in range(n):
       old_b = b[ib]
       old_r = r[ir]
       new_b = new_r = np.mean([old_b,old_r])
       r[ir] = new_r
       b[ib] = new_b

print(np.mean(b))

A graph of the scaling of the max blue temperature with respect to number of divisions is here: 

https://imgur.com/a/r4hdaJD

When T is 1000 you can get the blue to 0.98 of what red was initially... so I imagine in the infinite limit you can get all the way there.

This seemed weird to me, so I looked at the final temperature distribution of all of the n blue blobs, as n increases.  I've plotted them here (blue lines have n being small; red lines have n being big). You can see that as the number of blobs becomes very big, the fraction which have temperature less than 1 falls... (i.e. knee of graph moves to the right...)

Reply
Moderation Log
More from KatjaGrace
View more
Curated and popular this week
9Comments

To me, going to bed often feels more like a tiresome deprivation from life than a welcome rest, or a painless detour through oblivion to morning. When I lack patience for it, I like to think about math puzzles. Other purposeful lines of thought keep me awake or lose me, but math leads me happily into a world of abstraction, from which the trip to dreamland comes naturally.

(It doesn’t always work. Once I was still awake after seemingly solving two Putnam problems, which is about as well as I did in the actual Putnam contest.)

A good puzzle for this purpose should be easy to play with in one’s head. For me, that means it should be amenable to simple visualization, and shouldn’t have the kind of description you have to look at multiple times. A handful of blobs is a great subject matter; an infinite arrangement of algebra is not.

Recently I’ve been going to sleep thinking about the following puzzle. I got several nights of agreeable sleep out of it, but now I think I have a good solution, which I’ll probably post in future.

Suppose that you have 1 kg of red clay that is 100 degrees and 1 kg of blue clay that is 0 degrees. You can divide and recombine clay freely. If two pieces of clay come into contact, temperature immediately equilibrates—if you put the 1kg of red clay next to 0.5 kg of blue clay, all the clay will immediately become 66 degrees. Other than that the temperature of the clay doesn’t change (i.e. no exchange with air or your hands, no radiation, etc.). Your goal is to end up with all of the blue clay in a single clump that is as hot as possible. How hot can you make it? (Equivalently: how cold can you make the red clay?)

HT Chelsea Voss via Paul Christiano

Clue: it’s more than 50 degrees.