Single Nonlinear Equation Preview

f(Tbp)=xA·PA+xB·PB760·1.2
xA=0.6
PA=106.905651211.033Tbp+220.79
PB=106.954641344.8219.482+Tbp
xB=1xA
yA=xA·PA760·1.2
yB=xB·PB760·1.2
Solution Guess Boundaries
Tbp(min)=60
Tbp(max)=120

Program validated. Ready to Solve.
# Example 26(a) - Solution of DAE system
# Initial Bubble Point.
# Verified Solution: Tbp = 95.5851
# Ref.: Comput. Appl. Eng. Educ. 6: 176, 1998

f(Tbp)=xA*PA+xB*PB-760*1.2
xA=0.6
PA=10^(6.90565-1211.033/(Tbp+220.79))
PB=10^(6.95464-1344.8/(219.482+Tbp))
xB=1-xA
yA=xA*PA/(760*1.2)
yB=xB*PB/(760*1.2)
Tbp(min)=60
Tbp(max)=120

Nonlinear Equation Solution

 Variable Value f(x) Initial value Initial f(x)
1Tbp95.5850871.6e-12119.6 8.1e+2
2xA0.6 0.6  
3PA1196.2189 2227  
4PB485.67158 973.7  
5xB0.4 0.4  
6yA0.78698615 1.465  
7yB0.21301385 0.4271  

Root Finding Plot

Chart

Settings and Hints

 Name/SourceValueType
1 Number of equations 7 Setting
2 Implicit equations 1 Setting
3 Explicit equations 6 Setting
4 Elapsed time 0.000 ms Setting
5 Solution method Brent Setting
6 Tolerance F 1e-7 Setting
7 Max iterations 150 Setting
8 #@chart_size = 428,300 Default (array)
9 #@report_fix_digits = 8 Default (integer)
10 #@report_show_source = true Default (boolean)
11 #@report_show_header = false Default (boolean)
12 #@report_show_charts = true Default (boolean)
13 #@report_show_settings = true Default (boolean)

Messages

 SeverityDescription
1Info-Infor- Implicit variables (1) Tbp
2Info-Infor- Explicit variables (6) xA, PA, PB, xB, yA, yB
3Info-Infor- All variables (7) xA, PA, xB, PB, Tbp, yA, yB

Source

# Example 26(a) - Solution of DAE system
# Initial Bubble Point.
# Verified Solution: Tbp = 95.5851
# Ref.: Comput. Appl. Eng. Educ. 6: 176, 1998

f(Tbp)=xA*PA+xB*PB-760*1.2
xA=0.6
PA=10^(6.90565-1211.033/(Tbp+220.79))
PB=10^(6.95464-1344.8/(219.482+Tbp))
xB=1-xA
yA=xA*PA/(760*1.2)
yB=xB*PB/(760*1.2)
Tbp(min)=60
Tbp(max)=120