GSO001 Problem 14
Problem Statement
Thermal Efficiency of a Special Heat Cycle
Problem Statement
A vertical cylinder with a smooth-moving piston contains n moles of a monatomic ideal gas. The gas undergoes the following cycle A→C→B→A:
- State A: Gas volume is V0, pressure is P0.
- Process A → C: While the piston is fixed, heat is supplied until the pressure reaches 2P0, reaching state C.
- Process C → B: The piston is released, and heat is supplied while the pressure is kept at 2P0 until the volume reaches 2V0, reaching state B.
- Process B → A: Heat is slowly removed while the piston is pushed down, causing pressure P and volume V to change along a straight line on the P-V diagram, returning to state A.
Find the thermal efficiency e of this cycle (the net work done per cycle divided by the total heat absorbed per cycle).
Constraints
- The gas is a monatomic ideal gas.
- V0=1.0×10−3 m3
- P0=1.0×105 Pa
Input Format
The thermal efficiency e is expressed as an irreducible fraction YX. Give the value of positive integer X+Y.
Solution
The internal energy U of a monatomic ideal gas is:
U=23nRT=23PV1. State Variables at Each State
- State A: Pressure P0, volume V0, internal energy UA=23P0V0
- State C (isochoric A → C): Pressure 2P0, volume V0, internal energy UC=23(2P0)(V0)=3P0V0
- State B (isobaric C → B): Pressure 2P0, volume 2V0, internal energy UB=23(2P0)(2V0)=6P0V0
2. Total Heat Absorbed Qin
Using the first law Q=ΔU+W:
- Process A → C (isochoric heating): WAC=0
This is positive, so heat is absorbed.
- Process C → B (isobaric heating): WCB=2P0×(2V0−V0)=2P0V0
This is also positive, so heat is absorbed.
Note: Process B → A releases heat (QBA=−6P0V0) as stated in the problem. This is not included in the denominator of thermal efficiency.
Total heat absorbed:
Qin=QAC+QCB=1.5P0V0+5P0V0=6.5P0V0=213P0V03. Net Work Wnet
The net work per cycle equals the area of the closed loop on the P-V diagram. The vertices are (V0,P0), (V0,2P0), (2V0,2P0), forming a right triangle with base V0 and height P0:
Wnet=21×V0×P0=21P0V04. Thermal Efficiency
e=QinWnet=213P0V021P0V0=131Note: P0V0 cancels in the calculation, so the specific numerical values given (V0=1.0×10−3 m3, P0=1.0×105 Pa) are not needed.
With e=131: X=1, Y=13.
The required value is X+Y=1+13=14.
Answer: 14