1

My goal is to calculate the time of evaporation for water when this vase (below) is completely full. I understand that the simplest way would be to experimentally measure the evaporation time, however, I do not want to do that - I want to see if I can calculate it mathematically, and then compare it to the experimental value.

enter image description here

As you can see, the vase is not a perfect cylinder or sphere that could be easily modelled. I figured that one method to calculate the evaporation time mathematically would be to, using polynomial regression, model the shape of the vase on a software like GeoGebra, use integration (volumes of revolution) to turn my 2D model of the shape of the vase into a 3D one, and then use basic differential calculus to calculate the rate of evaporation.

I understand polynomial regression, and how the method of least squares could be applied - however, I am a little stuck as to how I can begin the method. Usually, because polynomial regression is used for obtaining trends from experimental data, which, a) come in data points as opposed to perfectly complete curves, and b) can easily be plotted on a coordinate axis to begin the polynomial regression, I am unsure of how to begin.

Any recommendations for a method to do this using freely available software would be much appreciated.

  • Out of interest, what equations are you using for the evaporation? How do you deal with the diffusion of the vapour away from the liquid surface? I would have thought approximations there might be more important than the precise shape of the vase. – almagest Jun 22 '16 at 08:32
  • Just commenting on the context: I think the water evaporates just from the open end of the vase. That is, I would expect the rate of evaporation to be at each time proportional to $\pi R^2$, where $R$ is the distance from the axis of the vase to the border at the current level of water. Since the rate of water being evaporated is also proportional to $\pi R^2$, then I would expect the time in evaporating all the water should depend only of the height of the vase. – Enredanrestos Jul 03 '16 at 05:26

2 Answers2

1

You could edit the image to have a horizontal line run through the vase, and then use any photo editor to identify points along the curve of the vase. Then, you could plot some of the pixel coordinates relative to the horizontal line on a new graph, and then, using polynomial regression, identify a piecewise function that best fits the points.

Needless to say, the more points you identify (on the curvature of the vase) and the more points you plot, the more accurate the result of your regression will be.

0

I guess you want a function (polynomial) for trhe radius of the vase at different points so that you can work out the surface area to determine the rate of evaporation...?

You can do this with geogebra. Look at this http://mrhonner.com/archives/3923

tomi
  • 9,594