Difficulty: Easy
Correct Answer: k_eq = 2 * k1 * k2 / (k1 + k2)
Explanation:
Introduction / Context:
Composite walls are common in insulation and heat-exchanger design. Determining an equivalent thermal conductivity allows engineers to treat multiple layers as a single homogeneous slab for steady, one-dimensional conduction.
Given Data / Assumptions:
Concept / Approach:
The total thermal resistance in series adds: R_total = L/(k1A) + L/(k2A). Define an equivalent single slab of thickness 2L and conductivity k_eq such that R_total = 2L/(k_eqA).
Step-by-Step Solution:
R_total = L/(k1A) + L/(k2A) = (L/A) * (1/k1 + 1/k2).Set 2L/(k_eqA) = (L/A) * (1/k1 + 1/k2).Divide by L/A: 2/k_eq = 1/k1 + 1/k2.Solve for k_eq: k_eq = 2k1k2 / (k1 + k2).
Verification / Alternative check:
Check symmetry: if k1 = k2 = k, then k_eq = 2kk/(2k) = k, as expected.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing series and parallel arrangements; forgetting that thickness doubles in the equivalent single-layer model.
Final Answer:
k_eq = 2 * k1 * k2 / (k1 + k2)
Discussion & Comments