You are on page 1of 4

Introduction To Circuit Analysis

The following definitions offer clarification for the student.


E=DC voltage. = vector voltage. v(t) = time varying voltage. I, , and i(t) = current.

amount of current needed to create a convert to heat at the load. is


Fundamental force of 2 x 10-7 newtons per meter of always positive on passive circuits.
Quantities length between two infinitely long, small,
Characteristics that can be verified parallel wires 1 meter apart. It is also one Energy (derived) (E ) - A Joule is defined
against base SI units, or derived Coulomb/second. as the amount of energy dissipated
quantities. by applying a force of one Newton
Capacitance (derived) (C) - One Farad is (kg m/sec2) over a distance of one meter.
Coulomb (derived) (C) - One Ampere- the size of a capacitor capable of holding Or
second. The charge on approximately 1 Coulomb at 1 Volt. C = Q / V
6.24 X 1018 electrons. Charge on one
Inductance (derived) (L) - Inductance is
electron is 1.6 X 10-19C.
the ratio of magnetic flux in a circuit to the
A kilowatt hour is 3.6 x 106 joules.
Voltage (derived) (V or E) - A volt is current flowing in the circuit.
the Electromotive Force (EMF) required Frequency (derived) - Frequency (f)
to energize a 1 watt load with 1 amp is the reciprocal of the period of the
of current. One Henry provides 1 Volt when changing waveform (T). A period is the time interval
the current through a closed loop by 1 after which the signal repeats.
Resistance (derived) (R) - One ohm is
Amp/second.
the resistance needed to generate 1 Volt F = 1/T. Radian frequency is given by
with 1 amp of current. Power (derived) (P) - A watt is defined as
the amount of power that consumes one
Current (base) (I) - This is a base stan- Joule per second. It is commonly defined
dard of SI units, and is measured as the as . Imaginary power does not

Current Direction - Engineering conven- can store energy during a transient to


Conventional Usage tion is such that current flows from + to – be dissipated later. Caution: The analysis
Some terms or concepts with special terminals of a source. This is opposite to below does not include parasitics and
meanings in Electronics. electron flow, but allows a number of non-optimum materials issues which
other conventions to remain in force. often predominate in a real-life circuit.
Node - In a schematic or circuit, a point
where multiple branches in the circuit join. Open Circuit - A circuit through which no
A point where no voltage difference is current flows.
possible.
Short Circuit - A circuit across which no
Branch - In a schematic or circuit, a voltage can be developed.
chain of components with a single current
Decibel (dB) - Frequency Domain - If we define
path.
resonant frequency and quality factor
Ground - Response in dB = (note that since at resonance
1) That portion of a circuit that can be tied
to the earth or safety power connec-
.
tions without current being drawn. Or,
Often decibels are expressed in terms
2) An arbitrary reference for a given circuit of voltages and currents. Because various shortcuts might be possible) then
that cannot necessarily be equated both voltage and current have a square
relationship to power, expressing these Resonant Frequency -
with earth ground.
quantities in dB requires multiplying the
Load - That portion of a circuit that dissi- above equation by 2.
pates power or modifies input power, but
does not generate power. Simple Resonance - In AC circuits with
parallel RLC elements, damping describes
is the resonant frequency in radians
Source - That portion of a circuit capable the amount of energy stored in a circuit
per second. It is defined by the induc-
of generating power. compared to that consumed. In a purely
tance and capacitance without regard to
resistive circuit, the energy stored is
resistance.
equal to zero. Reactive circuits (circuits
containing capacitors and/or inductors)
Quality Factor - Over damped -

which assumes the final form to be


or
An overdamped circuit exhibits no ringing,
for parallel resonance. It is the inverse of and takes excessive time to asymptotical-
this for series resonance. ly approach the final value.
Use the quadratic equation to find the
Q defines the ratio of energy stored to
roots. Whether the discriminant shows
energy dissipated during a cycle. Funda-
two real roots, one root or two complex
mentally, it gives a clue as to the amount where
roots decides the damping.
of circulating energy in the resonant
system that may not be visible outside Variables listed as An and are and
the resonant system. Thus voltages determined by initial conditions.
across reactive components in series
resonant circuits, and currents through Under damped -
reactive components in parallel resonant
circuits can far exceed the voltages
and currents that are visible across the
An underdamped circuit generally rings
resistive elements. Q is also the ratio of
and may take excessive time to approach
center frequency to the –3 dB bandwidth.
the final value. Critically damped -
Bandwidth - The bandwidth of a reactive
circuit is the difference between the two
frequencies where response changes
by 3 dB. Where DC is still full gain, it is
the upper 3 dB point. Definition can be A critically damped circuit approaches
dependent upon circuit topology, and where its final value in the least possible time.
whether current or voltage is the meas- This occurs when
ured parameter.

Time Domain - The time domain


response of a circuit is calculated by where
writing the equation for the circuit,
assuming some initial conditions and
solving a differential equation.

What remains is the equation to calculate Exponential Decay -


Passive Components that quantity. E is calculated by multiplying


A basic description of passive I and R. I is calculated by putting E over R.
components.
Capacitance - Capacitance is a measure
Ohms Law - where is the of the propensity of parallel plates in a
vector sum of a resistive (positive x axis) circuit to accumulate charge. No actual
component and combined inductive DC currents flow, but charges are added
and capacitive components. to and taken from the parallel plates
giving the appearance of electron transfer
as the voltage changes.
Since 1/j is –j, capacitance uses the
negative y axis and inductance the
positive y axis in the imaginary plane or
when summing impedance. Normal RL or RC time constants are
Resistance/Conductance - exponential decays. The above shows
Inductance - Inductance is a measure the remaining amplitude when t = time
Resistance is that property of of the unwillingness of a circuit or compo- constant τ.
a conductor that opposes the flow of nent to change current.
current. It causes the dissipation of real
power. The diagram here is used by
covering the quantity to be identified.

And/Nand - The And function outputs a Or - The Or function outputs a one


Digital Logic one whenever all inputs are one. Nand is whenever any input is one.
the complement of And.
A B A+B
Operators - The standard Boolean A B A*B
operators are described here. And, 0 0 0 1
Or and Invert are fundamental. Nand, 0 0 0 1
0 1 1 0
Nor, Xor and Xnor are derived. Nand
0 1 0 1
and Nor are easy in hardware. Xor and 1 0 1 0
Xnor are useful in arithmetic circuits. 1 0 0 1
1 1 1 0
1 1 1 0
2
Invert - The invert function outputs a one Postulates - The following are two of the Associative -
whenever its input is zero. primary Boolean algebra postulates. Care
should be taken with semantics here. (A+B)+C = A+(B+C)
A Boolean algebra, while similar to mathe-
(A*B)*C = A*(B*C)
matic algebra in ways, is not identical in
0 1
its definitions. For example, the Distributive Theorems -
1 0 property of Boolean algebra listed here
doesn’t match the distributive property of The following are useful and provable
Xor/Xnor (exclusive or/nor) - The Xor mathematical algebra. It is important to from the postulates.
function outputs a one whenever one
and only one input is one. Xnor is the *
keep in mind that the “+” and “ ”symbols
have fundamentally different meanings in Distributive -
complement of Xor. Boolean and mathematic algebra and A*(B+C) = (A*B)+(A*C)
therefore must be treated differently in
A B some cases. A+(B*C) = (A+B)*(A+C)
0 0 0 1 Commutative - DeMorgan’s Theorem -
0 1 1 0 A+B = B+A
1 0 1 0 A*B = B*A
1 1 0 1

Components Axial Leaded - Radial Leaded -

Black 0 Brown 1 Accuracy: None, 20% Silver 10%, Gold 5%


Color Codes
Red 2 Orange 3 Value = (10*D1+D2)*10exponent

Yellow 4 Green 5 If exponent is Silver it is –2. If Gold –1.

Blue 6 Purple 7 1% and better resistors use four color


bands for value.
Grey 8 White 9
Inductors and Capacitors sometimes use
color bands or dots to indicate value.

For information on precision resistors check


Standard 10 11 12 13 15 16 18 20
Resistor Values http://www.vishay.com/docs/31001/dectable.pdf

Not every possible resistor value is practi- 22 24 27 30 33 36 39 43


Inductors and capacitors generally use the
cally available. These are the standard 47 51 56 62 68 75 82 91 same sequence. Often only the grayed box
5% values. 10% in bold. 20% in gray. values, however.

Nodal Analysis - Nodal analysis is the 4) Solve the equations. If the circuit

Analysis Techniques creation and solution of N-1 equations in includes Ls and Cs, this requires
The following covers some of the standard N-1 unknowns for a circuit with N nodes. differential equations.
analysis techniques, which depend on a One node is defined as ground, so it
few fundamental principles. doesn’t need further solution. All the rest Mesh Analysis - Mesh analysis is the
of the analysis is relative to that reference creation and solution of N-1 equations
Kirchoff’s Voltage Law - If you run around ground. in N-1 unknowns. (Why N-1? It takes
the loop and sum up all the voltages, the two nodes to build a mesh.)
sum must be 0 for a steady-state condi- Procedure:
tion. Depending which way you go, the 1) Write down the node voltages for those Procedure:
source is positive and all the others are nodes on voltage sources. These are 1) Write down the meshes. Label them.
negative. If these are Z’s rather than R’s, some of the equations. Assure the mesh is two dimensional.
then more care must be taken, but the
(x = Vn1-Vn2 where x is the value of the 2) Write down the current sources.
result is still correct.
voltage source between N1 and N2)
3) Open the current sources. See Source
2) Short the voltage sources out. This Transformations for rationale.
reduces the node count since two
4) Write the equations for each remaining
previously unconnected nodes are now
loop. Since there are only voltage
tied together. Why does this work?
sources and impedances left, the
Kirchhoff’s Current Law - Similarly, if you Check source transformations.
currents must be expressed in terms
sum all the currents into (or out of) a node, 3) Write the KCL equations for the remain- of volts and impedance.
the sum must be zero. Again, with non- ing nodes, and express the currents
resistive elements, care must be taken but 5) Solve the resulting equations. Again,
as voltages across impedances. There
the result must hold. if there are Ls and Cs, this requires
should now be N-1 equations between
differential equations.
those defined in 1 and 3.
3
In particular, current sources are much This works due to the definitions of voltage
▼ Source Transformations harder to make well than voltage sources. and current sources. A voltage source
There are two important reasons for more maintains the same voltage regardless of
completely discussing sources. First, the the current. Thus the output impedance is
analysis techniques suggest understanding 0 (I 1 R = I 2 R requires R=0). Similarly, the
them better. Second, you won’t always output impedance of a current source is
have the source you need, and it is impor- infinite (or undefined) since you can put any
tant to be able to comfortably swap to voltage across it and get the same current.
something you have. Where V=IR or I=V/R.

In any linear circuit with multiple independ- each supply individually, with the remaining

Superposition ent supplies, overall response can be supplies shorted for voltage sources, or
calculated by calculating the response for open for current sources.

The common transfer function H(s) is outside the passband. The Fourier

Transforms based upon Laplace Tranforms. Tables Transform is defined as:


The following two transforms are critical to of common Laplace Transforms are avail-
electronics calculation. The Laplace able on-line or in most texts covering
Transform provides a framework for filter the subject.
design and frequency response calcula-
S-domain equations are readily converted The Fourier Transform of an impulse
tions. The Fourier Transform allows you to
into z-domain equations, which are the provides constant amplitude stimulus at
examine time domain waveforms in the fre-
basic descriptors of DSP operations. all frequencies. Thus you can look at
quency domain. Primarily used to identify
the response and determine the transfer
the transfer function of systems, these
Euler’s Identity - Euler’s Identity shows function.
transforms are used somewhat inter-
the relationship between polar and rectan-
changeably. The Fourier Transform has the A simplification for repetitive waveforms
gular coordinates in the imaginary plane:
advantage of being numerically calculable is of period 2π:
under certain circumstances.

Laplace Transform - The Laplace


Transform creates a different data space, This identity is useful to keep in mind when
often known as the s-domain, to manipu- interpreting the formulas defining Fourier
late functions. These functions, in where:
Analysis.
electronics, represent realizable circuits.
The definition of the transform is: Fourier Transform - The Fourier Transform
is similar to the Laplace transform in
operation. However, unlike the Laplace
Transform, the Fourier Transform can
be implemented for repetitive signals.
This transform makes dealing with integrals
The Fourier Transform proves that any
and derivatives quite simple, which is why
waveform, no matter its shape, can be
it is popular for analyzing circuits contain-
described as a sum of sinusoidal wave-
ing inductors and capacitors.
forms of various frequencies and magni-
Example: tudes. Non-repetitive waveforms require
an infinite sum of sinusoids over a continu- This later equation basically states that a
ous frequency band (hence the integral) repetitive waveform can be represented
to be described exactly. Repetitive wave- as the sum of a number of sine functions.
forms require an infinite sum of sinusoids The sine and cosine terms effectively
defines an exponential decay with the at discrete frequency intervals (hence the create a single function at a phase shift,
equation: summation) to be exactly. While an infinite so there can be many ways to represent
sum of sinusoids is required in either case this equation. Applying Euler’s Identity to
to achieve mathematical perfection, it is Fourier Transform expands it into a series
generally the case that a limited set of the of sine and cosine terms suggesting the
where is the time constant of the Fourier terms dominate the behavior of commonality with the Fourier series.
waveform. the waveform, and it is often true that
H ( ) transfer functions are expected
some of the terms are equal to zero. It is
When transformed into the s-domain, to be Fourier functions. Comparison of
therefore possible to make useful approxi-
circuits are expressed in terms of zero- the definitions of H(s) and H ( ) suggest
mations by only considering the “relevant”
terms/pole-terms. The roots of the various that they are very similar for all common
Fourier terms. The finite bandwidth of a
equations provide the location of the electronic uses.
system guarantees that some possible
–3 dB corners for the elements. Non-real terms will be irrelevant since they are
roots can cause oscillatory behavior.

Frequency Response a function of frequency. Zeros provide phase vs log frequency plot to provide a
(Bode Plot) upwardly sloping lines with the inflection visualization of the overall transfer function.
The Bode plot takes the Laplace or Fourier point at the -3 dB frequency. Poles, down- Line slope is 20 dB/decade * the exponent
based transfer function, and graphically wardly. These can be graphically overlayed of the pole or zero. 20 dB/decade =
shows expected magnitude and phase as on a dB vs log frequency plot and linear 6 dB/octave.
Copyright 2004, Tektronix, Inc. All rights reserved. Tektronix products are covered by U.S. and foreign patents, issued and pending. TEKTRONIX and TEK are registered trade-
marks of Tektronix, Inc. All other brands and trademarks mentioned herein are the property of their respective companies. 09/04 DM/BT 3GW-17276-0

You might also like