Electric Circuit Variables 1.1 SI/SI Derived Units/Prefixes
Electric Circuit Variables 1.1 SI/SI Derived Units/Prefixes
Electric Circuit Variables 1.1 SI/SI Derived Units/Prefixes
Convention
1. Electric Circuit Variables
Passive:
Active:
Limiting cases:
Short circuit:
no voltage drop (
Open circuit:
1.3 Current
Time rate flow of charge, (A)
Convention:
1.4 Voltage
Work done by EMF in moving charge through a circuit
per unit charge, (V)
Convention
Series:
Parallel:
1.10 Power
Time rate transformation of energy, (W)
2. Kirchoff's Laws
2.1 Definitions/topology
A branch is a single element ( )
A node is a point of connection ( )
A loop is a closed path. ( )
A mesh is a loop containing no other loops.
2.2 KCL/KVL
and so on...
Super mesh
A super mesh occurs when meshes share a current
source. Created by excluding the current source/any
elements in series. It is not ignored, but rather as the
current "crosses" into the other half, you use the other
current:
Supernode
A supernode is a voltage source (and any elements
connected in parallel with it) between two nonreference nodes
meshes.
3. Circuit Theorems
3.1 Superposition
Used to determine the responses of a linear circuit by
summing the individual responses of each independent
source (can't disable dependent sources).
To disable a voltage source, short it.
To disable a current source, open circuit it.
1. Turn off all independent sources except the one
whose effect you want to determine.
2. Repeat until you have found all responses for
each source and sum them.
using
and then
4.1 Capacitors
A capacitor is a passive element
designed to store energy in its
electric field. It consists of two
parallel conducting plates
separated by an insulating
medium (dielectric).
Capacitance
From KVL,
4.4 RC Transients
First order RC circuits are those containing either one
capacitor or one inductor forming a first order ODE. The
complete response of an RC circuit is made of a transient
(natural) and a steady state (forced) response.
With each response there are 3 stages.
1. Initial conditions
2. Transient period
3. Final conditions
(as
(switch
and
as
as
and
5.1 Inductors
An inductor is a passive element made of coils designed
to resist changes in electric current passing through it
(introduce inductance (henries)).
From KVL,
where
Parallel:
5.3 RL Transients
Contain one inductor and one or more resistors. The
inductor acts as a short circuit for
and
(as
and
6.1 Sinusoids
Resistor:
in phase
Capacitor: leads by 90o
Inductor: lags by 90o
6.2 Phasors
resistance
reactance
conductance
susceptance
where
Operations:
6.5 AC Analysis
Measured in VA
Apparent power
(VA)
Power factor
The effective value/RMS of a periodic current
is the dc current that delivers the same
average power to a resistor as the periodic
current.
The effect value of a periodic signal
is its
RMS value.
In this course,
or
Average power
Reactive power
7. Operational Amplifiers
Non-inverting configuration
and
Because
,
. Thus there is no current
flow and thus no voltage drop meaning that
.
Summary
But
Inverting configuration
and
Nodal analysis at node b,
Hence,
should
Cascade configuration
Since
Also,
Thus,
(connected to ground),
therefore,
Differentiating configuration
8. Transformers
Divide by
Divide by
Multiply by
Multiply by
Multiply by
Divide by
1. A transformer of
2400 and
48 is used
as an impedance matching device. What is the
reflected value of a 3 load connected to the
secondary?
c)
Since the load is purely resistive,
Digital Systems
1. Introduction to Digital and Binary
1.1 Digital and analog signals
Example
Convert 11100110 into a regular base 10 numeral
Since there are 8 binary digits, this is an 8 bit system meaning it goes from
(right to left)
Example
Daniel goes to the mall. The items he shops for are categorised into things he needs and things he
wants. His method of payment are cash/debit.
If he wants an item, he will only buy it if he has cash.
If we needs an item, he will buy it with cash/card.
Solution
Define variables:
First we start by writing all the numbers on the sides using binary.
This is the way we determine our (NWCD) [fundamental variables). How we can figure out P.
For the first column, he doesn't need it, doesn't want it. So he won't buy it. If we continue according
to rules we can fill out the P column.
Logic gates are devices that perform a local operation on one of more logical inputs to
produce a singular logical output.
Used extensively in digital circuits.
1.4.2 OR gates
"Z is true iff X or Y are true"
1.4.3 NAND gate (NOT and; the complement of the AND gate)
"Z is true if X or Y are false"
Practically we must work with a large number of signals. Each signal has a binary choice (yesno, on-off, move-stop).
Boolean Algebra provides a method of simplifying and handling these signals.
Fundamental theorems
1)
2)
3)
4)
5)
6)
7)
8)
Commutative laws
Distributive laws
Absorption laws
1)
2)
3)
4)
De Morgan's theorem
We have a NOR and AND and OR GATE. We have 3 inputs A, B, C and one input Z.
We should split up the inputs of the OR gate. One input will be X. The other will be Y.
X will be the resultant of a NOR gate between inputs A and B and
And Y will be the resultant of an AND gate between B and C.
Hence,
Solution
To begin, lets draw our inputs A B C and D.
The
section is addressed as follows: What we also need to do now is B complement and an and
gate with C. To make B complement, we add a NOT gate and combine it with C using an and gate.
To get the
, branch off C and add a not gate. Relate C and D using an AND gate. To get the A . B.
C term, to do that, we need to make an AND gate between A B, C.