Constant pressure specific heats when temperature changes

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
13 replies · 3K views
Imolopa
Messages
20
Reaction score
0

Homework Statement


Im trying to understand what would be the correct approach for calculating the constant pressure specific heat for an ideal gas undergoing a process where the temperature is changing.

The reason I am asking is because the equation used to calculate Cp0 is dependent on the temperature. So when you want to calculate the work or/and heat exchange for a process where the temperature is changing over time, would you still use this equation and in that case what temperatures would you input? Maybe sum up the start temperature with the end temperature and divide the result by 2? That last method doesn't seem like it would be a very accurate way of doing it, therefore I believe there must some other way that is commonly used?

Homework Equations



Cp0 = C0 + C1θ + C2θ2 + C3θ3

where θ = T /1000 and Ci = constants (gas dependent) found in tables
[/B]
 
Physics news on Phys.org
Imolopa said:

Homework Statement


Im trying to understand what would be the correct approach for calculating the constant pressure specific heat for an ideal gas undergoing a process where the temperature is changing.

The reason I am asking is because the equation used to calculate Cp0 is dependent on the temperature. So when you want to calculate the work or/and heat exchange for a process where the temperature is changing over time, would you still use this equation and in that case what temperatures would you input? Maybe sum up the start temperature with the end temperature and divide the result by 2? That last method doesn't seem like it would be a very accurate way of doing it, therefore I believe there must some other way that is commonly used?

Homework Equations



Cp0 = C0 + C1θ + C2θ2 + C3θ3

where θ = T /1000 and Ci = constants (gas dependent) found in tables
[/B]
You integrate to get the enthalpy change.
 
Chestermiller said:
You integrate to get the enthalpy change.

Yeah so with enthalpy values found in tables for the start and end temperature would basically give us what we need in other words the equation: 1Q2 = m(h2-h1)

Combining with the relation:

1Q2= m(u2-u1 ) + 1W2

where 1W2 = mCv(T2-1) = mP(v2-v1)

So solving for Cv in short.
 
ah yeah the correct ones would be, thank you!:
1Q2 = m(u2-u1 ) + 1W2 = mCv(T2-T1) + 1W2

where 1W2 = mP(v2-v1)
 
Chestermiller said:
Are you trying to determine Cv? The equation you gave certainly doesn't determine ##\Delta U## correctly.

Yes that is right I want to determine Cv.
 
Chestermiller said:
Well, ##C_v(\theta)=C_v(\theta)-R##, where R is the universal gas constant and these are the molar heat capacities..

Ok so conclusionwise either choose a temperature and use in combination with above formula to find Cp which is inputted in the last one to get Cv or calculate using enthalpy with h2 and h1.
 
Let's get back to my initial question, and now let's assume that we don't have the values for enthalpy h available.

Given the following relation that is approximately true:
h2 - h1 = Cp(T2-T1)

Now given that Cp is a function of the temperature T by the formula:
Cp0 = C0 + C1θ + C2θ2 + C3θ3
where θ = Ti /1000 and Cj = constants (gas dependent) found in tablesSo with the above in mind my question is if it is valid, and more accurate to actually rewrite the top formula to become:
h2 - h1 = Cp(T2) T2 - Cp(T1) T1
In short words use the corresponding Cp for each temperature, rather than just the same Cp for the different temperatures. If not how can one find a Cp that is accurate enough taking into account the different temperatures in the process?
 
Your proposed equation is not accurate unless Cp is constant. Even if Cp varies linearly with temperature, it will give the wrong answer. Here are two more accurate versions that are both exact if Cp varies linearly with temperature:
$$\Delta h=\frac{C_p(T_1)+C_p(T_2)}{2}(T_2-T_1)$$
$$\Delta h=C_p|_{\frac{(T_1+T_2)}{2}}(T_2-T_1)$$
 
Thank you!
So to conclude we can say that it is more accurate to use enthalpies instead of constant specific heats, right?