Jam Sugar Ratio Calculator Formula
Understand the math behind the jam sugar ratio calculator. Each variable explained with a worked example.
Formulas Used
Sugar
sugar_g = round(fruit_g * base_sugar_ratio * sweetness)Lemon Juice
lemon_juice_tbsp = round(fruit_g / 500)Approximate Yield
yield_ml = round((fruit_g + fruit_g * base_sugar_ratio * sweetness) * 0.6)Jars (250 mL)
jars_250ml = ceil((fruit_g + fruit_g * base_sugar_ratio * sweetness) * 0.6 / 250)Variables
| Variable | Description | Default |
|---|---|---|
fruit_g | Fruit Weight (prepared)(g) | 1000 |
pectin_level | Fruit Pectin Level | 1 |
sweetness | Sweetness Level | 1 |
base_sugar_ratio | Derived value= 0.6 + (1 - pectin_level) * 0.3 | calculated |
How It Works
How Jam Sugar Ratios Work
The Standard Ratio
Traditional jam uses a 1:1 ratio of fruit to sugar by weight for high-pectin fruits, or slightly more sugar for low-pectin fruits. Modern recipes often reduce sugar.
Why Sugar Matters
Pectin
High-pectin fruits (apples, citrus) gel easily with less sugar. Low-pectin fruits (strawberries, peaches) may need added pectin or more sugar to set.
Worked Example
Make jam with 1000 g of medium-pectin berries, standard sweetness.
fruit_g = 1000pectin_level = 0.75sweetness = 1
- 01Base sugar ratio = 0.6 + (1 - 0.75) x 0.3 = 0.6 + 0.075 = 0.675.
- 02Sugar = 1000 x 0.675 x 1 = 675 g.
- 03Lemon juice = 1000 / 500 = 2 tbsp.
- 04Yield = (1000 + 675) x 0.6 = 1005 mL.
- 05Jars = ceil(1005 / 250) = 5 jars (250 mL each).
Ready to run the numbers?
Open Jam Sugar Ratio Calculator