Solved Problems · Set 1

Circuit Fundamentals

Part 1 · DC Circuits — charge and current, voltage, power and energy, resistance and resistivity, and the average and RMS values of time-varying waveforms. Chapters 1–2 of the textbook.

Prof. Mithun Mondal 29 solved · 12 practice · 3 challenge GATE · ESE · University

Set 1 — Fundamentals of Electric Circuits

Twenty-nine fully worked problems on the quantities every later chapter takes for granted: charge and current, voltage, power and energy, resistance and resistivity, and the average and RMS values of waveforms that are not constant. Nothing here needs a theorem — only the definitions, applied carefully and with the units watched.

Textbook Chapters 1–2 · 29 solved · 12 practice · 3 challenge · 12 MCQs

i Method Recap
  • Charge and current are a calculus pair. \(i = dq/dt\) going one way, \(q = \int i\,dt\) going the other. On a graph this means current is the slope of a \(q\!-\!t\) curve and charge is the area under an \(i\!-\!t\) curve.

  • The passive sign convention decides every sign. If current enters the terminal marked \(+\), then \(p = vi\) and a positive answer means the element absorbs. If current enters the \(-\) terminal, \(p = -vi\). A negative power means the element is delivering.

  • Power sums to zero. \(\sum p = 0\) over every element at every instant. Use it as a check on every solved circuit — it costs one line and catches most arithmetic slips.

  • Resistance is geometry times material. \(R = \rho L / A\), and \(R_T = R_0\left[1 + \alpha_0 (T - T_0)\right]\) for the temperature dependence.

  • Heating depends on the RMS value, never the average. \(P = I_{\mathrm{rms}}^{2}R\). Compute \(I_{\mathrm{rms}} = \sqrt{\tfrac{1}{T}\int_0^T i^2\,dt}\); the average value tells you about charge transfer, not heat.

VideoWalkthrough
Problem 1CoreCharge & Current

The figure shows the current flowing into a capacitor. Determine the charge acquired by the capacitor during the first \(5\,\mu\text{s}\).

4 2 1 2 3 4 5 t (µs) i (A)
Current into the capacitor as a function of time.
Solution

Since \(i = dq/dt\), the charge delivered is the area under the \(i\!-\!t\) curve. Split the interval at every break point of the waveform — here at \(t = 1,\,3\) and \(4\ \mu\text{s}\) — so that each piece is a triangle, a rectangle or a trapezium.

A₁ A₂ A₃ A₄ 1 3 4 5 t (µs) i (A)
Decomposition into four elementary areas
15 1 3 4 5 t (µs) q (µC)
The accumulated charge q(t)

Evaluating the four areas, with time in \(\mu\text{s}\) and current in A so that the product is in \(\mu\text{C}\):

\[ \begin{aligned} A_1 &= \tfrac{1}{2}(1)(4) = 2\ \mu\text{C} &&\text{triangle, } 0\to1\ \mu\text{s}\\[2pt] A_2 &= (2)(4) = 8\ \mu\text{C} &&\text{rectangle, } 1\to3\ \mu\text{s}\\[2pt] A_3 &= \tfrac{1}{2}(1)(4+2) = 3\ \mu\text{C} &&\text{trapezium, } 3\to4\ \mu\text{s}\\[2pt] A_4 &= (1)(2) = 2\ \mu\text{C} &&\text{rectangle, } 4\to5\ \mu\text{s} \end{aligned} \]

Adding them:

\[ Q = A_1 + A_2 + A_3 + A_4 = 2 + 8 + 3 + 2 = 15\ \mu\text{C} \]
Check your decomposition: the widths of the pieces must add up to the width of the interval. Here \(1 + 2 + 1 + 1 = 5\,\mu\text{s}\) — correct. If they do not, you have double-counted a region, which is the single commonest error in graphical integration.
AnswerCharge acquired \(Q = 15\ \mu\text{C}\)
Problem 2CoreParallel Resistors / Power

Two coils connected in parallel across a 100 V DC supply draw 10 A from the supply. The power dissipated in one coil is 600 W. Find the resistance of each coil.

Solution

The effective (parallel) resistance seen by the supply:

\[ R_{\text{eff}} = \frac{V}{I} = \frac{100}{10} = 10\ \Omega \]

Because the coils are in parallel, the full supply voltage appears across each. Using the power in the first coil:

\[ 600 = \frac{V^2}{R_1} = \frac{100^2}{R_1} \;\Rightarrow\; R_1 = \frac{10\,000}{600} = 16.67\ \Omega \]

The total power drawn is \(P = VI = 100 \times 10 = 1000\ \text{W}\), so the second coil dissipates the remainder:

\[ P_2 = 1000 - 600 = 400\ \text{W} \;\Rightarrow\; R_2 = \frac{100^2}{400} = 25\ \Omega \]

Confirming with the parallel formula:

\[ \frac{R_1R_2}{R_1+R_2} = \frac{16.67 \times 25}{16.67 + 25} = \frac{416.75}{41.67} = 10\ \Omega \;\checkmark \]
Answer\(R_1 = 16.67\ \Omega,\quad R_2 = 25\ \Omega\)
Problem 3CoreLamp Ratings / Series

How many 200 W / 220 V incandescent lamps connected in series would consume the same total power as a single 100 W / 220 V incandescent lamp? Assume the filament resistance stays constant.

Solution

A lamp's rating fixes its resistance, not its power: the marked power is what it draws at its marked voltage. Resistance of one 200 W lamp:

\[ R_1 = \frac{V^2}{P_1} = \frac{220^2}{200} = 242\ \Omega \]

Resistance required to dissipate 100 W at 220 V:

\[ R_{\text{req}} = \frac{220^2}{100} = 484\ \Omega \]

Number of 242 Ω lamps in series needed to reach 484 Ω:

\[ n = \frac{484}{242} = 2, \qquad P = \frac{220^2}{484} = 100\ \text{W}\;\checkmark \]
+ 220 V 242 Ω 242 Ω Lamp 1 Lamp 2 I
Two 200 W lamps in series present 484 Ω to the supply
Why this is counter-intuitive: putting more lamps in series reduces the total power, because the series resistance rises while the applied voltage is fixed. Each lamp then runs at only 110 V and glows dimly, dissipating 50 W instead of its rated 200 W.
AnswerTwo lamps in series (\(n = 2\))
Problem 4Exam levelSources & Power

When a resistor \(R\) is connected to a current source it dissipates 18 W. When the same \(R\) is connected to a voltage source whose numerical magnitude equals that of the current source, it absorbs 4.5 W. Find the magnitude of the source and the value of \(R\).

Solution

With a current source of value \(I\) driving \(R\), all of the source current passes through the resistor:

\[ P_1 = I^2 R = 18\ \text{W} \]

The voltage source has the same numerical magnitude, so \(V = I\) as a number and

\[ P_2 = \frac{V^2}{R} = \frac{I^2}{R} = 4.5\ \text{W} \]

Multiplying the two equations eliminates \(R\) entirely:

\[ \begin{aligned} P_1 P_2 &= (I^2R)\!\left(\frac{I^2}{R}\right) = I^4 = 18 \times 4.5 = 81\\[2pt] I &= 3\ \text{A},\qquad R = \frac{18}{I^2} = \frac{18}{9} = 2\ \Omega \end{aligned} \]

Verification with the voltage source: \(P_2 = 3^2/2 = 4.5\ \text{W}\;\checkmark\)

The trick worth remembering: when one unknown appears as a product and the other as a quotient, multiply the equations rather than substituting. Dividing them instead would have given \(R^2 = 18/4.5 \times ...\) — also workable, but the product is cleaner here.
Answer\(I = 3\ \text{A},\quad R = 2\ \Omega\)
Problem 5CoreCharge & Current

The charge \(q(t)\) delivered by a constant-voltage source is shown. Determine the current supplied by the source at (a) \(t = 1\,\text{s}\) and (b) \(t = 3\,\text{s}\).

10 2 5 t (s) q (mC) A→B B→C
Charge delivered by the source
Solution

The current is the slope of the charge waveform, \(i = dq/dt\). Both requested instants fall in the interior of a straight segment, so the slope is simply \(\Delta q/\Delta t\) for that segment.

aSegment A→B, valid for \(0 \le t \le 2\,\text{s}\):

\[ i = \frac{10 - 0}{2 - 0} = 5\ \text{mA} \quad\Rightarrow\quad i(1\,\text{s}) = 5\ \text{mA} \]

bSegment B→C, valid for \(2 \le t \le 5\,\text{s}\):

\[ i = \frac{0 - 10}{5 - 2} = -3.33\ \text{mA} \quad\Rightarrow\quad i(3\,\text{s}) = -3.33\ \text{mA} \]
Reading the sign: the negative current does not mean anything is broken. Charge is now leaving the terminal it previously entered, so the current has simply reversed relative to the reference direction. Note also that the current is undefined exactly at \(t = 2\,\text{s}\), where the slope changes discontinuously.
Answer\(i(1\,\text{s}) = 5\ \text{mA},\quad i(3\,\text{s}) = -3.33\ \text{mA}\)
Problem 6CorePower Rating

A toaster rated 1000 W, 240 V is connected to a 220 V supply. Will the toaster be damaged? Will its power rating be affected?

Solution

The rating fixes the element resistance and the maximum safe current:

\[ R = \frac{V^2}{P} = \frac{240^2}{1000} = 57.6\ \Omega,\qquad I_{\text{rated}} = \frac{P}{V} = \frac{1000}{240} = 4.167\ \text{A} \]

Current actually drawn at 220 V:

\[ I = \frac{V}{R} = \frac{220}{57.6} = 3.82\ \text{A} \]

Since \(3.82\,\text{A} < 4.167\,\text{A}\), the element is not damaged. The power actually consumed is

\[ P' = \frac{V'^2}{R} = \frac{220^2}{57.6} = 840.3\ \text{W} \]

Equivalently, since \(P \propto V^2\) at fixed resistance:

\[ P' = 1000\left(\frac{220}{240}\right)^{2} = 1000 \times 0.8403 = 840.3\ \text{W} \]
Practical consequence: a 16 % drop in power means the toast takes about 19 % longer. Under-voltage does not damage a purely resistive appliance — but it does damage motors, which draw more current at reduced voltage to hold their torque.
AnswerNot damaged; output falls to \(\approx 840\ \text{W}\)
Problem 7Exam levelPower Rating / Series

What is the maximum voltage that can be applied across the series combination of a 150 Ω, 2 W resistor and a 100 Ω, 1 W resistor without exceeding the power rating of either resistor?

Solution

In series both resistors carry the same current, so work in terms of current. From \(P = I^2 R\) the maximum safe current of each is \(I_{\max} = \sqrt{P/R}\):

\[ I_1 = \sqrt{\frac{2}{150}} = 0.1155\ \text{A},\qquad I_2 = \sqrt{\frac{1}{100}} = 0.1000\ \text{A} \]

The combination is limited by whichever resistor saturates first — the smaller of the two currents, \(I = 0.100\,\text{A}\), set by the 100 Ω resistor:

\[ V_{\max} = I\,(R_1 + R_2) = 0.100 \times (150 + 100) = 25\ \text{V} \]

At that current the 150 Ω resistor dissipates only

\[ P_1 = (0.1)^2(150) = 1.5\ \text{W} < 2\ \text{W}\;\checkmark \]

so it is running comfortably below its rating while the 100 Ω resistor is exactly at its limit.

The trap: it is tempting to add the ratings and write \(P_{\max} = 3\ \text{W}\), then \(V = \sqrt{3 \times 250} = 27.4\,\text{V}\). That is wrong — it would burn out the 100 Ω resistor. Ratings never add; the weakest component sets the limit.
Answer\(V_{\max} = 25\ \text{V}\)
Problem 8CoreResistivity

A wire 50 m long and 2 mm² in cross-section has a resistance of 0.56 Ω. A 100 m length of the same material has a resistance of 2 Ω at the same temperature. Find the diameter of this second wire.

Solution

Both wires share the same material, so their resistivities are equal. Writing \(\rho = RA/L\) for each and equating:

\[ \frac{R_1 A_1}{L_1} = \frac{R_2 A_2}{L_2} \;\Rightarrow\; \frac{0.56 \times 2}{50} = \frac{2 \times A_2}{100} \]

Solving for the unknown area:

\[ 0.0224 = 0.02\,A_2 \;\Rightarrow\; A_2 = 1.12\ \text{mm}^2 \]

Note that \(A_1\) was left in mm², so \(A_2\) comes out in mm² too — the units cancel provided you are consistent, and there is no need to convert to m².

From \(A = \pi d^2/4\):

\[ d = \sqrt{\frac{4A_2}{\pi}} = \sqrt{\frac{4 \times 1.12}{\pi}} = \sqrt{1.426} = 1.19\ \text{mm} \]
Answer\(A_2 = 1.12\ \text{mm}^2,\quad d = 1.19\ \text{mm}\)
Problem 9CoreRMS / Average Power

The voltage across a 10 Ω resistor is the square wave shown, of amplitude \(\pm 10\,\text{V}\) and period \(\pi\). Find the average power dissipated by the resistor.

10 -10 2π/3 π t v (V)
Applied square-wave voltage
Solution

Average power is \(P_{\text{avg}} = V_{\text{rms}}^2/R\), with \(V_{\text{rms}}^2 = \tfrac{1}{T}\int_0^T v^2\,dt\). Because power depends on \(v^2\), the sign of the voltage is irrelevant — both parts of the cycle contribute positively:

\[ V_{\text{rms}}^{2} = \frac{1}{\pi}\left[\int_{0}^{2\pi/3}(10)^2\,dt + \int_{2\pi/3}^{\pi}(-10)^2\,dt\right] = \frac{100}{\pi}\left[\frac{2\pi}{3} + \frac{\pi}{3}\right] = 100\ \text{V}^2 \]

Hence \(V_{\text{rms}} = 10\ \text{V}\) and

\[ P_{\text{avg}} = \frac{V_{\text{rms}}^{2}}{R} = \frac{100}{10} = 10\ \text{W} \]
100 2π/3 π t v² (V²)
The squared voltage is constant at 100 V² across the whole period
Shortcut: for any square wave that switches between \(+V_m\) and \(-V_m\), however unequal the two intervals, \(v^2\) is constant at \(V_m^2\), so \(V_{\text{rms}} = V_m\) always. The \(2\pi/3\) break point in the figure is a deliberate distraction.
Answer\(V_{\text{rms}} = 10\ \text{V},\quad P_{\text{avg}} = 10\ \text{W}\)
Problem 10Exam levelResistivity / Geometry

A wire-wound resistor is to be made from 0.2 mm diameter constantan wire wound around a cylinder of 1 cm diameter. How many turns are needed for a resistance of 50 Ω? Take the resistivity of constantan as \(49 \times 10^{-8}\ \Omega\text{m}\).

Solution

Cross-sectional area of the wire:

\[ A = \frac{\pi d^2}{4} = \frac{\pi (0.2 \times 10^{-3})^2}{4} = 3.142 \times 10^{-8}\ \text{m}^2 \]

Required wire length from \(R = \rho L / A\):

\[ L = \frac{RA}{\rho} = \frac{50 \times 3.142\times 10^{-8}}{49 \times 10^{-8}} = 3.206\ \text{m} \]

Each turn wraps once around the cylinder, so its length is the circumference \(2\pi r\) with \(r = 0.5\,\text{cm} = 0.005\,\text{m}\):

\[ N = \frac{L}{2\pi r} = \frac{3.206}{2\pi(0.005)} = \frac{3.206}{0.03142} = 102.0\ \text{turns} \]
A refinement worth knowing: the wire sits on the former, so its centre-line traces a circle of diameter \(10 + 0.2 = 10.2\,\text{mm}\), not 10 mm. Using the mean turn diameter gives \(N = 3.206/(\pi \times 0.0102) = 100\) turns. The 2 % difference matters when the wire is thick compared with the former.
Answer\(N \approx 102\ \text{turns}\) (100 using the mean turn diameter)
Problem 11CoreAverage Value

Find the average value of the periodic current waveform shown, of period \(\pi\) s, which rises linearly from 5 A to 10 A and falls linearly back to 5 A.

5 10 7.5 π/2 π t i (A)
Triangular current waveform sitting on a 5 A pedestal
Solution

Describe the waveform piecewise over one period:

\[ i(t) = \begin{cases} \dfrac{10t}{\pi} + 5, & 0 \le t \le \dfrac{\pi}{2}\\[8pt] -\dfrac{10t}{\pi} + 15, & \dfrac{\pi}{2} \le t \le \pi \end{cases} \]

Check the end points: at \(t = \pi/2\) both expressions give 10 A, and at \(t = \pi\) the second gives 5 A — the waveform is continuous and periodic.

The average value over one period is \(I_{\text{avg}} = \tfrac{1}{T}\int_0^{T} i\,dt\):

\[ \begin{aligned} I_{\text{avg}} &= \frac{1}{\pi}\left[\int_{0}^{\pi/2}\!\!\left(\frac{10t}{\pi}+5\right)dt + \int_{\pi/2}^{\pi}\!\!\left(-\frac{10t}{\pi}+15\right)dt\right]\\[2pt] &= \frac{1}{\pi}\left\{\left[\frac{5t^2}{\pi}+5t\right]_{0}^{\pi/2} + \left[-\frac{5t^2}{\pi}+15t\right]_{\pi/2}^{\pi}\right\}\\[2pt] &= \frac{1}{\pi}\left(\frac{15\pi}{4} + \frac{15\pi}{4}\right) = \frac{15}{2} = 7.5\ \text{A} \end{aligned} \]
Faster route: the waveform is a triangle of peak-to-peak 5 A sitting on a 5 A pedestal, and a symmetric triangle averages to its mid-value. So \(I_{\text{avg}} = (5 + 10)/2 = 7.5\,\text{A}\) by inspection. Do the integral once to convince yourself, then use the shortcut in the examination hall. Note that the same shortcut does not work for the RMS value.
Answer\(I_{\text{avg}} = 7.5\ \text{A}\)
Problem 12CorePower & Energy

The domestic power load in a house comprises eight 100 W lamps, three 80 W fans, one ½ hp refrigerator and one 1000 W heater.

  1. Calculate the total current taken from the 230 V supply if everything is switched on.
  2. Calculate the energy consumed in a day if, on average, only a quarter of the load is on at any time.
Solution

Tabulating the connected load, with 1 hp = 746 W:

ItemQuantityLoad
Lamps8 × 100 W\(800\ \text{W}\)
Fans3 × 80 W\(240\ \text{W}\)
Refrigerator1 × ½ hp\(0.5 \times 746 = 373\ \text{W}\)
Heater1 × 1000 W\(1000\ \text{W}\)
Total connected load\(2413\ \text{W}\)

aTotal current from the supply:

\[ I = \frac{P}{V} = \frac{2413}{230} = 10.49\ \text{A} \]

bEnergy per day with a quarter of the load on continuously over 24 h:

\[ E = 2413 \times \tfrac{1}{4} \times 24 = 14\,478\ \text{Wh} = 14.478\ \text{kWh} \]
Engineering note: the ratio of the average load to the connected load is the load factor, here 0.25. It is why a house with 2.4 kW of connected appliances needs nowhere near 2.4 kW of continuous supply capacity — an idea that scales all the way up to national grid planning.
Answer\(I = 10.49\ \text{A};\quad E = 14.478\ \text{kWh/day}\)
Problem 13Exam levelInductor Energy

The figure shows the current through a practical inductor of resistance 1 Ω and inductance 2 H. The current ramps linearly from 0 to 6 A during the first 2 s and then stays at 6 A. Find the total energy absorbed by the inductor in the first four seconds.

6 2 4 t (s) i (A)
Current through the practical inductor
Solution

A practical inductor is modelled as an ideal 2 H inductance in series with a 1 Ω resistance. Energy goes to two different places, and they must be computed separately.

Energy stored in the magnetic field, which depends only on the end points because \(w_L = \tfrac{1}{2}Li^2\) is a state function:

\[ W_L = \tfrac{1}{2}L\left[i^2(4) - i^2(0)\right] = \tfrac{1}{2}(2)\!\left[6^2 - 0^2\right] = 36\ \text{J} \]

Energy dissipated in the 1 Ω resistance, which depends on the whole history. For \(0\le t\le 2\), \(i = 3t\); for \(2\le t\le 4\), \(i = 6\):

\[ \begin{aligned} W_R &= \int_0^4 R\,i^2\,dt = \int_0^2 (3t)^2\,dt + \int_2^4 6^2\,dt\\[2pt] &= \big[3t^3\big]_0^2 + 36(2) = 24 + 72 = 96\ \text{J} \end{aligned} \]

Total energy absorbed by the physical component:

\[ W = W_L + W_R = 36 + 96 = 132\ \text{J} \]
Why the split matters: the 36 J in the field can be recovered when the current falls back to zero; the 96 J in the resistance has already become heat and is gone. An examiner asking for "energy stored" wants 36 J, and one asking for "energy absorbed" wants 132 J — read the question twice.
Answer\(W_L = 36\ \text{J},\ W_R = 96\ \text{J},\ W = 132\ \text{J}\)
Problem 14Exam levelCharge / Power / Energy

The current entering the positive terminal of a device is \(i(t) = 3e^{-2t}\ \text{A}\) and the voltage across it is \(v(t) = 5\,\dfrac{di}{dt}\ \text{V}\). Find (a) the charge delivered between \(t = 0\) and \(t = 2\,\text{s}\), (b) the power absorbed, and (c) the energy absorbed in 3 s.

Solution

aCharge is the integral of current:

\[ q = \int_0^2 3e^{-2t}\,dt = \left[-\tfrac{3}{2}e^{-2t}\right]_0^2 = 1.5\!\left(1 - e^{-4}\right) = 1.4725\ \text{C} \]

bDifferentiate to obtain the voltage, then form the product:

\[ \begin{aligned} v &= 5\frac{di}{dt} = 5\!\left(-6e^{-2t}\right) = -30e^{-2t}\ \text{V}\\[2pt] p &= vi = \left(-30e^{-2t}\right)\!\left(3e^{-2t}\right) = -90e^{-4t}\ \text{W} \end{aligned} \]

The current enters the positive terminal, so the passive sign convention holds and \(p = vi\) is used directly with no extra minus sign.

cEnergy absorbed over the first 3 s:

\[ W = \int_0^3 p\,dt = -90\int_0^3 e^{-4t}\,dt = \left[\tfrac{90}{4}e^{-4t}\right]_0^3 = 22.5\!\left(e^{-12}-1\right) = -22.5\ \text{J} \]
Interpretation: the negative power and energy mean the device is delivering energy to the rest of the circuit, not absorbing it. Physically this is inevitable here — a decaying current through an inductive element (\(v = L\,di/dt\) with \(L = 5\,\text{H}\)) returns its stored energy, and \(\tfrac{1}{2}(5)(3)^2 = 22.5\,\text{J}\) is exactly the energy initially in the field.
Answer\(q = 1.4725\ \text{C},\quad p = -90e^{-4t}\ \text{W},\quad W = -22.5\ \text{J}\)
Problem 15Exam levelPower / Energy (AC)

The charge entering the positive terminal of an element is \(q = 10\sin 4\pi t\ \text{mC}\), while the voltage across it (plus to minus) is \(v = 2\cos 4\pi t\ \text{V}\). Find (a) the power delivered to the element at \(t = 0.3\,\text{s}\), and (b) the energy delivered between 0 and 0.6 s.

Solution

First recover the current by differentiating the charge:

\[ i = \frac{dq}{dt} = 10(4\pi)\cos 4\pi t = 40\pi\cos 4\pi t\ \text{mA} \]

aPower:

\[ p = vi = (2)(40\pi)\cos^2 4\pi t = 80\pi\cos^2 4\pi t\ \text{mW} \]

At \(t = 0.3\,\text{s}\) the argument is \(4\pi(0.3) = 1.2\pi\) rad, and \(\cos 1.2\pi = -0.809\), so \(\cos^2 = 0.6545\):

\[ p(0.3) = 80\pi (0.6545) = 164.5\ \text{mW} \]

bEnergy, using \(\cos^2\theta = \tfrac{1}{2}(1+\cos 2\theta)\):

\[ \begin{aligned} W &= \int_0^{0.6} 80\pi\cos^2 4\pi t\,dt = 40\pi\int_0^{0.6}\!\left[1 + \cos 8\pi t\right]dt\\[2pt] &= 40\pi\left[\,t + \frac{\sin 8\pi t}{8\pi}\,\right]_0^{0.6} = 40\pi\left[0.6 + \frac{\sin 4.8\pi}{8\pi}\right]\\[2pt] &= 40\pi\left[0.6 + 0.02339\right] = 78.34\ \text{mJ} \end{aligned} \]
Sanity check: the average of \(\cos^2\) is ½, so over 0.6 s you would expect roughly \(80\pi \times 0.5 \times 0.6 = 75.4\,\text{mJ}\). The exact answer of 78.34 mJ is slightly larger because 0.6 s is not a whole number of cycles (the period is 0.5 s), leaving a partial cycle that happens to sit on a positive lobe.
Answer\(p(0.3\,\text{s}) = 164.5\ \text{mW},\quad W = 78.34\ \text{mJ}\)
Problem 16CoreTemperature & Resistance

A copper field coil has a resistance of 50 Ω at 20 °C. The temperature coefficient of resistance of copper at 20 °C is \(\alpha_{20} = 0.00393\ /^{\circ}\text{C}\). Find its resistance when the coil heats up to 70 °C in service.

Solution

Resistance varies linearly with temperature. Because \(\alpha\) is quoted at 20 °C, 20 °C must be used as the reference:

\[ \begin{aligned} R_{70} &= R_{20}\left[1 + \alpha_{20}(T - 20)\right]\\[2pt] &= 50\left[1 + 0.00393(70 - 20)\right]\\[2pt] &= 50\left[1 + 0.1965\right] = 50 \times 1.1965 = 59.83\ \Omega \end{aligned} \]
Takeaway: a 50 °C rise increases copper resistance by about 20 %, which is why winding resistance — and hence \(I^2R\) loss — must be specified at the operating temperature, not at ambient. It is also the basis of the resistance method for measuring a machine's temperature rise without touching the winding.
Answer\(R_{70} = 59.83\ \Omega\)
Problem 17Exam levelAverage & RMS Values

A current rises linearly from 0 to 10 A over 2 s, drops instantly to 0, and repeats — a sawtooth of period 2 s. Find (a) its average value, (b) its RMS value, and (c) the power it delivers to a 4 Ω resistor.

10 2 4 t (s) i (A)
Sawtooth current of period 2 s
Solution

Over one period the current is \(i(t) = 5t\) for \(0 \le t \le 2\,\text{s}\).

aAverage value:

\[ I_{\text{avg}} = \frac{1}{T}\int_0^T i\,dt = \frac{1}{2}\int_0^2 5t\,dt = \frac{1}{2}\left[\frac{5t^2}{2}\right]_0^2 = 5\ \text{A} \]

bRMS value:

\[ I_{\text{rms}} = \sqrt{\frac{1}{T}\int_0^T i^2\,dt} = \sqrt{\frac{1}{2}\int_0^2 25t^2\,dt} = \sqrt{\frac{25}{2}\cdot\frac{8}{3}} = \frac{10}{\sqrt 3} = 5.774\ \text{A} \]

cHeating is governed by the RMS value:

\[ P = I_{\text{rms}}^{2}R = \frac{100}{3}\times 4 = 133.3\ \text{W} \]
The error to avoid: using the average value would give \(5^2 \times 4 = 100\,\text{W}\) — a 25 % underestimate. For any sawtooth, \(I_{\text{avg}} = I_m/2\) and \(I_{\text{rms}} = I_m/\sqrt3\), giving a form factor of \(2/\sqrt3 = 1.155\).
Answer\(I_{\text{avg}} = 5\ \text{A},\ I_{\text{rms}} = 5.774\ \text{A},\ P = 133.3\ \text{W}\)
Problem 18CoreSeries–Parallel Networks

A 12 V battery is connected to a 6 Ω resistor in series with the parallel combination of a 4 Ω and a 12 Ω resistor. Find (a) the total current drawn from the battery and (b) the power dissipated in the 4 Ω resistor.

+ 12 V 6 Ω 4 Ω 12 Ω I
Series 6 Ω feeding a parallel pair
Solution

aReduce the parallel pair first, working from the far end of the network back towards the source:

\[ R_p = \frac{4 \times 12}{4 + 12} = \frac{48}{16} = 3\ \Omega \]

Total resistance and battery current:

\[ R_T = 6 + 3 = 9\ \Omega,\qquad I = \frac{12}{9} = 1.333\ \text{A} \]

bVoltage across the parallel section, then the 4 Ω branch power:

\[ V_p = I R_p = 1.333 \times 3 = 4\ \text{V},\qquad P_{4\Omega} = \frac{V_p^2}{4} = \frac{16}{4} = 4\ \text{W} \]

Power check across the whole circuit:

\[ P_{\text{src}} = 12(1.333) = 16\ \text{W};\qquad P_{6\Omega} + P_{4\Omega} + P_{12\Omega} = 10.67 + 4 + 1.33 = 16\ \text{W}\;\checkmark \]
Answer\(I = 1.333\ \text{A},\quad P_{4\Omega} = 4\ \text{W}\)
Problem 19CoreEnergy & Billing

A household runs a 2 kW air-conditioner for 8 hours a day and ten 15 W LED bulbs for 6 hours a day. If electricity costs ₹7.50 per kWh, estimate the monthly (30-day) energy bill.

Solution

Daily energy of each load, taking care to express every power in kW before multiplying by hours:

\[ \begin{aligned} E_{\text{AC}} &= 2\ \text{kW} \times 8\ \text{h} = 16\ \text{kWh/day}\\[2pt] E_{\text{LED}} &= (10 \times 15\ \text{W}) \times 6\ \text{h} = 0.15\ \text{kW} \times 6\ \text{h} = 0.9\ \text{kWh/day} \end{aligned} \]

Monthly energy and cost:

\[ E_{\text{month}} = (16 + 0.9) \times 30 = 507\ \text{kWh},\qquad \text{Bill} = 507 \times 7.50 = \text{₹}\,3802.50 \]
Where the money goes: the ten bulbs account for 27 kWh of the 507 kWh — about 5 %. Replacing them with anything more efficient saves almost nothing; raising the air-conditioner set point by two degrees saves an order of magnitude more. Energy audits always start with the largest term.
Answer507 kWh per month; bill \(\text{₹}\,3802.50\)
Problem 20Exam levelCapacitor Charge & Energy

A 100 μF capacitor is charged to 200 V. (a) Find the charge and energy stored. (b) This capacitor is then connected across an identical, initially uncharged 100 μF capacitor. Find the final common voltage and the energy lost in the process.

Solution

aInitial charge and stored energy:

\[ \begin{aligned} Q &= CV = (100\times 10^{-6})(200) = 0.02\ \text{C} = 20\ \text{mC}\\[2pt] W_i &= \tfrac{1}{2}CV^2 = \tfrac{1}{2}(100\times 10^{-6})(200)^2 = 2\ \text{J} \end{aligned} \]

bCharge is conserved — it cannot leave the isolated pair — and is now shared over a total capacitance \(C_{\text{tot}} = 200\,\mu\text{F}\):

\[ V_f = \frac{Q}{C_{\text{tot}}} = \frac{0.02}{200\times 10^{-6}} = 100\ \text{V} \]

Final stored energy and the energy lost:

\[ \begin{aligned} W_f &= \tfrac{1}{2}C_{\text{tot}}V_f^2 = \tfrac{1}{2}(200\times 10^{-6})(100)^2 = 1\ \text{J}\\[2pt] \Delta W &= W_i - W_f = 2 - 1 = 1\ \text{J} \end{aligned} \]
Key idea: charge sharing between two equal capacitors always loses exactly half the stored energy, no matter how small the connecting resistance. Reduce \(R\) and the transient gets shorter but the current gets proportionally larger, and \(\int i^2R\,dt\) stays at 1 J. With truly zero resistance the loss goes to radiation instead. Energy is not conserved as stored energy here — only charge is.
Answer\(Q = 20\ \text{mC},\ W_i = 2\ \text{J};\quad V_f = 100\ \text{V},\ \Delta W = 1\ \text{J}\)

Further Problems

Nine additional problems covering ground the set above leaves out — conduction at the electron level, differentiation of a product, power balance when a dependent source is present, composite conductors, extraction of the temperature coefficient from measurements, and the RMS values of offset and rectified waveforms. The last two are genuine challenge problems that reward a general argument over arithmetic.

Problem 21CoreDrift Velocity

A copper conductor of cross-sectional area 2 mm² carries a steady current of 10 A. Copper contains \(n = 8.5 \times 10^{28}\) free electrons per cubic metre. Find (a) the current density, (b) the drift velocity of the electrons, and (c) the number of electrons crossing any section per second.

Solution

aCurrent density is current per unit area:

\[ J = \frac{I}{A} = \frac{10}{2\times 10^{-6}} = 5 \times 10^{6}\ \text{A/m}^2 = 5\ \text{A/mm}^2 \]

bIn time \(\Delta t\) the electrons within a length \(v_d\Delta t\) all cross the section, so \(I = n\,e\,A\,v_d\) and

\[ v_d = \frac{J}{n e} = \frac{5\times 10^{6}}{(8.5\times 10^{28})(1.602\times 10^{-19})} = \frac{5\times 10^{6}}{1.362\times 10^{10}} = 3.67\times 10^{-4}\ \text{m/s} \]

That is 0.367 mm/s — an electron would take about 45 minutes to travel one metre.

cElectrons per second:

\[ N = \frac{I}{e} = \frac{10}{1.602\times 10^{-19}} = 6.24\times 10^{19}\ \text{electrons/s} \]
Resolving the paradox: the drift is glacial, yet a lamp lights instantly. The reason is that the electric field propagates along the conductor at nearly the speed of light, so every electron in the circuit — including those already inside the filament — starts moving almost simultaneously. Nothing has to travel from the switch to the lamp.
Answer\(J = 5\ \text{A/mm}^2,\ v_d = 0.367\ \text{mm/s},\ N = 6.24\times10^{19}\,\text{s}^{-1}\)
Problem 22Exam levelCharge & Current

The total charge entering a terminal is \(q = 5t\sin 4\pi t\ \text{mC}\). Calculate the current at \(t = 0.5\,\text{s}\).

Solution

The charge is a product of two functions of time, so the product rule is needed:

\[ i = \frac{dq}{dt} = \frac{d}{dt}\!\left(5t\sin 4\pi t\right) = 5\sin 4\pi t + 5t(4\pi)\cos 4\pi t\ \ \text{mA} \]

Substituting \(t = 0.5\,\text{s}\), where \(4\pi t = 2\pi\) so \(\sin 2\pi = 0\) and \(\cos 2\pi = 1\):

\[ i(0.5) = 5(0) + 20\pi(0.5)(1) = 10\pi = 31.42\ \text{mA} \]
Two traps in one problem. First, differentiating only the sine and forgetting the \(5\sin4\pi t\) term gives the right answer here purely by luck, because that term vanishes at this instant — it would be wrong at any other time. Second, the units: \(q\) is in mC and \(t\) in seconds, so \(i\) comes out in mA, not A.
Answer\(i(0.5\,\text{s}) = 10\pi = 31.42\ \text{mA}\)
Problem 23Exam levelDependent Source & Power Balance

In the single-loop circuit shown, the dependent source is a current-controlled voltage source of value \(2I\) volts. Find the loop current \(I\) and the power associated with each of the three elements, and verify conservation of power.

+ 24 V 4 Ω + 2I I
Single loop with an independent source, a resistor and a CCVS
Solution

Apply KVL clockwise around the loop, taking a rise across the 24 V source and drops across the resistor and the dependent source:

\[ 24 - 4I - 2I = 0 \;\Rightarrow\; 6I = 24 \;\Rightarrow\; I = 4\ \text{A} \]

Note that a dependent source is handled in KVL exactly like an independent one — the only difference is that its value must later be expressed in terms of the circuit unknowns, which here it already is.

Now evaluate each element under the passive sign convention. For the 24 V source, current leaves its positive terminal, so it supplies:

\[ p_{24} = -(24)(4) = -96\ \text{W} \quad\text{i.e. 96 W supplied} \]

The resistor always absorbs:

\[ p_{4\Omega} = I^2 R = (4)^2(4) = 64\ \text{W absorbed} \]

The dependent source has terminal voltage \(v = 2I = 8\ \text{V}\), and the current enters its positive terminal, so it absorbs:

\[ p_{\text{dep}} = (8)(4) = 32\ \text{W absorbed} \]

Conservation of power:

\[ \sum p = -96 + 64 + 32 = 0 \;\checkmark \]
The point of the problem: a dependent source is classified as an active element, but that does not mean it always delivers energy. Here it absorbs 32 W. "Active" means capable of supplying, not obliged to.
Answer\(I = 4\ \text{A};\ p_{24}=-96\ \text{W},\ p_{4\Omega}=64\ \text{W},\ p_{\text{dep}}=32\ \text{W}\)
Problem 24CoreComposite Conductor

An aluminium wire 100 m long and 2 mm in diameter is joined end to end with a copper wire 50 m long and 1.5 mm in diameter. Take \(\rho_{\text{Al}} = 2.83\times10^{-8}\ \Omega\text{m}\) and \(\rho_{\text{Cu}} = 1.72\times10^{-8}\ \Omega\text{m}\). Find the resistance of the composite conductor, and the fraction of the total power lost in each section.

Solution

Cross-sectional areas:

\[ A_{\text{Al}} = \frac{\pi(2\times10^{-3})^2}{4} = 3.142\times10^{-6}\ \text{m}^2,\qquad A_{\text{Cu}} = \frac{\pi(1.5\times10^{-3})^2}{4} = 1.767\times10^{-6}\ \text{m}^2 \]

Resistance of each section from \(R = \rho L/A\):

\[ \begin{aligned} R_{\text{Al}} &= \frac{(2.83\times10^{-8})(100)}{3.142\times10^{-6}} = 0.901\ \Omega\\[2pt] R_{\text{Cu}} &= \frac{(1.72\times10^{-8})(50)}{1.767\times10^{-6}} = 0.487\ \Omega \end{aligned} \]

The two sections are in series, so the resistances add:

\[ R = 0.901 + 0.487 = 1.388\ \Omega \]

The same current flows through both, so power divides in the ratio of the resistances:

\[ \frac{P_{\text{Al}}}{P} = \frac{0.901}{1.388} = 64.9\,\%,\qquad \frac{P_{\text{Cu}}}{P} = 35.1\,\% \]
Why joints like this are avoided: aluminium and copper have very different thermal expansion coefficients, so a direct Al–Cu joint loosens as it heats and cools, raising contact resistance until it becomes a hot spot. Practical joints use a bimetallic ferrule or an inhibiting compound.
Answer\(R = 1.388\ \Omega\); 64.9 % of the loss in the aluminium
Problem 25Exam levelTemperature Coefficient

A coil measures 40 Ω at 20 °C and 48 Ω at 70 °C. Find (a) the temperature coefficient of resistance referred to 0 °C, (b) the resistance at 0 °C, (c) the resistance at 100 °C, and (d) the inferred temperature of zero resistance.

Solution

Referred to 0 °C the resistance law is \(R_T = R_0(1 + \alpha_0 T)\). Writing it at both measured temperatures:

\[ 40 = R_0(1 + 20\alpha_0),\qquad 48 = R_0(1 + 70\alpha_0) \]

aDividing the second by the first eliminates \(R_0\):

\[ \begin{aligned} \frac{48}{40} = 1.2 &= \frac{1 + 70\alpha_0}{1 + 20\alpha_0}\\[2pt] 1.2 + 24\alpha_0 &= 1 + 70\alpha_0\\[2pt] 46\alpha_0 &= 0.2 \;\Rightarrow\; \alpha_0 = 4.348\times10^{-3}\ /^{\circ}\text{C} \end{aligned} \]

bBack-substituting:

\[ R_0 = \frac{40}{1 + 20(4.348\times10^{-3})} = \frac{40}{1.08696} = 36.8\ \Omega \]

cResistance at 100 °C:

\[ R_{100} = 36.8\left[1 + 4.348\times10^{-3}(100)\right] = 36.8(1.4348) = 52.8\ \Omega \]

dThe straight line \(R_T = R_0(1+\alpha_0 T)\) reaches zero when \(1 + \alpha_0 T = 0\):

\[ T_0 = -\frac{1}{\alpha_0} = -\frac{1}{4.348\times10^{-3}} = -230\ ^{\circ}\text{C} \]
Reading the result: −230 °C is the standard inferred zero-resistance temperature for copper, so the coil is almost certainly copper-wound. The figure is an extrapolation, not a physical prediction — real copper does not lose all its resistance at −230 °C, because the linear law fails well before that.
Answer\(\alpha_0 = 0.004348\,/^{\circ}\text{C},\ R_0 = 36.8\ \Omega,\ R_{100} = 52.8\ \Omega,\ T_0 = -230\,^{\circ}\text{C}\)
Problem 26Exam levelRMS of an Offset Sinusoid

A current \(i(t) = 4 + 6\sin\omega t\) A flows through a 5 Ω resistor. Find (a) the average value, (b) the RMS value, and (c) the average power dissipated.

Solution

aThe sine averages to zero over a whole number of cycles, so only the DC term survives:

\[ I_{\text{avg}} = 4\ \text{A} \]

bFor the RMS value, square first:

\[ i^2 = 16 + 48\sin\omega t + 36\sin^2\omega t \]

Averaging term by term: the constant gives 16, the cross term averages to zero over a whole cycle, and the mean square of a sine is \(\tfrac{1}{2}\), so the last term contributes \(36 \times \tfrac{1}{2} = 18\).

\[ I_{\text{rms}} = \sqrt{16 + 18} = \sqrt{34} = 5.831\ \text{A} \]

cAverage power:

\[ P = I_{\text{rms}}^2 R = 34 \times 5 = 170\ \text{W} \]
The general rule: RMS values of a DC component and an AC component combine in quadrature, \(I_{\text{rms}} = \sqrt{I_{\text{dc}}^2 + I_{\text{ac,rms}}^2}\), because the cross term always averages to zero. They never add arithmetically — writing \(4 + 6/\sqrt2 = 8.24\,\text{A}\) is a common and expensive error.
Answer\(I_{\text{avg}} = 4\ \text{A},\ I_{\text{rms}} = 5.831\ \text{A},\ P = 170\ \text{W}\)
Problem 27Exam levelHalf-Wave Rectified Sine

A half-wave rectified sinusoidal current has a peak value of 10 A: it follows \(10\sin\omega t\) for the first half-cycle and is zero for the second. Find its average value, RMS value, form factor and peak factor.

10 3.18 π i (A)
Half-wave rectified current, peak 10 A; the gold line marks the average
Solution

Work in terms of \(\theta = \omega t\) with a period of \(2\pi\). The waveform is \(I_m\sin\theta\) on \((0,\pi)\) and zero on \((\pi,2\pi)\).

Average value — note that the denominator is the full period, even though the current is non-zero for only half of it:

\[ I_{\text{avg}} = \frac{1}{2\pi}\int_0^{\pi} I_m\sin\theta\,d\theta = \frac{I_m}{2\pi}\big[-\cos\theta\big]_0^{\pi} = \frac{I_m}{\pi} = \frac{10}{\pi} = 3.183\ \text{A} \]

RMS value, using \(\sin^2\theta = \tfrac{1}{2}(1-\cos2\theta)\):

\[ I_{\text{rms}}^2 = \frac{1}{2\pi}\int_0^{\pi} I_m^2\sin^2\theta\,d\theta = \frac{I_m^2}{4\pi}\big[\theta - \tfrac{1}{2}\sin2\theta\big]_0^{\pi} = \frac{I_m^2}{4} \]
\[ I_{\text{rms}} = \frac{I_m}{2} = 5\ \text{A} \]

Form factor and peak factor:

\[ k_f = \frac{I_{\text{rms}}}{I_{\text{avg}}} = \frac{5}{3.183} = 1.571 = \frac{\pi}{2}, \qquad k_p = \frac{I_m}{I_{\text{rms}}} = \frac{10}{5} = 2 \]
Compare with the full sine wave, for which \(I_{\text{avg}} = 2I_m/\pi = 6.37\,\text{A}\) over a half-cycle, \(I_{\text{rms}} = I_m/\sqrt2 = 7.07\,\text{A}\), \(k_f = 1.11\) and \(k_p = 1.414\). Half-wave rectification halves both the average and the RMS value, so the form factor rises and the waveform is measurably "peakier" — which is exactly why a moving-iron meter calibrated for sinusoids misreads a rectified waveform.
Answer\(I_{\text{avg}} = 3.183\ \text{A},\ I_{\text{rms}} = 5\ \text{A},\ k_f = 1.571,\ k_p = 2\)
Problem 28ChallengeRated Networks

Four identical resistors, each 100 Ω and rated 1 W, are available. Find the maximum voltage that may be applied, and the maximum total power the combination can safely dissipate, when they are connected (a) all four in series, (b) all four in parallel, and (c) as two parallel branches of two series resistors. Comment on the pattern.

Solution

Each resistor is safe up to \(I_{\max} = \sqrt{P/R} = \sqrt{1/100} = 0.1\ \text{A}\), equivalently \(V_{\max} = \sqrt{PR} = 10\ \text{V}\) across it.

aAll in series. Equivalent resistance \(400\ \Omega\), and all four carry the same current, which is limited to 0.1 A:

\[ V = 0.1 \times 400 = 40\ \text{V},\qquad P = I^2R_{\text{eq}} = (0.1)^2(400) = 4\ \text{W} \]

bAll in parallel. Equivalent resistance \(25\ \Omega\), and all four see the same voltage, limited to 10 V:

\[ V = 10\ \text{V},\qquad P = \frac{V^2}{R_{\text{eq}}} = \frac{100}{25} = 4\ \text{W} \]

cTwo-by-two. Each branch is \(200\ \Omega\); the two in parallel give \(R_{\text{eq}} = 100\ \Omega\). Each branch current is limited to 0.1 A, so the branch voltage — which is the applied voltage — is

\[ V = 0.1 \times 200 = 20\ \text{V},\qquad P = \frac{V^2}{R_{\text{eq}}} = \frac{400}{100} = 4\ \text{W} \]

The maximum applied voltage differs by a factor of four across the three arrangements, yet the safe dissipation is 4 W in every case.

The general result. This is not a coincidence. Whatever the topology, the network is safe exactly when every resistor is at or below its own rating, and the total dissipation is the sum of the individual dissipations. With \(n\) identical resistors the arrangement is symmetric, so all reach their limit together and the total is exactly \(n \times P_{\text{rated}} = 4\ \text{W}\). Topology sets the voltage and current at which you reach that ceiling — never the ceiling itself. The result fails the moment the resistors are unequal or the arrangement is unsymmetrical, as Problem 7 showed.
Answer(a) 40 V (b) 10 V (c) 20 V — and \(P_{\max} = 4\ \text{W}\) in all three
Problem 29ChallengeEnergy & Efficiency

An uncharged capacitor \(C\) is charged from a DC source of voltage \(V\) through a series resistance \(R\), until it is fully charged. Find the energy drawn from the source, the energy finally stored, and the energy dissipated in \(R\). Show that the efficiency of the process is 50 % regardless of the value of \(R\). Evaluate for \(C = 1000\ \mu\text{F}\) and \(V = 100\ \text{V}\).

Solution

When charging is complete the capacitor holds \(Q = CV\). Every coulomb of that charge was pushed through the source, and the source terminal voltage was \(V\) throughout, so

\[ W_{\text{src}} = \int v_s\,i\,dt = V\!\int i\,dt = VQ = CV^2 \]

Notice that this argument never mentions \(R\) — it does not even require the current waveform to be known.

The energy finally stored in the capacitor is the standard result:

\[ W_C = \tfrac{1}{2}CV^2 \]

Energy is conserved, so whatever the source delivered and the capacitor did not keep must have gone into the resistor:

\[ W_R = W_{\text{src}} - W_C = CV^2 - \tfrac{1}{2}CV^2 = \tfrac{1}{2}CV^2 \]

Hence the efficiency:

\[ \eta = \frac{W_C}{W_{\text{src}}} = \frac{\tfrac{1}{2}CV^2}{CV^2} = \frac{1}{2} = 50\,\% \]

Direct confirmation by integration, using \(i = (V/R)e^{-t/RC}\):

\[ W_R = \int_0^{\infty} i^2R\,dt = \frac{V^2}{R}\int_0^{\infty} e^{-2t/RC}\,dt = \frac{V^2}{R}\cdot\frac{RC}{2} = \tfrac{1}{2}CV^2 \]

The \(R\) in the numerator cancels the \(R\) in the time constant exactly — halving the resistance doubles the peak current but halves the duration, leaving the integral unchanged.

Numerically, with \(C = 1000\ \mu\text{F}\) and \(V = 100\ \text{V}\):

\[ W_{\text{src}} = (10^{-3})(100)^2 = 10\ \text{J},\qquad W_C = 5\ \text{J},\qquad W_R = 5\ \text{J} \]
Why this matters in practice. The 50 % ceiling is why capacitor banks are never charged straight from a voltage source through a resistor in any application where efficiency counts. A series inductor instead of a resistor, or a switched-mode charger that steps the voltage up gradually so the source and capacitor voltages stay close, both beat the limit. The same argument, run in reverse, is what makes Problem 20's charge-sharing loss unavoidable.
Answer\(W_{\text{src}} = CV^2,\ W_C = W_R = \tfrac{1}{2}CV^2,\ \eta = 50\,\%\); 10 J, 5 J, 5 J
Practice

Practice Problems

Work each of these on paper before opening the answer. The answer is given so you can check yourself; the method is deliberately not, because producing it is the exercise.

  1. P1. The charge entering a terminal is \(q = (5t^2 + 3t)\ \text{mC}\). Find the current at \(t = 2\,\text{s}\), and the charge delivered between \(t = 1\) and \(t = 3\,\text{s}\).

    Show answer
    \(i = (10t+3)\) mA, so \(i(2) = 23\) mA. \(\Delta q = q(3)-q(1) = 54 - 8 = 46\) mC.
  2. P2. A 60 W, 120 V lamp and a 100 W, 120 V lamp are connected in series across a 120 V supply. Which lamp glows brighter, and what power does each dissipate?

    Show answer
    \(R_{60} = 240\,\Omega\), \(R_{100} = 144\,\Omega\), total 384 Ω, \(I = 0.3125\) A. Then \(P_{60} = 23.4\) W and \(P_{100} = 14.1\) W — the 60 W lamp is brighter, because in series the larger resistance takes the larger share.
  3. P3. The current through a 5 Ω resistor is \(i = 4e^{-3t}\) A. Find the total energy dissipated as \(t \to \infty\).

    Show answer
    \(W = \int_0^{\infty}80e^{-6t}dt = 80/6 = 13.33\) J.
  4. P4. A copper busbar of rectangular section 40 mm × 6 mm and length 3 m carries 800 A. Take \(\rho = 1.72\times10^{-8}\ \Omega\text{m}\). Find its resistance, the voltage drop and the power lost.

    Show answer
    \(A = 240\ \text{mm}^2\), \(R = 215\ \mu\Omega\), \(V = 0.172\) V, \(P = 137.6\) W.
  5. P5. An element has \(v = 8\) V across it with the \(+\) mark on the left, and a current of 3 A flows into the right-hand terminal. Is it absorbing or supplying, and how much?

    Show answer
    Current enters the \(-\) terminal, so the passive sign convention is violated and \(p = -vi = -24\) W. The element supplies 24 W.
  6. P6. A triangular current waveform rises linearly from 0 to \(I_m\) in \(T/2\) and falls linearly back to 0 in the remaining \(T/2\). Derive its average and RMS values, and its form factor.

    Show answer
    \(I_{\text{avg}} = I_m/2\), \(I_{\text{rms}} = I_m/\sqrt3\), form factor \(2/\sqrt3 = 1.155\) — identical to the sawtooth of Problem 17, since squaring destroys the distinction between rising and falling.
  7. P7. A battery of emf 12 V and internal resistance 0.5 Ω supplies a 5.5 Ω load. Find the terminal voltage, the load power, and the efficiency of energy transfer.

    Show answer
    \(I = 2\) A, \(V_T = 11\) V, \(P_L = 22\) W, \(\eta = 5.5/6 = 91.7\,\%\).
  8. P8. A tungsten filament has a resistance of 20 Ω at 20 °C and 240 Ω at its operating temperature. Take \(\alpha_{20} = 0.0045\,/^{\circ}\text{C}\). Estimate the operating temperature.

    Show answer
    \(240 = 20[1+0.0045(T-20)]\) gives \(T - 20 = 2444\), so \(T \approx 2464\,^{\circ}\text{C}\) — close to the real figure for an incandescent lamp, which is why cold inrush current is roughly twelve times the running current.
  9. P9. A 250 V DC motor draws 15 A and delivers 3.2 kW of mechanical power. Find its efficiency and the energy wasted in one 8-hour shift.

    Show answer
    Input \(= 3750\) W, \(\eta = 3200/3750 = 85.3\,\%\). Loss \(= 550\) W, so 4.4 kWh per shift.
  10. P10. Three resistors of 6 Ω, 12 Ω and 4 Ω are connected in parallel across 24 V. Find the total current and the power in each.

    Show answer
    \(R_{\text{eq}} = 2\ \Omega\), \(I = 12\) A. Powers: 96 W, 48 W, 144 W; total 288 W \(= 24 \times 12\;\checkmark\)
  11. P11. A current \(i = 10\sin 100\pi t\) A flows into a terminal. How much charge passes in the first half-cycle, and what is the net charge over a full cycle?

    Show answer
    Half-cycle: \(q = \int_0^{0.01}10\sin100\pi t\,dt = 20/(100\pi) = 63.7\) mC. Over a full cycle the net charge is zero — which is precisely what "alternating" means.
  12. P12. Two wires of the same material and the same mass have lengths in the ratio 1 : 2. Find the ratio of their resistances.

    Show answer
    Equal mass and density means equal volume, so \(A \propto 1/L\) and therefore \(R = \rho L/A \propto L^2\). The ratio is 1 : 4.
Challenge

Challenge Problems

Each of these needs an idea rather than a formula. Do not open the answer until you have at least decided what the governing principle is.

  1. C1. An infinite ladder is built from identical resistors: a resistor \(R\) in series, then \(R\) in shunt, then \(R\) in series, and so on for ever. Find the input resistance \(R_{\text{in}}\) seen at the near end.

    Show answer
    Because the ladder is infinite, removing the first two resistors leaves an identical ladder. Hence \(R_{\text{in}} = R + (R \parallel R_{\text{in}})\), giving \(R_{\text{in}}^2 - RR_{\text{in}} - R^2 = 0\) and
    \[ R_{\text{in}} = \frac{R\left(1+\sqrt5\right)}{2} = 1.618R \]
    the golden ratio times \(R\). The negative root is discarded as unphysical.
  2. C2. A resistor of resistance \(R\) is to be connected across a source of emf \(E\) with internal resistance \(r\). Two students disagree: one says \(R = r\) is best because it maximises the power in the load; the other says \(R \gg r\) is best because it maximises efficiency. Reconcile them, and state which criterion applies to (i) a power transmission line and (ii) a radio receiving antenna.

    Show answer
    Both are right about different objectives. Load power \(P_L = E^2R/(R+r)^2\) peaks at \(R=r\), where \(P_L = E^2/4r\) and efficiency is only 50 %. Efficiency \(\eta = R/(R+r)\) rises monotonically towards 100 % as \(R\to\infty\), but the delivered power then falls to zero.

    (i) A transmission line carries abundant power and pays for every wasted joule, so efficiency governs: \(R \gg r\), which is why generators have low internal impedance and lines are run at high voltage.
    (ii) An antenna receives a signal of fixed, tiny power that cannot be increased, so extracting the maximum of it matters and the 50 % loss is irrelevant: match, \(R = r\).
  3. C3. A resistive heater is fed from a 230 V, 50 Hz supply through a phase-controlled switch, which blocks the first \(\alpha\) radians of every half-cycle and conducts for the rest. Derive an expression for the RMS voltage across the heater as a function of \(\alpha\), and hence find the firing angle that gives exactly half the rated heat output.

    Show answer
    With \(v = V_m\sin\theta\) for \(\alpha \le \theta \le \pi\) and zero before \(\alpha\), and averaging over the half-period \(\pi\):
    \[ V_{\text{rms}}^{2} = \frac{1}{\pi}\int_{\alpha}^{\pi} V_m^2\sin^2\theta\,d\theta = \frac{V_m^{2}}{2\pi}\left[(\pi - \alpha) + \frac{\sin 2\alpha}{2}\right] \]
    Setting \(\alpha = 0\) recovers \(V_m/\sqrt2\), as it must. Half the heat means half the value of \(V_{\text{rms}}^2\), so
    \[ \frac{(\pi-\alpha) + \tfrac{1}{2}\sin 2\alpha}{2\pi} = \frac{1}{4} \;\Longrightarrow\; \alpha - \tfrac{1}{2}\sin 2\alpha = \frac{\pi}{2} \]
    This transcendental equation normally needs iteration, but here \(\alpha = \pi/2\) satisfies it exactly, since \(\sin\pi = 0\). So firing at 90° halves the power, and the heater sees \(V_{\text{rms}} = V_m/2 = 162.6\ \text{V}\).

    The trap: 90° is halfway through the half-cycle, so it is tempting to think any symmetric argument gives half power — but that is a coincidence of the sine, not a general rule. Halving the conduction angle to 90° does not generally halve the power, and the RMS voltage falls only to 71 % of full, not 50 %, because power goes as the square.
Self-Test

Multiple-Choice Questions

  1. MCQ 1. The area under an \(i\!-\!t\) curve represents:
    (a) power   (b) energy   (c) charge   (d) voltage

    Show answer
    (c) charge. Since \(i = dq/dt\), integrating current gives charge. The area under a \(p\!-\!t\) curve would give energy.
  2. MCQ 2. Two resistors of 4 Ω and 6 Ω are connected in parallel across a source. The ratio of the power dissipated in the 4 Ω to that in the 6 Ω is:
    (a) 2 : 3   (b) 3 : 2   (c) 4 : 9   (d) 9 : 4

    Show answer
    (b) 3 : 2. In parallel the voltage is common, so \(P = V^2/R \propto 1/R\), giving \(1/4 : 1/6 = 3:2\). Option (a) is the answer for a series connection.
  3. MCQ 3. The RMS value of the current \(i = 3 + 4\sin\omega t\) A is:
    (a) 5 A   (b) 5.83 A   (c) 4.12 A   (d) 7 A

    Show answer
    (c) 4.12 A. \(I_{\text{rms}} = \sqrt{I_{\text{dc}}^2 + I_m^2/2} = \sqrt{9 + 8} = \sqrt{17} = 4.123\) A. Distractor (a) treats both 3 and 4 as peaks and adds them in quadrature; (d) adds them arithmetically; (b) is the answer to Problem 26, a different waveform.
  4. MCQ 4. An element carries 2 A into its negative terminal with 6 V across it. The element:
    (a) absorbs 12 W   (b) supplies 12 W   (c) absorbs 3 W   (d) supplies 3 W

    Show answer
    (b) supplies 12 W. The passive sign convention is violated, so \(p = -vi = -12\) W, meaning 12 W is delivered.
  5. MCQ 5. Two wires of the same material have the same length, but one has twice the diameter of the other. The ratio of their resistances (thin : thick) is:
    (a) 2 : 1   (b) 4 : 1   (c) 1 : 2   (d) 1 : 4

    Show answer
    (b) 4 : 1. \(R \propto 1/A \propto 1/d^2\), so doubling the diameter quarters the resistance.
  6. MCQ 6. The form factor of a half-wave rectified sine wave is:
    (a) 1.11   (b) 1.155   (c) 1.571   (d) 2.0

    Show answer
    (c) 1.571 \(= \pi/2\). Option (a) is the full sine wave, (b) the triangular or sawtooth wave, and (d) is the peak factor of the half-wave rectified sine.
  7. MCQ 7. A 100 W, 250 V lamp is operated at 200 V. Assuming constant resistance, the power consumed is:
    (a) 80 W   (b) 64 W   (c) 100 W   (d) 125 W

    Show answer
    (b) 64 W. At fixed \(R\), \(P \propto V^2\), so \(100 \times (200/250)^2 = 100 \times 0.64\). Option (a) is the trap of scaling linearly.
  8. MCQ 8. The temperature coefficient of resistance of a conductor:
    (a) is independent of the reference temperature   (b) decreases as the reference temperature rises   (c) increases as the reference temperature rises   (d) is always negative for metals

    Show answer
    (b) decreases as the reference temperature rises. Since \(\alpha_T = \alpha_0/(1+\alpha_0 T)\), quoting \(\alpha\) without its reference temperature is meaningless. Metals have positive \(\alpha\); semiconductors and carbon are negative.
  9. MCQ 9. Charging a capacitor from a DC voltage source through a resistor has a maximum theoretical efficiency of:
    (a) 100 %   (b) 75 %   (c) 50 %   (d) it depends on \(R\)

    Show answer
    (c) 50 %, independent of \(R\) — see Problem 29. Reducing \(R\) shortens the transient but raises the current in exactly compensating proportion.
  10. MCQ 10. One kilowatt-hour is equal to:
    (a) 1000 J   (b) 3600 J   (c) \(3.6\times10^{6}\) J   (d) \(10^{6}\) J

    Show answer
    (c) \(3.6\times10^{6}\) J. Option (b) is one watt-hour.
  11. MCQ 11. The drift velocity of electrons in a copper conductor carrying a normal current is of the order of:
    (a) \(10^{8}\) m/s   (b) \(10^{3}\) m/s   (c) \(10^{-4}\) m/s   (d) \(10^{-12}\) m/s

    Show answer
    (c) about \(10^{-4}\) m/s — a fraction of a millimetre per second (Problem 21). Option (a) is the speed of the electric field's propagation, which is what makes the lamp light instantly.
  12. MCQ 12. Four 100 Ω, 1 W resistors are connected in series. The maximum power the combination can safely dissipate is:
    (a) 1 W   (b) 2 W   (c) 4 W   (d) 16 W

    Show answer
    (c) 4 W. Each resistor may dissipate its rated 1 W, and they all reach that limit together because the arrangement is symmetric — see Problem 28. The voltage limit changes with topology; the power limit does not.
Reference

Key Formulas

QuantityRelationNotes
Current\(i = \dfrac{dq}{dt}\)Slope of the \(q\!-\!t\) curve
Charge\(q = \displaystyle\int_{t_0}^{t} i\,dt\)Area under the \(i\!-\!t\) curve
Voltage\(v = \dfrac{dw}{dq}\)Energy per unit charge; 1 V = 1 J/C
Power\(p = vi = i^2R = \dfrac{v^2}{R}\)\(+\) absorbed under the passive sign convention
Energy\(w = \displaystyle\int p\,dt\)1 kWh \(= 3.6\times10^6\) J
Conservation of power\(\sum p = 0\)Holds at every instant, not just on average
Ohm's law\(v = iR\)Conductance \(G = 1/R\) in siemens
Resistance\(R = \dfrac{\rho L}{A}\)\(\rho_{\text{Cu}} = 1.72\times10^{-8}\ \Omega\text{m}\)
Temperature effect\(R_T = R_0\!\left[1 + \alpha_0(T-T_0)\right]\)\(\alpha_T = \alpha_0/(1+\alpha_0T)\)
Series / parallel\(R_s = \sum R_k\), \(\dfrac{1}{R_p} = \sum\dfrac{1}{R_k}\)Two in parallel: \(R_1R_2/(R_1+R_2)\)
Average value\(X_{\text{avg}} = \dfrac{1}{T}\displaystyle\int_0^T x\,dt\)Governs charge transfer, electroplating
RMS value\(X_{\text{rms}} = \sqrt{\dfrac{1}{T}\displaystyle\int_0^T x^2\,dt}\)Governs heating; \(P = I_{\text{rms}}^2R\)
DC + AC combination\(I_{\text{rms}} = \sqrt{I_{\text{dc}}^2 + I_{\text{ac,rms}}^2}\)Quadrature, never arithmetic
Form / peak factor\(k_f = \dfrac{X_{\text{rms}}}{X_{\text{avg}}}\), \(k_p = \dfrac{X_m}{X_{\text{rms}}}\)Sine: 1.11, 1.414 · Sawtooth: 1.155, 1.732 · Half-wave: 1.571, 2
Current density\(J = \dfrac{I}{A} = n e v_d\)\(n_{\text{Cu}} = 8.5\times10^{28}\ \text{m}^{-3}\)
Stored energy\(w_C = \tfrac{1}{2}Cv^2\), \(w_L = \tfrac{1}{2}Li^2\)Recoverable; resistive loss is not
Diagnostics

Common Mistakes

  1. Decomposing a graph into pieces whose widths do not add up. When integrating an \(i\!-\!t\) curve graphically, always check that the sub-interval widths sum to the total interval. This is the error that corrupted the original version of Problem 1.

  2. Using the average value to compute power. Heating depends on \(I_{\text{rms}}^2R\). For the sawtooth of Problem 17 the average gives 100 W against a true 133.3 W — a 25 % error.

  3. Adding DC and AC RMS values arithmetically. They combine in quadrature. For \(4 + 6\sin\omega t\) the answer is 5.83 A, not 8.24 A.

  4. Adding power ratings. A 2 W and a 1 W resistor in series are not a 3 W combination — the weaker component sets the limit. This differs from the symmetric case of Problem 28, where identical resistors do reach their limits together.

  5. Scaling power linearly with voltage. At fixed resistance \(P \propto V^2\). A 20 % voltage drop gives a 36 % power drop, not 20 %.

  6. Quoting \(\alpha\) without its reference temperature. \(\alpha_{20} = 0.00393\) and \(\alpha_0 = 0.00427\) describe the same copper. Substituting one into a formula written for the other is a routine source of a few per cent of error.

  7. Forgetting the product rule. Differentiating \(q = 5t\sin4\pi t\) as though the \(5t\) were constant loses a whole term — see Problem 22.

  8. Assuming an active element always supplies. Dependent sources routinely absorb power, as in Problem 23, and a battery being charged absorbs. "Active" means capable of supplying, not guaranteed to.

  9. Dividing by the wrong period for a rectified waveform. A half-wave rectified sine is non-zero for only half the cycle, but the average is still taken over the full period \(2\pi\). Dividing by \(\pi\) doubles the answer.

  10. Losing a factor of a thousand. Mixing mA with A, or mm² with m², is by a wide margin the most frequent error in this entire set. Carry the units through every line rather than reinstating them at the end.

Looking Ahead

Everything here has come from definitions applied to one element at a time, or to combinations simple enough to reduce by inspection. The next set pushes series–parallel reduction as far as it will go, and then meets the networks where it fails altogether — the bridge, where no two resistors are in series or in parallel — and introduces the delta–wye transformation that rescues them.

Before moving on, make sure the passive sign convention is automatic and that you never reach for an average value when a question asks about heating. Those two habits alone will carry you through most of Part 1.