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.
- Add the tea to your teapot. It can be in a bag, if that is what you prefer.
- Add a measured amount of cold tap water.
- Fill up with freshly boiled water from your electrical kettle.
- Let steep.
For this method to work, it requires that:
- You fill your teapot to the same level every time.
- You have gone through the measuring and calculating, to figure out the right amount of cold water to add in step 2. You only do that once in the life of the teapot.
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