Difficulty: Easy
Correct Answer: triples
Explanation:
Introduction / Context:The fundamental relationship for capacitors links charge, capacitance, and voltage. This is central to energy storage, ADC sample-and-hold design, and timing circuits. Understanding proportional scaling avoids sizing and stress errors in practice.
Given Data / Assumptions:
Concept / Approach:The governing relation is Q = C * V, where Q is stored charge. If C is fixed and V is multiplied by 3, the stored charge scales by the same factor. Energy (E = 0.5 * C * V^2) would scale by the square of the factor, but the question asks specifically about charge, not energy.
Step-by-Step Solution:
Start with Q = C * V.Let V′ = 3 * V with C unchanged.Then Q′ = C * V′ = C * (3 * V) = 3 * (C * V) = 3Q.Verification / Alternative check:Pick numbers: let C = 1 µF, V = 2 V → Q = 2 µC. Tripling V to 6 V → Q = 6 µC, exactly 3× larger.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:triples
Discussion & Comments