Visual
Hub intro
This hub covers the theory and analysis of measurement systems: bridge circuits, error propagation, transducer characteristics, signal conditioning, and data acquisition. The practice sets move from basic bridge balance conditions and instrument definitions to GATE-level error and transducer analysis.
Difficulty levels
BeginnerIntermediateAdvanced
Practice sets
Beginner: Definitions and Direct Formulas
BeginnerState the balance condition for a Wheatstone bridge.
Answer: A Wheatstone bridge is balanced when P/Q = R/S, or equivalently P×S = Q×R, where P, Q, R, S are the four arm resistances. At balance, the galvanometer reads zero.
The bridge has four resistors in a diamond configuration with a voltage source and galvanometer. At balance, the potential at the two midpoints is equal. The unknown resistance is calculated as X = (Q/P) × R (standard notation varies). The balance condition is independent of the supply voltage magnitude, making it a null method with high accuracy.
Define sensitivity of a measurement instrument and state its unit for a voltmeter.
Answer: Sensitivity of a voltmeter is the resistance per volt, expressed in Ω/V. It equals 1 / I_fsd, where I_fsd is the full-scale deflection current of the basic meter movement.
A higher Ω/V rating means the voltmeter draws less current from the circuit and causes less loading error. For example, a 20,000 Ω/V meter on a 10 V range has an internal resistance of 200 kΩ. This contrasts with a digital voltmeter, which typically has a fixed input impedance of 10 MΩ regardless of range.
What is the difference between accuracy and precision in a measuring instrument?
Answer: Accuracy is how close a measurement is to the true value. Precision is how repeatable a measurement is, regardless of how close it is to the true value. An instrument can be precise without being accurate (systematic error), but poor precision implies poor accuracy for any single reading.
Accuracy is expressed as a percentage of the full-scale reading or as an absolute error. Precision relates to random error (resolution and repeatability). A well-calibrated instrument achieves both. The distinction matters in error analysis: systematic errors reduce accuracy and can sometimes be corrected by calibration, while random errors reduce precision and require statistical averaging.
Intermediate: Multi-step Problems
IntermediateA Wheatstone bridge has P = 1 kΩ, Q = 1 kΩ, S = 2 kΩ. The bridge is supplied at 10 V. At balance, find the unknown R. If R is then changed to 2.1 kΩ, calculate the bridge output voltage using the approximate formula V_out ≈ (ΔR/4R) × V_s.
Answer: At balance: R = (Q/P) × S = (1/1) × 2 = 2 kΩ. ΔR = 2.1 - 2.0 = 0.1 kΩ. V_out ≈ (0.1/4 × 2) × 10 = (0.1/8) × 10 = 125 mV.
The balance condition gives R_unknown = Q × S / P = 2 kΩ. The sensitivity formula V_out ≈ (ΔR/4R) V_s applies when all four arms are equal at balance (P = Q = R = S = R_0) and the change ΔR is small. Here P = Q = 1 kΩ and R = S = 2 kΩ, so the arms are not all equal. The exact formula should be applied for higher accuracy, but the approximate formula is accepted in GATE-style calculations with equal adjacent arms.
A platinum resistance thermometer (PT100) has a resistance of 100 Ω at 0°C and a temperature coefficient α = 0.00385 Ω/Ω/°C. Find the resistance at 200°C and the percentage change.
Answer: R(T) = R_0 (1 + α T) = 100 (1 + 0.00385 × 200) = 100 × 1.77 = 177 Ω. Percentage change = (177 - 100)/100 × 100% = 77%.
The linear model R(T) = R_0(1 + αT) is valid for moderate temperatures. At higher temperatures, a quadratic Callendar-Van Dusen equation is used for better accuracy. PT100 is a common sensor because its response is nearly linear and platinum is chemically stable. The 100 Ω reference resistance at 0°C gives good resolution in a Wheatstone bridge circuit.
An instrument has a systematic error of +2% and a random error (standard deviation) of ±1%. If three independent readings are averaged, what is the resulting systematic error and the random error of the mean?
Answer: Systematic error: +2% (unchanged by averaging). Random error of the mean = σ/√n = 1%/√3 ≈ 0.577%.
Systematic errors have a fixed direction and magnitude; they cannot be reduced by repeated measurements. Averaging n independent readings reduces random error by a factor of √n because the errors are equally likely to be positive or negative. With n = 3, the random component reduces from 1% to 1/√3 ≈ 0.577%. The systematic error of +2% remains and must be removed by calibration.
Advanced: GATE-style Questions
AdvancedA strain gauge has a gauge factor GF = 2. It is bonded to a steel beam. When a load is applied, the strain ε = 500 μm/m (500 microstrain). The unstrained resistance is 120 Ω. Find ΔR and the output voltage of a bridge excited at 5 V with the strain gauge in one arm and three fixed 120 Ω resistors.
Answer: GF = (ΔR/R) / ε => ΔR = GF × ε × R = 2 × 500×10^-6 × 120 = 0.12 Ω. V_out ≈ (ΔR / 4R) × V_s = (0.12/480) × 5 = 1.25 mV.
Gauge factor is defined as (ΔR/R) / (ΔL/L). ΔR = GF × ε × R = 2 × 500e-6 × 120 = 0.12 Ω. This is a very small resistance change (0.1%), which is why bridge circuits with instrumentation amplifiers are used. The bridge output formula V_out = (ΔR/4R) × V_s gives 1.25 mV for a quarter-bridge. The trap is to use ΔR/R directly as the output voltage fraction without the factor of 4.
A digital voltmeter (DVM) has an input impedance of 10 MΩ and is used to measure the voltage across a 1 MΩ resistor in a voltage divider with a 100 kΩ source resistor and 10 V supply. Find the reading error.
Answer: Thevenin voltage across the 1 MΩ resistor (unloaded): V_th = 10 × 1M/(100k + 1M) = 10 × 1/1.1 = 9.09 V. With DVM (10 MΩ) in parallel: R_parallel = 1M || 10M = 10M/11 = 909.1 kΩ. V_measured = 10 × 909.1k/(100k + 909.1k) = 10 × 909.1/1009.1 = 9.009 V. Error = 9.009 - 9.09 = -0.081 V, or about -0.89%.
The DVM loading effect reduces the effective resistance of the measurement node. Even a 10 MΩ DVM causes measurable error when measuring across high-value resistors. The trap is to assume a 10 MΩ DVM causes negligible error in all circuits. When the source resistance is comparable to the DVM input impedance divided by 10, loading error becomes significant. The percentage error here is about 0.9%, which would exceed the ±0.5% accuracy specification of many DVMs.
Lab exercises
- Build a Wheatstone bridge on a breadboard, balance it at room temperature, then substitute a PT100 sensor as one arm and calibrate the output against a reference thermometer: lab-wheatstone-pt100-calibration
- Use an oscilloscope to measure the rise time and bandwidth of an RC low-pass filter and compare to the theoretical f_3dB = 1/(2πRC): lab-rc-filter-oscilloscope
- Interface a strain gauge to an instrumentation amplifier (INA128), calibrate with known weights, and record the output vs force characteristic: lab-strain-gauge-ina128
Revision checklist
- Can you write the Wheatstone bridge balance condition and solve for an unknown resistance from given arm values?
- Can you distinguish between accuracy, precision, resolution, and sensitivity and give a numerical example of each?
- Can you calculate the loading error when a voltmeter measures across a resistor in a divider network?
- Can you apply error propagation to a quantity Z = A × B / C given percentage errors in A, B, and C?
- Can you compute the output of a quarter-bridge strain gauge circuit from the gauge factor and applied strain?
- Can you state the operating principles of LVDT, thermocouple, and piezoelectric transducers in one sentence each?