Given the balanced chemical equation of a reaction in equilibrium aU + bV <-> cY + dZ, we define as the forward reaction aU + bV -> cY + dZ with reactants U,V and products Y, Z and the reverse reaction as cY + dZ -> aU + bV with reactants Y, Z and products U, V. The coefficients a, b, c, d represent the relative amounts (in moles) of the substances U, V, Y, Z needed for the reaction. That is, a moles of U and b moles of V react to form c moles of Y and d moles of Z. [1 mole is a quantity (6.022 x 10^23) of things just like 1 dozen is a quantity (12) of things]
By definition, equilibrium is when the rate of the forward reaction equals the rate of the reverse reaction. So when a reaction is in equilibrium, the concentrations of the substances (reactants and products) remains constant even as the reactions continue happening.
If we add (or subtract) the amount of one (or more) of the substances, the reaction will no longer be in equilibrium. The reactions will continue at different rates until equilibrium is again reached at the same equilibrium concentrations as before.
For example, if we add substance U to the mixture the increase in the concentration of U will cause an increase in the rate of the forward reaction (more U-molecules reacting with the available V-molecules) tending to increase the product concentrations [Y] and [Z] while decreasing the reactant concentrations [U] and [V]. The product concentrations will increase until the reverse rate of reaction matches the forward rate. Note the forward rate will decrease as the concentrations of [U] and [V] decrease.
A reaction depends on the right molecules interacting with each other with the right kinetic energy to cause the necessary reaction-causing collisions to effect the redistribution of electrons amongst the constituent molecules. The ambient temperature is a measure of the average kinetic energy of the molecules and the actual molecules have a kinetic energy distribution which we can take as a probability density function about this average. Thus some molecules have higher than average KE and some lower. In particular, the higher the temperature the more higher energy collisions. At the same time, the concentrations of the constituent molecules is also directly related to the rate of reaction-causing collisions. The more molecules we have per volume, the more likely they will collide.
A mathematical description of the discussion above follows. The rate of a reaction
aU + bV -> cY + dZ is governed by the probability of getting effective collisions between reacting molecules. For example, in the forward reaction we need to get a molecules of U together with b molecules of V in a small enough volume dW and with sufficient kinetic energy to make effective collisions. Assuming for now that the temperature T allows some number of such collisions (the number then being proportional to the temperature) the other factor is the concentrations [U] and [V] of the reactants. The probability of getting a U molecule in a volume dW is directly proportional to [U] and the same for V molecules. Thus the probability of getting the required number of molecules in dW for a reaction to occur is proportional to [U]^a [V]^b. Let P(T) be the probability of a reaction occurring at temperature T given the molecules are within the reaction volume dW. Then the overall probability of a reaction is proportional to the product [U]^a [V]^b x P(T). Since P(T) is fixed for the reaction we have that the probability of an effective collision is directly proportional to [U]^a [V]^b. Thus the rate of the forward reaction is directly proportional to [U]^a [V]^b. Similarly, the rate of the reverse reaction is directly proportional to [Y]^c [Z]^d. Since at equilibrium these rates are equal, we know that the ratio [U]^a [V]^b/[Y]^c [Z]^d must be equal to some constant for a given temperature T. This equilibrium constant is a property of the chemical reaction aU + bV <-> cY + dZ and can be used to predict outcomes of experiments.
Tuesday, September 22, 2015
Wednesday, September 16, 2015
The Khan Academy, Pixar and Parabolas
The Khan Academy is a treasure which I recommend to everyone. Recently they added a short course called Pixar in a Box (link at bottom of entry) in which the first section describes how parabolic arcs are used to make the incredible fields of grass or fur on bears or hairs on heads, etc. It is a fun read and in about a half hour you will get the idea of how these things are done. However, I was left a bit dissatisfied about the explanation of why the construction used really defines a parabolic arc and so I worked out a proof that satisfied myself and perhaps might be of interest to others.
The idea is that if you choose any three distinct points A, B, and C, and divide segments BA and BC into n equal subdivisions each, and connect the dividing points in reverse order, the envelope of the drawn segments will form a polygon and as n increases to infinity, the polygon will approach a parabolic arc. The Khan Academy lesson shows this in pictures which I recommend viewing.
What I will do here is prove the general statement of this property.
Statement to be Proved: Given any three distinct points A, B, C, define the sets of points
Q(t) = (1-t)A + tB, R(t) = (1-t)B + tC, for t in [0,1]. The set of points
P(t) = (1-t)Q(t) + tR(t) for t in [0,1] define a parabolic arc.
https://www.khanacademy.org/partner-content/pixar/environment-modeling-2/mathematics-of-parabolas2-ver2/a/parabolas-lesson-brief
The idea is that if you choose any three distinct points A, B, and C, and divide segments BA and BC into n equal subdivisions each, and connect the dividing points in reverse order, the envelope of the drawn segments will form a polygon and as n increases to infinity, the polygon will approach a parabolic arc. The Khan Academy lesson shows this in pictures which I recommend viewing.
What I will do here is prove the general statement of this property.
Statement to be Proved: Given any three distinct points A, B, C, define the sets of points
Q(t) = (1-t)A + tB, R(t) = (1-t)B + tC, for t in [0,1]. The set of points
P(t) = (1-t)Q(t) + tR(t) for t in [0,1] define a parabolic arc.
Proof: We know that we have a parabolic arc if we can show that there is a point F and a line L such that for every point P in the set, the distance from P to F equals the distance from P to the line L.
Define the two-dimensional rectilinear coordinate system {A,B,C} as the system with origin B, a “vertical” v-axis being the line through B and the midpoint M of segment AC where M is on the positive half of the axis, and a “horizontal” u-axis being the perpendicular to line BM through B such that the unit positive u-vector is the cross product of the unit positive v-vector and the unit vector k pointed upward from the uv-plane.
In {A,B,C}, let the points have coordinates A(a1, a2), C(c1, c2), B(0, 0),
M( (a1+ c1)/2, (a2+ c2)/2 ) where by definition (a1+ c1)/2 = 0, so c1 = -a1 .
Then P(t) = (1-t)Q(t) + tR(t) = (1-t)[(1-t)A + tB] + t[(1-t)B + tC]
= t2 (A-2B+C) +2t(B-A) + A, which we can write componentwise as the pairs:
P(t) = [t2 (a1 - 2b1 + c1) +2t(b1 - a1) + a1) , t2 (a2 - 2b2 + c2) +2t(b2 - a2) + a2) ]
= [ a1(1-2t) , t2 (a2 + c2) + a2(1-2t) ] for t in [0,1].
Let u = a1(1-2t) so t = (a1 - u)/2a1 and P(u) = [ u , au2 + bu + c] for u in [a1, -a1] where
a = (a2 + c2)/4a12 , b = (a2 - c2)/2a1 , c = a a12 . This shows P(u) forms a parabolic arc (i.e. a quadratic in the {A,B,C} coordinate system).
In particular, we know that for a parabola v = au2 + bu + c ,
the vertex V is ( -b/2a , c - b2/4a), the focus F is V+(0, p), and the directrix L is the line v = v2 - p, where p = 1/(4a). Thus we have proved the statement.
Example: Find an equation for the parabolic arc through A(3,9) and C(2,4) as defined by P(t) above with B(5/2,6).
Let the original rectilinear coordinate sytem which defines A, B, and C for the problem be called the standard xy-coordinate system. In this system the midpoint of segment AC is M(5/2, 13/2). We define the {A,B,C} rectilinear coordinate system as that having origin B(0,0), “vertical” axis as the line through B and M, and the “horizontal” axis as the perpendicular to line BM through B. In this case the “vertical” axis is vertical with respect to the standard coordinates because B and M have the same first coordinate in that system. This tells us that there is no rotation involved in the change of coordinates. Therefore the change of coordinate systems involves only a translation sending point (x,y) in the standard system to the point (x-5/2, y-6) in the new system.
Thus A(3,9) becomes A(1/2, 3), B(5/2,6) becomes B(0,0), and C(2,4) becomes C(-1/2,-2). Using these translated coordinates, we can write, using the formulas derived in the proof above, P(t) = [(1/2 - t), t2 - 6t + 3], for t in [0,1] so letting u = (1/2 - t), get P(u) = [ u , u2 + 5u + 1/4], for u in [1/2, -1/2].
Thus p=1/4, V(-5/2,-6), F(-5/2, -6 +1/4), L is v= -6 - 1/4. These values can be translated back to the standard coordinate system by adding (5/2,6) to get the values for the desired focus and directrix given the original points as F(0, 1/4) and y= -1/4 as well as the vertex (0,0) which of course correspond to the parabola y = x2.
More work would be involved in an example where the line through B and M was rotated with respect to the standard y-axis but the theory is the same and of course the proof does not depend on the particulars of the orientation of the {A,B,C} system.
https://www.khanacademy.org/partner-content/pixar/environment-modeling-2/mathematics-of-parabolas2-ver2/a/parabolas-lesson-brief
Friday, July 17, 2015
Three Useful Theorems from Vector Calculus
In a second year Calculus class, one is usually introduced to vector fields which are so important in Physics. The theorems of Green, Gauss and Stokes are the classic trio which tie together line and surface integrals with ordinary double and triple integrals involving such fields. An illuminating application of Stokes' Theorem is found in my earlier blog on surface tension.
The Theorems of Green, Gauss, and Stokes: A Study Guide from First Principles is a paper I wrote in 2014 to review the mathematical tools necessary to establish these theorems. As such, the paper might be used as a handy study guide for reviewing many of the key aspects of basic Calculus.
If link does not work, copy this address into your browser:
https://drive.google.com/file/d/0B9grE0MhdrFLTklxQzRvdlMtazQ/view?usp=sharing
The Theorems of Green, Gauss, and Stokes: A Study Guide from First Principles is a paper I wrote in 2014 to review the mathematical tools necessary to establish these theorems. As such, the paper might be used as a handy study guide for reviewing many of the key aspects of basic Calculus.
If link does not work, copy this address into your browser:
https://drive.google.com/file/d/0B9grE0MhdrFLTklxQzRvdlMtazQ/view?usp=sharing
Conics and Orbits
In a first look at the motion of an object under the influence of gravity, one often makes the simplifying assumption that while an object is in motion near the surface of the earth the force of gravity is constant. Under this assumption, the equations for acceleration, velocity and distance are simple polynomials in time which are easily solved with high school algebra. In particular, the resulting equation of motion is a quadratic equation in time meaning that the path of the object's motion is a parabola. How close is this parabolic path to the actual (gravity varying with distance from the center of the earth) path?
Conics and Orbits is a paper that I worked on in 2013 to address this question. It first takes a Geometric look at Conics in which the basic properties of Conics are developed directly from their definitions as sets of points with a fixed ratio of distances to a fixed point and a fixed line. It then examines the fundamentals of Orbits to show that their paths are conics. At the end it gives a quantitative answer to how good the approximation of a parabola is to the true path (very good for moderate initial velocities)!
In case link does not work, copy this address in browser:
https://drive.google.com/file/d/0B9grE0MhdrFLRHYwV29FWDNzejA/view?usp=sharing
Conics and Orbits is a paper that I worked on in 2013 to address this question. It first takes a Geometric look at Conics in which the basic properties of Conics are developed directly from their definitions as sets of points with a fixed ratio of distances to a fixed point and a fixed line. It then examines the fundamentals of Orbits to show that their paths are conics. At the end it gives a quantitative answer to how good the approximation of a parabola is to the true path (very good for moderate initial velocities)!
In case link does not work, copy this address in browser:
https://drive.google.com/file/d/0B9grE0MhdrFLRHYwV29FWDNzejA/view?usp=sharing
Wednesday, June 3, 2015
Vector Calculus - Feynman's treatment
This is just a shout out for the treatment of "Differential Calculus of Vector Fields" and "Vector Integral Calculus" given in Chapters 2 and 3 of Richard Feynman's "Lectures on Physics", Vol II.
In my opinion, when these topics are presented by math professors they are often separated from their real-world origins and applications. Separated like so, the defined entities have no physical life so to speak and just exist as analytical tools (however useful they might be). It always bothered me that this topic, usually encountered near the end of the Calculus sequence, never came to life the way that most of the rest of Calculus did. Of course, what I did not realize, was that that life was just over the Physics horizon (Electromagnetism, Fluid Dynamics, etc) when I turned to study more abstract mathematics.
The theorems are quite beautiful in that they establish properties which hold for general surfaces curves. That is, it might be pretty easy to analytically establish a result for a given surface (like a section of a sphere) where known properties of that surface can be used. But to establish a result for any surface is a pretty nice analytical accomplishment. On the other hand, if there is a physical interpretation involved, picturing the situation might bring the abstract result to life and make it more memorable!!
In any case, I am pointing the work out for anyone who might be interested and for anyone who might like to be reminded, here are the four summary results of the two chapters.
1) The operators δ/δx, δ/δy, δ/δz, can be considered as the components of a vector operator ∇ and the formulas that result from vector algebra by treating this operator as a vector are correct.
2) The difference of the values of a scalar field η at two points equals the line integral of the tangential component of the gradient of that scalar along any curve between the first and second point.
η(2) - η(1) = line integral of ∇η ・ ds along any curve connecting (1) to (2) , ∫ ∇η ・ ds, where ds is the differential segment in the direction from (1) to (2), that is ds = t ds where t is the unit tangent vector along the curve. So η(2) - η(1) = ∫ ∇η ・ t ds.
3) The surface integral of the normal component of any vector field C over a closed surface S equals the integral of the divergence of the vector field over the interior volume V. That is
∫ C・n da = ∫ ∇・C dV where the left integral is taken over the closed surface S and the right integral is taken over the volume V.
4) The line integral of the tangential component of any vector field C around a closed loop Γ equals the surface integral of the normal component of the curl of that vector field over any surface S bounded by Γ. That is ∫ C ・ ds = ∫ (∇xC) ・ n da, where the left integral is taken over Γ and the right integral is taken over the surface S.
And that's what vector calculus is all about.
In my opinion, when these topics are presented by math professors they are often separated from their real-world origins and applications. Separated like so, the defined entities have no physical life so to speak and just exist as analytical tools (however useful they might be). It always bothered me that this topic, usually encountered near the end of the Calculus sequence, never came to life the way that most of the rest of Calculus did. Of course, what I did not realize, was that that life was just over the Physics horizon (Electromagnetism, Fluid Dynamics, etc) when I turned to study more abstract mathematics.
The theorems are quite beautiful in that they establish properties which hold for general surfaces curves. That is, it might be pretty easy to analytically establish a result for a given surface (like a section of a sphere) where known properties of that surface can be used. But to establish a result for any surface is a pretty nice analytical accomplishment. On the other hand, if there is a physical interpretation involved, picturing the situation might bring the abstract result to life and make it more memorable!!
In any case, I am pointing the work out for anyone who might be interested and for anyone who might like to be reminded, here are the four summary results of the two chapters.
1) The operators δ/δx, δ/δy, δ/δz, can be considered as the components of a vector operator ∇ and the formulas that result from vector algebra by treating this operator as a vector are correct.
2) The difference of the values of a scalar field η at two points equals the line integral of the tangential component of the gradient of that scalar along any curve between the first and second point.
η(2) - η(1) = line integral of ∇η ・ ds along any curve connecting (1) to (2) , ∫ ∇η ・ ds, where ds is the differential segment in the direction from (1) to (2), that is ds = t ds where t is the unit tangent vector along the curve. So η(2) - η(1) = ∫ ∇η ・ t ds.
3) The surface integral of the normal component of any vector field C over a closed surface S equals the integral of the divergence of the vector field over the interior volume V. That is
∫ C・n da = ∫ ∇・C dV where the left integral is taken over the closed surface S and the right integral is taken over the volume V.
4) The line integral of the tangential component of any vector field C around a closed loop Γ equals the surface integral of the normal component of the curl of that vector field over any surface S bounded by Γ. That is ∫ C ・ ds = ∫ (∇xC) ・ n da, where the left integral is taken over Γ and the right integral is taken over the surface S.
And that's what vector calculus is all about.
Wednesday, May 27, 2015
Surface Tension and Capillary Action
Surface tension and capillary action
What is capillary action?
Capillary action, the result of a pressure differential at the surface of a liquid in a slender tube, is the rise or fall of the liquid in the tube above or below the original liquid line of the container into which the tube is inserted.
Preliminaries:
- Density = Mass/Volume; Force = Mass*Acceleration (N); Pressure = Force/Area (Pa);
Work = Force*distance (J)
- Newton (N) = kg-m/sec2; Pascal (Pa) = N/m2; 1 atm= 101.3 kPa = 760 mmHg = 760 torr; 1 liter (L) = 0.001 m3 = 1 (dm)3 = 1000 cc; Joule (J) = Nm; the joule is also the unit of Energy (the capacity to do work)
- In general, if a liquid has density D and the pressure at the surface is P, the pressure at depth H is P+ gDH where g is the acceleration of gravity. Let’s see why. If we consider a cylinder of the liquid of height H, radius R and top at the surface then the mass of the column is M = D*(π*R2*H) and the downward force due to this mass is, Mg = D*(π* R2*H)*g. Therefore, the additional pressure at the bottom of the cylinder due to this column of liquid is the force per area or g* D*(π*R2*H)/π*R2 = gDH. Thus the total pressure at depth H is P + gDH. For example, water has density 1.0 kg/L, the “deep water” additional pressure at depth H is gH where g is 9.8 m/sec2 and H is measured in meters. That is, 9.8 m/sec2*1.0 kg/L*H m = 9.8*H kPa. So at 10m below the surface of a pool the pressure is nearly twice the standard atmospheric pressure (1 atm). If a tube is inserted 5 cm into a container of water, and the container is in a room with 101.3 kPa pressure, the total pressure at the base of the tube is 101.3 + 9.8(.05) kPa = 101.8 kPa.
- When we look at a pressure difference on either side of an interface between two fluids we measure it in the direction opposite to the outward normal (the normal pointing away from the center of curvature). That is, we measure it in the direction towards the center of curvature. In this way we will always have ∆P > 0.
Given a sufficiently thin tube, whether the liquid in the tube rises above or falls below the original liquid line of the container depends on the relative strengths of two forces: cohesion between the molecules of the liquid and adhesion of the liquid molecules to the walls of the tube. For example, water in a glass tube is a case in which adhesion (water to glass) is stronger than cohesion (water molecules bonded by hydrogen bonds), whereas liquid mercury is a case where cohesion is stronger than adhesion. We will get back to this after explaining surface tension.
Surface tension is a phenomenon that takes place at the interface of two substances.
For our discussion we will assume an interface between a liquid and a vapor although the arguments can apply to any two immiscible liquids.
There are several ways to explain where surface tension comes from and what it is. Because of this there can be confusion about how surface tension acts. In fact, the way it acts can be described in different ways. There is a very good explanation of surface tension at: doc.utwente.nl/79082/1/why_is_surface.pdf
In particular, this paper fills in the gap that most explanations leave as to why the surface tension acts parallel to the surface of the interface.
The difficulty arises because most descriptions of surface tension point to one phenomenon, the difference in the number of bonds that exist for bulk molecules versus interface molecules due to the asymmetry at the surface, as the origin of surface tension. The difference in molecular density on the two sides of the interface and the subsequent reduction in bonds established with molecules above the surface by the surface molecules, leads to increased free energy in the interface molecules which means that the system tends to minimize the number of such higher energy surface molecules. That is, the system tends to minimize its surface area. The work needed to create new surface area is then defined as surface tension. The units of work (energy) per unit area are equivalent to force per unit length and so this is also used to define surface tension. But from this description it is not obvious why the force that arises from surface tension is parallel to the surface.
In the paper cited above, the direction of the force that arises from surface tension is explained in terms of two forces acting on the molecules near the surface (within a few molecular diameters). Not only the attractions used to explain the difference in free energy in the surface molecules, but also an isotropic close-range repulsive force that acts as a counterbalance to the atrractive forces. Although best described in the detail of the paper cited, here we will summarize the argument.
The repulsive force is a very close-range force that arises only when molecules are near enough to each other that their electron clouds repel each other (according to the Pauli exclusion principle which says that no two electrons can occupy the same quantum state, that is, have the same four electronic quantum numbers, in the same atom). This repulsion is isotropic - the same in all directions.
The attractive force between molecules are relatively longer range and are anisotropic - not necessarily the same in all directions. In particular, at the surface, where there is an imbalance in molecules above and below the surface, the net attraction on a surface molecule will be inward towards the liquid.
A thought experiment can explain the interaction and the resultant net force from these forces. Consider imaginary surfaces of length w, at depths d1, just below the surface, and d2 a few molecules deeper. Now consider the two subsystems, ad1, the liquid above d1, and bd1, the liquid below d1. Similarly we can consider the subsystems ad2 and bd2, the bodies of liquid above and below d2 respectively. Now consider the overall attraction and repulsion of ad1 on bd1 and ad2 on bd2 across the width w. Since our system is in equilibrium we must have attraction equal to repulsion at each depth. But the attraction of ad1 is certainly less than the attraction of ad2 because there are fewer attracting molecules in ad1. Since attraction equals repulsion at each level we must have that the repulsion is also less at d1 than at d2. Let a1, r1, a2, r2 be the attraction and repulsion forces of subsystems ad1 on bd1 and ad2 on bd2 respectively. We have a1=r1 < a2=r2. Note the overall forces are proportional to w. As we go deeper into the liquid we soon arrive at the state where all forces are perfectly balanced as they are in the bulk of the liquid.
Next we consider two subsystems called left-hand-side (lhs) and right-hand-side (rhs) where the liquid is divided into two parts by a plane perpendicular to the surface (interface) and again of width w. Now let us consider the attraction and repulsion of lhs on rhs. Since repulsion is isotropic, the repulsive force is still r1 at d1 and r2 at d2 in this horizontal direction. But unlike the vertical case, the horizontal attractive forces are balanced and the same at every depth. (Note: since the horizontal forces are balanced for both repulsion and attraction at every depth (net zero) there is no requirement that they balance each other (as was the case in the vertical case). Thus at d1 we have a net attractive force which has diminished at d2 and will go to zero in the bulk. This is the key result which is missing from most discussions of surface tension and I am indebted to the team in the cited paper for this insight.
Taking the thought experiment a few steps further, we see that the line drawn on the surface to establish the lhs/rhs subsystems was arbitrary so that for any point P on the surface it is attracting in all directions. Therefore, for interior points on the surface the net attraction is zero. However, at the boundary of the surface there is a net attraction parallel (tangent) the surface and normal to the boundary curve (the non-normal components cancel and the normal components sum to the net). Again the overall attraction is proportional to the length of the boundary curve. Finally, if the surface is curved we make the same argument in the limit by considering the tangent plane at P as the approximation to the case discussed.
So we have the following result: surface tension is a force per unit length along the boundary of the interface which acts in a direction tangent to the surface and normal to the boundary. Thus, if we think of the interface as a sheet, the surface tension acts as a pulling on the sheet around the edges to make the sheet taut (i.e. introduces tension in the sheet). If an object is placed on the sheet the sheet can hold it as long as the upward force (vertical component of surface tension of sheet times length of edge) is greater than or equal to the weight of the object.
The surface tension acts parallel to the surface. Thus, where the surface is flat the surface tension is all horizontal and where the surface is curved the surface tension acts along the tangent to the curve so it has both a horizontal and a vertical component.
Example of surface tension at work: When the circular pod of radius r of a water-walking insect rests on the water, it presses down a bit on the surface creating a tangential angle z around the circumference where the water curves back to the surface. Since all other surface tension components are horizontal and mutually cancelling, the vertical component, T sin z, where T is the surface tension of the water, is the net force which is applied around the circumference for a total net force upwards of (T*sin z)*(2πr) = (vertical component of surface tension) * (distance around circumference). If this force is at least equal to the weight w of the insect then the insect will not break through the water surface. That is, we need the force (2πrTsin z) ≥ w for the insect to rest atop the water....not floating, but held atop by the surface tension of the water.
Another example of surface tension at work: A small quantity of water wants to be a sphere because that is the shape with the minimal surface area for a given volume (in this case the volume of the drop of water). That is, any deformation of the sphere would increase the surface area thus increasing the number of molecules in a higher energy state which doesn’t happen any more than a marble resting anywhere but at the bottom of a U-shaped trough as systems always try to go to the least energy state. [Note: When the volume increases gravity comes more into play in shaping the water, for example, the teardrop shape or such a blob.]
Another example of surface tension at work: The liquid/air interface surface in a tube is called the meniscus. In a sufficiently narrow tube the meniscus will be curved either in a convex or concave shape as seen from above. The surface tension in the liquid will try to minimize the surface area of the meniscus thereby shaping it into a portion of a sphere (that is a shape of constant curvature) just as in the last example.
Suppose we had a meniscus of radius of curvature R in a tube of radius r. Suppose that z is the angle the (tangent to the) curve makes with the downward tube at the air/liquid interface. Then we can show that cos z = ± r/R depending on z being less than or greater than 90º. To see this, let Q be a point on the meniscus/tube intersection and let O be the center of the sphere of which the meniscus is a part. Then the length of OQ is R. Let B be the intersection of a vertical line through O and the perpendicular to this line through Q. Let L be the vertical line through Q (the line of the tube). Let E be the intersection of the tangent line and the vertical line through O. We know that the tangent line is perpendicular to the radial line through Q. The the length of BQ is r and triangle ∆OBQ is a right triangle with hypotnuse R. First consider the case z < 90º. Angle z is the complement of angle BQE which in turn is the complement of angle BQO so angle BQO = z and cos z = r/R. Now consider the case z >90º. Let x be the angle between the radial line through Q and the line L. Then x = z-90º and x equals angle BOQ as opposite angles of a transversal through parallel lines L and the vertical through O. Thus sin x = r/R = sin (z-90º) = -sin(90º-z) = -cos z. So cos z = -r/R.
Cohesion and adhesion in a capillary system.
Case 1: Let’s first look at the case of water in the narrow tube (sufficiently small radius so adhesion/cohesion dominate gravitational effects on the water surface). When we submerge one end of the tube into the water container to a depth H we notice that the water in the tube rises above the container water level by a height of h and we notice that when we look down the tube from above the surface of the water in the tube is concave. If we use a photograph we could measure the angle z that the tangent to the curve makes with the vertical tube at the air/water interface (z < 90º). If we think about the water surface being higher around the tube than at the center it makes sense when adhesion is stronger than cohesion because what happens in the water is that molecules are attracted more to the outside, towards the tube, away from the center, so with less density near the center there is a pressure differential, ∆P, at the center between the air pressure above the surface, p1, and the pressure just below the surface, p2. Here ∆P = p1-p2 as in preliminaries 4. This difference in pressure pushes the water down while the adhesion acts to hold the water to the walls and together they cause the concave water surface as seen from the top. This differs from the situation where a horizontal interface exists where the pressure above and just below the surface are the same (∆P=0) until at deeper depths where the added pressure due to the weight of a column of water increases the pressure in the water as discussed in preliminaries 3.
Suppose p1 is the ambient air pressure in the room. Then the pressure on the container surface water is p1 as is the pressure at the top of the water in the tube. Suppose we observe the water in the tube at height h above the container level. As in preliminaries 3, the pressure at the bottom of the tube is p1 + gdH pushing up on the water in the tube. But since the pressure, p2, in the water is less than p1, the stronger pressure p1 + gdH at the bottom of the tube pushes the column of water upwards until it reaches a height h above the original water level where now the downward pressure of the water in the tube, p2 + dgh + dgH matches the upward pressure. The increase of downward pressure in the tube comes from the pressure from the newly created h-high “capillary-effect” column of water in the tube. Thus, equilibrium is reached when p1 + gdH = p2 + dgh + dgH, or p1-p2 = ∆P = dgh, where ∆P is the change in pressure at the water/air interface in the tube in the direction towards the center of curvature of the surface.
Case 2: Now suppose cohesion dominates, so cohesion is greater than adhesion. Let’s use mercury as such a liquid. Molecules in the mercury are pulled together more than they are attracted to the tube wall so the density increases and the pressure in the mercury, p2, is greater than the atmospheric pressure, p1 at the interface. We note that the surface of the mercury is now lower around the tube than it is in the middle as the difference in pressure pushes up on the middle against the more limited adhesive attraction to the wall. Again, we could measure the angle z that the tangent to the surface curve makes with the vertical tube at the air/water interface (z > 90º). As in case 1, let H be the depth of the tube in the container of mercury, d the density of mercury and h the height needed for equilibrium. Just as before we must have p1 + gdH = p2 + gdH + gdh, or ∆P = p2-p1= -gdh. But now, since ∆P is positive, we must have h < 0. This means that the mercury column in the tube must go h units below the original mercury level in the container.
The analysis so far has been based on pressure and from this we derived the height h (positive or negative) that a liquid attains in a tube relative to the original liquid level in a container in terms of ∆P. We saw that h was positive when adhesion dominated cohesion and that in this case the meniscus was concave so the contact angle z satisfied z < 90º. We also saw that h was negative when cohesion dominated adhesion and that in this case the meniscus was convex so the contact angle z satisfied z > 90º. There is more to the story.
What is ∆P? It turns out that we can actually compute ∆P as a function of the surface tension of the liquid and the shape of the interface. This is the Young-Laplace equation which says ∆P = γ (∇・n) where n is the outward unit normal (away from center of curvature), γ is the surface tension, and ∆P is the pressure difference in the direction towards the center of curvature (so ∆P ≥ 0). In the case of a spherical shape, this reduces to ∆P = 2γ/R where R is the radius of curvature. This result is explained in detail with some examples in another blog article called Young-Laplace Equation. Using this result we can write (for a spherical interface)
∆P = dgh = 2γ/R.
Now, using the example we worked out at the end of the section on surface tension, we know that cos z = ±r/R where r is the radius of the tube and z is the angle between the curve and the downward verticle. Thus we get
∆P = dgh = 2γ/R = ± (2γcos z)/r where + is for z < 90° and - for z > 90°.
This result,
γ = ± dghr/2cos z
allows you to determine the surface tension from experimental measurements.
Another approach for the special case of a spherical interface.
Finally, we can view the equilibrium condition as one in which the vertical component of surface tension at the interface is counterbalancing the weight (gain/loss ) of the liquid in the tube compared with the container level weight.
In case 1, where z < 90°, the vertical component of the surface tension is γcos z. We see this by noting that the surface tension has magnitude γ in the direction tangent to the curve and this tangent makes the angle z with the downward verticle. So resolving this into verticle and horizontal components, the horizontals cancel around the boundary and the verticals give us a total force of 2πrγcos z upward. As before, the increased weight of the water being held up by the surface tension is πr2hdg. Thus, at equilibrium we get πr2hdg = 2πrγcos z or
rhdg = 2γcos z , as before.
In case 2, where z > 90°, the vertical component of the surface tension is
γcos(π-z) = -γcos z so the net vertical force due to surface tension is -2πrγcos z (a downward force) which is balanced by the decreased weight of the water -πr2hdg. So again,
rhdg = -2γcos z
Thus,
γ = ± dghr/2cos z where + is for z < 90° and - for z > 90°, like before.
This second derivation did not rely on the Young-Laplace equation which provides a much more general framework than the spherical case which can be handled with a less sophisticated tool.
Sunday, May 24, 2015
Young-Laplace Equation
Young-Laplace Equation: To show that ∆P=γ(∇・n) where n=unit normal to surface, γ is the surface tension of the liquid, ∆P=pressure difference Pl - Pv, in moving across a vapor-liquid interface from a vapor with pressure Pv to a liquid with pressure Pl. In the case of a spherical surface of radius R as the interface, show ∆P=2γ/R.
Preliminaries:
- The gradient operator, ∇ = (δ/δx1, δ/δx2, δ/δx3) can act on a scalar function producing a vector, or on a vector function producing a tensor. If f(x1,x2,x3) is a scalar function and g(x1,x2,x3) is a vector function, g=(g1,g2,g3) where the gi are scalar functions, then ∇f=(δf/δx1, δf/δx2, δf/δx3), a vector, and ∇g= (∇g1,∇g2,∇g3), a tensor. It is sometimes convenient to think of ∇g as a 3x3 matrix with each gradient as a column vector. Also recall that (∇・g) is called the divergence of g,
div g = (δ/δx1)g1 + (δ/δx2)g2 + (δ/δx3)g3, a scalar, and (∇ x g) is called the curl of g,
curl g = ((δ/δx2)g3 - (δ/δx3)g2, (δ/δx3)g1 - (δ/δx1)g3, (δ/δx1)g2 - (δ/δx2)g1), a vector.
- The dot product, a・b, of two vectors a and b, is the scalar Σ aibi i=1,2,3. As a matrix multiply this is (1x3) times (3x1). For a constant vector a, (a・∇) is a differential operator, (a1 δ/δx1, a2 δ/δx2, a3 δ/δx3 ), and is not the same as the scalar value (∇・a), or div a. Also, (a・∇)f = a・∇f. The dot product of a vector a and a tensor (b,c,d), a・(b,c,d), is the vector (a・b,a・c,a・d). As a matrix multiplication this is (1x3) times (3x3) yielding (1x3) where b, c, d are the columns of the matrix. The dot product of a tensor (b,c,d) and a vector e , (b,c,d)・e, is the vector (e・b,e・c,e・d). As a matrix multiplication this is (3x3) times (3x1) yielding (3x1) yielding (3x1) where b, c, d are the rows of the matrix. Using these definitions it is easy to show that a・((b,c,d)・e) = (a・(b,c,d))・e so we can write a・(b,c,d)・e to mean one or the other.
In particular, considering the tensor ∇f, we have (a・∇)f = a・∇f = a・∇(f1,f2,f3)
= (a・∇ f1, a・∇ f2, a・∇ f3), and a・∇f・n = (a・∇f)・n = a・(∇f・n) = Σ ai δfj/δxi nj i,j=1,2,3.
- The total force, fp, due to constant pressure P on a surface S is the product PA where A is the surface area and where the force acts normal to the surface at all points. Taking ∆S as an approximation of a surface area element by an element of the tangent plane at some point on that surface area element and the force on this element as P∆Sn where n is the unit normal to this tangent plane, then fp = ∫S PndS, where ∫S indicates a surface integral. Recall, if the surface is parameterized as r(u,v)=(x(u,v),y(u,v),z(u,v)) over the region Ruv, then n = ru x rv/| ru x rv |.
- Similarly, the total force, ft, due to surface tension γ along a closed curve C which forms the boundary of the surface S is the product γL where L is the length of C and where the force acts normal to C and parallel (tangent) to the surface at all points. The direction of ft is given by t x n where t is the unit tangent to C and n is the unit normal to S (thus their cross product is normal to C and parallel to S). We can compute ft as a line integral, fp = γ ∫C t x n dr, where the total force due to the surface tension is represented as a limiting sum of the approximation forces (γ ∆r t x n) taken along C.
- Stokes’ Theorem states that ∫C F・dr = ∫C F・t dr = ∫S (∇ x F)・ndS.
- In general, curl(a x b) = ∇ x (a x b) = (b・∇)a-(a・∇)b + a (∇・b) - b (∇・a). If a is a vector function and b is a constant (vector function), then ∇ x (a x b) = (b・∇)a - b (∇・a), since any differential operation on a constant vector function leaves the zero vector.
- For any vectors a, b, c, the triple product a・b x c = b・c x a = c・a x b = - a・c x b where a・b x c = determinant of the matrix with rows a, b, c.
- a. For scalar function f and vector function v we have
∇(fv)・v = (δ(fv)/δx1, δ(fv)/δx2, δ(fv)/δx3)・v
= (δ(fv)/δx1・v, δ(fv)/δx2・v, δ(fv)/δx3・v)
= ((v1[ v1δf/δx1+f δv1/δx1] + v2[v2δf/δx1+f δv2/δx1 ] + v3[v3δf/δx1+f δv3/δx1]), ___, ___) So by symmetry we can write,
= ( (v・v)δf/δx1 + f δv/δx1 ・ v, (v・v)δf/δx2 + f δv/δx2 ・ v, (v・v)δf/δx3 + f δv/δx3 ・ v)
= (v・v)∇f + f (∇v・v).
b. In particular, if v is a unit vector, v・v = 1 , so the first term reduces to ∇f and
∇v・v = ( δv/δx1 ・ v, δv/δx2 ・ v, δv/δx3 ・ v) where
2 δv/δxi ・ v = δ(v・v)/δxi = 0. So when v is a unit vector, ∇(fv)・v = ∇f.
- Since for scalar function f and vector function v, div(fv) = ∇f・ v + f div v, when ∇f is perpendicular to v, div v = f div v.
- The surface integral ∫S f(x,y,z) dσ is a limiting sum of products f(xi,yi,zi) dσi taken over area elements dσi of the surface S where (xi,yi,zi) is a point on dσi. When we have a vector function F instead of the scalar function f we define ∫S F ・ dσ = ∫S F ・ n dσ where n is a unit normal to the surface. In this paper we will also consider the case where we are evaluating an integral of the form ∫S F dσ ( a sum of vectors ) which we define as ∫S F dσ = ( ∫S F1 dσ, ∫S F2 dσ, ∫S F3 dσ). In particular we will be integrating to get the total force obtained by the limiting sum of products (pressure times area) or (surface tension time length) over elements of surface area on a surface or arc length along a curve. See (3) and (4) below.
Main argument:
Let S be the liquid-vapor interface surface, C the closed curve boundary of the interface, γ the surface tension of the liquid and ∆P the difference in pressure
Pl - Pv between the liquid and its vapor. If the system is at equilibrium, the total force on the surface is zero. By (3) and (4) in the preliminaries this gives us the equilibrium equation:
0 = fp + ft or ∫S ∆P ndS = - γ ∫C t x n dr .
Pl - Pv between the liquid and its vapor. If the system is at equilibrium, the total force on the surface is zero. By (3) and (4) in the preliminaries this gives us the equilibrium equation:
0 = fp + ft or ∫S ∆P ndS = - γ ∫C t x n dr .
From (5) we have ∫C F・dr = ∫C F・t dr = ∫S (∇ x F)・ndS , so letting F = g x b where g is a vector function and b is a constant (vector funtion),
∫C (g x b)・t dr = ∫S (∇ x (g x b))・ndS. Using (6) and (7) we can write
b・ ∫C t x g dr = ∫S ((b・∇)g - b(∇・g))・ndS. Since (∇・g) is a scalar we can use (2) to write
b・ ∫C t x g dr = b・ ∫S ( ∇g・n - (∇・g)n ) dS. Since this is true for an arbitrary b, we have
∫C t x g dr = ∫S ( ∇g・n - (∇・g)n ) dS. Now substitute g = γn and using the fact (4) that ∇γ is tangent to the surface (normal to n) and the result in (9) we have
∫C (g x b)・t dr = ∫S (∇ x (g x b))・ndS. Using (6) and (7) we can write
b・ ∫C t x g dr = ∫S ((b・∇)g - b(∇・g))・ndS. Since (∇・g) is a scalar we can use (2) to write
b・ ∫C t x g dr = b・ ∫S ( ∇g・n - (∇・g)n ) dS. Since this is true for an arbitrary b, we have
∫C t x g dr = ∫S ( ∇g・n - (∇・g)n ) dS. Now substitute g = γn and using the fact (4) that ∇γ is tangent to the surface (normal to n) and the result in (9) we have
∫C t x γn dr = γ ∫C t x n dr = ∫S ( ∇(γn)・n - (∇・ γn)n ) dS = ∫S ( ∇(γn)・n - γ(∇・n)n ) dS. Using (8b) we get γ ∫C t x n dr = ∫S ( ∇γ - γ(∇・n)n ) dS. Now if we assume γ is constant on the surface then ∇γ = 0, and we have γ ∫C t x n dr = - ∫S γ(∇・n)ndS. From the equilibrium equation we then have ∫S ∆P ndS = ∫S γ(∇・n)ndS or ∫S (∆P - γ(∇・n)) ndS = 0. Since this is true for any S, we must have ∆P = γ(∇・n). QED
For constant γ we have Pl - Pv = γ(∇・n) where n is the unit normal to the surface away from the liquid. When the surface is a plane we have ∇・n = 0, since n is constant. In general, it can be shown that (∇・n) measures the local mean curvature of the interface given by (κ1 + κ2)/2. In the case of a spherical surface, (∇・n) = 2/R where R is the radius of curvature (radius) of the sphere (κ1 = κ2 = 1/R). We show this in the examples below.
Note: Pl - Pv is the pressure difference going from the vapor to the liquid which is the opposite direction we are taking for the (outward) normal n as positive orientation. In considering a droplet or bubble this means the pressure inside is greater than the pressure outside. Thus the bubble tries to expand but this expansion is countered by the surface tension. Equilibrium occurs when these forces are balanced. In particular, the Young-Laplace equation says that the difference in pressure (at equilibrium) is proportional to the surface tension and inversely proportional to the radius. Thus smaller bubbles have greater pressure differences, etc.
Note: Soap bubbles have two surfaces with the air (with a thin film of liquid in between). Therefore the pressure difference on the two sides of a soap bubble is twice that of a single surface.
Example 1: Use ∆P = γ(∇・n) to show that on a spherical surface, ∆P = 2γ/R.
We need to show ∇・n = 2/R.
For the sphere x2 + y2 + z2 = R2, the unit (outward) normal is given by n = (x,y,z)/R where R = (x2 + y2 + z2)1/2 . Consider δ/δx(x/R) = (R - x2/R)/R2. The same type of expression is obtained for δ/δy(y/R) and δ/δz(z/R) so we have
∇・n = (R - x2/R)/R2 + (R - y2/R)/R2 + (R - z2/R)/R2 = (3R - (x2 + y2 + z2)/R)/R2
= 2R/R2 = 2/R.
∇・n = (R - x2/R)/R2 + (R - y2/R)/R2 + (R - z2/R)/R2 = (3R - (x2 + y2 + z2)/R)/R2
= 2R/R2 = 2/R.
Example 2: Show directly that on a half-sphere ∆P = 2γ/R. (Not using Young-Laplace)
Step 1. Show that the total force on the half-sphere x2 + y2 + z2 = R2 , z ≥ 0, where constant pressure P is acting normal at every point is (0, 0, PπR2).
∫S P ndS = P ∫S ndS = ( P ∫S n1dS, P ∫S n2dS, P ∫S n3dS). Parameterize to spherical coordinates x = Rsinφcosθ, y = Rsinφsinθ, z = Rcosφ for 0 ≤ θ ≤ 2π, 0 ≤ φ ≤ π/2. Then rθ = (-Rsinφsinθ, Rsinφcosθ, 0) and rφ = (Rcosφcosθ, Rcosφsinθ, -Rsinφ). Thus
rθ x rφ = (-R2sin2φcosθ, -R2sin2φsinθ, -R2sinφcosφ). Since 0 ≤ φ ≤ π/2, the final component is negative so we take the unit normal n = - rθ x rφ/|rθ x rφ| as the outward normal to the surface. We have P ∫S ndS = P ∫Rθφ n |rθ x rφ| dφdθ
= P ∫∫ (R2sin2φcosθ, R2sin2φsinθ, R2sinφcosφ) dφdθ
= PR2 ( ∫∫ sin2φcosθ dφdθ, ∫∫ sin2φsinθ dφdθ, ∫∫ sinφcosφ dφdθ) for 0 ≤ θ ≤ 2π,
0 ≤ φ ≤ π/2. We integrate these components to get PR2 (0, 0, π) and so the total force due to pressure is (0, 0, PπR2).
rθ x rφ = (-R2sin2φcosθ, -R2sin2φsinθ, -R2sinφcosφ). Since 0 ≤ φ ≤ π/2, the final component is negative so we take the unit normal n = - rθ x rφ/|rθ x rφ| as the outward normal to the surface. We have P ∫S ndS = P ∫Rθφ n |rθ x rφ| dφdθ
= P ∫∫ (R2sin2φcosθ, R2sin2φsinθ, R2sinφcosφ) dφdθ
= PR2 ( ∫∫ sin2φcosθ dφdθ, ∫∫ sin2φsinθ dφdθ, ∫∫ sinφcosφ dφdθ) for 0 ≤ θ ≤ 2π,
0 ≤ φ ≤ π/2. We integrate these components to get PR2 (0, 0, π) and so the total force due to pressure is (0, 0, PπR2).
Step 2. Show that the total force due to surface tension is given by (0,0,-γ2πR) around the equator of the half-sphere.
Here C is the equator x2 + y2 + z2 = R2 , z = 0, so the unit tangent at (x,y,0) on the curve is t = (-y,x,0)/R and the unit normal to the surface at (x,y,0) is n = (x,y,0)/R so the direction of the surface tension force is t x n = (0,0,-1). The curve (equator) has length 2πR, so the total force due to surface tension is (0,0,-γ2πR).
Step 3, By the equilibrium equation, PπR2 = γ2πR so P = γ2/R.
Note: Although the Young-Laplace equation for the spherical shaped surface can be established without the higher mathematics used in the general result, the general result is a much more powerful tool and saves the work of establishing the result for specific cases like we did here.
Subscribe to:
Posts (Atom)