Difficulty: Medium
Correct Answer: (h1 + h2 + 4h3) / 6
Explanation:
Introduction / Context:This question tests understanding of convective heat transfer from composite surfaces. A cube immersed in a constant-temperature bath can have different local heat transfer coefficients on different faces. The correct “average” coefficient must be area-weighted, not an arithmetic or geometric mean chosen blindly.
Given Data / Assumptions:
Concept / Approach:The overall or average heat transfer coefficient h_avg for multiple parallel heat transfer paths over distinct areas is the area-weighted mean. Total heat rate is the sum of facewise convection rates. Divide total by total area times the same driving temperature difference to define h_avg.
Step-by-Step Solution:
Total area of cube faces = 6A.Heat from top = h1 * A * ΔT; bottom = h2 * A * ΔT; four sides = 4 * (h3 * A * ΔT).Total heat rate Q_total = (h1 + h2 + 4h3) * A * ΔT.Define h_avg by Q_total = h_avg * (6A) * ΔT, giving h_avg = (h1 + h2 + 4h3)/6.Verification / Alternative check:If all faces had the same coefficient h, formula gives h_avg = (h + h + 4h)/6 = h, confirming consistency.
Why Other Options Are Wrong:
Common Pitfalls:Forgetting that there are four side faces; using simple averages instead of area-weighted sums.
Final Answer:(h1 + h2 + 4*h3) / 6
Discussion & Comments