Difficulty: Easy
Correct Answer: divide the source voltage in proportion to their values
Explanation:
Introduction / Context:
Series resistor strings are used as voltage dividers in bias networks, measurement scaling, and reference generation. Knowing how voltage distributes across each resistor allows you to design predictable tap voltages and assess power dissipation.
Given Data / Assumptions:
Concept / Approach:
With the same current I through every series element, the drop on resistor Ri is Vi = I * Ri. Therefore, voltage division is proportional to resistance values: larger resistance gets a proportionally larger share of the total source voltage. The total obeys V_source = Σ Vi.
Step-by-Step Solution:
Let R_total = R1 + R2 + ... + Rn.Series current: I = V_source / R_total.Drop on Ri: Vi = I * Ri = (V_source / R_total) * Ri.Hence, Vi / V_source = Ri / R_total, showing proportional division.
Verification / Alternative check:
Choose numbers: V_source = 10 V, R1 = 2 kΩ, R2 = 3 kΩ. Then R_total = 5 kΩ, I = 10/5000 = 2 mA. Drops: V1 = 2 mA * 2 kΩ = 4 V; V2 = 2 mA * 3 kΩ = 6 V. The ratio V1:V2 = 4:6 equals R1:R2 = 2:3, confirming proportionality.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
divide the source voltage in proportion to their values
Discussion & Comments