#set document(title: "4.5 The Carnot Cycle", author: "OpenStax / XYZ Homework") #set page(width: 8.5in, height: auto, margin: 1in) #import "@preview/cetz:0.5.2" #set text(font: ("STIX Two Text", "Libertinus Serif", "New Computer Modern"), size: 10.5pt, lang: "en") #show math.equation: set text(font: ("STIX Two Math", "New Computer Modern Math")) #set par(justify: true, leading: 0.62em, spacing: 0.9em) #set enum(spacing: 1.1em) // room between list items so tall inline fractions don't collide #set list(spacing: 1.1em) #set table(stroke: 0.5pt + rgb("#c7ccd3")) #let BLUE = rgb("#183B6F") // brand navy — section bars + example/solution labels (white on navy 11.09:1) #let ORANGE = rgb("#A94509") // brand primary-700 — AA-safe deep orange for TEXT (5.93:1 on white; raw brand #F37021 is 2.94:1 and must never carry text) #let RED = rgb("#DC2626") // brand error-600 #let GREEN = rgb("#059669") // brand success-600 (decoration only; small green text uses green-text #007942) #show heading.where(level: 1): it => block(width: 100%, above: 0pt, below: 16pt, fill: gradient.linear(BLUE, rgb("#2C5AA0")), inset: (x: 14pt, y: 12pt), radius: 3pt, text(fill: white, weight: "bold", size: 19pt, it.body)) #show heading.where(level: 2): it => block(width: 100%, above: 18pt, below: 10pt, fill: BLUE, inset: (x: 10pt, y: 6pt), radius: 2pt, text(fill: white, weight: "bold", size: 12pt, it.body)) #show heading.where(level: 3): it => text(fill: ORANGE, weight: "bold", size: 12.5pt, it.body) #show heading.where(level: 4): it => text(fill: BLUE, weight: "bold", size: 10.5pt, it.body) #let examplebox(label, title, body) = block(width: 100%, breakable: true, fill: rgb("#EFF1F5"), stroke: 0.5pt + rgb("#CFDDF0"), radius: 4pt, inset: 10pt, above: 12pt, below: 12pt)[ #block(below: 6pt)[#box(fill: BLUE, inset: (x: 6pt, y: 2pt), radius: 2pt, text(fill: white, weight: "bold", size: 8.5pt, label)) #h(0.4em) #strong[#title]] #body] // rail = decorative left rule (raw brand token); labelcolor = AA-safe label text shade #let notebox(label, rail, labelcolor, tint, body) = block(width: 100%, breakable: true, fill: tint, stroke: (left: 3pt + rail), inset: (left: 10pt, rest: 8pt), radius: (right: 4pt), above: 11pt, below: 11pt)[ #text(fill: labelcolor, weight: "bold", size: 7.5pt, tracking: 0.5pt)[#upper(label)] #linebreak() #body] #let solutionbox(body) = block(above: 4pt, below: 8pt)[ #text(fill: BLUE, weight: "bold", size: 8.5pt)[Solution] #linebreak() #body] #let figph(msg) = block(width: 100%, height: 60pt, fill: rgb("#f6f7f9"), stroke: (paint: rgb("#c7ccd3"), dash: "dashed"), radius: 4pt, inset: 10pt)[ #align(center + horizon, text(fill: rgb("#889"), style: "italic", size: 9pt, msg))] // Standardize inlined figure sizes: measure the natural CeTZ canvas, then scale to a // consistent envelope (aspect-aware; see build_typst.py FIG_* constants). Unlike the // print preamble, dimensions are FLOORED: in an editor a user can trim a figure to a // degenerate 1-D shape (a bare line), and w/h or tw/w would then divide by zero. #let _STD_W = 3.5 #let _WIDE_W = 5.6 #let _MAX_H = 3.4 #let _ASPECT_WIDE = 2.2 #let _UPSCALE_MAX = 1.15 #let stdfig(body) = context { let m = measure(body) let w = calc.max(m.width / 1in, 0.01) let h = calc.max(m.height / 1in, 0.01) let tw = if w / h > _ASPECT_WIDE { _WIDE_W } else { _STD_W } let s = calc.min(tw / w, _MAX_H / h, _UPSCALE_MAX) align(center, box(scale(x: s * 100%, y: s * 100%, reflow: true, body))) } #show figure: set block(breakable: false) #set figure(gap: 8pt) #show figure.caption: set text(size: 8.5pt, fill: rgb("#555")) == 4.5#h(0.6em)The Carnot Cycle In the early 1820s, Sadi #strong[Carnot] (1786−1832), a French engineer, became interested in improving the efficiencies of practical heat engines. In 1824, his studies led him to propose a hypothetical working cycle with the highest possible efficiency between the same two reservoirs, known now as the #strong[Carnot cycle]. An engine operating in this cycle is called a #strong[Carnot engine]. The Carnot cycle is of special importance for a variety of reasons. At a practical level, this cycle represents a reversible model for the steam power plant and the refrigerator or heat pump. Yet, it is also very important theoretically, for it plays a major role in the development of another important statement of the second law of thermodynamics. Finally, because only two reservoirs are involved in its operation, it can be used along with the second law of thermodynamics to define an absolute temperature scale that is truly independent of any substance used for temperature measurement. With an ideal gas as the working substance, the steps of the Carnot cycle, as represented by , are as follows. + #emph[Isothermal expansion.] The gas is placed in thermal contact with a heat reservoir at a temperature #math.equation(block: false, alt: "T sub h .")[$T_("h") .$] The gas absorbs heat #math.equation(block: false, alt: "Q sub h")[$Q_("h")$] from the heat reservoir and is allowed to expand isothermally, doing work #math.equation(block: false, alt: "W sub 1 .")[$W_(1) .$] Because the internal energy #math.equation(block: false, alt: "E sub int")[$E_("int")$] of an ideal gas is a function of the temperature only, the change of the internal energy is zero, that is, #math.equation(block: false, alt: "Δ E sub int equals 0")[$"Δ" E_("int") = 0$] during this isothermal expansion. With the first law of thermodynamics, #math.equation(block: false, alt: "Δ E sub int equals Q minus W ,")[$"Δ" E_("int") = Q − W ,$] we find that the heat absorbed by the gas is #math.equation(block: true, alt: "Q sub h equals W sub 1 equals n R T sub h ln the fraction V sub N over V sub M .")[$Q_("h") = W_(1) = n R T_("h") #h(0.2em) "ln" frac(V_(N), V_(M)) .$]#figure(figph[The figure shows four steps of Carnot cycle, namely isothermal expansion, adiabatic expansion, isothermal compression and adiabatic compression.], alt: "The figure shows four steps of Carnot cycle, namely isothermal expansion, adiabatic expansion, isothermal compression and adiabatic compression.", caption: [The four processes of the Carnot cycle. The working substance is assumed to be an ideal gas whose thermodynamic path #emph[MNOP] is represented in .]) #figure(figph[The first part of the figure shows a graph corresponding to four steps of Carnot cycle. The x-axis is V and y-axis is p. The second part shows a downward arrow Q subscript h at T subscript h which splits into a downward arrow Q subscript c at T subscript c and a right arrow W.], alt: "The first part of the figure shows a graph corresponding to four steps of Carnot cycle. The x-axis is V and y-axis is p. The second part shows a downward arrow Q subscript h at T subscript h which splits into a downward arrow Q subscript c at T subscript c and a right arrow W.", caption: [The total work done by the gas in the Carnot cycle is shown and given by the area enclosed by the loop #emph[MNOPM].]) + #emph[Adiabatic expansion]. The gas is thermally isolated and allowed to expand further, doing work #math.equation(block: false, alt: "W sub 2 .")[$W_(2) .$] Because this expansion is adiabatic, the temperature of the gas falls—in this case, from #math.equation(block: false, alt: "T sub h to T sub c .")[$T_("h" #h(0.2em)) "to" #h(0.2em) T_("c") .$] From #math.equation(block: false, alt: "p V to the power γ equals constant")[$p V^(γ) = #h(0.2em) "constant"$] and the equation of state for an ideal gas, #math.equation(block: false, alt: "p V equals n R T")[$p V = n R T$], we have #math.equation(block: true, alt: "T V to the power γ − 1 equals constant ,")[$T V^("γ" #h(0.2em) "−" #h(0.2em) "1") = "constant" ,$] so that #math.equation(block: true, alt: "T sub h V sub N to the power γ minus 1 equals T sub c V sub O to the power γ minus 1 .")[$T_("h") V_(N) γ − 1 = T_("c") V_(O) γ − 1 .$] + #emph[Isothermal compression]. The gas is placed in thermal contact with a cold reservoir at temperature #math.equation(block: false, alt: "T sub c")[$T_("c")$] and compressed isothermally. During this process, work #math.equation(block: false, alt: "W sub 3")[$W_(3)$] is done on the gas and it gives up heat #math.equation(block: false, alt: "Q sub c")[$Q_("c")$] to the cold reservoir. The reasoning used in step 1 now yields #math.equation(block: true, alt: "Q sub c equals n R T sub c ln the fraction V sub O over V sub P ,")[$Q_("c") = n R T_("c") #h(0.2em) "ln" frac(V_(O), V_(P)) ,$] where #math.equation(block: false, alt: "Q sub c")[$Q_("c")$] is the heat dumped to the cold reservoir by the gas. + #emph[Adiabatic compression]. The gas is thermally isolated and returned to its initial state by compression. In this process, work #math.equation(block: false, alt: "W sub 4")[$W_(4)$] is done on the gas. Because the compression is adiabatic, the temperature of the gas rises—from #math.equation(block: false, alt: "T sub c to T sub h")[$T_("c") #h(0.2em) "to" #h(0.2em) T_("h")$] in this particular case. The reasoning of step 2 now gives #math.equation(block: true, alt: "T sub c V sub P to the power γ minus 1 equals T sub h V sub M to the power γ minus 1 .")[$T_("c") V_(P) γ − 1 = T_("h") V_(M) γ − 1 .$] The total work done by the gas in the Carnot cycle is given by #math.equation(block: true, alt: "W equals W sub 1 plus W sub 2 minus W sub 3 minus W sub 4 .")[$W = W_(1) + W_(2) − W_(3) − W_(4) .$] This work is equal to the area enclosed by the loop shown in the #emph[pV] diagram of . Because the initial and final states of the system are the same, the change of the internal energy of the gas in the cycle must be zero, that is, #math.equation(block: false, alt: "Δ E sub int equals 0")[$"Δ" E_("int") = 0$]. The first law of thermodynamics then gives #math.equation(block: true, alt: "W equals Q minus Δ E sub int equals open parenthesis Q sub h minus Q sub c close parenthesis minus 0 ,")[$W = Q − "Δ" E_("int") = ( Q_("h") − Q_("c") ) − 0 ,$] and #math.equation(block: true, alt: "W equals Q sub h minus Q sub c .")[$W = Q_("h") − Q_("c") .$] To find the efficiency of this engine, we first divide #math.equation(block: false, alt: "Q sub c by Q sub h :")[$Q_("c") #h(0.2em) "by" #h(0.2em) Q_("h") :$] #math.equation(block: true, alt: "the fraction Q sub c over Q sub h equals the fraction T sub c over T sub h the fraction ln V sub O / V sub P over ln V sub N / V sub M .")[$frac(Q_("c"), Q_("h")) = frac(T_("c"), T_("h")) #h(0.2em) frac("ln" V_(O) "/" V_(P), "ln" V_(N) "/" V_(M)) .$] When the adiabatic constant from step 2 is divided by that of step 4, we find #math.equation(block: true, alt: "the fraction V sub O over V sub P equals the fraction V sub N over V sub M .")[$frac(V_(O), V_(P)) = frac(V_(N), V_(M)) .$] Substituting this into the equation for #math.equation(block: false, alt: "Q sub c / Q sub h ,")[$Q_("c") "/" Q_("h") ,$] we obtain #math.equation(block: true, alt: "the fraction Q sub c over Q sub h equals the fraction T sub c over T sub h .")[$frac(Q_("c"), Q_("h")) = frac(T_("c"), T_("h")) .$] Finally, with , we find that the efficiency of this ideal gas Carnot engine is given by #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "e equals 1 minus the fraction T sub c over T sub h .")[$e = 1 − frac(T_("c"), T_("h")) .$] ] An engine does not necessarily have to follow a Carnot engine cycle. All engines, however, have the same #emph[net] effect, namely the absorption of heat from a hot reservoir, the production of work, and the discarding of heat to a cold reservoir. This leads us to ask: Do all reversible cycles operating between the same two reservoirs have the same efficiency? The answer to this question comes from the second law of thermodynamics discussed earlier: #emph[All reversible engine cycles produce exactly the same efficiency]. Also, as you might expect, all real engines operating between two reservoirs are less efficient than reversible engines operating between the same two reservoirs. This too is a consequence of the second law of thermodynamics shown earlier. The cycle of an ideal gas Carnot refrigerator is represented by the #emph[pV] diagram of . It is a Carnot engine operating in reverse. The refrigerator extracts heat #math.equation(block: false, alt: "Q sub c")[$Q_("c")$] from a cold-temperature reservoir at #math.equation(block: false, alt: "T sub c")[$T_("c")$] when the ideal gas expands isothermally. The gas is then compressed adiabatically until its temperature reaches #math.equation(block: false, alt: "T sub h ,")[$T_("h") ,$] after which an isothermal compression of the gas results in heat #math.equation(block: false, alt: "Q sub h")[$Q_("h")$] being discarded to a high-temperature reservoir at #math.equation(block: false, alt: "T sub h .")[$T_("h") .$] Finally, the cycle is completed by an adiabatic expansion of the gas, causing its temperature to drop to #math.equation(block: false, alt: "T sub c .")[$T_("c") .$] #figure(figph[The first part of the figure shows a graph for one cycle of the Carnot refrigerator. The x-axis is V and y-axis is p. The second part shows an upward arrow Q subscript c at T subscript c which becomes arrow Q subscript h at T subscript h after arrow W is added from the left.], alt: "The first part of the figure shows a graph for one cycle of the Carnot refrigerator. The x-axis is V and y-axis is p. The second part shows an upward arrow Q subscript c at T subscript c which becomes arrow Q subscript h at T subscript h after arrow W is added from the left.", caption: [The work done on the gas in one cycle of the Carnot refrigerator is shown and given by the area enclosed by the loop #emph[MPONM].]) The work done on the ideal gas is equal to the area enclosed by the path of the #emph[pV] diagram. From the first law, this work is given by #math.equation(block: true, alt: "W equals Q sub h minus Q sub c .")[$W = Q_("h") − Q_("c") .$] An analysis just like the analysis done for the Carnot engine gives #math.equation(block: true, alt: "the fraction Q sub c over T sub c equals the fraction Q sub h over T sub h .")[$frac(Q_("c"), T_("c")) = frac(Q_("h"), T_("h")) .$] When combined with , this yields #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "K sub R equals the fraction T sub c over T sub h minus T sub c")[$K_("R") = frac(T_("c"), T_("h") − T_("c"))$] ] for the coefficient of performance of the ideal-gas Carnot refrigerator. Similarly, we can work out the coefficient of performance for a Carnot heat pump as #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "K sub P equals the fraction Q sub h over Q sub h minus Q sub c equals the fraction T sub h over T sub h minus T sub c .")[$K_("P") = frac(Q_("h"), Q_("h") − Q_("c")) = frac(T_("h"), T_("h") − T_("c")) .$] ] We have just found equations representing the efficiency of a Carnot engine and the coefficient of performance of a Carnot refrigerator or a Carnot heat pump, assuming an ideal gas for the working substance in both devices. However, these equations are more general than their derivations imply. We will soon show that they are both valid no matter what the working substance is. Carnot summarized his study of the Carnot engine and Carnot cycle into what is now known as #strong[Carnot’s principle]: #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Carnot’s Principle] No engine working between two reservoirs at constant temperatures can have a greater efficiency than a reversible engine. ] This principle can be viewed as another statement of the second law of thermodynamics and can be shown to be equivalent to the Kelvin statement and the Clausius statement. #examplebox("Example 1")[The Carnot Engine][ A Carnot engine has an efficiency of 0.60 and the temperature of its cold reservoir is 300 K. (a) What is the temperature of the hot reservoir? (b) If the engine does 300 J of work per cycle, how much heat is removed from the high-temperature reservoir per cycle? (c) How much heat is exhausted to the low-temperature reservoir per cycle? Strategy From the temperature dependence of the thermal efficiency of the Carnot engine, we can find the temperature of the hot reservoir. Then, from the definition of the efficiency, we can find the heat removed when the work done by the engine is given. Finally, energy conservation will lead to how much heat must be dumped to the cold reservoir. Solution + From #math.equation(block: false, alt: "e equals 1 minus T sub c / T sub h")[$e = 1 − T_("c") "/" T_("h")$] we have #math.equation(block: true, alt: "0.60 equals 1 minus the fraction 300 K over T sub h ,")[$0.60 = 1 − frac(300 #h(0.2em) "K", T_("h")) ,$] so that the temperature of the hot reservoir is #math.equation(block: true, alt: "T sub h equals the fraction 300 K over 1 minus 0.60 equals 750 K .")[$T_("h") = frac(300 #h(0.2em) "K", 1 − 0.60) = 750 #h(0.2em) "K" .$] + By definition, the efficiency of the engine is #math.equation(block: false, alt: "e equals W / Q")[$e = W "/" Q$], so that the heat removed from the high-temperature reservoir per cycle is #math.equation(block: true, alt: "Q sub h equals the fraction W over e equals the fraction 300 J over 0.60 equals 500 J .")[$Q_("h") = frac(W, e) = frac(300 #h(0.2em) "J", 0.60) = 500 #h(0.2em) "J" .$] + From the first law, the heat exhausted to the low-temperature reservoir per cycle by the engine is #math.equation(block: true, alt: "Q sub c equals Q sub h minus W equals 500 J minus 300 J equals 200 J .")[$Q_("c") = Q_("h") − W = 500 #h(0.2em) "J" − 300 #h(0.2em) "J" = 200 #h(0.2em) "J" .$] Significance A Carnot engine has the maximum possible efficiency of converting heat into work between two reservoirs, but this does not necessarily mean it is #math.equation(block: false, alt: "100 %")[$100 "%"$] efficient. As the difference in temperatures of the hot and cold reservoir increases, the efficiency of a Carnot engine increases. The efficiency the section derives, e = 1 − Tc/Th, plotted against the hot-reservoir temperature; the horizontal axis is Th in thousands of kelvin, so x = 0.75 is 750 K. The section's worked example The Carnot Engine hands you Tc = 300 K and e = 0.60 and asks for the hot reservoir: the dashed horizontal line is e = 0.60, the dashed vertical line is Th = 750 K, and at the slider's default the curve runs through their intersection — that is the example's answer. Drag Tc and the whole curve drops: efficiency depends only on the ratio Tc/Th, so a warmer cold reservoir costs exactly what a cooler hot reservoir would. Two limits are visible at the extremes. The curve flattens toward 1 but never reaches it — e = 1 would need Tc = 0 K — and where it dives below the axis Th is smaller than Tc, so there is no engine there at all, only a refrigerator run backwards.{"functions":\[{"color":"\#1f4e79","domain":\[0.25,2.1\],"expression":"1 - Tc/(1000\*x)","expression2":"","id":"efficiency","inequality":"lt","lineDash":\[\],"lineWidth":2.5,"mode":"cartesian","tMax":10,"tMin":-10,"variable":"x","visible":true},{"color":"\#b8442a","domain":\[0,2.1\],"expression":"0.6","expression2":"","id":"example-efficiency","inequality":"lt","lineDash":\[5,4\],"lineWidth":1.5,"mode":"cartesian","tMax":10,"tMin":-10,"variable":"x","visible":true},{"color":"\#b8442a","domain":null,"expression":"0.75","expression2":"t","id":"example-hot-reservoir","inequality":"lt","lineDash":\[5,4\],"lineWidth":1.5,"mode":"parametric","tMax":0.6,"tMin":0,"variable":"t","visible":true}\],"grid":{"axisColor":"\#333333","gridColor":"\#cccccc","majorSpacing":0.2,"minorGridColor":"\#eeeeee","showAxes":true,"showLabels":true},"parameters":\[{"id":"up2-4-5-Tc","label":"Cold-reservoir temperature Tc (the worked example uses 300 K)","max":600,"min":200,"name":"Tc","step":5,"unit":"K","value":300}\],"title":"Carnot efficiency e = 1 \\u2212 Tc/Th","version":1,"viewport":{"centerX":0.95,"centerY":0.45,"scale":361}} ] #examplebox("Example 2")[A Carnot Heat Pump][ Imagine a Carnot heat pump operates between an outside temperature of #math.equation(block: false, alt: "0 °C")[$0 #h(0.2em) "°C"$] and an inside temperature of #math.equation(block: false, alt: "20.0 °C")[$20.0 #h(0.2em) "°C"$]. What is the work needed if the heat delivered to the inside of the house is 30.0 kJ? Strategy Because the heat pump is assumed to be a Carnot pump, its performance coefficient is given by #math.equation(block: false, alt: "K sub P equals Q sub h / W equals T sub h / open parenthesis T sub h minus T sub c close parenthesis .")[$K_("P") = Q_("h") "/" W = T_("h") "/" ( T_("h") − T_("c") ) .$] Thus, we can find the work #emph[W] from the heat delivered #math.equation(block: false, alt: "Q sub h .")[$Q_("h") .$] Solution The work needed is obtained from #math.equation(block: true, alt: "W equals Q sub h / K sub P equals Q sub h open parenthesis T sub h minus T sub c close parenthesis / T sub h equals 30 kJ times open parenthesis 293 K minus 273 K close parenthesis / 293 K equals 2 kJ .")[$W = Q_("h") "/" K_("P") = Q_("h") ( T_("h") − T_("c") ) "/" T_("h") = 30 #h(0.2em) "kJ" #h(0.2em) × #h(0.2em) ( 293 #h(0.2em) "K" − 273 #h(0.2em) "K" ) "/" 293 #h(0.2em) "K" = 2 #h(0.2em) "kJ" .$] Significance We note that this work depends not only on the heat delivered to the house but also on the temperatures outside and inside. The dependence on the temperature outside makes them impractical to use in areas where the temperature is much colder outside than room temperature. ] In terms of energy costs, the #strong[heat pump] is a very economical means for heating buildings . Contrast this method with turning electrical energy directly into heat with resistive heating elements. In this case, one unit of electrical energy furnishes at most only one unit of heat. Unfortunately, heat pumps have problems that do limit their usefulness. They are quite expensive to purchase compared to resistive heating elements, and, as the performance coefficient for a Carnot heat pump shows, they become less effective as the outside temperature decreases. In fact, below about #math.equation(block: false, alt: "–10 °C")[$–10 #h(0.2em) "°C"$], the heat they furnish is less than the energy used to operate them. #figure(figph[The photo shows a heat pump.], alt: "The photo shows a heat pump.", caption: [A photograph of a heat pump (large box) located outside a house. This heat pump is located in a warm climate area, like the southern United States, since it would be far too inefficient located in the northern half of the United States.]) #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ A Carnot engine operates between reservoirs at #math.equation(block: false, alt: "400 °C")[$400 #h(0.2em) "°C"$] and #math.equation(block: false, alt: "30 °C")[$30 #h(0.2em) "°C"$]. (a) What is the efficiency of the engine? (b) If the engine does 5.0 J of work per cycle, how much heat per cycle does it absorb from the high-temperature reservoir? (c) How much heat per cycle does it exhaust to the cold-temperature reservoir? (d) What temperatures at the cold reservoir would give the minimum and maximum efficiency? #solutionbox[ a. #math.equation(block: false, alt: "e equals 1 minus T sub c / T sub h equals 0.55")[$e = 1 − T_("c") "/" T_("h") = 0.55$]; b. #math.equation(block: false, alt: "Q sub h equals e W equals 9.1 J")[$Q_("h") = e W = 9.1 #h(0.2em) "J"$]; c. #math.equation(block: false, alt: "Q sub c equals Q sub h minus W equals 4.1 J")[$Q_("c") = Q_("h") − W = 4.1 #h(0.2em) "J"$]; d. #math.equation(block: false, alt: "−273 ° C")[$−273 #h(0.2em) "°" "C"$] and #math.equation(block: false, alt: "400 ° C")[$400 #h(0.2em) "°" "C"$] ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ A Carnot refrigerator operates between two heat reservoirs whose temperatures are #math.equation(block: false, alt: "0 ° C")[$0 #h(0.2em) "°" "C"$] and #math.equation(block: false, alt: "25 ° C")[$25 #h(0.2em) "°" "C"$]. (a) What is the coefficient of performance of the refrigerator? (b) If 200 J of work are done on the working substance per cycle, how much heat per cycle is extracted from the cold reservoir? (c) How much heat per cycle is discarded to the hot reservoir? #solutionbox[ a. #math.equation(block: false, alt: "K sub R equals T sub c / open parenthesis T sub h minus T sub c close parenthesis equals 10.9")[$K_("R") = T_("c") "/" ( T_("h") − T_("c") ) = 10.9$]; b. #math.equation(block: false, alt: "Q sub c equals K sub R W equals 2.18 kJ")[$Q_("c") = K_("R") W = 2.18 #h(0.2em) "kJ"$]; c. #math.equation(block: false, alt: "Q sub h equals Q sub c plus W equals 2.38 kJ")[$Q_("h") = Q_("c") + W = 2.38 #h(0.2em) "kJ"$] ] ] === Summary - The Carnot cycle is the most efficient engine for a reversible cycle designed between two reservoirs. - The Carnot principle is another way of stating the second law of thermodynamics. === Conceptual Questions To increase the efficiency of a Carnot engine, should the temperature of the hot reservoir be raised or lowered? What about the cold reservoir? #solutionbox[ In order to increase the efficiency, the temperature of the hot reservoir should be raised, and the cold reservoir should be lowered as much as possible. This can be seen in . ] How could you design a Carnot engine with #math.equation(block: false, alt: "100 %")[$100 "%"$] efficiency? What type of processes occur in a Carnot cycle? #solutionbox[ adiabatic and isothermal processes ] === Problems The temperature of the cold and hot reservoirs between which a Carnot heat pump operates are #math.equation(block: false, alt: "−73 ° C")[$−73 #h(0.2em) "°" "C"$] and #math.equation(block: false, alt: "270 °C")[$270 #h(0.2em) "°C"$], respectively. Which is its coefficient of performance? #solutionbox[ 1.58 ] Suppose a Carnot refrigerator operates between #math.equation(block: false, alt: "T sub c and T sub h .")[$T_("c") #h(0.2em) "and" #h(0.2em) T_("h") .$] Calculate the amount of work required to extract 1.0 J of heat from the cold reservoir if (a) #math.equation(block: false, alt: "T sub c equals 7 ° C")[$T_("c") = 7 #h(0.2em) "°" "C"$], #math.equation(block: false, alt: "T sub h equals 27 ° C")[$T_("h") = 27 #h(0.2em) "°" "C"$]; (b) #math.equation(block: false, alt: "T sub c equals −73 ° C")[$T_("c") = −73 #h(0.2em) "°" "C"$], #math.equation(block: false, alt: "T sub h equals 27 ° C;")[$T_("h") = 27 #h(0.2em) "°" "C;"$] (c) #math.equation(block: false, alt: "T sub c equals −173 ° C")[$T_("c") = −173 #h(0.2em) "°" "C"$], #math.equation(block: false, alt: "T sub h equals 27 ° C")[$T_("h") = 27 #h(0.2em) "°" "C"$]; and (d) #math.equation(block: false, alt: "T sub c equals −273 ° C")[$T_("c") = −273 #h(0.2em) "°" "C"$], #math.equation(block: false, alt: "T sub h equals 27 ° C")[$T_("h") = 27 #h(0.2em) "°" "C"$]. A Carnot engine operates between reservoirs at 600 and 300 K. If the engine absorbs 100 J per cycle at the hot reservoir, what is its work output per cycle? #solutionbox[ 50 J ] A 500-W motor operates a Carnot refrigerator between #math.equation(block: false, alt: "−5 ° C")[$−5 #h(0.2em) "°" "C"$] and #math.equation(block: false, alt: "30 °C")[$30 #h(0.2em) "°C"$]. (a) What is the amount of heat per second extracted from the inside of the refrigerator? (b) How much heat is exhausted to the outside air per second? Sketch a Carnot cycle on a temperature-volume diagram. #solutionbox[ #figure(figph[The graph shows isotherms and adiabatic curves for Carnot cycle with four points A, B, C and D. The x-axis is V and y-axis is T. The value of T at A and B is T subscript 1 and at C and D is T subscript 2.], alt: "The graph shows isotherms and adiabatic curves for Carnot cycle with four points A, B, C and D. The x-axis is V and y-axis is T. The value of T at A and B is T subscript 1 and at C and D is T subscript 2.", caption: none) ] A Carnot heat pump operates between #math.equation(block: false, alt: "0 °C")[$0 #h(0.2em) "°C"$] and #math.equation(block: false, alt: "20 °C")[$20 #h(0.2em) "°C"$]. How much heat is exhausted into the interior of a house for every 1.0 J of work done by the pump? An engine operating between heat reservoirs at #math.equation(block: false, alt: "20 ° C")[$20 #h(0.2em) "°" "C"$] and #math.equation(block: false, alt: "200 ° C")[$200 #h(0.2em) "°" "C"$] extracts 1000 J per cycle from the hot reservoir. (a) What is the maximum possible work that engine can do per cycle? (b) For this maximum work, how much heat is exhausted to the cold reservoir per cycle? #solutionbox[ a. 381 J; b. 619 J ] Suppose a Carnot engine can be operated between two reservoirs as either a heat engine or a refrigerator. How is the coefficient of performance of the refrigerator related to the efficiency of the heat engine? A Carnot engine is used to measure the temperature of a heat reservoir. The engine operates between the heat reservoir and a reservoir consisting of water at its triple point. (a) If 400 J per cycle are removed from the heat reservoir while 200 J per cycle are deposited in the triple-point reservoir, what is the temperature of the heat reservoir? (b) If 400 J per cycle are removed from the triple-point reservoir while 200 J per cycle are deposited in the heat reservoir, what is the temperature of the heat reservoir? #solutionbox[ a. 546 K; b. 137 K ] What is the minimum work required of a refrigerator if it is to extract 50 J per cycle from the inside of a freezer at #math.equation(block: false, alt: "−10 °C")[$−10 #h(0.2em) "°C"$] and exhaust heat to the air at #math.equation(block: false, alt: "25 °C")[$25 #h(0.2em) "°C"$]?