Difficulty: Easy
Correct Answer: decreases
Explanation:
Introduction / Context:Voltage dividers only hold their ideal output when the output node is unloaded or connected to an infinite resistance (open circuit). Any finite load forms a parallel path with one divider resistor, reducing effective resistance and thereby reducing the output voltage. Recognizing this behavior is fundamental when designing sensor interfaces and bias networks.
Given Data / Assumptions:
Concept / Approach:With a load present, the bottom leg of the divider becomes R_bottom || R_load, which is less than R_bottom alone. The voltage division ratio V_out/V_in = R_eq_bottom / (R_top + R_eq_bottom) decreases because R_eq_bottom decreases. Therefore, V_out must fall below the no-load value.
Step-by-Step Solution:
Start from V_out(no-load) = V_in * R_bottom / (R_top + R_bottom) = 12 V.Connect load: R_bottom → R_eq_bottom = R_bottom || R_load < R_bottom.Updated ratio: V_out(load) = V_in * R_eq_bottom / (R_top + R_eq_bottom), which is smaller.Hence, the output voltage decreases under load.Verification / Alternative check:A numeric example (e.g., R_top = R_bottom and R_load = 1 MΩ) shows a modest drop from 12 V to a slightly lower value; a smaller load resistance causes a more pronounced drop, confirming the general rule.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:decreases
Discussion & Comments