All courses › Electric Circuits

Electric Circuits: free practice, theory and problems

A DC circuit has voltage and current that do not change direction: batteries, solar panels and electronics powered from a DC bus. Even though AC dominates the power grid, DC analysis is the foundation of all circuit calculations – the same laws (Ohm's law, Kirchhoff's laws) also apply to instantaneous values in AC circuits.

5 parts82 problems15 concepts explainedPractice examFree
Start practising for free →

Contents

  1. Direct current
  2. Capacitors and inductors
  3. Alternating current
  4. Network analysis
  5. Three-phase and power

1. Direct current

What is it about?

A DC circuit has voltage and current that do not change direction: batteries, solar panels and electronics powered from a DC bus. Even though AC dominates the power grid, DC analysis is the foundation of all circuit calculations – the same laws (Ohm's law, Kirchhoff's laws) also apply to instantaneous values in AC circuits.

The goal is always the same: find the current and voltage in every branch of the circuit from the sources and resistors.

Concepts and formulas

How to solve the problems

  1. Draw the circuit and mark the known voltages, currents and resistors.
  2. Combine resistors that are pure series or parallel connections, one step at a time, until the circuit is simple enough.
  3. Use Ohm's law on the simplest form of the circuit to find the total current from the source.
  4. Work backward through the circuit: use the voltage/current divider or KVL/KCL to find the voltage and current in each branch.
  5. Check with a power balance or an equation you have not used.

Example

A voltage source of 20 V drives R1=4R_1 = 4 Ω in series with a parallel combination of R2=12R_2 = 12 Ω and R3=6R_3 = 6 Ω. Find the current through R3R_3.

  1. Combine the parallel pair: R23=12⋅612+6=4R_{23} = \dfrac{12\cdot 6}{12+6} = 4 Ω.
  2. Total resistance: Rtot=4+4=8R_{tot} = 4 + 4 = 8 Ω.
  3. Total current: I=U/Rtot=20/8=2.5I = U/R_{tot} = 20/8 = 2.5 A.
  4. Voltage across the parallel pair: U23=I⋅R23=2.5⋅4=10U_{23} = I\cdot R_{23} = 2.5\cdot 4 = 10 V.
  5. Current in R3R_3: I3=U23/R3=10/6≈1.67I_3 = U_{23}/R_3 = 10/6 \approx 1.67 A.

Answer: I3≈1.67I_3 \approx 1.67 A.

Common mistakes

In series the current is the same and the voltage divides; in parallel the voltage is the same and the current divides. Combine the circuit one step at a time, find the total current, then work backward.

Concepts in this part

Practise direct current in the app →

2. Capacitors and inductors

What is it about?

Capacitors and inductors are the two fundamental energy-storing components in electronic circuits. A capacitor stores energy in an electric field and "likes" constant voltage, while an inductor stores energy in a magnetic field and "likes" constant current. This resistance to change is the key to everything from time delays and filters to switched-mode power supplies and motor drives.

Because they respond to *change* rather than the instantaneous value, they cannot be described by Ohm's law alone – they need a time constant that tells you how fast the voltage or current reaches its final value.

Concepts and formulas

How to solve the problems

  1. Find the time constant τ\tau (RC or L/RL/R) and the final value the quantity is heading toward.
  2. Set up the correct exponential formula depending on whether it is charging/building up (toward a nonzero final value) or discharging/decaying (toward zero).
  3. Plug in the numbers, making sure tt and τ\tau use the same unit.
  4. To find the *time* to reach a given value, solve the formula for tt by taking the logarithm on both sides.
  5. Check the limiting cases: at t=0t=0 you should get the starting value, and for large tt you should approach the final value.

Example

A capacitor is charged from 0 V toward 10 V through R=2R = 2 kΩ, with C=100C = 100 µF. How long does it take for the voltage to reach 8 V?

  1. Time constant: τ=RC=2000⋅100⋅10−6=0.2\tau = RC = 2000\cdot 100\cdot10^{-6} = 0.2 s.
  2. Charging formula: u(t)=10(1−e−t/0.2)u(t) = 10(1 - e^{-t/0.2}).
  3. Set u=8u = 8: 8=10(1−e−t/0.2)8 = 10(1 - e^{-t/0.2}), so e−t/0.2=0.2e^{-t/0.2} = 0.2.
  4. Take the logarithm: −t/0.2=ln⁡0.2≈−1.609-t/0.2 = \ln 0.2 \approx -1.609, giving t≈0.322t \approx 0.322 s.

Answer: about 0.32 s.

Common mistakes

The capacitor wants constant voltage, the inductor wants constant current. Both reach 63% of the way to the final value after one time constant τ\tau.

Concepts in this part

Practise capacitors and inductors in the app →

3. Alternating current

What is it about?

In alternating current (AC), voltage and current reverse direction in step with a sine wave, instead of staying constant as in direct current. This is the shape of the voltage in the power grid, and it makes capacitors and inductors behave very differently than in a DC circuit: they get an "opposition" to current that depends on frequency, called reactance.

The goal of this unit is to be able to compute impedance, current and power in an AC circuit, and to understand the difference between active, reactive and apparent power – something that is essential for everything from motor sizing to the bill from the power company.

Concepts and formulas

How to solve the problems

  1. Compute the angular frequency ω=2πf\omega = 2\pi f if you need it.
  2. Find the reactance(s) of the inductors/capacitors at the given frequency.
  3. Set up the impedance Z=R+jXZ=R+jX (inductive reactance is positive, capacitive is negative) and find ∣Z∣|Z| and φ\varphi.
  4. Use I=U/∣Z∣I=U/|Z| for the current, and P=UIcos⁡φP=UI\cos\varphi, Q=UIsin⁡φQ=UI\sin\varphi, S=UIS=UI for the powers.
  5. For three-phase problems, check whether the given voltage is a line or a phase voltage, and apply the 3\sqrt3 factor the right way.

Example

A series circuit with R=30R=30 Ω and an inductor L=0.1L=0.1 H is connected to a 230 V, 50 Hz source. Find the current and the power factor.

  1. Reactance: XL=2πfL=2π⋅50⋅0.1≈31.4X_L = 2\pi fL = 2\pi\cdot50\cdot0.1\approx31.4 Ω.
  2. Impedance: ∣Z∣=302+31.42=900+986≈43.4|Z|=\sqrt{30^2+31.4^2}=\sqrt{900+986}\approx43.4 Ω.
  3. Current: I=U/∣Z∣=230/43.4≈5.29I=U/|Z|=230/43.4\approx5.29 A.
  4. Phase angle: φ=arctan⁡(31.4/30)≈46.3∘\varphi=\arctan(31.4/30)\approx46.3^\circ, so cos⁡φ≈0.69\cos\varphi\approx0.69.

Answer: I≈5.29I\approx5.29 A, cos⁡φ≈0.69\cos\varphi\approx0.69 (inductive, the current lags the voltage).

Common mistakes

At a frequency ff: the inductor resists current more as frequency rises (XLX_L up), while the capacitor resists less (XCX_C down). At resonance XL=XCX_L=X_C and the impedance is purely resistive.

Concepts in this part

Practise alternating current in the app →

4. Network analysis

What is it about?

Network analysis is about systematic methods for finding the current and voltage in circuits that are too complicated to simplify with series/parallel combinations alone. Instead of starting from scratch every time, engineers use standard recipes: the node-voltage method, the mesh-current method, superposition, and Thévenin/Norton equivalents.

These methods are especially useful when a circuit must be analyzed for many different loads, or when you only care about what happens in one particular branch of a large circuit.

Concepts and formulas

How to solve the problems

  1. Choose the method based on what you need: superposition or Thévenin when you only want to know what happens in one branch, the node/mesh method for the whole circuit.
  2. With superposition: turn off all sources except one, compute its contribution, repeat for each source, and add the results at the end (never for power).
  3. With Thévenin: find UthU_{th} as the open-circuit voltage across the terminals, and RthR_{th} with the sources turned off.
  4. Put the unknown load back onto the simplified (Thévenin/Norton) circuit and solve with Ohm's law.
  5. Check the answer: do the limiting cases (RL=0R_L=0 or RL→∞R_L\to\infty) give sensible currents and voltages?

Example

A circuit has a voltage source U1=12U_1 = 12 V in series with R1=4R_1 = 4 Ω feeding a node, and a current source I2=2I_2 = 2 A injecting current into the same node. A load resistor R2=6R_2 = 6 Ω runs from the node to ground (the return path for both sources). Find the current through R2R_2 using superposition.

  1. Turn off the current source (open it): R1R_1 and R2R_2 are then in series across U1U_1. Contribution: I′=U1/(R1+R2)=12/10=1.2I' = U_1/(R_1+R_2) = 12/10 = 1.2 A.
  2. Turn off the voltage source (short it): R1R_1 is now in parallel with R2R_2, seen from the current source. The current splits: I′′=I2R1/(R1+R2)=2⋅4/10=0.8I'' = I_2R_1/(R_1+R_2) = 2\cdot4/10 = 0.8 A.
  3. Add the contributions: IR2=I′+I′′=1.2+0.8=2I_{R2} = I' + I'' = 1.2 + 0.8 = 2 A.

Answer: IR2=2I_{R2} = 2 A.

Common mistakes

Superposition: one source at a time, the others turned off, then add the results (except for power). Thévenin: replace a complicated circuit with a single source and a single resistor seen from the terminals.

Concepts in this part

Practise network analysis in the app →

5. Three-phase and power

What is it about?

The electricity in the wall socket is alternating current, and in AC circuits it is not enough to multiply voltage and current to get the power. Motors and transformers also draw reactive power that flows back and forth without doing useful work. Larger machines are connected to three-phase, which gives smoother power and less copper in the cables.

Concepts and formulas

P=UIcos⁡φ,Q=UIsin⁡φ,S=UI=P2+Q2P = UI\cos\varphi, \qquad Q = UI\sin\varphi, \qquad S = UI = \sqrt{P^2 + Q^2}
P=3 UL ILcos⁡φP = \sqrt3\,U_L\,I_L\cos\varphi

How to solve the problems

  1. Find out whether it is single-phase or three-phase, and whether the voltage is a line voltage or a phase voltage.
  2. Use P=UIcos⁡φP = UI\cos\varphi (single-phase) or P=3 ULILcos⁡φP = \sqrt3\,U_L I_L\cos\varphi (three-phase).
  3. To find the current, rearrange: I=P/(3 ULcos⁡φ)I = P/(\sqrt3\,U_L\cos\varphi).

Example

An 11 kW three-phase motor is connected to 400 V and has cos⁡φ=0.85\cos\varphi = 0.85. What is the line current?

  1. I=P3 ULcos⁡φ=11 0003⋅400⋅0.85I = \dfrac{P}{\sqrt3\,U_L\cos\varphi} = \dfrac{11\,000}{\sqrt3\cdot 400\cdot 0.85}.
  2. I≈18.7I \approx 18.7 A.
  3. The same power on a single phase at 230 V and cos⁡φ=0.85\cos\varphi = 0.85 would have needed 11 000/(230⋅0.85)≈5611\,000/(230\cdot 0.85) \approx 56 A.

Common mistakes

Single-phase: P=UIcos⁡φP = UI\cos\varphi. Three-phase: P=3 ULILcos⁡φP = \sqrt3\,U_L I_L\cos\varphi.

Concepts in this part

Practise three-phase and power in the app →

Example problems with solutions

Here are some of the problems in electric Circuits. In the app, calculation problems get new numbers every time, so you can practise until it sticks – and take a graded practice exam before the real one.

Direct current: 12 V is applied across a 4 Ω resistor. What is the current?

Answer: 3 A

Ohm's law: I=U/R=12/4=3I = U/R = 12/4 = 3 A.

Capacitors and inductors: What is the time constant of an RC circuit with R=10R = 10 kΩ and C=100C = 100 µF?

Answer: 1 s

τ=RC=104⋅10−4=1\tau = RC = 10^4\cdot 10^{-4} = 1 s.

Alternating current: What is the reactance of a 100 µF capacitor at 50 Hz?

Answer: 31.83 Ω

XC=1/(2πfC)=1/(2π⋅50⋅10−4)≈31.8X_C = 1/(2\pi fC) = 1/(2\pi\cdot 50\cdot 10^{-4}) \approx 31.8 Ω.

Network analysis: What is a Thévenin equivalent?

Answer: An ideal voltage source in series with one resistor

The Norton equivalent is the current source in parallel.

Practise all the problems →

Matches these university courses

The content covers the syllabus found in engineering degrees, for example: