CMD + K

Manimo · TTT4203

Videoer

Animerte scener med fortellerstemme. Velg en scene for å spille av.

Kapittel 1 · Kretsteori

Kapittel 2 · Energi og effekt

energy and power0:48

Energy in a Capacitor: Why It's One Half C V Squared

Energy stored in a capacitor — pushing charge against a rising voltage; the work integral ∫V dq from 0 to Q traces a triangle of area ½QV, giving the three equivalent forms ½CV², ½QV and Q²/(2C)

energy and power0:49

Energy in an Inductor: Why It's One Half L I Squared

Energy stored in an inductor — ramping current builds a magnetic field; the work integral ∫v·i dt collapses to ½LI² via Φ = L·I, giving the three equivalent forms ½LI², ½ΦI, and Φ²/(2L)

energy and power0:47

Joule Heating: How a Resistor Turns Current into Heat

Joule heating in a resistor — every charge crossing a resistor drops potential V·q which becomes heat; instantaneous power P = V·I = I²R = V²/R; total dissipated energy W = P·t accumulates linearly while the current flows

energy and power1:01

Maximum Power Transfer: Match the Load to the Source

Maximum power transfer theorem — a source with internal resistance R_s delivers the most power into a load R_L when R_L equals R_s; the load power P_L = V_s²·R_L/(R_s+R_L)² peaks at R_L = R_s with value V_s²/(4R_s) and efficiency 50%

ac power0:58

The Power Triangle: Why Not Every Volt-Amp Becomes a Watt

AC power decomposes into real power P (watts) along the in-phase axis, reactive power Q (vars) along the quadrature axis, and apparent power S (VA) as the hypotenuse. Sweeping the phase angle phi from 0 to 90 degrees morphs the triangle: P shrinks, Q grows, |S| stays fixed, cos phi (the power factor) falls from one to zero. Genuine motion in Beat 4: phi sweeps as a triangle wave, the triangle redraws each frame, live readout of P/S, Q/S, and cos phi.

Kapittel 3 · Superposisjon og Thévenin

Kapittel 4 · Dioder

Kapittel 5 · Digital elektronikk

Kapittel 6 · Transistorer

Kapittel 7 · Minne og register

Kapittel 8 · Reaktive elementer

AC analysis0:40

Phasors: A Rotating Arrow Becomes a Sinusoid

Phasor representation of an AC voltage — a vector of length V_m rotating at angular frequency ω; its real-axis projection traces v(t) = V_m cos(ωt + φ); two phasors at a fixed phase difference give two locked sinusoids

reactive elements0:42

RC Charging: Why a Capacitor Fills on an Exponential Curve

RC charging transient — a battery, resistor and capacitor in series; after the switch closes the capacitor voltage rises as V_C(t) = V_0(1 − e^{−t/τ}); the time constant τ = RC sets the speed (63% at one τ, ≈99% after five τ).

frequency response0:46

RC High-Pass Filter: Why Gain Rolls In Past the Cutoff

RC high-pass filter — capacitor in series, resistor to ground, V_out across the resistor; H(jω) = jωRC / (1 + jωRC); gain rises at +20 dB/decade below ω_c = 1/RC and is flat at 0 dB above; phase shifts from +90° (lead) down to 0°. Sister scene to low-pass-bode with the roles swapped.

frequency response0:48

RC Low-Pass Filter: Why Gain Rolls Off at the Cutoff

RC low-pass filter — transfer function H(jω) = 1/(1 + jωRC); gain stays flat below the cutoff ω_c = 1/RC and rolls off at −20 dB/decade above; Bode magnitude and phase together describe the filter at every frequency

reactive elements0:46

RL Transient: Why an Inductor Slows the Current

Series RL transient — when the switch closes, current rises along i(t) = (V/R)(1 − e^{−t/τ}) with τ = L/R, because the inductor opposes any change in current and develops a back-emf that decays as the current settles; the inductive twin of RC charging.

frequency response0:54

RLC Resonance: Where the Reactances Cancel

Series RLC resonance — sweep frequency and watch the loop current peak at ω₀ = 1/√(LC) where X_L and X_C exactly cancel; three phasor diagrams show how V_L and V_C oppose perfectly at resonance, leaving only V_R.

Kapittel 9 · Operasjonsforsterker

Kapittel 10 · Digital design

combinational logic0:37

2-to-4 Decoder: One-Hot Output Selection

2-to-4 decoder — two address bits drive four AND gates so exactly one output is high.

combinational logic0:37

4-to-1 Multiplexer: Two Select Bits Pick a Wire

4-to-1 multiplexer — four data inputs (D0..D3) and two select inputs (S1, S0) feed into a logic block that routes whichever input is addressed by the select bits to a single output Y; demonstrates how 2^n select bits address 2^n data lines

sequential logic0:39

Finite State Machines: A Circuit That Remembers Where It Was

Finite state machines — a graph of states and labelled transitions models any sequential circuit; a Moore-style 11-detector with three states walks an input bit-stream and asserts its output whenever the last two bits were ones

Boolean minimization0:39

Karnaugh Maps: Grouping Adjacent Ones

Karnaugh map minimization — a 3-variable function laid out on a Gray-coded grid; adjacent ones grouped into power-of-two rectangles collapse to the simplest sum-of-products form, beating algebra at its own game

combinational logic1:05

The 8-to-3 Priority Encoder: When Many Speak, One Wins

8-to-3 priority encoder — eight input lines I0..I7, three output bits Y2 Y1 Y0, plus a Valid flag. The output is the 3-bit binary index of the highest-indexed active input; when multiple inputs are HIGH at once, the highest index wins and the others are ignored. Genuine motion in Beat 4: a sequence of curated input patterns plays out, with each frame computing the output bits and Valid flag from the current pattern in real time, and a halo highlighting the winning input.