Exam 2

Equations Overview and Relationships

RelationResistor (R)Capacitor (C)Inductor(L)
:
P or w ( is the energy) ( is the energy)
Series
Parallel
Circuit variable that cannot change abruptly:N/A (Capacitors smooth voltage) (Inductors smooth current)
* Other equations are also applicable but shown in each section

Capacitors

Overview

Capacitor Overview

Types

Power Supply Caps

  • "Ripple Capacitors"
  • Generally used to convert AC to DC, big pulses of current
  • Large electrolytic are used for this purpose
  • Typically in the 1,000 to 100,000 range

Coupling Caps

  • Block DC and pass Ac, used in series
  • Film capacitors are best typically 0.1 to 10

Decoupling Caps

  • Reduce noise, used in parallel with larger ones, can be used with microprocessors
  • Often called "bypass" capacitors
  • A variety can be used, typically 0.1 to 1,000

Capacitors in Parallel

  • Called banks

General Formulas

Relationship

Current

Charge After Time

Dielectric constant

Capacitors can have different dielectric constants, leading to proportionally increased or decreased capacitance.

Equivalent

Opposite manner of resistors.

Inductors

Properties

  • If the current through an inductor is constant the voltage across it is zero
  • Ideal inductors are treated as having zero resistance.
  • With DC applied, inductor acts like short circuit
  • The current through an inductor cannot change instantaneously, if this did happen, the voltage across the inductor would be infinity
  • This is an important consideration if an inductor is to be turned off abruptly; it will produce a high voltage
  • Opposite of capacitor

Equivalent

Same manner as resistors.

Synthesis of Logic Circuits

Sum of Products

RowABCDEquation
00001(A'B'C')
10010
20101(A'BC')
30110
41000
51010
61101(ABC')
71111(ABC)

Product of Sums

RowABCDEquation
00001
10010A+B+C'
20101
30110A+B'+C'
41000A'+B+C
51010A'+B+C'
61101
71111

Diode

Properties

  • Diodes generally have a voltage drop of 0.7V. Applied voltage has to be greater than 0.7V.
  • P type is doped with group 3 (3 electrons in outside shell). Typically boron.
  • To make N-type, add electrons, add group 5. Typically phosphorus.
  • Anode = positive
  • Cathode = negative

Number Conversions

Two's Complement

Overflow Rule

  • If 2 Two's Complement numbers are added, and they both have the same sign (both positive or both negative), then overflow occurs if and only if the result has the opposite sign. Overflow never occurs when adding operands with different signs.
    • Adding two positive numbers must give a positive result
    • Adding two negative numbers must give a negative result