Coupling Raoult's & Antoine's Equations for Mole Fraction & Temp

In summary: equations will give us the mole fraction of species 1 and the temperature for a given vapor fraction and total pressure.
  • #1
Scrim
1
0

Homework Statement



Given the equation for Roaults law and Antoine equation for 2 species I need to recast these into a pair of coupled non linear equations to compute the mole fraction of species one and the temperature for given values of vapor fraction and the total pressure, Antoines constants are also given.

These paired equations are eventually used in a 2x2 Jacobian so I am assuming that will have the mole fraction in terms of vapor fraction and total pressure, as well as the Temperature in terms of vapor fraction and total pressure.

Homework Equations


Raoults Law: x(1)*P(1_sat)=y(n)*P(total)
[1-x(1)]*P(2_sat)=[1-y(1)]*P(total)
Antoine Equation: log(base10)(Psat of species i) = Ai - (Bi/(T + Ci) where Ai,Bi,Ci are constants

The Attempt at a Solution


I have no clue how to separate these

Thank you so much for your help!
 
Last edited:
Physics news on Phys.org
  • #2
This is an interesting problem that requires some careful consideration. Let's start by defining our variables:

x(1) = mole fraction of species 1
y(1) = mole fraction of species 1 in the vapor phase
P(1_sat) = saturation pressure of species 1
P(2_sat) = saturation pressure of species 2
P(total) = total pressure
T = temperature

Now, let's start by rearranging the Raoults Law equations:

x(1) = y(1)*P(total)/P(1_sat)
1-x(1) = [1-y(1)]*P(total)/P(2_sat)

Next, we can substitute the Antoine equation into the saturation pressure terms:

P(1_sat) = 10^(Ai - Bi/(T+Ci))
P(2_sat) = 10^(Aj - Bj/(T+Cj))

Where Ai, Bi, Ci are the Antoine constants for species 1 and Aj, Bj, Cj are the Antoine constants for species 2.

Substituting these equations into the Raoults Law equations, we get:

x(1) = y(1)*P(total)/10^(Ai - Bi/(T+Ci))
1-x(1) = [1-y(1)]*P(total)/10^(Aj - Bj/(T+Cj))

Now, we have two equations with two unknowns (x(1) and T). We can solve these equations using a numerical solver or by using the Jacobian method mentioned in the forum post. The final equations will look something like this:

f(x(1),T) = x(1) - y(1)*P(total)/10^(Ai - Bi/(T+Ci))
g(x(1),T) = 1-x(1) - [1-y(1)]*P(total)/10^(Aj - Bj/(T+Cj))

The Jacobian matrix for these equations will be:

J(x(1),T) = [1, -P(total)*ln(10)*[Bi/(T+Ci)^2], y(1)*P(total)*ln(10)*[Bi/(T+Ci)^2]
[-1, P(total)*ln(10)*[Bj/(T+Cj)^2], -[1-y(1)]*P(total)*ln(10)*[Bj/(T+Cj)^2]]

Solving these
 

1. What are Raoult's and Antoine's equations?

Raoult's and Antoine's equations are two separate equations used in chemistry and thermodynamics to determine the properties of mixtures. Raoult's equation is used to calculate the vapor pressure of an ideal solution, while Antoine's equation is used to calculate the vapor pressure of a pure substance.

2. How are Raoult's and Antoine's equations related?

Raoult's and Antoine's equations are related because they can be combined to calculate the mole fraction and temperature of a mixture. By using the vapor pressures of both the pure substance and the mixture, it is possible to solve for these two variables using the combined equations.

3. When should Raoult's and Antoine's equations be used?

Raoult's and Antoine's equations should be used when working with ideal solutions or pure substances. These equations work best for mixtures that follow ideal behavior, meaning that the interactions between the molecules of different substances are similar to the interactions between molecules of the same substance.

4. What are the limitations of using Raoult's and Antoine's equations?

The main limitation of using Raoult's and Antoine's equations is that they only apply to ideal solutions and pure substances. They do not take into account the effects of non-ideal behavior, such as deviations from Raoult's law or interactions between different molecules in the mixture. Additionally, these equations may not accurately predict properties at extreme temperatures or concentrations.

5. How can Raoult's and Antoine's equations be applied in real-world situations?

Raoult's and Antoine's equations can be used to predict the properties of mixtures in various industries, such as the production of pharmaceuticals, fuels, and food products. They can also be used in environmental studies to model the behavior of pollutants in air and water. Additionally, these equations can be used to design and optimize distillation processes in chemical engineering.

Similar threads

  • Biology and Chemistry Homework Help
Replies
6
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
1
Views
5K
  • Biology and Chemistry Homework Help
Replies
5
Views
3K
  • Engineering and Comp Sci Homework Help
Replies
14
Views
1K
  • Materials and Chemical Engineering
Replies
1
Views
431
  • Engineering and Comp Sci Homework Help
Replies
20
Views
5K
  • Engineering and Comp Sci Homework Help
Replies
4
Views
2K
  • Biology and Chemistry Homework Help
Replies
5
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
2
Views
1K
  • Biology and Chemistry Homework Help
Replies
5
Views
3K
Back
Top