GATE EE Cheatsheet
Cheatsheet Content
### Introduction to GATE EE #### What is GATE EE? The Graduate Aptitude Test in Engineering (GATE) is a national-level examination primarily conducted for admissions to postgraduate programs (M.E./M.Tech/Ph.D.) in various engineering disciplines at Indian institutes of higher education. It is also used by some Public Sector Undertakings (PSUs) for recruitment. The Electrical Engineering (EE) paper tests fundamental and advanced concepts in electrical engineering. #### How to Use This Cheatsheet This cheatsheet is designed to be a comprehensive guide, starting from basic principles and progressing to advanced topics. It includes definitions, formulas, key concepts, and practical rules. - **Beginner Level:** Focus on definitions, basic formulas, and understanding the core principles of each topic. - **Intermediate Level:** Understand the working principles, derivations, and common applications. - **Advanced Level:** Master problem-solving techniques, analyze complex circuits/systems, and understand the nuances of various theories and machines. #### Importance of Basics A strong foundation in basic concepts is crucial for GATE. Many advanced problems are just complex applications of fundamental laws. Always ensure you understand the "why" behind the "what." ### Engineering Mathematics Engineering Mathematics is a common and crucial section in GATE. It covers topics from linear algebra, calculus, differential equations, complex analysis, probability, and numerical methods. #### Linear Algebra - **Matrices:** - **Definition:** A rectangular array of numbers. - **Types:** Square, Symmetric ($A=A^T$), Skew-Symmetric ($A=-A^T$), Hermitian, Skew-Hermitian, Orthogonal ($A^TA=I$), Unitary. - **Operations:** Addition, Subtraction, Multiplication. - **Matrix Multiplication:** $(AB)_{ij} = \sum_k A_{ik}B_{kj}$. (Not commutative, $AB \neq BA$). - **Determinant:** A scalar value computed from the elements of a square matrix. - $\det(AB) = \det(A)\det(B)$. - $\det(A^T) = \det(A)$. - If rows/columns are linearly dependent, $\det(A) = 0$. - **Inverse:** $A^{-1}$ such that $AA^{-1} = A^{-1}A = I$. Exists only if $\det(A) \neq 0$ (non-singular matrix). - $A^{-1} = \frac{adj(A)}{\det(A)}$. - **Rank of a Matrix:** Maximum number of linearly independent rows or columns. - For an $m \times n$ matrix, $rank(A) \le \min(m, n)$. - **System of Linear Equations ($Ax=b$):** - **Unique Solution:** $rank(A) = rank([A|b]) = n$ (number of variables). - **Infinite Solutions:** $rank(A) = rank([A|b]) ### Electric Circuits (Network Theory) This section is fundamental to all electrical engineering. Master these concepts. #### Basic Concepts & Definitions - **Circuit:** Interconnection of electrical components. - **Node:** A point where two or more circuit elements are connected. - **Branch:** A path connecting two nodes, containing a single element. - **Loop/Mesh:** A closed path in a circuit. A mesh is a loop that does not contain any other loops within it. - **Charge (Q):** Fundamental property of matter, measured in Coulombs (C). - **Current (I):** Rate of flow of charge. $I = \frac{dQ}{dt}$ (Amperes, A). - **DC (Direct Current):** Constant current. - **AC (Alternating Current):** Varies sinusoidally with time. - **Voltage (V):** Energy per unit charge. Potential difference. $V = \frac{dW}{dQ}$ (Volts, V). - **Power (P):** Rate at which energy is transferred. $P = \frac{dW}{dt} = VI$ (Watts, W). - **Passive Sign Convention:** If current enters the positive terminal, power is absorbed ($P>0$). If current leaves the positive terminal, power is supplied ($P 0: Inductive (absorbs VARs). - Q 1$):** Two distinct real roots. Exponential decay without oscillation. - **Critically Damped ($\zeta = 1$):** Two equal real roots. Fastest decay without oscillation. - **Underdamped ($\zeta ### Signals and Systems This subject deals with the mathematical representation and analysis of signals and systems. #### Signals - **Definition:** A function that conveys information. - **Classification of Signals:** - **Continuous-Time (CT) vs. Discrete-Time (DT):** - CT: Defined for all $t \in \mathbb{R}$ (e.g., $x(t)$). - DT: Defined only at discrete instances $n \in \mathbb{Z}$ (e.g., $x[n]$). - **Analog vs. Digital:** - Analog: Continuous values. - Digital: Discrete values. - **Periodic vs. Aperiodic:** - Periodic: $x(t) = x(t+T_0)$ for CT, $x[n] = x[n+N_0]$ for DT. Smallest $T_0$ or $N_0$ is fundamental period. - Aperiodic: Not periodic. - **Even vs. Odd:** - Even: $x(-t) = x(t)$ or $x[-n] = x[n]$. (Symmetric about y-axis). - Odd: $x(-t) = -x(t)$ or $x[-n] = -x[n]$. (Anti-symmetric about y-axis). - Any signal can be decomposed into even and odd parts: $x(t) = \frac{x(t)+x(-t)}{2} + \frac{x(t)-x(-t)}{2}$. - **Energy vs. Power Signals:** - **Energy Signal:** Finite total energy, zero average power. $0 2f_m$. - **Nyquist Rate:** $2f_m$. - **Aliasing:** If $f_s \le 2f_m$, high-frequency components appear as lower frequencies, leading to distortion. Anti-aliasing filters (LPF) are used before sampling. ### Electrical Machines This section covers the principles, construction, operation, and characteristics of various electrical machines. #### Transformers - **Definition:** A static device that transfers electrical energy from one circuit to another through electromagnetic induction without changing frequency. - **Principle:** Mutual induction. - **Construction:** - **Core Type:** Windings surround a laminated core. - **Shell Type:** Core surrounds the windings. - **Laminations:** Reduce eddy current losses. - **EMF Equation:** $E = 4.44 f \phi_m N$ (for sinusoidal flux). - $E_1/E_2 = N_1/N_2 = a$ (turns ratio). - **Ideal Transformer:** - No losses, no leakage flux, infinite permeability core. - $V_1/V_2 = N_1/N_2 = a$. - $I_2/I_1 = N_1/N_2 = a \implies N_1 I_1 = N_2 I_2$ (Ampere-turns balance). - $S_1 = S_2 = V_1 I_1 = V_2 I_2$. - **Practical Transformer (Equivalent Circuit):** - **Primary side:** $R_1, X_1$ (winding resistance, leakage reactance). - **Secondary side:** $R_2, X_2$. - **Shunt branch (Core):** $R_c$ (core loss resistance), $X_m$ (magnetizing reactance). - **Referring Impedances:** $R_2' = a^2 R_2$, $X_2' = a^2 X_2$, $Z_2' = a^2 Z_2$. - **Losses:** - **Core Losses (Iron Losses):** Hysteresis loss (due to magnetization/demagnetization cycle) and Eddy current loss (due to induced currents in core). Dependent on flux density and frequency (voltage). - **Copper Losses:** $I^2R$ losses in windings. Dependent on current. - **Efficiency ($\eta$):** $\eta = \frac{P_{out}}{P_{in}} = \frac{P_{out}}{P_{out} + P_{core} + P_{cu}}$. - **Maximum Efficiency:** Occurs when Copper Losses = Core Losses. - Condition: $I_{2,load} = I_{2,full-load} \sqrt{\frac{P_{core}}{P_{cu,full-load}}}$. - **Voltage Regulation (VR):** $VR = \frac{V_{NL} - V_{FL}}{V_{FL}} \times 100\%$. - Positive VR: Voltage drops from no-load to full-load. - Negative VR: Voltage rises (for leading power factor). - Zero VR: For a specific leading power factor. - **Tests:** - **Open Circuit (OC) Test:** Done at rated voltage, secondary open. Measures core losses ($P_{oc}$) and determines $R_c, X_m$. - **Short Circuit (SC) Test:** Done at rated current, secondary shorted. Measures copper losses ($P_{sc}$) and determines $R_{eq}, X_{eq}$. - **Autotransformer:** Single winding, part of which is common to both primary and secondary. - Advantages: Smaller size, higher efficiency, better voltage regulation for same VA rating compared to two-winding transformer. - Disadvantage: No electrical isolation. - Power transferred: Induction + Conduction. #### DC Machines - **Principle:** Converts electrical energy to mechanical (motor) or mechanical to electrical (generator). Based on Faraday's law of electromagnetic induction and Lorentz force. - **Construction:** Stator (field windings, poles), Rotor (armature windings, commutator, brushes). - **EMF Equation (Generator/Motor):** $E_g = E_b = \frac{\phi ZNP}{60A}$. - $\phi$: Flux per pole (Wb). - $Z$: Total number of armature conductors. - $N$: Speed in RPM. - $P$: Number of poles. - $A$: Number of parallel paths (A=P for lap winding, A=2 for wave winding). - **Torque Equation (Motor):** $T_g = K_a \phi I_a$, where $K_a = \frac{ZP}{2\pi A}$. - **DC Generator Types:** - **Separately Excited:** Field winding supplied by external source. - **Self-Excited:** - **Shunt:** Field winding in parallel with armature. - **Series:** Field winding in series with armature. - **Compound:** Combination of shunt and series (long shunt, short shunt, cumulative, differential). - **DC Motor Types:** Same as generators. - **Voltage Equation:** $V_T = E_b + I_a R_a$ (Motor), $E_g = V_T + I_a R_a$ (Generator). - **Speed ($N$):** $N \propto \frac{E_b}{\phi}$. - **Speed Control:** - **Flux Control (Field Control):** Varying field current (shunt motor). Decreasing $\phi$ increases speed (above base speed). - **Armature Rheostat Control:** Adding resistance in series with armature (shunt motor). Decreases speed (below base speed). - **Voltage Control:** Varying armature voltage (Ward-Leonard system). - **Starting:** DC motors have very high starting current (as $E_b=0$ at start). Starters (3-point, 4-point) are used to limit starting current by adding external resistance in armature circuit. - **Characteristics:** Speed-torque, torque-armature current. - **Shunt:** Nearly constant speed. - **Series:** High starting torque, speed varies widely with load. Never run on no-load. - **Losses:** Copper losses (armature, field), Core losses (hysteresis, eddy current), Mechanical losses (friction, windage), Brush losses. #### Synchronous Machines - **Definition:** AC machines where the rotor speed is synchronous with the frequency of the stator rotating magnetic field. - **Synchronous Speed:** $N_s = \frac{120f}{P}$ (RPM). - **Synchronous Generator (Alternator):** Converts mechanical to AC electrical energy. - **Construction:** Stator (armature winding), Rotor (field winding - salient pole or cylindrical rotor). - **EMF Equation:** $E = 4.44 k_c k_d f \phi N_{ph}$. - $k_c$: Coil span factor (pitch factor). - $k_d$: Distribution factor. - **Voltage Regulation:** $VR = \frac{E_f - V_t}{V_t} \times 100\%$. - Can be positive, negative, or zero depending on load power factor. (Lagging PF: positive VR, Leading PF: negative VR). - **Synchronous Reactance ($X_s$):** Sum of armature leakage reactance and reactance due to armature reaction. - **Equivalent Circuit:** $E_f = V_t + I_a (R_a + jX_s)$. - **Power Angle Equation (Cylindrical Rotor):** $P_e = \frac{E_f V_t}{X_s} \sin\delta$. - $\delta$: Power angle. Maximum power occurs when $\delta = 90^\circ$. - **Parallel Operation:** Conditions for successful parallel operation (same voltage, frequency, phase sequence). - **Synchronous Motor:** Operates at constant speed, regardless of load. - **Starting Methods:** Cannot self-start. Use damper windings (induction motor principle), or external prime mover. - **Power Factor Control:** By varying field excitation. - **Under-excited:** Lagging PF. - **Over-excited:** Leading PF (used for power factor correction, called synchronous condenser). - **V-Curves:** Plot of armature current ($I_a$) vs. field current ($I_f$) at constant power. Shows how PF varies with excitation. - **Hunting:** Oscillations about synchronous speed. Prevented by damper windings. #### Induction Machines (Asynchronous Machines) - **Definition:** AC machines where the rotor speed is not synchronous with the stator rotating magnetic field. - **Three-Phase Induction Motor:** Most widely used AC motor. - **Principle:** Stator produces rotating magnetic field (RMF). RMF induces currents in rotor conductors, creating a force that rotates the rotor. - **Slip ($s$):** $s = \frac{N_s - N_r}{N_s}$. - $N_s$: Synchronous speed. - $N_r$: Rotor speed. - $0 ### Power Systems This section deals with the generation, transmission, distribution, and utilization of electrical power. #### Generation - **Types of Power Plants:** - **Thermal (Coal/Gas):** Steam turbines, Rankine cycle. High efficiency, base load. - **Hydroelectric:** Water head, Pelton/Francis/Kaplan turbines. Clean, flexible, peak load. - **Nuclear:** Fission, heat exchangers, steam turbines. Base load, no greenhouse gases. - **Renewable:** Solar PV, Wind, Geothermal, Biomass. Intermittent, environmentally friendly. - **Load Curve:** Plot of load vs. time. - **Load Factor:** $\frac{\text{Average Load}}{\text{Maximum Demand}}$ (over a period). - **Diversity Factor:** $\frac{\text{Sum of Individual Maximum Demands}}{\text{Coincident Maximum Demand}}$. Always $>1$. - **Plant Capacity Factor:** $\frac{\text{Actual Energy Produced}}{\text{Maximum Possible Energy Production}}$. #### Transmission & Distribution - **Components:** Generators, Transformers, Transmission Lines, Circuit Breakers, Relays, Insulators, Towers, Substations. - **Transmission Voltages:** High voltages (e.g., 132kV, 220kV, 400kV, 765kV) to reduce current and hence $I^2R$ losses, and to improve voltage regulation. - **Per-Unit System:** Expresses system quantities as fractions of a base value. Simplifies calculations, especially in networks with transformers. - Base Power (MVA), Base Voltage (kV). - Base Current ($I_B = \frac{MVA_B}{\sqrt{3} kV_B}$). - Base Impedance ($Z_B = \frac{kV_B^2}{MVA_B}$). - Per-Unit value = Actual value / Base value. - Impedance changes across transformer: $Z_{pu,new} = Z_{pu,old} (\frac{kV_{B,old}}{kV_{B,new}})^2 (\frac{MVA_{B,new}}{MVA_{B,old}})$. - **Transmission Line Parameters:** Resistance ($R$), Inductance ($L$), Capacitance ($C$), Conductance ($G$). - **R:** Conductor material, cross-section, temperature. - **L:** Spacing and configuration of conductors. - **C:** Spacing and configuration of conductors, height above ground. - **G:** Leakage current over insulators. - **Transmission Line Models:** - **Short Line (L 200km):** Distributed parameters. - **Characteristic Impedance ($Z_c$):** $Z_c = \sqrt{Z/Y} = \sqrt{(R+j\omega L)/(G+j\omega C)}$. For lossless line, $Z_c = \sqrt{L/C}$. - **Propagation Constant ($\gamma$):** $\gamma = \sqrt{ZY} = \alpha + j\beta$. - $\alpha$: Attenuation constant. - $\beta$: Phase constant. - **ABCD Parameters:** Used to represent transmission lines. - $\begin{bmatrix} V_S \\ I_S \end{bmatrix} = \begin{bmatrix} A & B \\ C & D \end{bmatrix} \begin{bmatrix} V_R \\ I_R \end{bmatrix}$. - For a short line: $A=1, B=Z, C=0, D=1$. - For a lossless line: $A = \cos(\beta l)$, $B = jZ_c \sin(\beta l)$, $C = j\frac{1}{Z_c} \sin(\beta l)$, $D = \cos(\beta l)$. - **Voltage Regulation (using ABCD):** $VR = \frac{|V_S/A| - |V_R|}{|V_R|} \times 100\%$. - **Surge Impedance Loading (SIL):** Power delivered by a lossless line when terminated by its characteristic impedance. $P_{SIL} = V_{R,rated}^2/Z_c$. - **Skin Effect:** At high frequencies, current concentrates near the surface of the conductor, increasing effective resistance. - **Proximity Effect:** Current distribution in a conductor is affected by the magnetic field of nearby conductors. - **Corona Effect:** Ionization of air around high-voltage conductors, leading to power loss, radio interference, and audible noise. Occurs when electric field strength exceeds dielectric strength of air. #### Fault Analysis - **Faults:** Abnormal conditions that cause insulation failure or short circuits. - **Types:** Symmetrical (3-phase fault) and Unsymmetrical (Single Line-to-Ground, Line-to-Line, Double Line-to-Ground). - **Symmetrical Fault Analysis:** - Use per-unit system. - Thevenin equivalent impedance ($Z_{Th}$) seen from fault point. - Fault current ($I_f = V_f/Z_{Th}$). - **Unsymmetrical Fault Analysis (Symmetrical Components):** - **Sequence Components:** Any unbalanced three-phase system of voltages/currents can be resolved into three balanced systems: - **Positive Sequence (1):** Original phase sequence (ABC). - **Negative Sequence (2):** Opposite phase sequence (ACB). - **Zero Sequence (0):** All three phases are in phase. - **Transformation Matrix:** $V_{abc} = T V_{012}$, $I_{abc} = T I_{012}$, where $T = \begin{bmatrix} 1 & 1 & 1 \\ 1 & \alpha^2 & \alpha \\ 1 & \alpha & \alpha^2 \end{bmatrix}$ and $\alpha = e^{j2\pi/3} = -0.5 + j0.866$. - **Sequence Networks:** Positive, negative, and zero sequence equivalent circuits of the power system. - **Fault Connections:** - **Single Line-to-Ground (SLG) Fault:** All three sequence networks are connected in series. - **Line-to-Line (LL) Fault:** Positive and negative sequence networks are connected in parallel. Zero sequence network is open. - **Double Line-to-Ground (DLG) Fault:** All three sequence networks are connected in parallel. #### Protection - **Purpose:** To detect faults, isolate faulty sections, and protect equipment. - **Components:** - **Circuit Breakers (CB):** Interrupt fault currents. - **Relays:** Detect abnormal conditions and initiate CB tripping. - **Overcurrent Relays:** Operate when current exceeds a set value. - **Differential Relays:** Compare currents at two ends of a protected zone. Operate on difference. - **Distance Relays:** Measure impedance to fault. Commonly used for transmission lines. - **Current Transformers (CT) & Potential Transformers (PT):** Step down current/voltage for relays and meters. - **Fuses:** Self-sacrificing protective devices. - **Protection Zones:** Overlap for complete coverage. Generator, Transformer, Busbar, Transmission Line. - **Earthing/Grounding:** Provides a low-resistance path for fault currents, ensures safety. #### Stability - **Power System Stability:** Ability of the power system to remain in a state of operating equilibrium under normal operating conditions and to regain an acceptable state of equilibrium after being subjected to a disturbance. - **Types of Stability:** - **Steady-State Stability:** Ability to remain in synchronism under gradual changes in load. - **Transient Stability:** Ability to remain in synchronism after a large, sudden disturbance (e.g., fault, sudden load change). - **Dynamic Stability:** Small signal stability, typically for small disturbances. - **Equal Area Criterion:** Used for single machine infinite bus system to determine transient stability. - If the accelerating area equals or exceeds the decelerating area, the system is stable. - $P_e = \frac{EV}{X_s} \sin\delta$. ### Control Systems This subject deals with the analysis and design of systems that regulate other systems. #### Basic Concepts - **System:** A combination of components that act together to perform a certain objective. - **Control System:** A system that regulates the behavior of another system. - **Open-Loop Control System:** Output has no effect on the control action. Simple, inexpensive, but less accurate and sensitive to disturbances. (e.g., a toaster). - **Closed-Loop Control System (Feedback Control System):** Output affects the control action. Uses feedback to compare actual output with desired output. More accurate, less sensitive to disturbances, but more complex. (e.g., a thermostat). - **Components of a Feedback System:** - **Controller:** Generates control signal. - **Plant/Process:** The system to be controlled. - **Sensor:** Measures output. - **Actuator:** Converts control signal to physical action. - **Comparator:** Compares reference input with feedback signal. - **Transfer Function ($G(s)$):** For an LTI system, it's the Laplace Transform of the impulse response, assuming zero initial conditions. - $G(s) = \frac{Y(s)}{X(s)}$. - **Block Diagram Representation & Reduction:** - **Series (Cascade):** $G_1(s)G_2(s)$. - **Parallel:** $G_1(s) \pm G_2(s)$. - **Feedback:** $\frac{G(s)}{1 \pm G(s)H(s)}$ (negative feedback used unless specified). - Characteristic Equation: $1 \pm G(s)H(s) = 0$. - **Signal Flow Graph (SFG):** Graphical representation of algebraic equations. - **Mason's Gain Formula:** $M = \frac{1}{\Delta} \sum_k P_k \Delta_k$. - $P_k$: Gain of $k^{th}$ forward path. - $\Delta = 1 - \sum (\text{individual loop gains}) + \sum (\text{gain products of two non-touching loops}) - ...$ - $\Delta_k$: $\Delta$ for that part of the graph not touching the $k^{th}$ forward path. #### Time Domain Analysis - **Standard Test Signals:** - **Impulse Input:** $x(t) = \delta(t)$. - **Step Input:** $x(t) = A u(t)$. (Used to determine transient and steady-state response). - **Ramp Input:** $x(t) = A t u(t)$. - **Parabolic Input:** $x(t) = A t^2/2 u(t)$. - **First Order System:** $G(s) = \frac{K}{\tau s + 1}$. - **Step Response:** $y(t) = K(1 - e^{-t/\tau})$. - **Time Constant ($\tau$):** Time to reach 63.2% of final value. - **Rise Time ($t_r$):** Time to go from 10% to 90% of final value. $t_r \approx 2.2\tau$. - **Second Order System:** $G(s) = \frac{\omega_n^2}{s^2 + 2\zeta\omega_n s + \omega_n^2}$. - $\omega_n$: Undamped natural frequency. - $\zeta$: Damping ratio. - **Performance Specifications (for underdamped systems, $0 0 dB and PM > 0 degrees. - **Nyquist Plot:** Polar plot of $G(j\omega)H(j\omega)$ for $\omega$ from $-\infty$ to $\infty$. - **Nyquist Stability Criterion:** $N = P - Z$. - $N$: Number of encirclements of the point $(-1+j0)$ by the Nyquist contour in the clockwise direction. - $P$: Number of open-loop poles in the RHS of s-plane. - $Z$: Number of closed-loop poles in the RHS of s-plane. - For stability, $Z$ must be zero, so $N$ must be equal to $P$. (If open-loop system is stable, $P=0$, then $N=0$ for closed-loop stability). - **Nichols Chart:** Plot of log magnitude vs. phase of $G(j\omega)H(j\omega)$. Used for relative stability and closed-loop frequency response. #### Compensators and Controllers - **Purpose:** To improve system performance (stability, speed of response, steady-state error). - **Lead Compensator:** Increases phase lead, improves transient response (reduces overshoot, faster rise time). Adds a zero closer to origin than a pole. - **Lag Compensator:** Increases phase lag, improves steady-state error. Adds a pole closer to origin than a zero. - **Lead-Lag Compensator:** Combines the advantages of both. - **PID Controller (Proportional-Integral-Derivative):** - **P (Proportional):** $K_p e(t)$. Reduces steady-state error, increases speed, but can increase overshoot. - **I (Integral):** $K_i \int e(t) dt$. Eliminates steady-state error for step input. Can make system unstable. - **D (Derivative):** $K_d \frac{de(t)}{dt}$. Improves transient response, reduces overshoot, increases stability. Sensitive to noise. - Transfer Function: $C(s) = K_p + \frac{K_i}{s} + K_d s$. #### State Space Analysis - **Definition:** A mathematical model that describes a system by a set of first-order differential equations (for CT) or difference equations (for DT). - **State Variables:** Minimum set of variables whose knowledge at any time $t_0$, along with the input for $t \ge t_0$, completely determines the system's future behavior for $t > t_0$. - **State Equations (CT):** - $\dot{\mathbf{x}}(t) = \mathbf{Ax}(t) + \mathbf{Bu}(t)$ (State Equation) - $\mathbf{y}(t) = \mathbf{Cx}(t) + \mathbf{Du}(t)$ (Output Equation) - $\mathbf{x}$: State vector, $\mathbf{u}$: Input vector, $\mathbf{y}$: Output vector. - $\mathbf{A}$: System matrix, $\mathbf{B}$: Input matrix, $\mathbf{C}$: Output matrix, $\mathbf{D}$: Feedforward matrix. - **Solution of State Equation:** $\mathbf{x}(t) = e^{\mathbf{A}t} \mathbf{x}(0) + \int_0^t e^{\mathbf{A}(t-\tau)} \mathbf{Bu}(\tau) d\tau$. - $e^{\mathbf{A}t}$: State Transition Matrix ($\Phi(t)$). $\Phi(s) = (s\mathbf{I} - \mathbf{A})^{-1}$. - **Transfer Function from State Space:** $G(s) = \mathbf{C}(s\mathbf{I} - \mathbf{A})^{-1}\mathbf{B} + \mathbf{D}$. - **Controllability:** Ability to drive the system from any initial state to any desired final state in finite time using an unconstrained input. - **Condition:** The controllability matrix $M_c = [\mathbf{B} \ \mathbf{AB} \ \mathbf{A^2B} \ ... \ \mathbf{A^{n-1}B}]$ must have full rank ($n$, where $n$ is the order of the system). - **Observability:** Ability to determine the initial state of the system by observing the output over a finite time interval. - **Condition:** The observability matrix $M_o = [\mathbf{C}^T \ (\mathbf{CA})^T \ (\mathbf{CA^2})^T \ ... \ (\mathbf{CA^{n-1}})^T]^T$ must have full rank ($n$). ### Power Electronics This subject deals with the application of solid-state electronics for the control and conversion of electric power. #### Power Semiconductor Devices - **Diode:** Uncontrolled rectifier. Allows current in one direction only. - **Thyristors (SCR - Silicon Controlled Rectifier):** - **Principle:** Four-layer (PNPN) device. Acts as a switch. - **Turning ON:** Requires a positive gate pulse and forward bias (anode positive w.r.t. cathode). - **Turning OFF (Commutation):** - **Natural Commutation:** Anode current drops below holding current (AC circuits). - **Forced Commutation:** External circuit forces current to zero (DC circuits). - **Characteristics:** Latching current (minimum current to stay ON), Holding current (minimum current to stay ON once ON), Reverse blocking voltage. - **TRIAC (Triode for Alternating Current):** Bidirectional AC switch. Can conduct in both directions. - **GTO (Gate Turn-Off Thyristor):** Can be turned ON by a short positive gate pulse and turned OFF by a short negative gate pulse. Higher turn-off gain than SCR. - **Power MOSFET (Metal-Oxide-Semiconductor Field-Effect Transistor):** - **Principle:** Voltage-controlled device. Majority carrier device. - **Advantages:** High switching speed, low switching losses, simple gate drive. - **Disadvantages:** Higher ON-state resistance than IGBT for high power. - **IGBT (Insulated Gate Bipolar Transistor):** - **Principle:** Combines the high input impedance of a MOSFET with the low ON-state voltage drop and high current capability of a BJT. - **Advantages:** High power handling, high switching frequency. - **Disadvantages:** Slower than MOSFETs, current tailing. - **Comparison of Devices:** | Device | Control | Speed | Losses | Power | Application | |---|---|---|---|---|---| | Diode | Uncontrolled | Fast | Low | Medium | Rectification | | SCR | Gate current | Slow | Low | High | High power AC control | | MOSFET | Gate voltage | Very High | Low switching | Low-Medium | High freq SMPS | | IGBT | Gate voltage | High | Medium | High | Motor drives, UPS | | GTO | Gate current | Medium | High gate drive | High | High power DC choppers | #### DC-DC Converters (Choppers) - **Definition:** Convert a fixed DC voltage to a variable DC voltage. - **Buck Converter (Step-Down):** - Output voltage $V_o = D V_s$, where $D$ is duty cycle ($t_{on}/T$). - $V_o V_s$. - Used in fuel cell vehicles, PV systems. - **Buck-Boost Converter:** - Output voltage $V_o = -\frac{D}{1-D} V_s$. - Output voltage can be higher or lower than input, and polarity is inverted. - **Operating Modes:** - **Continuous Conduction Mode (CCM):** Inductor current never drops to zero. - **Discontinuous Conduction Mode (DCM):** Inductor current drops to zero during a part of the switching cycle. - **Ripple:** Output voltage ripple, inductor current ripple. #### AC-DC Converters (Rectifiers) - **Definition:** Convert AC to DC. - **Uncontrolled Rectifiers (Diode-based):** - **Single-Phase Half-Wave:** $V_{dc} = V_m/\pi$. High ripple, low efficiency. - **Single-Phase Full-Wave (Center-tapped / Bridge):** $V_{dc} = 2V_m/\pi$. Lower ripple, higher efficiency. - **Three-Phase Half-Wave:** $V_{dc} = \frac{3V_m}{2\pi}$. - **Three-Phase Full-Wave:** $V_{dc} = \frac{3V_{mL}}{\pi}$. (where $V_{mL}$ is peak line-to-neutral voltage). - **Controlled Rectifiers (SCR-based):** Output DC voltage can be controlled by varying firing angle ($\alpha$). - **Single-Phase Full Converter (Bridge):** $V_{dc} = \frac{2V_m}{\pi} \cos\alpha$. (can operate as inverter for $\alpha > 90^\circ$). - **Three-Phase Full Converter:** $V_{dc} = \frac{3V_{mL}}{\pi} \cos\alpha$. - **Performance Parameters:** - **Ripple Factor:** Indicates purity of DC output. - **Harmonic Content:** Presence of AC components in DC output. - **Total Harmonic Distortion (THD):** Measure of harmonic distortion. - **Input Power Factor:** For controlled rectifiers, it depends on $\alpha$. #### DC-AC Converters (Inverters) - **Definition:** Convert DC to AC. - **Types:** - **Voltage Source Inverters (VSI):** Output voltage waveform is independent of load. DC source has low impedance. - **Current Source Inverters (CSI):** Output current waveform is independent of load. DC source has high impedance (inductor). - **Single-Phase Inverters:** - **Half-Bridge:** Requires two switches, two capacitors. - **Full-Bridge (H-bridge):** Requires four switches. Output is a square wave or PWM. - **Three-Phase Inverters:** Used for motor drives. - **Six-Step Inverter:** Produces quasi-square wave output. - **Pulse Width Modulation (PWM) Inverters:** - **Sinusoidal PWM (SPWM):** Modulates pulse width to approximate sine wave. Reduces harmonics. - **Space Vector PWM (SVPWM):** More efficient, better harmonic performance. - **Harmonics:** Inverter output contains harmonics. Filters are used to reduce them. #### AC-AC Converters - **AC Voltage Controllers:** - Use SCRs (or TRIACs) to control AC voltage by varying the firing angle. - Used for speed control of AC motors, light dimmers, heating control. - **Cycloconverters:** - Directly convert AC power at one frequency to AC power at a different (lower) frequency without a DC link. - Used for very large, low-speed motor drives (e.g., cement mills). ### Measurements and Instrumentation This section covers the principles and applications of various measuring instruments and transducers. #### Fundamentals of Measurement - **Accuracy:** How close a measurement is to the true value. - **Precision:** How close repeated measurements are to each other (reproducibility). - **Resolution:** The smallest change in the measured quantity that the instrument can detect. - **Sensitivity:** The ratio of the change in output to the change in input. - **Range:** The span of values an instrument can measure. - **Errors:** - **Gross Errors:** Due to human mistakes (reading, recording). - **Systematic Errors:** Consistent, repeatable errors. - **Instrumental Errors:** Due to instrument limitations (calibration, loading effect). - **Environmental Errors:** Due to external conditions (temperature, humidity). - **Observational Errors:** Due to parallax, estimation. - **Random Errors:** Unpredictable variations. - **Standard Deviation, Variance:** Statistical measures of dispersion. #### Measuring Instruments - **PMMC (Permanent Magnet Moving Coil) Instruments:** - **Principle:** Torque produced by interaction of permanent magnet field and coil current. - **Characteristics:** Measures DC quantities only. Linear scale. High accuracy. - **Applications:** Ammeters, Voltmeters (with shunt/series resistance). - **Moving Iron (MI) Instruments:** - **Principle:** Torque produced by magnetic force between fixed and moving iron pieces. - **Characteristics:** Measures both AC and DC. Non-linear scale (crowded at beginning). Less accurate than PMMC. - **Applications:** Ammeters, Voltmeters. - **Electrodynamometer Type Instruments:** - **Principle:** Torque produced by interaction of magnetic fields of fixed and moving coils. - **Characteristics:** Measures both AC and DC. Used for power measurement. High accuracy. - **Applications:** Wattmeters, Power Factor Meters. - **Wattmeter:** Measures active power ($P = VI\cos\phi$). - Has a current coil (series with load) and a voltage coil (parallel with load). - **Energy Meter (KWH meter):** Measures energy consumed. - **Principle:** Induction type (for AC). Rotating aluminum disc. - **Energy:** $E = V I \cos\phi \cdot t$. Unit: kWh. - **Instrument Transformers:** - **Current Transformer (CT):** Steps down current to a measurable level. Connected in series with primary circuit. Secondary must always be short-circuited or connected to a low-impedance burden. - **Potential Transformer (PT) / Voltage Transformer (VT):** Steps down voltage. Connected in parallel with primary circuit. - **Ohmmeter:** Measures resistance. - **Megger (Mega-Ohmmeter):** Measures high resistance (insulation resistance). Uses a hand-driven or electronic DC generator. #### Bridges for Measurement - **DC Bridges:** - **Wheatstone Bridge:** Measures unknown resistance ($R_x$). - **Balanced Condition:** $R_1 R_4 = R_2 R_3$. - **Sensitivity:** Related to galvanometer sensitivity. - **Kelvin Double Bridge:** Measures very low resistances (e.g., contact resistance). Eliminates errors due to lead resistance. - **AC Bridges:** Used for measuring inductance, capacitance, and frequency. - **Maxwell's Bridge:** Measures unknown inductance in terms of known resistance and capacitance. (Suitable for medium Q coils). - **Hay's Bridge:** Measures unknown inductance. (Suitable for high Q coils). - **Anderson's Bridge:** Measures unknown inductance with high accuracy. - **Schering Bridge:** Measures capacitance and dielectric loss angle (power factor) of capacitors. - **Wien Bridge:** Measures frequency. Can also be used in oscillator circuits. #### Transducers - **Definition:** Device that converts one form of energy into another, typically non-electrical to electrical. - **Resistive Transducers:** - **Strain Gauge:** Resistance changes with applied mechanical strain. Used for force, pressure, displacement. - **RTD (Resistance Temperature Detector):** Resistance changes linearly with temperature (e.g., Platinum RTD). - **Thermistor:** Semiconductor device, resistance changes significantly and non-linearly with temperature (negative temperature coefficient). - **Inductive Transducers:** - **LVDT (Linear Variable Differential Transformer):** Measures linear displacement. Output voltage is proportional to displacement. - **Capacitive Transducers:** Capacitance changes with displacement, area, or dielectric constant. - **Piezoelectric Transducers:** Generates a voltage when mechanical stress is applied (pressure, force). Used in microphones, accelerometers. - **Thermocouple:** Generates a voltage proportional to temperature difference (Seebeck effect). - **Hall Effect Transducer:** Produces a voltage proportional to magnetic field strength and current. Used for magnetic field sensing, current measurement. #### Digital Voltmeters (DVMs) - **Advantages:** High accuracy, high input impedance, digital display. - **Types:** - **Ramp Type DVM:** Measures the time taken for a ramp voltage to equal the input voltage. - **Dual Slope Integrating Type DVM:** Integrates the input voltage for a fixed time, then integrates a reference voltage until the output is zero. High accuracy, excellent noise rejection. - **Successive Approximation Type DVM:** Fastest type, uses a DAC and comparator. #### Cathode Ray Oscilloscope (CRO) - **Principle:** Displays voltage waveforms as a function of time. - **Components:** Electron gun, Deflection plates (horizontal and vertical), Fluorescent screen. - **Measurements:** Voltage (peak, peak-to-peak, RMS), Time period, Frequency, Phase difference. - **Lissajous Figures:** Used to measure frequency ratio and phase difference between two sinusoidal signals. ### Analog and Digital Electronics This section covers the working principles, characteristics, and applications of semiconductor devices and digital logic circuits. #### Analog Electronics ##### Diodes and Their Applications - **PN Junction Diode:** - **Principle:** Formed by joining P-type and N-type semiconductors. - **Forward Bias:** Allows current flow when P is positive w.r.t. N (above cut-in voltage, e.g., 0.7V for Si). - **Reverse Bias:** Blocks current flow (except small leakage) when N is positive w.r.t. P. - **Breakdown Voltage:** Maximum reverse voltage before breakdown. - **Diode Characteristics:** I-V curve. - **Types of Diodes:** - **Zener Diode:** Designed to operate in reverse breakdown region. Used for voltage regulation. - **LED (Light Emitting Diode):** Emits light when forward biased. - **Photodiode:** Converts light into current. - **Varactor Diode:** Voltage-controlled capacitor. - **Schottky Diode:** Metal-semiconductor junction, faster switching, lower forward voltage drop. - **Diode Applications:** - **Rectifiers:** Convert AC to pulsating DC (Half-wave, Full-wave bridge). - **Clippers:** Limit voltage levels. - **Clampers:** Shift DC level of a signal. - **Voltage Multipliers:** Generate high DC voltage from AC. ##### Bipolar Junction Transistors (BJTs) - **Principle:** Current-controlled device. Three terminals: Emitter (E), Base (B), Collector (C). NPN or PNP. - **Configurations:** - **Common Emitter (CE):** High current and voltage gain. Most common for amplification. - **Common Base (CB):** High voltage gain, no current gain. Good for high frequency. - **Common Collector (CC) / Emitter Follower:** High current gain, voltage gain ≈ 1. Used as a buffer. - **Operating Regions:** - **Cut-off:** Both junctions reverse biased. $I_C \approx 0$. (OFF switch). - **Active:** Emitter-base forward biased, collector-base reverse biased. Used for amplification. - **Saturation:** Both junctions forward biased. $V_{CE}$ is minimum. (ON switch). - **Current Relationships:** - $I_E = I_B + I_C$. - $\alpha = I_C / I_E$ (common base current gain, typically 0.95-0.99). - $\beta = I_C / I_B$ (common emitter current gain, typically 50-200). - Relationship: $\beta = \frac{\alpha}{1-\alpha}$, $\alpha = \frac{\beta}{1+\beta}$. - **DC Biasing:** Setting the Q-point (operating point) to ensure proper amplification. Voltage Divider bias is common. - **Small-Signal Analysis:** - **Hybrid-parameter (h-parameter) model:** $h_{ie}, h_{fe}, h_{re}, h_{oe}$. - **T-model and $\pi$-model:** Transconductance $g_m = I_C/V_T$, Input resistance $r_\pi = \beta/g_m$. - **Frequency Response:** Gain drops at high frequencies due to internal capacitances. ##### Field-Effect Transistors (FETs) - **Principle:** Voltage-controlled device. - **JFET (Junction FET):** Gate-Source junction is reverse biased. - **MOSFET (Metal-Oxide-Semiconductor FET):** - **Enhancement Type (E-MOSFET):** Normally OFF. Requires positive $V_{GS}$ (for N-channel) to create a channel. - **Depletion Type (D-MOSFET):** Normally ON. Can operate in both depletion and enhancement modes. - **N-channel / P-channel:** Based on channel type. - **Operating Regions (E-MOSFET):** - **Cut-off:** $V_{GS} V_{th}$ and $V_{DS} V_{th}$ and $V_{DS} \ge (V_{GS} - V_{th})$. Used for amplification. Current is nearly constant. - **Advantages over BJT:** Higher input impedance, less noise, faster switching, smaller size. ##### Operational Amplifiers (Op-Amps) - **Definition:** High-gain, differential input, single-ended output amplifier. - **Ideal Op-Amp Characteristics:** - Infinite open-loop gain ($A_{OL} = \infty$). - Infinite input impedance ($Z_{in} = \infty$). - Zero output impedance ($Z_{out} = 0$). - Infinite bandwidth. - Zero input offset voltage. - Zero input offset current. - **Golden Rules (for negative feedback):** 1. No current flows into input terminals ($I_+ = I_- = 0$). 2. Voltage at input terminals are equal ($V_+ = V_-$). (Virtual short). - **Applications:** - **Inverting Amplifier:** $V_o = -\frac{R_f}{R_1} V_{in}$. - **Non-Inverting Amplifier:** $V_o = (1 + \frac{R_f}{R_1}) V_{in}$. - **Voltage Follower (Buffer):** $V_o = V_{in}$. (Unity gain, high input Z, low output Z). - **Summing Amplifier:** Sums multiple input voltages. - **Integrator:** $V_o = -\frac{1}{RC} \int V_{in} dt$. - **Differentiator:** $V_o = -RC \frac{dV_{in}}{dt}$. - **Comparators:** Open-loop operation. Compares two voltages. - **Active Filters:** (Low-Pass, High-Pass, Band-Pass, Band-Stop). Provide gain and better roll-off than passive filters. - **Practical Op-Amp Limitations:** Finite gain, input offset voltage/current, slew rate, limited bandwidth. ##### Feedback in Amplifiers - **Negative Feedback:** - **Advantages:** Stabilizes gain, reduces distortion, increases bandwidth, changes input and output impedances, reduces sensitivity to parameter variations. - **Types:** Voltage series, Voltage shunt, Current series, Current shunt. - **Positive Feedback:** Destabilizes the system. Used in oscillators and Schmitt triggers. - **Barkhausen Criterion for Oscillation:** Loop gain $|A\beta| \ge 1$ and phase shift $\angle A\beta = 0^\circ$ or $360^\circ$. #### Digital Electronics ##### Number Systems and Codes - **Number Systems:** Binary (base 2), Octal (base 8), Decimal (base 10), Hexadecimal (base 16). - **Conversions:** Between different bases. - **Binary Codes:** - **BCD (Binary Coded Decimal):** Each decimal digit represented by 4 bits. - **Excess-3 Code:** BCD + 3. - **Gray Code:** Adjacent numbers differ by only one bit. Used to avoid errors in position encoders. - **ASCII:** Standard for character encoding. ##### Boolean Algebra and Logic Gates - **Boolean Algebra:** Mathematical system for analyzing and simplifying digital circuits. - **Postulates and Theorems:** Commutative, Associative, Distributive, De Morgan's Laws ($\overline{A+B} = \overline{A}\overline{B}$, $\overline{AB} = \overline{A}+\overline{B}$). - **Logic Gates:** Basic building blocks of digital circuits. - **Basic Gates:** AND, OR, NOT. - **Universal Gates:** NAND, NOR (can implement any other logic function). - **Derived Gates:** XOR ($A \oplus B = A\overline{B} + \overline{A}B$), XNOR. - **Logic Families:** TTL, CMOS. Comparison based on speed, power consumption, noise margin. ##### Combinational Circuits - **Definition:** Output depends only on the present input. No memory. - **Design Process:** Truth table $\to$ Boolean expression $\to$ Simplification (K-Map/Quine-McCluskey) $\to$ Logic diagram. - **Karnaugh Maps (K-Maps):** Graphical method for simplifying Boolean expressions (up to 5-6 variables). Grouping adjacent 1s. - **Multiplexers (MUX) / Data Selector:** Selects one of $2^n$ inputs and routes it to a single output, controlled by $n$ select lines. - **Demultiplexers (DEMUX) / Data Distributor:** Routes a single input to one of $2^n$ outputs, controlled by $n$ select lines. - **Decoders:** Converts binary information from $n$ inputs to $2^n$ outputs. (e.g., BCD to 7-segment decoder). - **Encoders:** Performs the reverse of a decoder. Converts active input to a binary code. (Priority encoder). - **Adders:** - **Half Adder:** Adds two bits, produces sum and carry. - **Full Adder:** Adds three bits (two inputs + carry-in), produces sum and carry-out. - **Ripple Carry Adder:** Chaining full adders. - **Look-ahead Carry Adder:** Faster, but more complex. - **Subtractors:** Half Subtractor, Full Subtractor. - **Comparators:** Compares magnitudes of two binary numbers. ##### Sequential Circuits - **Definition:** Output depends on present input and past output (state). Has memory. - **Latches and Flip-Flops:** Basic memory elements. - **SR Latch:** Set-Reset. Race condition if S=R=1. - **D Latch:** Data latch. Transparent when Enable is high. - **Flip-Flops:** Edge-triggered (positive or negative edge). - **SR Flip-Flop:** Same as latch, but edge-triggered. - **JK Flip-Flop:** Universal flip-flop. No race condition ($J=K=1$ toggles output). - **D Flip-Flop:** Stores the input D at the clock edge. - **T Flip-Flop:** Toggles output on clock edge if T=1. - **Master-Slave Flip-Flops:** Used to avoid race-around condition. - **Registers:** Group of flip-flops used to store multiple bits. - **Shift Registers:** Shifts data left or right. (SISO, SIPO, PISO, PIPO). - **Counters:** Count clock pulses. - **Asynchronous (Ripple) Counters:** Flip-flops connected in series, output of one triggers the next. Propagation delay accumulates. - **Synchronous Counters:** All flip-flops clocked simultaneously. Faster. - **Modulus of a Counter:** Number of unique states it can count through. (MOD-N counter). ##### Data Converters - **DAC (Digital-to-Analog Converter):** Converts digital code to analog voltage/current. - **Types:** Weighted Resistor DAC, R-2R Ladder DAC. - **Resolution:** Smallest change in analog output for one LSB change in digital input. - **ADC (Analog-to-Digital Converter):** Converts analog voltage/current to digital code. - **Types:** - **Flash ADC:** Fastest, but most complex (uses $2^n-1$ comparators for $n$ bits). - **Successive Approximation ADC:** Most common, good balance of speed and accuracy. - **Dual-Slope ADC:** Slowest, but very accurate, good noise rejection. - **Quantization Error:** Inherent error due to discrete representation of analog signal. ### Electromagnetic Fields (EMF) This subject deals with the fundamental laws governing electric and magnetic fields and their interactions. #### Vector Calculus Review - **Coordinate Systems:** Cartesian $(x,y,z)$, Cylindrical $(\rho,\phi,z)$, Spherical $(r,\theta,\phi)$. - **Gradient ($\nabla V$):** A vector pointing in the direction of the maximum rate of change of a scalar field $V$. - $\nabla V = \frac{\partial V}{\partial x}\hat{x} + \frac{\partial V}{\partial y}\hat{y} + \frac{\partial V}{\partial z}\hat{z}$. - **Divergence ($\nabla \cdot \mathbf{A}$):** A scalar representing the net outward flux of a vector field $\mathbf{A}$ from an infinitesimal volume. - $\nabla \cdot \mathbf{A} = \frac{\partial A_x}{\partial x} + \frac{\partial A_y}{\partial y} + \frac{\partial A_z}{\partial z}$. - **Curl ($\nabla \times \mathbf{A}$):** A vector representing the maximum circulation of a vector field $\mathbf{A}$ per unit area. - $\nabla \times \mathbf{A} = \begin{vmatrix} \hat{x} & \hat{y} & \hat{z} \\ \frac{\partial}{\partial x} & \frac{\partial}{\partial y} & \frac{\partial}{\partial z} \\ A_x & A_y & A_z \end{vmatrix}$. - **Laplacian ($\nabla^2 V$):** $\nabla^2 V = \nabla \cdot (\nabla V)$. - **Integral Theorems:** - **Divergence Theorem (Gauss's Theorem):** $\oint_S \mathbf{A} \cdot d\mathbf{S} = \int_V (\nabla \cdot \mathbf{A}) dV$. (Relates surface integral to volume integral). - **Stokes' Theorem:** $\oint_L \mathbf{A} \cdot d\mathbf{l} = \int_S (\nabla \times \mathbf{A}) \cdot d\mathbf{S}$. (Relates line integral to surface integral). #### Electrostatics - **Coulomb's Law:** Force between two point charges $q_1, q_2$. - $\mathbf{F} = \frac{1}{4\pi\epsilon_0} \frac{q_1 q_2}{R^2} \hat{a}_R$. ($\epsilon_0$: permittivity of free space). - **Electric Field Intensity ($\mathbf{E}$):** Force per unit charge. - $\mathbf{E} = \frac{\mathbf{F}}{q} = \frac{1}{4\pi\epsilon_0} \frac{q}{R^2} \hat{a}_R$. (For a point charge). - **Electric Flux Density ($\mathbf{D}$):** $\mathbf{D} = \epsilon \mathbf{E} = \epsilon_0 \epsilon_r \mathbf{E}$. ($\epsilon_r$: relative permittivity). - **Gauss's Law:** Total electric flux passing through any closed surface is equal to the total charge enclosed within that surface. - **Integral Form:** $\oint_S \mathbf{D} \cdot d\mathbf{S} = Q_{enc}$. - **Differential Form:** $\nabla \cdot \mathbf{D} = \rho_v$. ($\rho_v$: volume charge density). - **Electric Potential (V):** Work done per unit charge in bringing a charge from infinity to a point. - $V = -\int \mathbf{E} \cdot d\mathbf{l}$. - $\mathbf{E} = -\nabla V$. - **Relationship between $\mathbf{E}$ and $V$:** Electric field points from higher to lower potential. - **Conductors in Electrostatic Field:** - $\mathbf{E}=0$ inside a conductor. - Any net charge resides on the surface. - $\mathbf{E}$ field lines are perpendicular to the conductor surface. - Conductor surface is an equipotential surface. - **Dielectrics:** Insulating materials. Characterized by $\epsilon_r$. - **Capacitance (C):** Ability to store electric charge. $C = \frac{Q}{V}$. - **Parallel Plate Capacitor:** $C = \frac{\epsilon A}{d}$. - **Energy Stored:** $W_E = \frac{1}{2}CV^2 = \frac{1}{2}\int_V \mathbf{D} \cdot \mathbf{E} dV$. - **Poisson's Equation:** $\nabla^2 V = -\frac{\rho_v}{\epsilon}$. - **Laplace's Equation:** $\nabla^2 V = 0$ (for charge-free regions). #### Magnetostatics - **Biot-Savart Law:** Magnetic field intensity ($\mathbf{H}$) produced by a current element $Id\mathbf{l}$. - $d\mathbf{H} = \frac{Id\mathbf{l} \times \hat{a}_R}{4\pi R^2}$. - **Ampere's Circuital Law:** Line integral of $\mathbf{H}$ around a closed path is equal to the total current enclosed. - **Integral Form:** $\oint_L \mathbf{H} \cdot d\mathbf{l} = I_{enc}$. - **Differential Form:** $\nabla \times \mathbf{H} = \mathbf{J}$. ($\mathbf{J}$: current density). - **Magnetic Flux Density ($\mathbf{B}$):** $\mathbf{B} = \mu \mathbf{H} = \mu_0 \mu_r \mathbf{H}$. ($\mu_0$: permeability of free space, $\mu_r$: relative permeability). - **Gauss's Law for Magnetism:** Magnetic field lines are always closed loops (no magnetic monopoles). - **Integral Form:** $\oint_S \mathbf{B} \cdot d\mathbf{S} = 0$. - **Differential Form:** $\nabla \cdot \mathbf{B} = 0$. - **Magnetic Force:** - **Force on a charge:** $\mathbf{F} = q(\mathbf{E} + \mathbf{v} \times \mathbf{B})$ (Lorentz Force Law). - **Force on a current element:** $\mathbf{F} = I(\mathbf{L} \times \mathbf{B})$. - **Inductance (L):** Ability to store magnetic energy. $L = \frac{\Lambda}{I} = \frac{N\Phi}{I}$. - $\Lambda$: Flux linkage. - **Solenoid Inductance:** $L = \frac{\mu N^2 A}{l}$. - **Energy Stored:** $W_M = \frac{1}{2}LI^2 = \frac{1}{2}\int_V \mathbf{B} \cdot \mathbf{H} dV$. #### Time-Varying Fields (Maxwell's Equations) - **Faraday's Law of Electromagnetic Induction:** A time-varying magnetic flux induces an electromotive force (EMF). - **Integral Form:** $\oint_L \mathbf{E} \cdot d\mathbf{l} = -\frac{d}{dt}\int_S \mathbf{B} \cdot d\mathbf{S}$. - **Differential Form:** $\nabla \times \mathbf{E} = -\frac{\partial \mathbf{B}}{\partial t}$. - **Ampere's Law (with Maxwell's Correction):** - Maxwell added the displacement current term ($\frac{\partial \mathbf{D}}{\partial t}$) to Ampere's Law to make it consistent with charge conservation and applicable to time-varying fields. - **Integral Form:** $\oint_L \mathbf{H} \cdot d\mathbf{l} = \int_S (\mathbf{J} + \frac{\partial \mathbf{D}}{\partial t}) \cdot d\mathbf{S}$. - **Differential Form:** $\nabla \times \mathbf{H} = \mathbf{J} + \frac{\partial \mathbf{D}}{\partial t}$. - **Maxwell's Equations (Summary):** 1. $\nabla \cdot \mathbf{D} = \rho_v$ (Gauss's Law for electric fields) 2. $\nabla \cdot \mathbf{B} = 0$ (Gauss's Law for magnetic fields) 3. $\nabla \times \mathbf{E} = -\frac{\partial \mathbf{B}}{\partial t}$ (Faraday's Law) 4. $\nabla \times \mathbf{H} = \mathbf{J} + \frac{\partial \mathbf{D}}{\partial t}$ (Ampere-Maxwell Law) #### Electromagnetic Waves - **Wave Equations:** Derived from Maxwell's equations. - For $\mathbf{E}$: $\nabla^2 \mathbf{E} - \mu\epsilon \frac{\partial^2 \mathbf{E}}{\partial t^2} = 0$. - For $\mathbf{H}$: $\nabla^2 \mathbf{H} - \mu\epsilon \frac{\partial^2 \mathbf{H}}{\partial t^2} = 0$. - **Plane Wave in Free Space:** - $\mathbf{E}$ and $\mathbf{H}$ are perpendicular to each other and to the direction of propagation. - **Wave Velocity ($v_p$):** $v_p = \frac{1}{\sqrt{\mu\epsilon}}$. In free space, $c = \frac{1}{\sqrt{\mu_0\epsilon_0}} \approx 3 \times 10^8 \text{ m/s}$. - **Intrinsic Impedance ($\eta$):** Ratio of electric to magnetic field magnitudes. $\eta = \sqrt{\mu/\epsilon}$. In free space, $\eta_0 = \sqrt{\mu_0/\epsilon_0} \approx 377 \Omega$. - **Poynting Vector ($\mathbf{P}$):** Represents the direction and magnitude of power flow (power density). - $\mathbf{P} = \mathbf{E} \times \mathbf{H}$. - **Average Power Density:** $\mathbf{P}_{avg} = \frac{1}{2} \text{Re}[\mathbf{E} \times \mathbf{H}^*]$. - **Good Conductors vs. Good Dielectrics:** Determined by the ratio $\sigma/\omega\epsilon$. - Good Conductor: $\sigma/\omega\epsilon \gg 1$. Skin depth $\delta = \frac{1}{\sqrt{\pi f \mu \sigma}}$. - Good Dielectric: $\sigma/\omega\epsilon \ll 1$. - **Reflection and Refraction:** When EM waves encounter boundaries between different media. - **Snell's Law, Fresnel Equations.** - **Transmission Lines:** Used to guide EM waves. (Covered in Power Systems context, but also an EM topic). - **Characteristic Impedance, Propagation Constant, Reflection Coefficient, VSWR.** ### Electrical Materials This section briefly covers the properties of materials relevant to electrical engineering. #### Conductors - **Definition:** Materials with many free electrons, allowing easy current flow. (e.g., Copper, Aluminum, Silver). - **Resistivity ($\rho$):** Intrinsic property, resistance of a unit cube. $\rho = \frac{RA}{L}$ ($\Omega \cdot m$). - **Conductivity ($\sigma$):** Reciprocal of resistivity. $\sigma = 1/\rho$ (Siemens/meter, S/m). - **Temperature Dependence of Resistance:** $R_T = R_0[1 + \alpha(T-T_0)]$. ($\alpha$: temperature coefficient of resistance). - **Superconductors:** Materials with zero electrical resistance below a critical temperature. #### Insulators (Dielectrics) - **Definition:** Materials with very few free electrons, high resistance, used to block current flow. (e.g., Glass, Mica, Rubber, Porcelain). - **Dielectric Strength:** Maximum electric field an insulating material can withstand without electrical breakdown. - **Relative Permittivity ($\epsilon_r$):** Ratio of permittivity of material to permittivity of free space. - **Dielectric Loss:** Energy dissipated as heat in a dielectric material when subjected to an alternating electric field. #### Semiconductors - **Definition:** Materials with conductivity between conductors and insulators. (e.g., Silicon, Germanium). - **Intrinsic Semiconductors:** Pure semiconductors. Number of electrons ($n$) equals number of holes ($p$). $n = p = n_i$. - **Extrinsic Semiconductors:** Doped semiconductors. - **N-type:** Doped with pentavalent impurities (e.g., Phosphorus, Arsenic). Majority carriers are electrons. - **P-type:** Doped with trivalent impurities (e.g., Boron, Aluminum). Majority carriers are holes. - **Carrier Concentration:** $n_p = n_i^2$. ($n_i$: intrinsic carrier concentration). - **Drift Current:** Current due to motion of charge carriers under an electric field. - $J_{drift} = (n\mu_n + p\mu_p) eE$. ($\mu_n, \mu_p$: electron/hole mobility). - **Diffusion Current:** Current due to motion of charge carriers from a region of higher concentration to lower concentration. - $J_{diff} = eD_n \frac{dn}{dx} - eD_p \frac{dp}{dx}$. ($D_n, D_p$: electron/hole diffusion coefficients). - **Einstein Relation:** $\frac{D_n}{\mu_n} = \frac{D_p}{\mu_p} = V_T = \frac{kT}{e}$ (thermal voltage). - **Hall Effect:** When a current-carrying conductor is placed in a magnetic field perpendicular to the current, a voltage (Hall voltage) is developed perpendicular to both current and magnetic field. - Used to determine the type of semiconductor (n or p) and carrier concentration. #### Magnetic Materials - **Classification based on $\mu_r$:** - **Diamagnetic ($\mu_r 1$):** Weakly attracted by magnetic field. (e.g., Aluminum, Platinum). - **Ferromagnetic ($\mu_r \gg 1$):** Strongly attracted, exhibit hysteresis. (e.g., Iron, Nickel, Cobalt). - **Hysteresis Loop (B-H curve):** Shows the relationship between B and H. Area of loop represents energy loss per cycle. - **Retentivity:** Ability to retain magnetization. - **Coercivity:** Magnetic field required to demagnetize. - **Curie Temperature:** Temperature above which ferromagnetic materials lose their ferromagnetism and become paramagnetic. - **Ferrimagnetic & Antiferromagnetic.** ### Microprocessors This section covers the architecture, programming, and interfacing of microprocessors. #### 8085 Microprocessor - **Architecture:** An 8-bit general-purpose microprocessor. - **Data Bus:** 8-bit (D0-D7). - **Address Bus:** 16-bit (A0-A15), allows addressing $2^{16} = 64\text{ KB}$ of memory. - **Control Bus:** Read, Write, IO/M, ALE, etc. - **Registers:** - **General Purpose Registers:** B, C, D, E, H, L (8-bit each, can be used as 16-bit pairs BC, DE, HL). HL pair is often used as a memory pointer. - **Accumulator (A):** 8-bit register for arithmetic and logic operations. - **Program Counter (PC):** 16-bit, stores address of next instruction to be fetched. - **Stack Pointer (SP):** 16-bit, stores address of the top of the stack (LIFO). - **Flag Register (Status Register):** 8-bit, stores status bits (Sign, Zero, Auxiliary Carry, Parity, Carry). - **Addressing Modes:** - **Immediate:** Data is part of the instruction (e.g., MVI A, 32H). - **Register:** Data is in a register (e.g., MOV A, B). - **Direct:** Address of data is part of the instruction (e.g., LDA 2000H). - **Register Indirect:** Address of data is in a register pair (e.g., MOV A, M where M is HL content). - **Implied/Implicit:** No operand required (e.g., CMA, HLT). - **Instruction Set:** - **Data Transfer:** MOV, MVI, LDA, STA, LHLD, SHLD, PUSH, POP, XCHG. - **Arithmetic:** ADD, ADC, SUB, SBB, INR, DCR, DAA. - **Logical:** ANA, ORA, XRA, CMA, RAL, RAR, RLC, RRC. - **Branch:** JMP, CALL, RET, RST, Conditional Jumps/Calls/Returns. - **Stack and I/O:** PUSH, POP, IN, OUT. - **Machine Control:** HLT, NOP. - **Interrupts:** Hardware interrupts. - **TRAP:** Non-maskable, highest priority. Edge and level triggered. - **RST 7.5, RST 6.5, RST 5.5:** Maskable, vectored interrupts. Edge-triggered for 7.5, level-triggered for 6.5, 5.5. - **INTR:** Maskable, non-vectored. Requires external device to provide interrupt vector. - **Interrupt Service Routine (ISR):** Code executed when an interrupt occurs. - **Memory Interfacing:** Connecting RAM and ROM to the microprocessor. Address decoding. - **I/O Interfacing:** Connecting peripheral devices. - **Memory-mapped I/O:** I/O devices treated as memory locations. - **I/O-mapped I/O:** Dedicated I/O instructions (IN, OUT). #### 8086 Microprocessor - **Architecture:** A 16-bit microprocessor. - **Data Bus:** 16-bit. - **Address Bus:** 20-bit, allows addressing $2^{20} = 1\text{ MB}$ of memory. - **Pipelining:** Instruction fetching and execution are overlapped, improving performance. - **Two units:** Bus Interface Unit (BIU) and Execution Unit (EU). - **Memory Segmentation:** To access 1MB memory with 16-bit registers. - **Segment Registers (16-bit):** CS (Code Segment), DS (Data Segment), SS (Stack Segment), ES (Extra Segment). - **Offset Registers (16-bit):** IP (Instruction Pointer), SP (Stack Pointer), BP (Base Pointer), SI (Source Index), DI (Destination Index), BX. - **Physical Address Calculation:** (Segment Register value * 10H) + Offset Register value. - **Addressing Modes:** More versatile than 8085. - Immediate, Register, Direct, Register Indirect, Base Relative, Index Relative, Base-Index, Base-Index Relative. - **Interrupts:** - **Hardware:** NMI (Non-Maskable Interrupt), INTR (Maskable Interrupt). - **Software:** INT n (n is interrupt type). - **Operating Modes:** - **Minimum Mode:** For single-processor systems. - **Maximum Mode:** For multiprocessor systems (uses 8288 Bus Controller). #### Microcontrollers (General Concepts) - **Definition:** A complete computer system on a single integrated chip. Contains CPU, RAM, ROM, I/O ports, timers, etc. - **Difference from Microprocessor:** Microprocessor is just the CPU. Microcontroller is a self-contained system. - **Typical Peripherals:** - **GPIO (General Purpose Input/Output) Pins:** For digital I/O. - **Timers/Counters:** For timing events and counting pulses. - **Serial Communication Interfaces:** UART (Universal Asynchronous Receiver/Transmitter), SPI (Serial Peripheral Interface), I2C (Inter-Integrated Circuit). - **Analog-to-Digital Converters (ADC):** Convert analog sensor data to digital. - **Digital-to-Analog Converters (DAC):** Convert digital data to analog output. - **PWM (Pulse Width Modulation) Modules:** For motor control, dimming LEDs. - **Watchdog Timer:** Resets the microcontroller if it gets stuck. - **Applications:** Embedded systems, consumer electronics, automotive control. ### Power Plant Engineering (Brief Overview) This section provides a high-level overview of different power generation methods and their components. #### Thermal Power Plants - **Principle:** Convert heat energy (from burning fossil fuels like coal, gas, or oil) into electrical energy. - **Working Cycle:** Rankine Cycle (water-steam cycle). - **Boiler:** Water is heated to produce high-pressure superheated steam. - **Turbine:** Steam expands, rotating the turbine blades. - **Generator:** Turbine drives the generator to produce electricity. - **Condenser:** Steam is condensed back into water. - **Feedwater Pump:** Pumps water back to the boiler. - **Key Components:** Boiler, Superheater, Reheater, Economizer, Air Preheater, Steam Turbine, Generator, Condenser, Cooling Tower, Chimney. - **Efficiency:** Depends on steam temperature and pressure. Modern plants use supercritical boilers for higher efficiency. #### Hydroelectric Power Plants - **Principle:** Convert the potential energy of water stored at a height into kinetic energy, then into mechanical work by turbines, and finally into electrical energy by generators. - **Key Components:** - **Dam:** Stores water, creates head. - **Reservoir:** Stores water. - **Penstock:** Large pipe carrying water from reservoir to turbine. - **Turbine:** Pelton (high head, low flow), Francis (medium head, medium flow), Kaplan (low head, high flow). - **Generator:** Converts mechanical energy to electrical. - **Draft Tube:** Recovers kinetic energy at turbine outlet. - **Types:** - **Run-of-river:** Uses natural flow, little or no storage. - **Storage:** Large reservoir for seasonal storage. - **Pumped Storage:** Pumps water uphill during off-peak hours, generates power during peak hours. #### Nuclear Power Plants - **Principle:** Nuclear fission (splitting of heavy atoms like Uranium-235) releases large amounts of heat, which is used to produce steam and drive turbines. - **Key Components:** - **Reactor Core:** Contains nuclear fuel, undergoes fission. - **Moderator:** Slows down neutrons (e.g., heavy water, graphite). - **Control Rods:** Absorb neutrons to control reaction rate (e.g., Cadmium, Boron). - **Coolant:** Transfers heat from reactor (e.g., water, liquid metal). - **Heat Exchanger:** Transfers heat from coolant to water to produce steam. - **Steam Turbine & Generator:** Same as thermal plants. - **Types of Reactors:** Pressurized Water Reactor (PWR), Boiling Water Reactor (BWR). #### Renewable Energy Sources (Briefly) - **Solar Photovoltaic (PV):** Converts sunlight directly into electricity using photovoltaic effect in semiconductor materials. - **Grid-tied:** Connected to the utility grid. - **Standalone:** Independent, often with battery storage. - **Wind Energy:** Wind turbines convert kinetic energy of wind into mechanical energy, then into electricity. - **Types:** Horizontal Axis Wind Turbines (HAWT), Vertical Axis Wind Turbines (VAWT). - **Key parameters:** Cut-in speed, rated speed, cut-out speed. - **Geothermal Energy:** Uses heat from Earth's interior to generate electricity. - **Biomass Energy:** Uses organic matter (plants, animal waste) as fuel. - **Tidal Energy:** Harnesses energy from ocean tides.