Ethanol Concentration Estimator
Description and Instructions
This web application calculates the weight percentage concentration of ethanol in aqueous solutions using specific gravity measurements at 20 °C.
How to use:
- Measure the specific gravity of the ethanol-water solution at 20 °C.
- Enter the measured specific gravity value in the text field below (valid range: 0.7893 to 0.9982).
- Click "Calculate Concentration" to perform the automated calculation and visualize your point on the reference curve.
Mathematical Model
Experimental data are numerically interpolated from standard ethanol-water thermodynamic tables (CRC Handbook / Perry's):
$$C(d) = C_i + \frac{C_{i+1} - C_i}{d_{i+1} - d_i} (d - d_i)$$
Where di and Ci are the adjacent data points for specific gravity (SG20/20) and concentration (% w/w) respectively.
No comments:
Post a Comment