Spredehagl
Auto Dansk English
go to homego to top

Tea water thermocontrol

Some teas are best brewed with water of a certain temperature. Like green tea, which the recommendation is to brew with water that is 75-80°C. But not everyone has an electrical kettle with temperature control, or want the bother of having one. That is fine, they can use this method instead.

  1. Add the tea to your teapot. It can be in a bag, if that is what you prefer.
  2. Add a measured amount of cold tap water.
  3. Fill up with freshly boiled water from your electrical kettle.
  4. Let steep.

For this method to work, it requires that:

Here are the measurements that applies to brewing green tea in my setup. You can change the values to fit your setup (or you can be lazy and just guess what they are).

  • -
  • -
  • -

To calculate the amount of cold water by hand, you start by determining what values the four parameters have.
tc: temperature of cold water
th: temperature of hot water
v: volume of tea water
tt: target temperature of tea water

Then you plug them into this formula, and do the calculation:

vc = v·(th - tt) / (th - tc)


The formula is derived this way...

The temperature of the tea water is: tt = (vc·tc + vh·th) / v , where vh is the volume of hot water

Getting rid of vh gives: tt = (vc·tc + (v - vc)·th) / v

Simplifying gives: tt = (v·th - vc·(th - tc)) / v

Isolating vc gives: vc = v·(th - tt) / (th - tc) QED