Corollary Theorems: Resistors

 

ELECTRONIC DESIGN NOTES #3

Resistors
 
 

 
Back to main Design page:

 
Back to Design Notes page

 

In Electronic Design Notes 1 it was mentioned we can control the current in electrical circuits using resistors. Of course, there are other means to achieve current control, but resistors are simple, cheap, and efficient electronic components.

Control is the true magic word in electronics. No matter what we do, the purpose is to take control of voltages, currents, frequencies, and of various functions. Once we achieve total control, then we can do whatever we can think of.

There are few basic things we need to know about resistors, therefore they are listed summarily as follows:
1. Types of resistors
2. Useful formulas
3. Resistors color code chart
4. Equivalent series and parallel resistors
5. Controlling the voltage and current
6. Detecting current sense
7. Frequency control


NOTE
The basic notions highlighted in this page are related to electronic design topics presented in the first part Hardware Design of Learn Hardware Firmware and Software Design.
 

 
 Types of resistors

There is an incredible variety of resistors; in this page are presented only few main groups. First of all resistors are:
A. fixed
B. variable


Depending on the way we insert them into electrical circuits, resistors can be:
a. through hole (TH)
b. surface mount (SM)
c. various, mechanical fixtures


Further, resistors are built as:
1. carbon composition
2. metal film
3. carbon film
4. wirewound


Of course we could differentiate resistors based on the power (current) they can safely handle, but there are way too many types available.

Variable resistors come in few particular types. They are important to note because each type requires specific schematics:
1. potentiometers
2. rheostats
3. decades
4. programmable potentiometers
(details of hardware schematics and firmware programming source code are in Learn Hardware Firmware and software Design)

Rheostat and potentiometer Fig1: Rheostat and  Potentiometer wiring    Schematics

The Rheostat circuit is used to control currents (Iv)

The Potentiometer circuit is used to control  voltages (Uv)

 

 USEFUL FORMULAS

In order to work with resistors we need few formulas; for example:
1. Resistance
2. Ohm's Law in DC circuits
3. Ohm's Law in AC circuits
4. Impedance
5. Resistance value at current temperature
6. Conductance
7. Electrical conductivity
8. DC power
9. Horse power conversion
10. Kilowatt to hp conversion
11. DC Energy
12. Efficiency



RESISTORS FORMULAS
 

FORMULA NAME
  R [Ω]= ρ * L / A Resistance (details are in Design Notes 1)
  R [Ω] = U [V] / I [A] Ohm's Law in DC circuits (details are in Design Notes 1)
  Z [Ω] = U [V] / I [A] Ohm's Law in AC circuits (details are in Design Notes 1)
  Z = √[R2 + (XL - Xc)2] Impedance (details are in Design Notes 1)
  XL [Ω] =  2*PI*f [Hz]*L [H] Inductive Reactance
  Xc [Ω]= 1/2*PI*f [Hz]*C [C] Capacitive Reactance
  Rt = Ro * (1 + α * t) Rt = Resistance at current temperature
Ro = resistance at 0 Celsius
t = actual temperature
α = temperature coefficient of resistivity
  G [siemens] = 1 / R Conductance
  σ = 1/ρ Electrical conductivity
  P [W] = U [V] * I [A]
  P [W] = I2[A] * R [Ω]
DC power
  1 [hp] = 746 [W] Conversion to horsepower
  1 [kW] = 1.34 [hp] Conversion to kilowatt
  W [J] = U [V] * I [A] * T [s] DC Energy
  η = Pout / Pin Efficiency

 

 RESISTORS COLOR CODE CHART

Fixed resistors of the "through hole" type are marked using a special color code.

The new SM (surface mount) types are marked with numbering systems specific to each manufacturer--please consult their Data Sheets.


RESISTOR COLOR CODE
 

  Color 1st Band 2nd Band 3rd Band Multiplier Tolerance
        Black 0 0 0 100 -
        Brown 1 1 1 101 (+/-)1%
        Red 2 2 2 102 (+/-)2%
        Orange 3 3 3 103 (+/-)3%
        Yellow 4 4 4 104 (+/-)4%
        Green 5 5 5 105 (+/-)0.5%
        Blue 6 6 6 106 (+/-)0.25%
        Violet 7 7 7 107 (+/-)0.1%
        Gray 8 8 8 108/10-2 -
  White 9 9 9 109/10-1 -
     Gold - - - 10-1 (+/-)5%
  Silver - - - 10-2 (+/-)10%
  None - - - - (+/-)20%

NOTE
The third band is missing in most instances.

 EQUIVALENT SERIES AND PARALLEL RESISTORS

The equivalent of series resistors is calculated with: RT =
Σ Ri
The equivalent of parallel resistors is calculated with: 1/RT =
Σ 1/Ri

Calculation examples for three resistors:
 
Series ressistors Fig 2: The equivalent resistance of 3 series resistors

RT = R1 + R2 + R3

RT = 2K +3K + 4K = 9K

The series equivalent RT is greater than the greatest component
Parallel resistors Fig 3: The equivalent resistance of 3 resistors in parallel

1/RT = 1/R1 +1/R2 + 1/R3

RT = R1*R2*R3 / (R2*R3 + R1*R3 +R1*R2)
RT = 24 / (12 + 8 + 6) = 24 / 26 = 0.923K

The parallel equivalent RT is always smaller than the smallest component

 

 CONTROLLING VOLTAGE AND CURRENT

First thing, please take a look at Figs 4 and 5.
 
Voltage divider
Fig 4: Voltage control circuit

Voltage divider formula:  Ui = (U * Ri) / RT

U = 12 V
Ri = 3Ω
RT = 1Ω + 3Ω = 4Ω
Ui = (12 * 3) / 4 = 9 V
Curent limiter Fig 5: Current control circuit

Imax = U / R1 = 12 / 3 = 4 mA

In Fig 4, we control voltage Ui using a "voltage divider" schematic. We can even adjust Ui if we use a potentiometer schematic as we did in in Fig 1. The voltage divider schematic allows for 2, 3,..n precise voltage levels to be supplied to the Load circuit. Adjacent are the formulas needed to calculate the Ui value.

In Fig 5 R1 plays the role of a "current limiter". The meaning of that schematic is, the maximum current supplied to Load is 4 mA. Even if Load becomes a short-circuit, the maximum current will not exceed 4 mA. Please note: using a variable resistor wired as in Fig 1, the Rheostat, we can adjust the maximum current supplied to the load.

In both of the above schematics we could use programmable potentiometers. Details about the simplest and the most efficient ways of working with programmable potentiometers are presented in Learn Hardware Firmware and Software Design.

 DETECTING CURRENT SENSE

Please take a look at Fig 6.
 
Detecting current sense   Fig 6: Detecting current sense

  Possible cases:
  V1 > V2 Load is drawing power
  V1 = V2
Load is Open
  V1 < V2
Load is generating power
  V2 = 0  
Load is
short-circuited

 

In normal conditions V1 = 12 V, and V2 = 11.988 V (R1 = 1 KΩ). Those values are sent to the PIC controller Analog-to-Decimal channels 1 and 2 (randomly chosen). Next, we transform the analog voltages into their decimal equivalents, then we compare them mathematically. The result is one of the following cases:

V1 > V2 (Load is drawing power)
V1 = V2 (Load is Open)
V1 < V2 (Load is generating  power)
V2 = 0   (Load is short-circuited)

If an accident happens and Load becomes generator, the current will change its sense, therefore V2 will become greater than V1:
V2 > V1

Not only we are able to detect the sense of the current, but we know precisely how much current Load is drawing in each moment.

Details about working with Microchip dsPIC controllers and about the ADC conversion function are in Learn Hardware Firmware and Software Design.

 FREQUENCY CONTROL

Frequency control is presented in Filters Design Notes.

 

LINKS
 
LHFSD



LEARN HARDWARE FIRMWARE AND SOFTWARE DESIGN
and design your own commercial product!

Read the Table of Contents

Read the Description of LHFSD




MOST VISITED PAGES AT COROLLARY THEOREMS
 

1. LOGICALLY STRUCTURED ENGLISH GRAMMAR - if you think you know English grammar, think again
2. LEARN HARDWARE FIRMWARE AND SOFTWARE DESIGN - and develop your own commercial product the easy way!
3. AMAZING ARTICLES - "Reality is never what it appears to be"
4. NEWS - "Global Picture" in news presented by Corollary Theorems
5. GRAMMAR FAQ - we answer your English grammar questions here


 
Back to main Design page
 
Back to Design Notes page

  
Send your comments regarding this page using support@corollarytheorems.com 
Page last updated on:
March 15, 2008
© Corollary Theorems Ltd. All rights reserved.
 

Valid HTML 4.01!

Page valid according to W3C