Capacitors, Inductors & Transient Response Study Notes

Learning Objectives and Module Overview

  • Physical Construction of Capacitors: Understanding how energy is stored in an electric field between conducting plates.
  • RC Time Constant Calculations: Calculating voltage during charging/discharging using the equation τ=RC\tau = RC to predict circuit response.
  • Inductor Behavior: Explaining how inductors store energy in magnetic fields and oppose changes in current (v=Ldidtv = L \frac{di}{dt}).
  • Inductive Back-EMF and Protection: Calculating the RL time constant (τ=LR\tau = \frac{L}{R}), back-EMF, and the vital role of flyback diodes in protecting transistors.
  • NE555 Timer Operation: Describing the astable (free-running) mode, calculating frequency, duty cycle, and designing circuits for timing applications.
  • Manufacturing and Mechanical Engineering (MME) Industry Context:
    • RC constants in motor drive filter networks and smoothing circuits.
    • Limit switch debounce networks to prevent false PLC triggers.
    • Decoupling capacitors for noise reduction on I/O boards.
    • Solenoid valve and relay coil inductance safety risks.
    • Flyback diodes on contactor coils and motor brakes.
    • Inductive time constants affecting pneumatic solenoid valve response speeds.
    • 555 timers as stepper motor pulse generators and watchdog timers for fault detection.

Capacitors: Construction and Fundamental Equations

  • Definition: A passive element designed to store energy in an electric field between two conducting plates separated by an insulating material called a dielectric. Unlike resistors, which dissipate energy as heat, capacitors store and return energy.
  • Physical Construction: Typically made of aluminum foil plates with dielectrics such as air, ceramic, paper, water, or mica.
  • Fundamental Relationships:
    • Charge-Voltage Relationship: Q=C×V    C=QVQ = C \times V \implies C = \frac{Q}{V}.
    • Capacitance Dependency: Capacitance (CC) depends on physical dimensions, not QQ or VV. For a parallel-plate capacitor: C=ϵoϵrAdC = \frac{\epsilon_o \epsilon_r A}{d}, where ϵo\epsilon_o is vacuum permittivity, ϵr\epsilon_r is relative permittivity, AA is surface area, and dd is the distance between plates.
    • Units: The Farad (FF). Common practical units include μF\mu F (106F10^{-6}\,F), nFnF (109F10^{-9}\,F), and pFpF (1012F10^{-12}\,F).
  • Dynamic Current Equation: i(t)=Cdvdti(t) = C \frac{dv}{dt}.
    • Consequence 1: In DC steady-state, a capacitor carries zero current (it "blocks DC").
    • Consequence 2: Voltage across a capacitor cannot change instantaneously.
  • Energy Storage: E=12CV2=Q22CE = \frac{1}{2} CV^2 = \frac{Q^2}{2C} (measured in Joules, JJ).
  • Combinations:
    • Parallel: Ceq=C1+C2+C3++CNC_{eq} = C_1 + C_2 + C_3 + \dots + C_N.
    • Series: 1Ceq=1C1+1C2++1CN\frac{1}{C_{eq}} = \frac{1}{C_1} + \frac{1}{C_2} + \dots + \frac{1}{C_N}.

Capacitor Types and Industrial Applications

  • Electrolytic (Aluminium): 1μF1\,\mu F to 47,000μF47,000\,\mu F. Large capacitance, polarised (+ must connect to +), leaky at high frequencies. Used for power supply smoothing and motor drive DC link capacitors.
  • Ceramic (MLCC): 1pF1\,pF to 100μF100\,\mu F. Non-polarised, excellent at high frequencies, very low ESR. Used for decoupling IC supply pins and sensor circuit filtering.
  • Film (Polyester): 1nF1\,nF to 10μF10\,\mu F. Non-polarised, low loss, temperature stable. Used in timing circuits, motor run capacitors, and Power Factor Correction (PFC) circuits.
  • Tantalum: 0.1μF0.1\,\mu F to 1000μF1000\,\mu F. Polarised, compact, low ESR. Warning: Fails catastrophically if reverse-biased. Used for compact PCB decoupling.
  • MME Application - Decoupling Capacitors: Essential for maintaining stable power to ICs in CNC machines, VFDs, and PLCs. Logic transitions cause high-current bursts; PCB track inductance creates voltage drops. A 100nF100\,nF ceramic capacitor acts as a local energy reservoir to prevent noise/data corruption.
  • Standard Values (E12 Series): Manufacturers use preferred values (1.0, 1.2, 1.5, 1.8, 2.2, 2.7, 3.3, 3.9, 4.7, 5.6, 6.8, 8.2) to cover decades, matching ±10%\pm 10\% tolerances.

RC Circuit Transient Response

  • Transient Period: The time during which voltage or current changes from one steady-state level to another. Voltage rises or falls exponentially, governed by τ=RC\tau = RC.
  • Charging Transient Equations:
    • Voltage: vC(t)=Vs×(1et/τ)v_C(t) = V_s \times (1 - e^{-t/\tau}).
    • Current: i(t)=VsR×et/τi(t) = \frac{V_s}{R} \times e^{-t/\tau}.
    • Key Time Points:
      • t=0t = 0: vC=0Vv_C = 0\,V, iC=Vs/Ri_C = V_s/R (Max current, short circuit behavior).
      • t=τt = \tau: vC=0.632×Vsv_C = 0.632 \times V_s (63.2%63.2\% charged).
      • t=5τt = 5\tau: vC=0.9933×Vsv_C = 0.9933 \times V_s (Engineering "fully charged" threshold).
  • Discharging Transient Equations:
    • Connecting a charged capacitor (V0V_0) to ground through RR: vC(t)=V0×et/τv_C(t) = V_0 \times e^{-t/\tau}.
  • Example 3.2 - Hydraulic Clamp Timing:
    • Cylinder requires 2.5s2.5\,s hold time. Circuit: R=47kΩR = 47\,k\Omega, C=47μFC = 47\,\mu F, Source Vs=9VV_s = 9\,V. Trigger threshold vC=7Vv_C = 7\,V.
    • τ=47,000×47×106=2.209s\tau = 47,000 \times 47 \times 10^{-6} = 2.209\,s.
    • Time to reach 7V7\,V: 7=9(1et/2.209)    t=2.209×ln(10.2222)=3.32s7 = 9(1 - e^{-t/2.209}) \implies t = 2.209 \times \ln(\frac{1}{0.2222}) = 3.32\,s.
    • Design Fault identified: 3.32s>2.5s3.32\,s > 2.5\,s; weld gun fires before pressure builds. Fix by reducing RR or CC.
  • Example 3.3 - Limit Switch Debounce:
    • Contacts bounce for 5ms5\,ms. RC circuit: R=10kΩR = 10\,k\Omega, C=10μFC = 10\,\mu F. τ=100ms\tau = 100\,ms.
    • Voltage at 5ms5\,ms: vC(0.005)=9×e0.005/0.1=8.56Vv_C(0.005) = 9 \times e^{-0.005/0.1} = 8.56\,V. Because 8.56V>5V8.56\,V > 5\,V (logic HIGH), the bounce is ignored.
  • Thermal Analogy: Temperature sensors follow the same first-order exponential math: τthermal=Rthermal×Cthermal\tau_{thermal} = R_{thermal} \times C_{thermal}.

Inrush Current Management

  • The Problem: At t=0t=0, an uncharged capacitor acts as a short circuit. Initial current Iinrush=V/RI_{inrush} = V/R. Large capacitors in industrial equipment (VFDs, Servo drives, EV batteries) create surges.
  • Negative Effects: Contact damage/arcing, fuse/breaker tripping, voltage sags on shared lines, semiconductor stress (IGBTs/MOSFETs), and EMI noise.
  • Industry Solutions:
    1. Method 1 - Pre-charge Resistor + Contactor: Resistor limits initial current; after charging, a contactor bypasses it to minimize energy loss (P=I2RP = I^2R).
      • Example: V=325VV = 325\,V, Rwire=0.5Ω    I=650AR_{wire} = 0.5\,\Omega \implies I = 650\,A. Adding a 47Ω47\,\Omega resistor reduces current to 6.9A6.9\,A (a 99%99\% reduction).
    2. Method 2 - NTC Thermistors (Passive): High resistance when cold (limiting startup current), low resistance when hot. Common in power supplies but limited by frequent cycling.
    3. Method 3 - Active Soft-Start: Controlled semiconductor switching (VFDs, high-end robotics) gradually increases voltage to minimize mechanical shock and electrical surge.

Inductors and Inductive Load Protection

  • Definition: A coil of wire storing energy in a magnetic field. Pure inductors are rare; industrial inductance comes from solenoid valves, relays, and motor windings.
  • Inductance Formula: L=N2AμL = \frac{N^2 A \mu}{\ell}, where NN is turns, AA is area, μ\mu is permeability, and \ell is length.
  • Voltage Equation: v=Ldidtv = L \frac{di}{dt}. Inductors oppose changes in current and pass DC freely (short circuit in steady state).
  • Energy Storage: E=12LI2E = \frac{1}{2} LI^2.
  • Time Constant: τ=LR\tau = \frac{L}{R}.
  • Inductive Back-EMF (Kickback): Interrupting current suddenly (smallΔtsmall\,\Delta t) generates a massive voltage spike: V=LΔIΔtV = L \frac{\Delta I}{\Delta t}.
    • Example 3.5: L=500mHL = 500\,mH, I=200mAI = 200\,mA, switch-off time t=10μst = 10\,\mu s.
    • Vspike=0.5×0.210×106=10,000VV_{spike} = 0.5 \times \frac{0.2}{10 \times 10^{-6}} = 10,000\,V. This destroys transistors rated for lower voltages (e.g., 2N2222A2N2222A rated at 40V40\,V).
  • Flyback Diode Rule: Always fit a diode in reverse-parallel across inductive loads (cathode to positive supply, anode to collector). It clamps the spike to Vsupply+0.7VV_{supply} + 0.7\,V.
  • Solenoid Response (Example 3.6): L=200mHL = 200\,mH, R=20ΩR = 20\,\Omega. τ=10ms\tau = 10\,ms. Reaching 95%95\% current takes 3τ30ms3\tau \approx 30\,ms. This lag must be programmed into PLCs for high-speed machinery.

The NE555 Timer: Astable Mode

  • History: Introduced in 1972 by Hans R. Camenzind at Signetics. Named after three internal 5kΩ5\,k\Omega resistors.
  • Pin Configuration (DIP-8):
    1. GND: Circuit ground.
    2. TRIGGER: Sets output HIGH when voltage <13Vcc< \frac{1}{3} V_{cc}.
    3. OUTPUT: Square wave (sources/sinks up to 200mA200\,mA).
    4. RESET: Active LOW (pull to VccV_{cc} for normal operation).
    5. CTRL V: Filter noise with 100nF100\,nF cap or leave open.
    6. THRESHOLD: Resets output LOW when voltage >23Vcc> \frac{2}{3} V_{cc}.
    7. DISCHARGE: Connects to GND to discharge capacitor CC.
    8. VccV_{cc}: Supply voltage (515V5-15\,V).
  • Operating Principle: Internal comparators monitor capacitor voltage. $C$ charges through R1+R2R_1 + R_2 and discharges through R2R_2 only (via pin 7). This cycle creates an asymmetric square wave.
  • Key Equations:
    • tHIGH=0.693×(R1+R2)×Cextt_{HIGH} = 0.693 \times (R_1 + R_2) \times C_{ext}
    • tLOW=0.693×R2×Cextt_{LOW} = 0.693 \times R_2 \times C_{ext}
    • T=tHIGH+tLOW=0.693×(R1+2R2)×CextT = t_{HIGH} + t_{LOW} = 0.693 \times (R_1 + 2R_2) \times C_{ext}
    • f=1T1.44(R1+2R2)Cextf = \frac{1}{T} \approx \frac{1.44}{(R_1 + 2R_2) C_{ext}}
    • DutyCycle(%)=R1+R2R1+2R2×100Duty\,Cycle\,(\%) = \frac{R_1 + R_2}{R_1 + 2R_2} \times 100 (Note: Duty cycle is always >50%> 50\%).
  • Industrial Applications: Conveyor delays, lubrication pulses, audible alarms, and watchdog fault detection. Preferred because it requires no firmware and is immune to software bugs.

Laboratory and Practice Problem Data

  • Lab 2 Part A (RC Measurement): R=10kΩR=10\,k\Omega, C=100μFC=100\,\mu F. Expected τ=1.0s\tau = 1.0\,s. Theoretical voltage at τ=5.69V\tau = 5.69\,V (assuming 9V9\,V supply).
  • Lab 2 Part B (555 Astable): R1=10kΩR_1=10\,k\Omega, R2=47kΩR_2=47\,k\Omega, C=10μFC=10\,\mu F. Expected f=1.385Hzf = 1.385\,Hz.
  • Example 3.10 (Lubrication Pump Design): Pulse solenoid for 2s2\,s every 30min30\,min. Using C=4700μFC = 4700\,\mu F, designer finds R2=560kΩR_2 = 560\,k\Omega and R1=56kΩR_1 = 56\,k\Omega as optimal standard values.
  • Practical Reflection: A slower, lower-pitched beeper usually indicates a drifting timing capacitor. Electrolytic capacitors change value with age and temperature.