Fatskills
Practice. Master. Repeat.
Study Guide: Physics Fluids and Thermal - How to Solve: Heat Transfer (Conduction, Thermal Resistance, Radiation, Wien’s Law, Stefan’s Law) – IIT JEE Guide
Source: https://www.fatskills.com/joint-entrance-examination-jee/chapter/physics-fluids-and-thermal-how-to-solve-heat-transfer-conduction-thermal-resistance-radiation-wiens-law-stefans-law-iit-jee-guide

Physics Fluids and Thermal - How to Solve: Heat Transfer (Conduction, Thermal Resistance, Radiation, Wien’s Law, Stefan’s Law) – IIT JEE Guide

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~8 min read

How to Solve: Heat Transfer (Conduction, Thermal Resistance, Radiation, Wien’s Law, Stefan’s Law) – IIT JEE Guide

Introduction

Mastering heat transfer unlocks 5-7 marks in IIT JEE (Main + Advanced) every year—enough to push you into the top 1%. Whether it’s calculating heat loss through walls, predicting star temperatures, or designing spacecraft heat shields, these concepts appear in thermodynamics, optics, and even modern physics sections. Miss this, and you miss easy marks.

WHAT YOU NEED TO KNOW FIRST

Before diving in, ensure you understand:
1. Temperature vs. Heat – Temperature is a measure of average kinetic energy; heat is energy in transit.
2. Thermal Equilibrium – When two bodies at different temperatures reach the same temperature, net heat transfer stops.
3. SI Units – Joule (J) for heat, Watt (W) for power, Kelvin (K) for temperature.

If any of these are unclear, pause and review them first.

KEY TERMS & FORMULAS

1. Conduction & Thermal Resistance

Key Terms: - Thermal Conductivity (k) – Ability of a material to conduct heat (W/m·K). - Thermal Resistance (R) – Opposition to heat flow (K/W or °C/W). - Steady-State Heat Transfer – Heat flow rate is constant; temperature at any point doesn’t change with time.

Formulas:
1. Fourier’s Law (Heat Conduction) [ \frac{dQ}{dt} = -kA \frac{dT}{dx} ] - ( \frac{dQ}{dt} ) = Rate of heat transfer (W) - ( k ) = Thermal conductivity (W/m·K) (MEMORISE) - ( A ) = Cross-sectional area (m²) - ( \frac{dT}{dx} ) = Temperature gradient (K/m)

  1. Heat Transfer Through a Slab (Steady State) [ \frac{dQ}{dt} = \frac{kA \Delta T}{L} ]
  2. ( \Delta T ) = Temperature difference (K or °C)
  3. ( L ) = Thickness of slab (m)

  4. Thermal Resistance (R) [ R = \frac{L}{kA} ]

  5. For series resistance (multiple layers): ( R_{total} = R_1 + R_2 + \dots )
  6. For parallel resistance: ( \frac{1}{R_{total}} = \frac{1}{R_1} + \frac{1}{R_2} + \dots )

  7. Heat Transfer Rate (Using Resistance) [ \frac{dQ}{dt} = \frac{\Delta T}{R_{total}} ]

2. Radiation (Stefan-Boltzmann Law & Wien’s Law)

Key Terms: - Blackbody – A perfect emitter and absorber of radiation. - Emissivity (e) – Ratio of radiation emitted by a real body to a blackbody (0 ≤ e ≤ 1). - Stefan-Boltzmann Constant (σ) – ( 5.67 \times 10^{-8} ) W/m²·K⁴ (MEMORISE)

Formulas:
1. Stefan-Boltzmann Law (Total Power Radiated) [ P = e \sigma A T^4 ] - ( P ) = Power radiated (W) - ( e ) = Emissivity (dimensionless) - ( \sigma ) = Stefan-Boltzmann constant (given on exam sheet) - ( A ) = Surface area (m²) - ( T ) = Absolute temperature (K)

  1. Net Power Radiated (When Surroundings Are at ( T_0 )) [ P_{net} = e \sigma A (T^4 - T_0^4) ]

  2. Wien’s Displacement Law (Peak Wavelength) [ \lambda_{max} T = b ]

  3. ( \lambda_{max} ) = Wavelength at which radiation is maximum (m)
  4. ( T ) = Absolute temperature (K)
  5. ( b ) = Wien’s displacement constant = ( 2.898 \times 10^{-3} ) m·K (MEMORISE)

STEP-BY-STEP METHOD

For Conduction Problems:

  1. Identify the geometry – Is it a slab, cylinder, or sphere? (IIT JEE mostly tests slabs.)
  2. List given values – ( k, A, L, \Delta T ).
  3. Check if steady-state – If yes, use ( \frac{dQ}{dt} = \frac{kA \Delta T}{L} ).
  4. For multiple layers:
  5. Calculate ( R ) for each layer.
  6. Add resistances in series or parallel.
  7. Use ( \frac{dQ}{dt} = \frac{\Delta T}{R_{total}} ).
  8. Solve for the unknown – Usually ( \frac{dQ}{dt} ) or ( \Delta T ).

For Radiation Problems:

  1. Check if it’s a blackbody – If not, use emissivity ( e ).
  2. List given values – ( e, A, T, T_0 ) (if surroundings are given).
  3. Apply Stefan-Boltzmann Law – Use ( P = e \sigma A T^4 ) or ( P_{net} = e \sigma A (T^4 - T_0^4) ).
  4. For Wien’s Law – Directly use ( \lambda_{max} T = b ).
  5. Solve for the unknown – Usually ( P, T, ) or ( \lambda_{max} ).

WORKED EXAMPLES

Example 1 – Basic Conduction (Single Slab)

Problem: A brick wall of thickness 20 cm has a thermal conductivity of 0.8 W/m·K. The inner surface is at 25°C, and the outer surface is at 5°C. If the wall area is 10 m², find the rate of heat transfer.

Solution:
1. Given: - ( L = 20 ) cm = 0.2 m - ( k = 0.8 ) W/m·K - ( A = 10 ) m² - ( \Delta T = 25°C - 5°C = 20°C ) (or 20 K, since differences are same in °C and K)

  1. Formula: [ \frac{dQ}{dt} = \frac{kA \Delta T}{L} ]

  2. Plug in values: [ \frac{dQ}{dt} = \frac{0.8 \times 10 \times 20}{0.2} = 800 \text{ W} ]

What we did and why: We used Fourier’s Law for steady-state conduction through a single slab. The key was converting thickness to meters and ensuring temperature difference was in Kelvin (though °C works for differences).

Example 2 – Medium (Series Thermal Resistance)

Problem: A composite wall consists of two layers: - Layer 1: 10 cm thick, ( k_1 = 0.5 ) W/m·K - Layer 2: 15 cm thick, ( k_2 = 0.1 ) W/m·K The inner temperature is 300°C, and the outer temperature is 50°C. Area = 5 m². Find the heat transfer rate.

Solution:
1. Given: - ( L_1 = 0.1 ) m, ( k_1 = 0.5 ) W/m·K - ( L_2 = 0.15 ) m, ( k_2 = 0.1 ) W/m·K - ( A = 5 ) m² - ( \Delta T = 300°C - 50°C = 250°C )

  1. Calculate thermal resistances: [ R_1 = \frac{L_1}{k_1 A} = \frac{0.1}{0.5 \times 5} = 0.04 \text{ K/W} ] [ R_2 = \frac{L_2}{k_2 A} = \frac{0.15}{0.1 \times 5} = 0.3 \text{ K/W} ]

  2. Total resistance (series): [ R_{total} = R_1 + R_2 = 0.04 + 0.3 = 0.34 \text{ K/W} ]

  3. Heat transfer rate: [ \frac{dQ}{dt} = \frac{\Delta T}{R_{total}} = \frac{250}{0.34} \approx 735.3 \text{ W} ]

What we did and why: We treated the layers as resistors in series. The key was calculating individual resistances and adding them before finding the heat transfer rate.

Example 3 – Exam-Style (Radiation + Conduction)

Problem: A spherical blackbody of radius 0.1 m is at 500 K. It is surrounded by a concentric spherical shell of inner radius 0.1 m and outer radius 0.15 m, with thermal conductivity 0.2 W/m·K. The outer surface of the shell is at 300 K. Find: (a) Power radiated by the blackbody. (b) Rate of heat conduction through the shell.

Solution (a): Power Radiated
1. Given: - ( T = 500 ) K - ( r = 0.1 ) m - Blackbody → ( e = 1 )

  1. Formula: [ P = e \sigma A T^4 ]
  2. ( A = 4 \pi r^2 = 4 \pi (0.1)^2 = 0.04 \pi ) m²

  3. Plug in values: [ P = 1 \times 5.67 \times 10^{-8} \times 0.04 \pi \times (500)^4 ] [ P \approx 5.67 \times 10^{-8} \times 0.1256 \times 6.25 \times 10^8 ] [ P \approx 444.6 \text{ W} ]

Solution (b): Heat Conduction Through Shell
1. Given: - ( k = 0.2 ) W/m·K - ( r_1 = 0.1 ) m, ( r_2 = 0.15 ) m - ( \Delta T = 500 K - 300 K = 200 K )

  1. For spherical conduction: [ \frac{dQ}{dt} = \frac{4 \pi k r_1 r_2 \Delta T}{r_2 - r_1} ]

  2. Plug in values: [ \frac{dQ}{dt} = \frac{4 \pi \times 0.2 \times 0.1 \times 0.15 \times 200}{0.15 - 0.1} ] [ \frac{dQ}{dt} = \frac{4 \pi \times 0.2 \times 0.015 \times 200}{0.05} ] [ \frac{dQ}{dt} = 150.8 \text{ W} ]

What we did and why: - For part (a), we used Stefan-Boltzmann Law for a blackbody. - For part (b), we used the spherical conduction formula (not slab formula!). The key was recognizing the geometry and using the correct formula.

COMMON MISTAKES

  1. MISTAKE: Using °C instead of K in radiation formulas. WHY IT HAPPENS: Students forget that Stefan-Boltzmann Law requires absolute temperature (K). CORRECT APPROACH: Always convert °C to K by adding 273.

  2. MISTAKE: Ignoring emissivity for non-blackbodies. WHY IT HAPPENS: Students assume all bodies are blackbodies (e = 1). CORRECT APPROACH: Check if the problem mentions "blackbody" or gives emissivity.

  3. MISTAKE: Adding resistances in parallel like series. WHY IT HAPPENS: Confusion between electrical and thermal resistance rules. CORRECT APPROACH: For parallel, use ( \frac{1}{R_{total}} = \frac{1}{R_1} + \frac{1}{R_2} ).

  4. MISTAKE: Using slab formula for spherical/cylindrical conduction. WHY IT HAPPENS: Students memorize only the slab formula. CORRECT APPROACH: For spheres/cylinders, use:

  5. Sphere: ( \frac{dQ}{dt} = \frac{4 \pi k r_1 r_2 \Delta T}{r_2 - r_1} )
  6. Cylinder: ( \frac{dQ}{dt} = \frac{2 \pi k L \Delta T}{\ln(r_2/r_1)} )

  7. MISTAKE: Forgetting to square the radius in area calculations. WHY IT HAPPENS: Carelessness in geometry. CORRECT APPROACH: For spheres, ( A = 4 \pi r^2 ). For cylinders, ( A = 2 \pi r L ).

EXAM TRAPS

  1. TRAP: Giving temperature in °C but asking for Wien’s Law (which needs K). HOW TO SPOT IT: The problem mentions "peak wavelength" but gives temperature in °C. HOW TO AVOID IT: Always convert to Kelvin first.

  2. TRAP: Multiple layers with different areas (e.g., tapered walls). HOW TO SPOT IT: The problem describes a wall where area changes (e.g., "a conical section"). HOW TO AVOID IT: If area changes, use logarithmic mean area or break into infinitesimal sections (beyond JEE scope—stick to constant area unless specified).

  3. TRAP: Radiation problems where the body is not in thermal equilibrium (e.g., cooling of a hot object). HOW TO SPOT IT: The problem says "rate of cooling" or "time to reach a temperature." HOW TO AVOID IT: Use ( mc \frac{dT}{dt} = -e \sigma A (T^4 - T_0^4) ) and integrate (rare in JEE, but possible in Advanced).

1-MINUTE RECAP (Night Before Exam)

"Listen up—this is your 60-second heat transfer survival guide for JEE.

  1. Conduction:
  2. Single slab? ( \frac{dQ}{dt} = \frac{kA \Delta T}{L} ).
  3. Multiple layers? Calculate ( R = \frac{L}{kA} ) for each, add in series/parallel, then ( \frac{dQ}{dt} = \frac{\Delta T}{R_{total}} ).
  4. Watch out: Spherical/cylindrical conduction has different formulas—don’t mix them up!

  5. Radiation:

  6. Blackbody? ( P = \sigma A T^4 ).
  7. Real body? Multiply by emissivity ( e ).
  8. Net power? ( P_{net} = e \sigma A (T^4 - T_0^4) ).
  9. Always use Kelvin! °C will fail you.

  10. Wien’s Law:

  11. ( \lambda_{max} T = b ). Memorize ( b = 2.9 \times 10^{-3} ) m·K.

  12. Common traps:

  13. °C vs. K? Convert first.
  14. Emissivity missing? Assume ( e = 1 ) only if it’s a blackbody.
  15. Different areas in layers? JEE won’t test this—stick to constant area.

Final tip: If stuck, write down all given values, identify the formula, and plug in. Most mistakes happen from rushing—slow down, and you’ll ace it."