GnitGnit
ContestsProblemsBlogSubmit a ProblemMy PageSign In

© 2026 Gnit. All rights reserved.

Terms of ServicePrivacy PolicyThird-Party SoftwareContactOfficial X
Contests/Gnit Sunday Open 002 (GSO002)/Problem 8 Wheatstone Bridge for a Resistance Temperature Detector with Self-Heating Error
Problem 8

Wheatstone Bridge for a Resistance Temperature Detector with Self-Heating Error

Finished
200 ptsLv.4 ElementaryElectromagnetism
2026/03/22 19:30〜2026/03/22 21:00
Author: admin

Problem Statement

Consider measuring the temperature of a liquid using a resistance temperature detector (RTD) — an element whose resistance changes with temperature.

When current flows through the RTD, Joule heating raises the RTD's own temperature above that of the surrounding environment. This is known as "self-heating error." In this problem, we combine this thermal effect with circuit behavior to find the true liquid temperature.

A Wheatstone bridge circuit has four terminals A,B,C,D\mathrm{A, B, C, D}A,B,C,D. The elements connected between terminals are:

  • Between A\mathrm{A}A and B\mathrm{B}B: RTD with resistance R1R_1R1​
  • Between B\mathrm{B}B and C\mathrm{C}C: fixed resistor R2R_2R2​
  • Between C\mathrm{C}C and D\mathrm{D}D: variable resistor R3R_3R3​
  • Between D\mathrm{D}D and A\mathrm{A}A: fixed resistor R4R_4R4​

A DC power supply of voltage V0V_0V0​ is connected between terminals A\mathrm{A}A and C\mathrm{C}C (positive terminal at A\mathrm{A}A). A galvanometer is connected between terminals B\mathrm{B}B and D\mathrm{D}D. The internal resistance of the power supply and wire resistance are negligible. The fixed resistors satisfy R2=R4=RcR_2 = R_4 = R_cR2​=R4​=Rc​.

The RTD R1R_1R1​ has resistance as a function of its own temperature TsT_sTs​:

R1(Ts)=R0{1+α(Ts−T0)}R_1(T_s) = R_0 \{1 + \alpha (T_s - T_0)\}R1​(Ts​)=R0​{1+α(Ts​−T0​)}

where T0T_0T0​ is the reference temperature, R0R_0R0​ is the resistance at reference temperature, and α\alphaα is the temperature coefficient of resistance.

The Joule power dissipated by the RTD per unit time is PPP. With the surrounding liquid temperature TfT_fTf​, Newton's law of cooling states that at thermal equilibrium (steady state):

P=K(Ts−Tf)P = K (T_s - T_f)P=K(Ts​−Tf​)

where KKK is the heat dissipation constant representing how easily heat flows from the RTD to the liquid.

The RTD is immersed in a large amount of liquid, current flows through the circuit, and sufficient time passes to reach steady state. Then the variable resistor R3R_3R3​ is adjusted until the galvanometer current reaches zero (bridge balance) at R3=RxR_3 = R_xR3​=Rx​.

Derive the true liquid temperature TfT_fTf​.

Constraints

  • DC supply voltage: V0=14 VV_0 = 14 \, \mathrm{V}V0​=14V
  • Fixed resistor value: Rc=120 ΩR_c = 120 \, \OmegaRc​=120Ω
  • Variable resistor at balance: Rx=90 ΩR_x = 90 \, \OmegaRx​=90Ω
  • Reference temperature: T0=300 KT_0 = 300 \, \mathrm{K}T0​=300K
  • RTD resistance at reference temperature: R0=100 ΩR_0 = 100 \, \OmegaR0​=100Ω
  • Temperature coefficient of resistance: α=5.0×10−3 K−1\alpha = 5.0 \times 10^{-3} \, \mathrm{K^{-1}}α=5.0×10−3K−1
  • Heat dissipation constant: K=8.0×10−2 W/KK = 8.0 \times 10^{-2} \, \mathrm{W/K}K=8.0×10−2W/K

Input Format

Give the liquid temperature TfT_fTf​ [K\mathrm{K}K] as a positive integer (no units).

Submit Answer

Please sign in to submit an answer

Sign In

Calculator

0
View Scoreboard
1234567891011121314151617181920
Read Solution Blog