SlideShare a Scribd company logo
1 of 2
Download to read offline
In this assignment, you will be calculating the heat required to heat up water from room
temperature, vaporize it and produce superheated steam at 1000C. As you might recall from
thermodynamics, we can calculate that total heat using the following equation: lbegin { equation }
|Delta H_{tot }= int_{T_0}{T_{vap}} C_{p,liq },dT+ Delta H_{vap, T}+ int_{T_{vap }}{T_{end}}
C_{p,gas },dT lend{equation } In this equation, Htot is the total required enthalpy ( J/mol), while Cp
,liq and Cp,vap are the specific heat of water in the liquid phase and vapor phase (J/molK)
respectively and Hvap,T(J/mol) is the latent heat of vaporization at a specific temperature T. In this
assignment, we will be using numerical differentiation and integration to obtain the required values
for the individual terms and find the total heat required to produce 1 mole of steam at 1000C from
water at room temperature (20C). For this assignment, you may assume that we are on earth and
that we are at a location where the boiling point of water is 100C and that the atmospheric
pressure is equal to 101,325Pa.In this assignment, you will be calculating the heat required to heat
up water from room temperature, vaporize it and produce superheated steam at 1000C. As you
might recall from thermodynamics, we can calculate that total heat using the following equation:
Ibegin{equation lend{equation In this equation, Htot is the total required enthalpy (J/mol), while Cp,
liq and Cp,vap are the specific heat of water in the liquid phase and vapor phase (J/molK)
respectively and Hvap,T(J/mol) is the latent heat of vaporization at a specific temperature T. In this
assignment, we will be using numerical differentiation and integration to obtain the required values
for the individual terms and find the total heat required to produce 1 mole of steam at 1000C from
water at room temperature (20C). For this assignment, you may assume that we are on earth and
that we are at a location where the boiling point of water is 100C and that the atmospheric
pressure is equal to 101,325Pa. Part 1 - Finding the heat of vaporization ( 40 points) In order to
calculate the total energy, we need to find the heat of vaporization at a temperature of 100C. We
can calculate this latent heat using the following equation, which is dependent on the slope of the
vapor-pressure curve as a function of temperature (dPsat/dT), the volume change upon
vaporization Vvap and the temperature T at which the phase change takes place (in Kelvin):
Ibegin{equation } |Delta H_{vap, T}=T{ Delta V{vap}frac{dP{ sat }}{dT} end{equation The volume of
a mole of water vapor at 100C can be approximated by the ideal gas law (where T is in Kelvin, R
is theuniversal gas constant and the pressure is in Pa ): lbegin { equation } frac{V}{n}=frac{RT}p}=
frac{8.314373.15}{101325}=0.03062hspace{1pt}mathrm{m3/mol} lend { equation } As the volume
of a mole of liquid water is negligible in when compared to this volume, we take this molar volume
to be equal to Vvap If we have an equation for the saturation vapor pressure as a function of
temperature, we can take the derivative at the desired temperature and find the latent heat. The
following equation holds for the saturation pressure of water (Pa) as function of temperature (in
Kelvin): lnPsat=T6096.9385+21.24096422.711193102T+1.673952105T2+2.433502ln(T) This
equation (rewritten to return Psat is defined as a function in the cell below in order to avoid typo's.
- Using this equation, calculate the saturation pressure of water at 80,90,100,110 and 120C and
check your answers with tabulated data (e.g. The Engineering Toolbox). ( 5 points) - With these 5
data points, you can find different approximations of the derivative at 100C based on forward,
centered and backward finite-divided differences. Calculate the derivative dPsat/dT based on your
found data points using these three techniques and aqcuire the highest possible accuracy for all
three. Comment on the differences between the found values and indicate which approximation is
the most reliable. (10 points) - Another method of estimating the derivative is taking the function
and calculate saturation pressures at different temperatures spaced closer to each other and
estimate the derivative using these values. Write functions that determine the centered finite-
divided difference estimation of the derivative, with an error of h2 and h4 respectively. These
functions Ild take the equation for the saturation pressure as input, together with the value at which
the derivative shoulc' nated, and a step size h to determine the derivative with. (10 points)- With
these two functions, calculate the derivative for stepsizes ranging from 0.1C,1C,10C and 50C.
Comment on the found differences and the desired step size. Would further decreasing the step
size be useful? (10 points) - What is the value of dPsat/dT that you consider to be trustworthy
based on your knowledge of numerical differentiation? Use this value to calculate Hvap, and look
at tabulated values of Hvap of water (e.g. The Engineering Toolbox) to see if your estimation is in
the right order of magnitude. (5 points) In [ ] : 1 import numpy as np 2 def psat(T): return np.exp (
6096.9385T(1)+21.24096422.711193e2T+1.673952e5T2+2.433502np. log(T)) 3 In [ ] : 1 # Use
this cell to write your code and do your calculations- The differences between the above methods
are a result of YOUR REASON HERE and the most accurate approximation of the derivative is
based on the FORWARD/BACKWARD/CENTERED (REMOVE WRONG ANSWERS) divided
difference method. - Using first and second order centered divided difference methods, the
following values for dPsat/dT are found: - We observe the following when comparing the two
different schemes YOUR ANSWER HERE, and decreasing the step size results in YOUR
ANSWER HERE. - Advantages and disadvantages of decreasing the step size are YOUR
ANSWER HERE. Further decreasing the step size (lower than 0.1C ), would YOUR ANSWER
HERE - We use dPsat/dT= YOUR ANSWER HERE to calculate Hvap. Our found value of Hvap=
YOUR ANSWER HERE (DONT FORGET THE UNITS)**

More Related Content

Similar to In this assignment you will be calculating the heat require.pdf

Title of the ReportA. Partner, B. Partner, and C. Partner.docx
Title of the ReportA. Partner, B. Partner, and C. Partner.docxTitle of the ReportA. Partner, B. Partner, and C. Partner.docx
Title of the ReportA. Partner, B. Partner, and C. Partner.docx
juliennehar
 
Ch10 sample exercise
Ch10 sample exerciseCh10 sample exercise
Ch10 sample exercise
Jane Hamze
 
Elizabeth Towle Batch Distillation of Ethanol Design
Elizabeth Towle Batch Distillation of Ethanol DesignElizabeth Towle Batch Distillation of Ethanol Design
Elizabeth Towle Batch Distillation of Ethanol Design
Elizabeth Towle
 
ABSTRACTThe objective of this experiment is to understa.docx
ABSTRACTThe objective of this experiment is to understa.docxABSTRACTThe objective of this experiment is to understa.docx
ABSTRACTThe objective of this experiment is to understa.docx
annetnash8266
 

Similar to In this assignment you will be calculating the heat require.pdf (20)

Thermo 5th chap01p085
Thermo 5th chap01p085Thermo 5th chap01p085
Thermo 5th chap01p085
 
Thermo 5th chap01_p085
Thermo 5th chap01_p085Thermo 5th chap01_p085
Thermo 5th chap01_p085
 
EMH1501-Memo- Assignments for SEM I _ II.pdf
EMH1501-Memo- Assignments for SEM I _ II.pdfEMH1501-Memo- Assignments for SEM I _ II.pdf
EMH1501-Memo- Assignments for SEM I _ II.pdf
 
Title of the ReportA. Partner, B. Partner, and C. Partner.docx
Title of the ReportA. Partner, B. Partner, and C. Partner.docxTitle of the ReportA. Partner, B. Partner, and C. Partner.docx
Title of the ReportA. Partner, B. Partner, and C. Partner.docx
 
Ch19 ssm
Ch19 ssmCh19 ssm
Ch19 ssm
 
Chapter 10 Test Review
Chapter 10 Test ReviewChapter 10 Test Review
Chapter 10 Test Review
 
Chm3410hwk02 soln.252145237
Chm3410hwk02 soln.252145237Chm3410hwk02 soln.252145237
Chm3410hwk02 soln.252145237
 
11th Physics Notes - Thermal Expansion for JEE Main
11th Physics Notes -  Thermal Expansion for JEE Main 11th Physics Notes -  Thermal Expansion for JEE Main
11th Physics Notes - Thermal Expansion for JEE Main
 
types of heat exchangers.pdf
types of heat exchangers.pdftypes of heat exchangers.pdf
types of heat exchangers.pdf
 
Enthalpy of vaporization of liquid
Enthalpy of vaporization of liquidEnthalpy of vaporization of liquid
Enthalpy of vaporization of liquid
 
Ch10 sample exercise
Ch10 sample exerciseCh10 sample exercise
Ch10 sample exercise
 
A05v24n4
A05v24n4A05v24n4
A05v24n4
 
Clausius-clapeyron Equation
Clausius-clapeyron EquationClausius-clapeyron Equation
Clausius-clapeyron Equation
 
Elizabeth Towle Batch Distillation of Ethanol Design
Elizabeth Towle Batch Distillation of Ethanol DesignElizabeth Towle Batch Distillation of Ethanol Design
Elizabeth Towle Batch Distillation of Ethanol Design
 
ABSTRACTThe objective of this experiment is to understa.docx
ABSTRACTThe objective of this experiment is to understa.docxABSTRACTThe objective of this experiment is to understa.docx
ABSTRACTThe objective of this experiment is to understa.docx
 
Effectiveness for Counterflow heat exchanger
Effectiveness for Counterflow heat exchangerEffectiveness for Counterflow heat exchanger
Effectiveness for Counterflow heat exchanger
 
HHO driven CCPP
HHO driven CCPPHHO driven CCPP
HHO driven CCPP
 
Estimation of hottest spot temperature
Estimation of hottest spot temperatureEstimation of hottest spot temperature
Estimation of hottest spot temperature
 
Boiler calculations
Boiler calculationsBoiler calculations
Boiler calculations
 
Thermodynamic ppt
Thermodynamic pptThermodynamic ppt
Thermodynamic ppt
 

More from adisainternational

Insert a function in cell D11 to display the ltem name based.pdf
Insert a function in cell D11 to display the ltem name based.pdfInsert a function in cell D11 to display the ltem name based.pdf
Insert a function in cell D11 to display the ltem name based.pdf
adisainternational
 
include ltstdiohgt include ltstdlibhgt include .pdf
include ltstdiohgt include ltstdlibhgt include .pdfinclude ltstdiohgt include ltstdlibhgt include .pdf
include ltstdiohgt include ltstdlibhgt include .pdf
adisainternational
 
Informacin general Anna ha estado hablando con los director.pdf
Informacin general Anna ha estado hablando con los director.pdfInformacin general Anna ha estado hablando con los director.pdf
Informacin general Anna ha estado hablando con los director.pdf
adisainternational
 
include ltinitializer_listgt include ltiostreamgt .pdf
include ltinitializer_listgt include ltiostreamgt .pdfinclude ltinitializer_listgt include ltiostreamgt .pdf
include ltinitializer_listgt include ltiostreamgt .pdf
adisainternational
 

More from adisainternational (20)

Insert a function in cell D11 to display the ltem name based.pdf
Insert a function in cell D11 to display the ltem name based.pdfInsert a function in cell D11 to display the ltem name based.pdf
Insert a function in cell D11 to display the ltem name based.pdf
 
Insert Document To Collection nbdaproject36vents VIEW P.pdf
Insert Document To Collection nbdaproject36vents VIEW  P.pdfInsert Document To Collection nbdaproject36vents VIEW  P.pdf
Insert Document To Collection nbdaproject36vents VIEW P.pdf
 
innervates posterior 13 of tongue taste 2 Wordscran.pdf
innervates posterior 13 of tongue  taste  2 Wordscran.pdfinnervates posterior 13 of tongue  taste  2 Wordscran.pdf
innervates posterior 13 of tongue taste 2 Wordscran.pdf
 
Individually look for the Code of Conduct of a selected comp.pdf
Individually look for the Code of Conduct of a selected comp.pdfIndividually look for the Code of Conduct of a selected comp.pdf
Individually look for the Code of Conduct of a selected comp.pdf
 
Influenza is an infectious respiratory disease caused by a .pdf
Influenza is an infectious respiratory disease caused by a .pdfInfluenza is an infectious respiratory disease caused by a .pdf
Influenza is an infectious respiratory disease caused by a .pdf
 
include ltstdiohgt include ltstdlibhgt include .pdf
include ltstdiohgt include ltstdlibhgt include .pdfinclude ltstdiohgt include ltstdlibhgt include .pdf
include ltstdiohgt include ltstdlibhgt include .pdf
 
Informacin general Anna ha estado hablando con los director.pdf
Informacin general Anna ha estado hablando con los director.pdfInformacin general Anna ha estado hablando con los director.pdf
Informacin general Anna ha estado hablando con los director.pdf
 
inflation in india interest rates in india and compare it wi.pdf
inflation in india interest rates in india and compare it wi.pdfinflation in india interest rates in india and compare it wi.pdf
inflation in india interest rates in india and compare it wi.pdf
 
Indigenous Peoples and Environmental Sustainability Article .pdf
Indigenous Peoples and Environmental Sustainability Article .pdfIndigenous Peoples and Environmental Sustainability Article .pdf
Indigenous Peoples and Environmental Sustainability Article .pdf
 
Information Security Problem a Give the public and private.pdf
Information Security Problem a Give the public and private.pdfInformation Security Problem a Give the public and private.pdf
Information Security Problem a Give the public and private.pdf
 
Infertility and Hypothyroidism Patient ProfileMB is a 29y.pdf
Infertility and Hypothyroidism Patient ProfileMB is a 29y.pdfInfertility and Hypothyroidism Patient ProfileMB is a 29y.pdf
Infertility and Hypothyroidism Patient ProfileMB is a 29y.pdf
 
inet at pemoning Bret is Bhen the nol asd atenene irpuinise .pdf
inet at pemoning Bret is Bhen the nol asd atenene irpuinise .pdfinet at pemoning Bret is Bhen the nol asd atenene irpuinise .pdf
inet at pemoning Bret is Bhen the nol asd atenene irpuinise .pdf
 
Indique el diagnstico ms preciso posible Luego indique la.pdf
Indique el diagnstico ms preciso posible Luego indique la.pdfIndique el diagnstico ms preciso posible Luego indique la.pdf
Indique el diagnstico ms preciso posible Luego indique la.pdf
 
In user interface design what is typically TRUE Group of a.pdf
In user interface design what is typically TRUE Group of a.pdfIn user interface design what is typically TRUE Group of a.pdf
In user interface design what is typically TRUE Group of a.pdf
 
include ltinitializer_listgt include ltiostreamgt .pdf
include ltinitializer_listgt include ltiostreamgt .pdfinclude ltinitializer_listgt include ltiostreamgt .pdf
include ltinitializer_listgt include ltiostreamgt .pdf
 
In your opinion What would drive your decisions If you wer.pdf
In your opinion What would drive your decisions If you wer.pdfIn your opinion What would drive your decisions If you wer.pdf
In your opinion What would drive your decisions If you wer.pdf
 
Income statement for 2016 Sales are expected to increase by .pdf
Income statement for 2016 Sales are expected to increase by .pdfIncome statement for 2016 Sales are expected to increase by .pdf
Income statement for 2016 Sales are expected to increase by .pdf
 
Indicate in the figure below the location of the Stratosphe.pdf
Indicate in the figure below the location of the Stratosphe.pdfIndicate in the figure below the location of the Stratosphe.pdf
Indicate in the figure below the location of the Stratosphe.pdf
 
Independent ttest Dependentpaired ttest Oneway ANOVA Two.pdf
Independent ttest Dependentpaired ttest Oneway ANOVA Two.pdfIndependent ttest Dependentpaired ttest Oneway ANOVA Two.pdf
Independent ttest Dependentpaired ttest Oneway ANOVA Two.pdf
 
Independent Assortment Two genes Dumb d and Anxious a .pdf
Independent Assortment Two genes Dumb d and Anxious a .pdfIndependent Assortment Two genes Dumb d and Anxious a .pdf
Independent Assortment Two genes Dumb d and Anxious a .pdf
 

Recently uploaded

Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 

Recently uploaded (20)

Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 

In this assignment you will be calculating the heat require.pdf

  • 1. In this assignment, you will be calculating the heat required to heat up water from room temperature, vaporize it and produce superheated steam at 1000C. As you might recall from thermodynamics, we can calculate that total heat using the following equation: lbegin { equation } |Delta H_{tot }= int_{T_0}{T_{vap}} C_{p,liq },dT+ Delta H_{vap, T}+ int_{T_{vap }}{T_{end}} C_{p,gas },dT lend{equation } In this equation, Htot is the total required enthalpy ( J/mol), while Cp ,liq and Cp,vap are the specific heat of water in the liquid phase and vapor phase (J/molK) respectively and Hvap,T(J/mol) is the latent heat of vaporization at a specific temperature T. In this assignment, we will be using numerical differentiation and integration to obtain the required values for the individual terms and find the total heat required to produce 1 mole of steam at 1000C from water at room temperature (20C). For this assignment, you may assume that we are on earth and that we are at a location where the boiling point of water is 100C and that the atmospheric pressure is equal to 101,325Pa.In this assignment, you will be calculating the heat required to heat up water from room temperature, vaporize it and produce superheated steam at 1000C. As you might recall from thermodynamics, we can calculate that total heat using the following equation: Ibegin{equation lend{equation In this equation, Htot is the total required enthalpy (J/mol), while Cp, liq and Cp,vap are the specific heat of water in the liquid phase and vapor phase (J/molK) respectively and Hvap,T(J/mol) is the latent heat of vaporization at a specific temperature T. In this assignment, we will be using numerical differentiation and integration to obtain the required values for the individual terms and find the total heat required to produce 1 mole of steam at 1000C from water at room temperature (20C). For this assignment, you may assume that we are on earth and that we are at a location where the boiling point of water is 100C and that the atmospheric pressure is equal to 101,325Pa. Part 1 - Finding the heat of vaporization ( 40 points) In order to calculate the total energy, we need to find the heat of vaporization at a temperature of 100C. We can calculate this latent heat using the following equation, which is dependent on the slope of the vapor-pressure curve as a function of temperature (dPsat/dT), the volume change upon vaporization Vvap and the temperature T at which the phase change takes place (in Kelvin): Ibegin{equation } |Delta H_{vap, T}=T{ Delta V{vap}frac{dP{ sat }}{dT} end{equation The volume of a mole of water vapor at 100C can be approximated by the ideal gas law (where T is in Kelvin, R is theuniversal gas constant and the pressure is in Pa ): lbegin { equation } frac{V}{n}=frac{RT}p}= frac{8.314373.15}{101325}=0.03062hspace{1pt}mathrm{m3/mol} lend { equation } As the volume of a mole of liquid water is negligible in when compared to this volume, we take this molar volume to be equal to Vvap If we have an equation for the saturation vapor pressure as a function of temperature, we can take the derivative at the desired temperature and find the latent heat. The following equation holds for the saturation pressure of water (Pa) as function of temperature (in Kelvin): lnPsat=T6096.9385+21.24096422.711193102T+1.673952105T2+2.433502ln(T) This equation (rewritten to return Psat is defined as a function in the cell below in order to avoid typo's. - Using this equation, calculate the saturation pressure of water at 80,90,100,110 and 120C and check your answers with tabulated data (e.g. The Engineering Toolbox). ( 5 points) - With these 5 data points, you can find different approximations of the derivative at 100C based on forward, centered and backward finite-divided differences. Calculate the derivative dPsat/dT based on your found data points using these three techniques and aqcuire the highest possible accuracy for all three. Comment on the differences between the found values and indicate which approximation is
  • 2. the most reliable. (10 points) - Another method of estimating the derivative is taking the function and calculate saturation pressures at different temperatures spaced closer to each other and estimate the derivative using these values. Write functions that determine the centered finite- divided difference estimation of the derivative, with an error of h2 and h4 respectively. These functions Ild take the equation for the saturation pressure as input, together with the value at which the derivative shoulc' nated, and a step size h to determine the derivative with. (10 points)- With these two functions, calculate the derivative for stepsizes ranging from 0.1C,1C,10C and 50C. Comment on the found differences and the desired step size. Would further decreasing the step size be useful? (10 points) - What is the value of dPsat/dT that you consider to be trustworthy based on your knowledge of numerical differentiation? Use this value to calculate Hvap, and look at tabulated values of Hvap of water (e.g. The Engineering Toolbox) to see if your estimation is in the right order of magnitude. (5 points) In [ ] : 1 import numpy as np 2 def psat(T): return np.exp ( 6096.9385T(1)+21.24096422.711193e2T+1.673952e5T2+2.433502np. log(T)) 3 In [ ] : 1 # Use this cell to write your code and do your calculations- The differences between the above methods are a result of YOUR REASON HERE and the most accurate approximation of the derivative is based on the FORWARD/BACKWARD/CENTERED (REMOVE WRONG ANSWERS) divided difference method. - Using first and second order centered divided difference methods, the following values for dPsat/dT are found: - We observe the following when comparing the two different schemes YOUR ANSWER HERE, and decreasing the step size results in YOUR ANSWER HERE. - Advantages and disadvantages of decreasing the step size are YOUR ANSWER HERE. Further decreasing the step size (lower than 0.1C ), would YOUR ANSWER HERE - We use dPsat/dT= YOUR ANSWER HERE to calculate Hvap. Our found value of Hvap= YOUR ANSWER HERE (DONT FORGET THE UNITS)**