🐻
berkeley
  • #Despair
  • 16A/B
    • Thevenin and Norton Equivalence
    • Resistive Touchscreen
    • Trilateration and Correlation
    • RC Circuits & Transient Analysis
  • 61B
    • Testing
    • References in Java
    • Linked Lists in Java
    • Implementation Inheritance
    • Comparables and Iterators
    • Casting
    • Lists and Sets
    • Asymptotics
    • Trees
    • Hashing
    • PriorityQueue and Heap
    • Graphs, Tree Traversals
    • Tries
    • Sorting
  • Discrete Mathematics
    • Sets + Mathematical Notation
    • Logic and Proofs
    • Induction
    • Cryptography/RSA
    • Modular Arithmetic
    • Discrete Probability
  • Linear Algebra
    • Linear Equations
    • Matrix Algebra
    • Determinants
    • Vector Spaces
    • Eigenvectors and Eigenvalues
    • Projections and Orthogonality
    • SVD/PCA
  • Math 275 — Ordinary Differential Equations
    • Math 275 — Overview
    • Modeling via Differential Equations
    • Linear Systems
  • INTEGBI 35AC
    • Humans Came From Fish
    • Evolution's History
    • Typology
    • The Human Diaspora
  • 170
    • Basics
    • Divide and Conquer
    • Fast Fourier Transform
    • Graphs
    • Greedy
  • 61C
    • Pointers and Memory
    • Floating Point
    • Compliation, Assembly, Linking, Loading
    • RISC-V, Assembly
Powered by GitBook
On this page
  • Resistors in Series and in Parallel
  • Thevenin Equivalent Circuits
  • Norton Equivalent Circuits

Was this helpful?

  1. 16A/B

Thevenin and Norton Equivalence

Adapted from 16B notes.

Previous#DespairNextResistive Touchscreen

Last updated 4 years ago

Was this helpful?

Resistors in Series and in Parallel

Resistors in parallel and in series can be simplified as follows.

R∑series=R1+R2+R3+...+RnR∑parallel=(1R1+1R2+1R3+...+1Rn)−1R_{\sum series} = R_1 + R_2 + R_3 + ... + R_n \\ R_{\sum parallel} = (\frac{1}{R_1} + \frac{1}{R_2} + \frac{1}{R_3} + ... + \frac{1}{R_n})^{-1}R∑series​=R1​+R2​+R3​+...+Rn​R∑parallel​=(R1​1​+R2​1​+R3​1​+...+Rn​1​)−1

Thevenin Equivalent Circuits

Thevenin equivalent circuits are circuits that contain a voltage source and a resistor.

You can find the values, RThR_{Th}RTh​ and VThV_{Th}VTh​, as follows. Assume that you're finding the Thevenin equivalent of Ckt A.

  • Find the voltage across the terminals of Ckt A. This is VThV_{Th}VTh​.

  • Find the equivalent resistances of the elements in Ckt A. This is the value of RThR_{Th}RTh​.

Resistors in series have equivalent currents across them.

Norton Equivalent Circuits

Norton equivalent circuits are circuits that contain a current source and a resistor in parallel.

You can find the values, RNoR_{No}RNo​ and INoI_{No}INo​, as follows. Assume that you're finding the Norton equivalent of Ckt A.

  • Find the voltage across the terminals of Ckt A. This is RNoR_{No}RNo​. Note thatRTh=RNoR_{Th} = R_{No}RTh​=RNo​!

  • Find the current flowing into Ckt A. This is INoI_{No}INo​.

Resistors in parallel have the same voltage.

Credit: EECS 16B Note 0B
Credit: EECS 16B Note 0B