A composite wall of two materials — find heat current

hard CBSE JEE-MAIN NEET 5 min read

Question

A composite wall consists of two slabs in series. Slab 1 has thickness L1=0.1L_1 = 0.1 m and thermal conductivity k1=2k_1 = 2 W/m·K. Slab 2 has thickness L2=0.2L_2 = 0.2 m and thermal conductivity k2=0.5k_2 = 0.5 W/m·K. The outer surface of slab 1 is at T1=100°CT_1 = 100°C and the outer surface of slab 2 is at T2=20°CT_2 = 20°C. Both slabs have cross-sectional area A=1A = 1 m². Find the heat current (rate of heat flow) through the wall, and the temperature at the interface.

Solution — Step by Step

Heat flow through a conducting slab follows Fourier’s law of heat conduction:

H=dQdt=kAΔTLH = \frac{dQ}{dt} = \frac{kA\Delta T}{L}

We can define thermal resistance RthR_{th} exactly like electrical resistance:

Rth=LkAR_{th} = \frac{L}{kA}

For slabs in series, total thermal resistance adds up: Rtotal=R1+R2R_{total} = R_1 + R_2

This analogy with electrical circuits (Ohm’s law: I=V/RI = V/R) is the most powerful tool for composite wall problems.

R1=L1k1A=0.12×1=0.05 K/WR_1 = \frac{L_1}{k_1 A} = \frac{0.1}{2 \times 1} = 0.05 \text{ K/W} R2=L2k2A=0.20.5×1=0.4 K/WR_2 = \frac{L_2}{k_2 A} = \frac{0.2}{0.5 \times 1} = 0.4 \text{ K/W} Rtotal=R1+R2=0.05+0.4=0.45 K/WR_{total} = R_1 + R_2 = 0.05 + 0.4 = 0.45 \text{ K/W}

Notice that slab 2 dominates the total resistance even though it’s only twice as thick — its thermal conductivity is 4 times lower, making it the thermal “bottleneck.”

The temperature difference across the entire wall drives the heat current:

ΔTtotal=T1T2=10020=80 °C=80 K\Delta T_{total} = T_1 - T_2 = 100 - 20 = 80 \text{ °C} = 80 \text{ K} H=ΔTtotalRtotal=800.45177.8 WH = \frac{\Delta T_{total}}{R_{total}} = \frac{80}{0.45} \approx \mathbf{177.8 \text{ W}}

In steady state, the same heat current flows through both slabs (no heat accumulates at the interface). This is exactly like current being the same through resistors in series.

Let TintT_{int} be the temperature at the junction between slab 1 and slab 2.

Using slab 1: H=T1TintR1H = \frac{T_1 - T_{int}}{R_1}

T1Tint=H×R1=177.8×0.05=8.89 °CT_1 - T_{int} = H \times R_1 = 177.8 \times 0.05 = 8.89 \text{ °C} Tint=1008.8991.1°CT_{int} = 100 - 8.89 \approx \mathbf{91.1°C}

Check with slab 2: ΔT2=H×R2=177.8×0.4=71.1°C\Delta T_2 = H \times R_2 = 177.8 \times 0.4 = 71.1°C, so Tint=20+71.1=91.1°CT_{int} = 20 + 71.1 = 91.1°C

The small temperature drop across slab 1 (only 8.9°C) vs. the large drop across slab 2 (71.1°C) makes physical sense — slab 1 has very low resistance, so little temperature is “lost” crossing it.

  • Heat current: H177.8H \approx 177.8 W (or 16009\frac{1600}{9} W exactly)
  • Interface temperature: Tint91.1°CT_{int} \approx 91.1°C

Why This Works

The thermal resistance analogy works because both Fourier’s law and Ohm’s law describe a linear relationship between a “driving potential” (temperature difference / voltage) and a “flow” (heat current / electric current) opposed by a “resistance.”

In series, conservation of energy demands that the same heat flow rate pass through every cross-section — just as charge conservation demands the same current through series resistors. This principle directly gives us the interface temperature without needing to solve differential equations.

The key insight: a material with low k and large L has high thermal resistance and will take the largest temperature drop. Here, slab 2 accounts for 0.4/0.4589%0.4/0.45 \approx 89\% of total resistance and takes 71.1/8089%71.1/80 \approx 89\% of the temperature drop. The numbers align perfectly.

Alternative Method — Direct Fourier’s Law Application

Since heat current is the same through both slabs in steady state:

k1A(100Tint)L1=k2A(Tint20)L2\frac{k_1 A (100 - T_{int})}{L_1} = \frac{k_2 A (T_{int} - 20)}{L_2} 2×1×(100Tint)0.1=0.5×1×(Tint20)0.2\frac{2 \times 1 \times (100 - T_{int})}{0.1} = \frac{0.5 \times 1 \times (T_{int} - 20)}{0.2} 20(100Tint)=2.5(Tint20)20(100 - T_{int}) = 2.5(T_{int} - 20) 200020Tint=2.5Tint502000 - 20T_{int} = 2.5T_{int} - 50 2050=22.5Tint2050 = 22.5 T_{int} Tint=91.1°CT_{int} = 91.1°C

Then H=k1A(10091.1)L1=2×8.90.1=178H = \frac{k_1 A (100 - 91.1)}{L_1} = \frac{2 \times 8.9}{0.1} = 178 W ✓

Common Mistake

The most frequent error is assuming the interface temperature is the average of T1T_1 and T2T_2, i.e., 60°C. That would only be true if both slabs had equal thermal resistance. Always compute thermal resistances first and use them to find the actual interface temperature.

Another common slip: using Celsius temperature differences — this is fine since we are computing ΔT\Delta T, and the difference in Celsius equals the difference in Kelvin. But if you ever need absolute temperature in a radiation problem, always convert to Kelvin.

In JEE Main, composite wall problems appear 1–2 times per year. They often add a twist: three slabs in series, or parallel slabs, or one slab with convection on a surface. The thermal resistance method handles all of these — series resistances add, parallel resistances follow 1/Rtotal=1/R1+1/R21/R_{total} = 1/R_1 + 1/R_2. Practise setting up the circuit diagram before computing.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next