Difficulty: Medium
Correct Answer: 5.7 V
Explanation:
Introduction / Context:Real-world voltage dividers are rarely unloaded. When a load is attached to the output node, it forms a parallel path with one of the divider resistors, altering the effective resistance and reducing the output voltage. This is a classic example of source-loading and Thevenin-equivalent thinking.
Given Data / Assumptions:
Concept / Approach:First, find the equivalent of the bottom leg: R_eq_bottom = (R_bottom || R_load). The output is then V_out = V_in * R_eq_bottom / (R_top + R_eq_bottom). Because R_load is large relative to 100 kΩ, loading is modest but not negligible, pulling the output below the open-circuit 6 V level.
Step-by-Step Solution:
Compute R_eq_bottom = (100 kΩ * 1 MΩ) / (100 kΩ + 1 MΩ) = (100,000 * 1,000,000) / 1,100,000 ≈ 90.909 kΩ.Compute V_out = 12 V * 90.909 kΩ / (100 kΩ + 90.909 kΩ).Denominator: 190.909 kΩ → Ratio ≈ 0.47619.V_out ≈ 12 * 0.47619 ≈ 5.714 V ≈ 5.7 V.Verification / Alternative check:Open-circuit output would be 6 V. A finite load in parallel with 100 kΩ must reduce the output; 5.7 V is close to, but slightly below, 6 V, which fits expectations. The Thevenin perspective around the midpoint yields the same result.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:5.7 V
Discussion & Comments