Electric power

  • Electric power is the rate of transfer of electrical energy within a circuit
    • is electrical energy (in joules)
    • is time (in seconds)
    • is power (in watts)
    • is voltage (in volts)
    • is current (in amperes)
    • is charge (in coulombs)
    • is the power dissipated by the resistor (in )
    • is the resistance of the resistor (in )
    • is the current through the resistor (in )

Passive sign convention

todo

  • Components of an electrical circuit
    • Voltage source
      • Terminals:
        • Positive voltage terminal (higher voltage)
        • Negative voltage terminal (lower voltage)
  • Passive sign convention (PSC)
    • electric power is positive if it flows out of the circuit into an electrical component
    • electric power is negative if it flows into the circuit out of a component
    • Passive components (loads) will have positive power dissipation () and positive resistance ()
    • Active components (sources) will have negative power dissipation () and negative resistance ()
    • The conventional current variable :
      • If is defined such that positive current enters the device through the positive voltage terminal:
        • and
      • If is defined such that positive current enters the device through the negative voltage terminal:
        • and
\usepackage{color,graphicx,circuitikz}
\begin{document}
\begin{circuitikz}[american]
\draw (0,0) to [V, l={$v$}](2,0) to[short, =>, i=$i$](3,0);
\end{circuitikz}
\end{document}