Menu

1. Concept of Basic Electrical and Electronics Engineering

Computer Engineering (Nepal Engineering Council) - Engineering Licence Exam

1. Concept of Basic Electrical and Electronics Engineering

1. Concept of Basic Electrical and Electronics Engineering

1. Concept of Basic Electrical and Electronics Engineering: Study Notes

Welcome to the foundational chapter of Basic Electrical and Electronics Engineering! This chapter is crucial for any aspiring computer engineer, as it lays the groundwork for understanding how all electronic devices, from simple circuits to complex computers, function. Electrical and electronics engineering principles are the backbone of hardware design, embedded systems, power management, and signal processing, all of which are integral to computer engineering.

In this chapter, we will delve into the fundamental laws governing electricity, such as Ohm's Law and Kirchhoff's Laws, and explore how these principles apply to basic circuit configurations. We'll also examine the behavior of various materials in electrical circuits and understand how complex networks can be simplified using powerful theorems. Furthermore, we will introduce the world of alternating current (AC) and its characteristics, which is essential for power systems and signal generation.

Finally, we will transition into the realm of electronics by studying semiconductor devices like diodes, BJTs, and MOSFETs, which are the building blocks of all modern digital and analog circuits. We'll also cover signal generators (oscillators) and different types of amplifiers, including the versatile operational amplifier (op-amp). Mastering these concepts will not only prepare you for the Engineering Licence Exam but also provide a solid foundation for your career in computer engineering.

The main subtopics covered in this chapter are:

  • 1.1 Basic concepts of electricity and circuit analysis
  • 1.2 Network theorems and AC circuit analysis (R-L, R-C, R-L-C, resonance)
  • 1.3 Alternating current fundamentals and three-phase systems
  • 1.4 Semiconductor devices (diode, BJT, MOSFET, CMOS)
  • 1.5 Signal generators (oscillators)
  • 1.6 Amplifiers (output stages, op-amps)

Detailed Notes by Subtopic

1.1 Basic Concepts: Ohm’s Law, Voltage, Current, Power, Energy, Materials, Circuits, Kirchhoff’s Law, Circuit Classifications

This section introduces the absolute fundamentals of electricity, without which no circuit can be understood. We start with the core quantities: voltage, current, and resistance, and their relationship defined by Ohm's Law. Think of electricity like water flowing through pipes: voltage is the pressure pushing the water, current is the amount of water flowing, and resistance is anything that restricts the flow, like a narrow pipe or a valve.

We then explore how electrical energy is consumed and transformed into useful work, defining power and energy. Understanding the difference between materials that conduct electricity easily (conductors) and those that block it (insulators) is crucial for circuit design and safety. Basic circuit configurations like series and parallel are the building blocks of all complex circuits, and Kirchhoff's Laws provide the fundamental rules for analyzing them.

Finally, we classify circuits based on their behavior, such as linear vs. non-linear, bilateral vs. unilateral, and active vs. passive. These classifications help in applying appropriate analysis techniques and understanding the limitations of different circuit components. The star-delta and delta-star conversions are powerful tools for simplifying complex resistive networks into more manageable forms for analysis.

Formula: Ohm's Law

Description: Relates voltage (V), current (I), and resistance (R) in a circuit. It states that the current through a conductor between two points is directly proportional to the voltage across the two points and inversely proportional to the resistance between them.

Formula: V = I * R

Where:

  • V = Voltage (potential difference) across the resistor
  • I = Current flowing through the resistor
  • R = Resistance of the resistor

 

Unit:

  • Voltage: Volts (V)
  • Current: Amperes (A)
  • Resistance: Ohms (Ω)

 

Example: If a 12V battery is connected across a 4Ω resistor, the current flowing through the resistor is I = V / R = 12V / 4Ω = 3A.

Formula: Electrical Power

Description: The rate at which electrical energy is transferred or consumed in a circuit. It can be expressed in terms of voltage, current, and resistance.

Formula: P = V * I

Alternative Formulas:

  • P = I^2 * R (Substituting V = IR)
  • P = V^2 / R (Substituting I = V/R)

 

Where:

  • P = Power
  • V = Voltage
  • I = Current
  • R = Resistance

 

Unit: Watts (W)

Example: A device draws 2A from a 12V supply. The power consumed is P = 12V * 2A = 24W. If a 10Ω resistor has 2A flowing through it, the power dissipated is P = (2A)^2 * 10Ω = 4 * 10 = 40W.

Formula: Electrical Energy

Description: The total amount of electrical work done or consumed over a period of time.

Formula: E = P * t

Where:

  • E = Energy
  • P = Power
  • t = Time

 

Unit: Joules (J) or Watt-hours (Wh)

Example: A 100W light bulb is left on for 5 hours. The energy consumed is E = 100W * 5h = 500Wh (or 100W * 5h * 3600s/h = 1,800,000 J).

Formula: Total Resistance in Series Circuit

Description: When resistors are connected in series, the total resistance is the sum of individual resistances. Current is the same through all resistors, while voltage drops add up.

Formula: R_total = R1 + R2 + R3 + ... + Rn

Where:

  • R_total = Equivalent total resistance
  • R1, R2, ..., Rn = Individual resistances

 

Unit: Ohms (Ω)

Example: Three resistors of 10Ω, 20Ω, and 30Ω are connected in series. The total resistance is R_total = 10Ω + 20Ω + 30Ω = 60Ω.

Formula: Total Resistance in Parallel Circuit

Description: When resistors are connected in parallel, the reciprocal of the total resistance is the sum of the reciprocals of individual resistances. Voltage is the same across all resistors, while currents add up.

Formula: 1 / R_total = 1 / R1 + 1 / R2 + 1 / R3 + ... + 1 / Rn

For two resistors in parallel: R_total = (R1 * R2) / (R1 + R2)

Where:

  • R_total = Equivalent total resistance
  • R1, R2, ..., Rn = Individual resistances

 

Unit: Ohms (Ω)

Example: Two resistors of 10Ω and 15Ω are connected in parallel. The total resistance is R_total = (10Ω * 15Ω) / (10Ω + 15Ω) = 150 / 25 = 6Ω.

Formula: Voltage Divider Rule (for series circuits)

Description: Used to find the voltage drop across a specific resistor in a series circuit when the total voltage and individual resistances are known.

Formula: V_x = V_total * (R_x / R_total)

Where:

  • V_x = Voltage across resistor R_x
  • V_total = Total voltage across the series combination
  • R_x = Resistance across which voltage is being calculated
  • R_total = Total resistance of the series circuit

 

Unit: Volts (V)

Example: In a series circuit with a 12V source and two resistors, R1=4Ω and R2=8Ω. The voltage across R2 is V2 = 12V * (8Ω / (4Ω + 8Ω)) = 12V * (8/12) = 8V.

Formula: Current Divider Rule (for parallel circuits)

Description: Used to find the current flowing through a specific branch in a parallel circuit when the total current and individual resistances are known.

Formula (for two parallel resistors R1 and R2, current Ix through Rx): I_x = I_total * (R_opposite / (R_x + R_opposite))

Where:

  • I_x = Current through resistor R_x
  • I_total = Total current entering the parallel combination
  • R_x = Resistance of the branch through which current is being calculated
  • R_opposite = Resistance of the other parallel branch

 

Unit: Amperes (A)

Example: A total current of 10A enters a parallel combination of R1=6Ω and R2=4Ω. The current through R1 is I1 = 10A * (4Ω / (6Ω + 4Ω)) = 10A * (4/10) = 4A.

Formula: Star-Delta (Y-Δ) Conversion

Description: Converts a three-terminal Star (Y) network of resistors into an equivalent Delta (Δ) network. This is useful for simplifying complex bridge circuits.

Formula:

  • R_AB = R_A + R_B + (R_A * R_B / R_C)
  • R_BC = R_B + R_C + (R_B * R_C / R_A)
  • R_CA = R_C + R_A + (R_C * R_A / R_B)

 

Where:

  • R_A, R_B, R_C = Resistors in the Star (Y) configuration
  • R_AB, R_BC, R_CA = Resistors in the Delta (Δ) configuration

 

Unit: Ohms (Ω)

Example: Given a Star network with R_A=10Ω, R_B=20Ω, R_C=30Ω. R_AB = 10 + 20 + (10*20/30) = 30 + 200/30 = 30 + 6.67 = 36.67Ω. Similarly for R_BC and R_CA.

Formula: Delta-Star (Δ-Y) Conversion

Description: Converts a three-terminal Delta (Δ) network of resistors into an equivalent Star (Y) network. Also useful for circuit simplification.

Formula:

  • R_A = (R_AB * R_CA) / (R_AB + R_BC + R_CA)
  • R_B = (R_BC * R_AB) / (R_AB + R_BC + R_CA)
  • R_C = (R_CA * R_BC) / (R_AB + R_BC + R_CA)

 

Where:

  • R_AB, R_BC, R_CA = Resistors in the Delta (Δ) configuration
  • R_A, R_B, R_C = Resistors in the Star (Y) configuration

 

Unit: Ohms (Ω)

Example: Given a Delta network with R_AB=30Ω, R_BC=40Ω, R_CA=50Ω. R_A = (30 * 50) / (30 + 40 + 50) = 1500 / 120 = 12.5Ω. Similarly for R_B and R_C.

Formula: Kirchhoff's Current Law (KCL)

Description: States that the algebraic sum of currents entering a node (or a closed boundary) is zero. In simpler terms, the total current entering a junction must equal the total current leaving it. This is based on the conservation of charge.

Formula: Sum of currents entering = Sum of currents leaving or Sum(I_in) - Sum(I_out) = 0

Where:

  • I_in = Currents entering the node
  • I_out = Currents leaving the node

 

Unit: Amperes (A)

Example: If 5A enters a node and 2A and 1A leave through two branches, then the current leaving through the third branch must be 5A - 2A - 1A = 2A.

Formula: Kirchhoff's Voltage Law (KVL)

Description: States that the algebraic sum of all voltages around any closed loop in a circuit is zero. This is based on the conservation of energy.

Formula: Sum of voltage rises = Sum of voltage drops or Sum(V) = 0 around a closed loop

Where:

  • V = Voltage drops/rises across components in the loop

 

Unit: Volts (V)

Example: In a series circuit with a 12V source and two resistors R1=4Ω (V1=4V) and R2=8Ω (V2=8V). Summing voltages around the loop: +12V - V1 - V2 = +12V - 4V - 8V = 0V.

Conducting and Insulating Materials:

  • Conductors: Materials with many free electrons that allow electric current to flow easily (e.g., Copper, Aluminum, Gold, Silver).
  • Insulators: Materials with very few free electrons that resist the flow of electric current (e.g., Rubber, Glass, Plastic, Wood, Ceramic).
  • Semiconductors: Materials whose conductivity lies between that of conductors and insulators, and can be controlled (e.g., Silicon, Germanium). These are the basis for all modern electronic devices.

Circuit Classifications:

  • Linear Circuit: A circuit whose parameters (resistance, inductance, capacitance) do not change with voltage or current. The output is directly proportional to the input (e.g., a resistor following Ohm's law). Superposition theorem applies to linear circuits.
  • Non-linear Circuit: A circuit whose parameters change with voltage or current. The output is not directly proportional to the input (e.g., diodes, transistors, thermistors).
  • Bilateral Circuit: A circuit whose electrical characteristics are the same irrespective of the direction of current flow (e.g., resistors, capacitors, inductors).
  • Unilateral Circuit: A circuit whose electrical characteristics depend on the direction of current flow (e.g., diodes, transistors).
  • Active Circuit: A circuit that contains active components (like voltage sources, current sources, transistors, op-amps) which can generate power or amplify signals. They require an external power source to operate.
  • Passive Circuit: A circuit that contains only passive components (resistors, capacitors, inductors) which can only consume or store energy, but cannot generate or amplify it.

Key Points for 1.1:

  • Ohm's Law (V=IR) is the most fundamental relationship in DC circuits.
  • KCL and KVL are based on the conservation of charge and energy, respectively, and are essential for analyzing any circuit.
  • Series components share the same current; parallel components share the same voltage.
  • Star-Delta conversions are vital for simplifying complex resistive networks that cannot be reduced by simple series/parallel combinations.
  • Understand the distinction between linear/non-linear, bilateral/unilateral, and active/passive circuits as it dictates applicable analysis methods.
  • Common mistake: Confusing power (rate of energy) with energy (total work).

1.2 Network Theorems, R-L, R-C, R-L-C Circuits, Resonance, Active and Reactive Power

As circuits become more complex with multiple voltage and current sources, direct application of Ohm's and Kirchhoff's laws can be cumbersome. Network theorems provide powerful shortcuts and simplification techniques. The Superposition Theorem helps analyze circuits with multiple independent sources by considering one source at a time. Thevenin's and Norton's Theorems allow us to replace an entire complex linear circuit with a much simpler equivalent circuit, making load analysis straightforward. The Maximum Power Transfer Theorem is crucial for designing systems where a load needs to receive the maximum possible power from a source, like in audio amplifiers or communication systems.

Moving from DC to AC, we introduce reactive components: inductors (L) and capacitors (C). Unlike resistors, their opposition to current flow (reactance) depends on the frequency of the AC signal. Combining these with resistors creates R-L, R-C, and R-L-C circuits, which exhibit phase shifts between voltage and current. A special condition called resonance occurs in R-L-C circuits where inductive and capacitive reactances cancel out, leading to unique frequency responses that are critical for filter design and tuning circuits.

Finally, in AC systems, power is not as straightforward as in DC. We distinguish between active power (real power doing useful work), reactive power (power exchanged between source and reactive components), and apparent power (total power supplied). Understanding these power concepts and the power factor is essential for efficient power system design and operation.

Formula: Superposition Theorem (Concept)

Description: In any linear circuit containing multiple independent sources, the current or voltage at any point is the algebraic sum of the currents or voltages produced by each source acting independently (with all other independent sources turned off). To turn off a voltage source, replace it with a short circuit; to turn off a current source, replace it with an open circuit.

Formula: V_total = V1 + V2 + ... or I_total = I1 + I2 + ...

Where:

  • V_total, I_total = Total voltage/current at a point
  • V1, V2, ..., I1, I2, ... = Voltage/current at the point due to each independent source acting alone

 

Unit: Volts (V) or Amperes (A)

Example: To find the current through a resistor in a circuit with a voltage source and a current source, first calculate the current due to the voltage source (current source open). Then, calculate the current due to the current source (voltage source shorted). Finally, add these two currents algebraically.

Formula: Thevenin's Equivalent Voltage (V_th)

Description: The voltage measured across the load terminals (A-B) when the load is removed (open-circuited). It represents the open-circuit voltage of the equivalent circuit.

Formula: V_th = V_oc (Open-circuit voltage at terminals A-B)

Where:

  • V_th = Thevenin equivalent voltage
  • V_oc = Open-circuit voltage

 

Unit: Volts (V)

Example: If you measure 10V across terminals A-B when nothing is connected to them, then V_th = 10V.

Formula: Thevenin's Equivalent Resistance (R_th)

Description: The equivalent resistance looking into the load terminals (A-B) with all independent voltage sources short-circuited and all independent current sources open-circuited. For dependent sources, they must remain active, and a test voltage/current source is applied.

Formula: R_th = R_eq (Equivalent resistance looking into terminals A-B with sources turned off)

Where:

  • R_th = Thevenin equivalent resistance
  • R_eq = Equivalent resistance

 

Unit: Ohms (Ω)

Example: In a circuit with a 12V source and two 6Ω resistors in series, if you want to find R_th across the second resistor, short the 12V source. You'd see the first 6Ω resistor in series with the terminals, so R_th = 6Ω.

Formula: Norton's Equivalent Current (I_N)

Description: The current that flows through the load terminals (A-B) when they are short-circuited. It represents the short-circuit current of the equivalent circuit.

Formula: I_N = I_sc (Short-circuit current through terminals A-B)

Where:

  • I_N = Norton equivalent current
  • I_sc = Short-circuit current

 

Unit: Amperes (A)

Example: If you short terminals A-B and measure 2A flowing through the short, then I_N = 2A.

Formula: Norton's Equivalent Resistance (R_N)

Description: Identical to Thevenin's equivalent resistance. It's the equivalent resistance looking into the load terminals (A-B) with all independent sources turned off.

Formula: R_N = R_th

Where:

  • R_N = Norton equivalent resistance
  • R_th = Thevenin equivalent resistance

 

Unit: Ohms (Ω)

Example: If R_th for a circuit is 5Ω, then R_N is also 5Ω.

Formula: Relationship between Thevenin and Norton Equivalents

Description: Thevenin and Norton equivalents are interchangeable for any given linear circuit.

Formula:

  • V_th = I_N * R_th
  • I_N = V_th / R_th

 

Where:

  • V_th = Thevenin equivalent voltage
  • I_N = Norton equivalent current
  • R_th = Thevenin equivalent resistance (R_N is the same)

 

Unit: Volts (V), Amperes (A), Ohms (Ω)

Example: If V_th = 10V and R_th = 5Ω, then I_N = 10V / 5Ω = 2A.

Formula: Maximum Power Transfer Theorem

Description: States that maximum power is transferred from a source to a load when the load resistance (R_L) is equal to the Thevenin equivalent resistance (R_th) of the source circuit as seen from the load terminals. For AC circuits, Z_L = Z_th* (complex conjugate).

Formula: R_L = R_th (for DC circuits)

Maximum Power Transferred (P_max): P_max = V_th^2 / (4 * R_th)

Where:

  • R_L = Load resistance
  • R_th = Thevenin equivalent resistance of the source circuit
  • V_th = Thevenin equivalent voltage of the source circuit

 

Unit: Ohms (Ω) for resistance, Watts (W) for power

Example: A circuit has V_th = 12V and R_th = 3Ω. For maximum power transfer, the load resistance should be R_L = 3Ω. The maximum power transferred would be P_max = (12V)^2 / (4 * 3Ω) = 144 / 12 = 12W.

Formula: Inductive Reactance (X_L)

Description: The opposition offered by an inductor to the flow of alternating current. It is directly proportional to the frequency and inductance.

Formula: X_L = 2 * pi * f * L

Where:

  • X_L = Inductive Reactance
  • f = Frequency of the AC source
  • L = Inductance

 

Unit: Ohms (Ω)

Example: A 100mH (0.1H) inductor is connected to a 50Hz AC source. X_L = 2 * pi * 50Hz * 0.1H = 31.42Ω.

Formula: Capacitive Reactance (X_C)

Description: The opposition offered by a capacitor to the flow of alternating current. It is inversely proportional to the frequency and capacitance.

Formula: X_C = 1 / (2 * pi * f * C)

Where:

  • X_C = Capacitive Reactance
  • f = Frequency of the AC source
  • C = Capacitance

 

Unit: Ohms (Ω)

Example: A 10µF (10e-6F) capacitor is connected to a 50Hz AC source. X_C = 1 / (2 * pi * 50Hz * 10e-6F) = 318.31Ω.

Formula: Impedance (Z) for R-L-C Series Circuit

Description: The total opposition to current flow in an AC circuit, combining resistance and reactance. It is a complex quantity, often represented by magnitude and phase angle.

Formula (Magnitude): |Z| = sqrt(R^2 + (X_L - X_C)^2)

Phase Angle: phi = arctan((X_L - X_C) / R)

Where:

  • |Z| = Magnitude of impedance
  • R = Resistance
  • X_L = Inductive Reactance
  • X_C = Capacitive Reactance
  • phi = Phase angle between voltage and current

 

Unit: Ohms (Ω) for impedance, degrees or radians for phase angle

Example: A series circuit has R=10Ω, X_L=20Ω, X_C=15Ω. |Z| = sqrt(10^2 + (20 - 15)^2) = sqrt(100 + 5^2) = sqrt(100 + 25) = sqrt(125) = 11.18Ω. phi = arctan((20 - 15) / 10) = arctan(5/10) = arctan(0.5) = 26.57°.

Formula: Series Resonance Frequency (f_r)

Description: The frequency at which the inductive reactance (X_L) equals the capacitive reactance (X_C) in a series R-L-C circuit. At this frequency, the impedance is purely resistive and minimum, leading to maximum current.

Formula: f_r = 1 / (2 * pi * sqrt(L * C))

Where:

  • f_r = Resonance frequency
  • L = Inductance
  • C = Capacitance

 

Unit: Hertz (Hz)

Example: A series R-L-C circuit has L=10mH (0.01H) and C=1µF (1e-6F). f_r = 1 / (2 * pi * sqrt(0.01 * 1e-6)) = 1 / (2 * pi * sqrt(1e-8)) = 1 / (2 * pi * 1e-4) = 1591.55 Hz.

Formula: Parallel Resonance Frequency (f_r)

Description: The frequency at which the inductive reactance (X_L) equals the capacitive reactance (X_C) in an ideal parallel L-C circuit. At this frequency, the impedance is maximum, leading to minimum line current from the source.

Formula: f_r = 1 / (2 * pi * sqrt(L * C)) (for ideal parallel LC circuit)

Where:

  • f_r = Resonance frequency
  • L = Inductance
  • C = Capacitance

 

Unit: Hertz (Hz)

Example: A parallel L-C circuit has L=1mH (0.001H) and C=100nF (100e-9F). f_r = 1 / (2 * pi * sqrt(0.001 * 100e-9)) = 1 / (2 * pi * sqrt(1e-10)) = 1 / (2 * pi * 1e-5) = 15915.49 Hz.

Formula: Active Power (P)

Description: The average power dissipated by the resistance in an AC circuit, representing the useful work done. It is measured in Watts.

Formula: P = V_rms * I_rms * cos(phi)

Where:

  • P = Active Power
  • V_rms = RMS voltage
  • I_rms = RMS current
  • cos(phi) = Power Factor (phi is the phase angle between voltage and current)

 

Unit: Watts (W)

Example: An AC circuit has V_rms=120V, I_rms=5A, and a phase angle phi=30°. P = 120V * 5A * cos(30°) = 600 * 0.866 = 519.6W.

Formula: Reactive Power (Q)

Description: The power exchanged between the source and the reactive components (inductors and capacitors) in an AC circuit. It does not do any useful work but is necessary for the magnetic and electric fields. Measured in Volt-Ampere Reactive (VAR).

Formula: Q = V_rms * I_rms * sin(phi)

Where:

  • Q = Reactive Power
  • V_rms = RMS voltage
  • I_rms = RMS current
  • sin(phi) = Sine of the phase angle between voltage and current

 

Unit: Volt-Ampere Reactive (VAR)

Example: Using the previous example: Q = 120V * 5A * sin(30°) = 600 * 0.5 = 300VAR.

Formula: Apparent Power (S)

Description: The total power supplied by the source in an AC circuit, which is the vector sum of active and reactive power. Measured in Volt-Amperes (VA).

Formula: S = V_rms * I_rms

Also: S = sqrt(P^2 + Q^2) (Power Triangle relationship)

Where:

  • S = Apparent Power
  • V_rms = RMS voltage
  • I_rms = RMS current
  • P = Active Power
  • Q = Reactive Power

 

Unit: Volt-Amperes (VA)

Example: Using the previous example: S = 120V * 5A = 600VA. Also, S = sqrt(519.6^2 + 300^2) = sqrt(270000 + 90000) = sqrt(360000) = 600VA.

Formula: Power Factor (PF)

Description: The ratio of active power to apparent power. It indicates how effectively electrical power is being converted into useful work. A power factor of 1 (unity) means all apparent power is active power. cos(phi) is the power factor, where phi is the phase angle between voltage and current.

Formula: PF = P / S = cos(phi)

Where:

  • PF = Power Factor
  • P = Active Power
  • S = Apparent Power
  • phi = Phase angle between voltage and current

 

Unit: Dimensionless (typically between 0 and 1, or 0% and 100%)

Example: Using the previous example: PF = 519.6W / 600VA = 0.866. This matches cos(30°).

Key Points for 1.2:

  • Network theorems (Superposition, Thevenin, Norton) simplify complex circuit analysis by reducing multiple sources or entire networks to simpler equivalents.
  • Maximum Power Transfer is achieved when load impedance matches the source's Thevenin impedance (or resistance for DC).
  • Inductors and capacitors introduce reactance, which depends on frequency and causes phase shifts in AC circuits.
  • Resonance occurs when X_L = X_C, leading to minimum impedance (series) or maximum impedance (parallel) and significant current/voltage effects.
  • Distinguish between active (real work), reactive (energy storage), and apparent (total) power in AC circuits. Power factor indicates efficiency.
  • Common mistake: Forgetting to turn off independent sources when calculating R_th or R_N.

1.3 Alternating Current Fundamentals: Generation, Equations, Waveforms, Values, Three-Phase System

While DC (Direct Current) flows in one direction, AC (Alternating Current) periodically reverses its direction, making it highly efficient for power transmission over long distances. This section explores the fundamental principles behind AC generation, typically achieved by rotating a conductor in a magnetic field, as described by Faraday's Law of electromagnetic induction. We will examine the resulting sinusoidal waveforms, which are the most common form of AC.

Understanding the characteristics of these waveforms, such as their instantaneous, peak, average, and RMS (Root Mean Square) values, is critical. The RMS value is particularly important as it represents the "effective" value of AC, equivalent to a DC value that would produce the same heating effect in a resistor. This is why household voltages (e.g., 230V in Nepal) are always specified as RMS values.

Finally, we introduce the three-phase system, which is the standard for generating, transmitting, and distributing large amounts of electrical power. A three-phase system consists of three separate AC voltages that are out of phase with each other by 120 degrees. This configuration offers significant advantages over single-phase systems, including more efficient power delivery, smoother operation of motors, and reduced conductor material for the same power transfer.

Formula: Instantaneous Voltage/Current of a Sinusoidal AC Waveform

Description: Represents the value of voltage or current at any given instant in time for a sinusoidal waveform.

Formula: v(t) = V_peak * sin(omega*t + phi)

Formula: i(t) = I_peak * sin(omega*t + phi)

Where:

  • v(t), i(t) = Instantaneous voltage/current at time t
  • V_peak, I_peak = Peak (maximum) voltage/current
  • omega = Angular frequency (in radians/second)
  • t = Time (in seconds)
  • phi = Phase angle (in radians or degrees) relative to a reference (often 0 for voltage)

 

Unit: Volts (V), Amperes (A)

Example: A voltage waveform has a peak of 10V, a frequency of 50Hz, and starts at 0 phase. omega = 2 * pi * 50 = 314.16 rad/s. v(t) = 10 * sin(314.16 * t) V.

Formula: Angular Frequency (omega)

Description: Relates the frequency of an AC waveform to its rate of change in radians per second.

Formula: omega = 2 * pi * f

Where:

  • omega = Angular frequency
  • pi = Mathematical constant (approx. 3.14159)
  • f = Frequency (in Hertz)

 

Unit: Radians per second (rad/s)

Example: For a 60Hz AC signal, omega = 2 * pi * 60 = 376.99 rad/s.

Formula: Period (T)

Description: The time taken for one complete cycle of an AC waveform. It is the reciprocal of frequency.

Formula: T = 1 / f

Where:

  • T = Period
  • f = Frequency

 

Unit: Seconds (s)

Example: For a 50Hz AC signal, T = 1 / 50Hz = 0.02s or 20ms.

Formula: RMS Value (Root Mean Square) for Sinusoidal Waveforms

Description: The effective value of an AC voltage or current, which produces the same heating effect in a resistor as a DC voltage or current of the same magnitude. It is the most commonly used value for AC. For a purely sinusoidal waveform, it's the peak value divided by sqrt(2).

Formula: V_rms = V_peak / sqrt(2)

Formula: I_rms = I_peak / sqrt(2)

Where:

  • V_rms, I_rms = RMS voltage/current
  • V_peak, I_peak = Peak voltage/current
  • sqrt(2) = Approximately 1.414

 

Unit: Volts (V), Amperes (A)

Example: If the peak voltage of an AC supply is 325V (common for 230V RMS), then V_rms = 325V / sqrt(2) = 229.8V (approx. 230V).

Formula: Average Value for a Half-Cycle of a Sinusoidal Waveform

Description: The average value of a sinusoidal AC waveform over one full cycle is zero. However, for a half-cycle, it's a non-zero value, useful in rectification calculations.

Formula: V_avg = (2 * V_peak) / pi

Formula: I_avg = (2 * I_peak) / pi

Where:

  • V_avg, I_avg = Average voltage/current over a half-cycle
  • V_peak, I_peak = Peak voltage/current
  • pi = Mathematical constant (approx. 3.14159)

 

Unit: Volts (V), Amperes (A)

Example: If the peak voltage is 10V, then V_avg = (2 * 10V) / pi = 20 / 3.14159 = 6.366V.

Formula: Total Power in a Balanced Three-Phase System (Star or Delta)

Description: The total active power delivered in a balanced three-phase AC system. It depends on the line voltage, line current, and power factor.

Formula: P_total = sqrt(3) * V_L * I_L * cos(phi)

Where:

  • P_total = Total three-phase active power
  • sqrt(3) = Approximately 1.732
  • V_L = Line-to-line RMS voltage
  • I_L = Line RMS current
  • cos(phi) = Power factor (phi is the phase angle between phase voltage and phase current)

 

Unit: Watts (W)

Example: A balanced three-phase load draws 10A line current from a 400V line-to-line supply with a power factor of 0.8 lagging. P_total = sqrt(3) * 400V * 10A * 0.8 = 1.732 * 400 * 10 * 0.8 = 5542.4W.

Three-Phase System Connections:

  • Star (Y) Connection:
    • Line voltage (V_L) is sqrt(3) times the phase voltage (V_ph): V_L = sqrt(3) * V_ph
    • Line current (I_L) is equal to the phase current (I_ph): I_L = I_ph
    • Typically has a neutral point, which can be grounded or used for single-phase loads.
  • Delta (Δ) Connection:
    • Line voltage (V_L) is equal to the phase voltage (V_ph): V_L = V_ph
    • Line current (I_L) is sqrt(3) times the phase current (I_ph): I_L = sqrt(3) * I_ph
    • Does not have a neutral point in its basic form.

Key Points for 1.3:

  • AC is generated by changing magnetic flux, resulting in sinusoidal waveforms.
  • RMS value is the "effective" value of AC and is used for power calculations; V_rms = V_peak / sqrt(2) for sinusoids.
  • Three-phase systems are standard for power distribution due to higher efficiency and constant power delivery.
  • Understand the relationships between line and phase voltages/currents for Star and Delta connections.
  • Common mistake: Using peak values for power calculations instead of RMS values.

1.4 Semiconductor Devices: Diode, BJT, MOSFET, CMOS

Semiconductor devices are the heart of modern electronics, enabling the creation of integrated circuits (ICs) that power everything from smartphones to supercomputers. Unlike conductors and insulators, semiconductors (like Silicon and Germanium) have controllable conductivity, which is achieved through a process called doping (adding impurities).

The simplest semiconductor device is the diode, formed by a P-N junction, which acts as a one-way valve for current, allowing it to flow in one direction (forward bias) and blocking it in the other (reverse bias). This property makes diodes essential for rectification (converting AC to DC).

Next are transistors, which are the fundamental building blocks for amplification and switching. The Bipolar Junction Transistor (BJT) is a current-controlled device, meaning a small current at its base controls a larger current between its collector and emitter. Understanding its configurations (Common Emitter, Common Collector, Common Base) and biasing techniques is vital for analog circuit design. The MOSFET (Metal-Oxide-Semiconductor Field-Effect Transistor), on the other hand, is a voltage-controlled device, where a voltage applied to its gate controls the current flow between its drain and source. MOSFETs are widely preferred in digital circuits due to their low power consumption and scalability.

Finally, CMOS (Complementary MOS) technology combines N-channel and P-channel MOSFETs to create logic gates and memory cells with extremely low static power dissipation, making it the dominant technology for modern microprocessors and memory chips.

Formula: Diode Current (Shockley Diode Equation - Conceptual)

Description: Describes the current-voltage characteristic of an ideal diode. While complex for exam calculations, understanding its exponential nature is key.

Formula: I_D = I_S * (e^(V_D / (n * V_T)) - 1)

Where:

  • I_D = Diode current
  • I_S = Reverse saturation current (temperature dependent)
  • V_D = Voltage across the diode
  • n = Ideality factor (1 to 2, typically 1 for Ge, 2 for Si)
  • V_T = Thermal voltage (approx. 25mV at room temperature)

 

Unit: Amperes (A)

Example: (Conceptual) As V_D increases in forward bias, the exponential term dominates, causing current to rise rapidly after the knee voltage (approx. 0.7V for Si, 0.3V for Ge).

Formula: BJT Current Relationships

Description: Defines the relationships between the collector, base, and emitter currents in a BJT.

Formula:

  • I_E = I_C + I_B (Emitter current is the sum of collector and base currents)
  • I_C = beta * I_B (Collector current is beta times the base current)
  • alpha = beta / (1 + beta) (Relationship between alpha and beta)
  • I_C = alpha * I_E (Collector current is alpha times the emitter current)

 

Where:

  • I_E = Emitter current
  • I_C = Collector current
  • I_B = Base current
  • beta (h_fe) = Common-emitter current gain (typically 50-300)
  • alpha (h_fb) = Common-base current gain (typically 0.95-0.99)

 

Unit: Amperes (A) for currents, dimensionless for alpha and beta

Example: If a BJT has beta = 100 and I_B = 10µA, then I_C = 100 * 10µA = 1mA, and I_E = 1mA + 10µA = 1.01mA.

Semiconductor Diode:

  • PN Junction: Formed by joining P-type (majority holes) and N-type (majority electrons) semiconductor materials. A depletion region forms at the junction, devoid of free charge carriers.
  • Forward Bias: Positive voltage applied to P-side, negative to N-side. Depletion region narrows, allowing current flow after a certain threshold voltage (knee voltage, ~0.7V for Si, ~0.3V for Ge).
  • Reverse Bias: Negative voltage applied to P-side, positive to N-side. Depletion region widens, blocking current flow (except for a very small reverse saturation current).
  • Characteristics: I-V curve shows exponential current rise in forward bias and minimal current in reverse bias until breakdown voltage is reached.
  • Application: Rectifiers (AC to DC conversion), voltage regulation (Zener diodes), signal clipping/clamping.

BJT (Bipolar Junction Transistor):

  • Types: NPN and PNP.
  • Terminals: Emitter (E), Base (B), Collector (C).
  • Working Principle: A small current injected into the base controls a much larger current between the collector and emitter. It acts as a current-controlled current source.
  • Configurations:
    • Common Emitter (CE): High current and voltage gain, widely used for amplification. Phase inversion between input and output.
    • Common Collector (CC) / Emitter Follower: High current gain, voltage gain close to 1, high input impedance, low output impedance. Used as a buffer.
    • Common Base (CB): High voltage gain, current gain less than 1, low input impedance, high output impedance. Used for high-frequency applications.
  • Biasing: Setting the DC operating point (Q-point) to ensure the transistor operates in the active region for amplification, or saturation/cutoff for switching. Common methods: Fixed bias, Collector-to-Base bias, Voltage Divider bias (most stable).
  • Small Signal Model: An AC equivalent circuit used to analyze the transistor's behavior for small AC input signals, focusing on gain, input/output impedance.
  • Large Signal Model: Used for DC analysis to determine the Q-point and for switching applications (saturation/cutoff).

MOSFET (Metal-Oxide-Semiconductor Field-Effect Transistor):

  • Types: N-channel and P-channel; Enhancement and Depletion mode.
  • Terminals: Gate (G), Drain (D), Source (S).
  • Working Principle: A voltage applied to the gate terminal creates an electric field that controls the conductivity of a channel between the drain and source. It acts as a voltage-controlled current source.
    • Enhancement Mode: No channel exists at zero gate-source voltage; a positive (N-MOS) or negative (P-MOS) V_GS is needed to create a channel and turn the device ON. Most common type.
    • Depletion Mode: A channel exists at zero V_GS; a gate voltage is used to deplete (reduce) or enhance (increase) the channel conductivity.
  • Applications: Widely used in digital logic circuits, power electronics (power MOSFETs), and analog amplification.

CMOS (Complementary MOS):

  • Working Principle: Combines both N-channel MOSFETs (NMOS) and P-channel MOSFETs (PMOS) in a complementary fashion. For example, in a CMOS inverter, when the input is high, the PMOS is OFF and NMOS is ON, pulling the output low. When the input is low, PMOS is ON and NMOS is OFF, pulling the output high.
  • Advantages: Extremely low static power consumption (power is mainly consumed during switching), high noise immunity, high packing density.
  • Applications: Dominant technology for almost all modern digital integrated circuits (microprocessors, memory, ASICs).

Key Points for 1.4:

  • Diodes are one-way current devices, fundamental for rectification.
  • BJTs are current-controlled, MOSFETs are voltage-controlled. MOSFETs are preferred for digital due to low power and scalability.
  • Biasing sets the operating point of transistors for proper amplification or switching.
  • CMOS technology uses complementary NMOS and PMOS for low power digital logic.
  • Common mistake: Confusing BJT (current-controlled) with MOSFET (voltage-controlled).

1.5 Signal Generators: Oscillators, RC, LC, Crystal Oscillators, Waveform Generators

Signal generators are essential electronic instruments used to create various types of electrical signals, which are crucial for testing electronic circuits, communication systems, and embedded devices. At the heart of many signal generators are oscillators, which are circuits designed to produce repetitive, oscillating electronic signals (typically sine waves, square waves, triangle waves, etc.) from a DC power supply without any external AC input.

The basic principle of oscillation relies on the Barkhausen criterion, which requires sufficient loop gain and a specific phase shift around a feedback loop. Oscillators are broadly classified by the components used in their frequency-determining network:

  • RC Oscillators: Use resistors and capacitors. They are suitable for lower frequencies and are common in audio frequency applications (e.g., Wien Bridge, Phase-Shift oscillators).
  • LC Oscillators: Use inductors and capacitors in a tank circuit. They are typically used for higher frequencies, such as in radio frequency (RF) applications (e.g., Hartley, Colpitts oscillators).
  • Crystal Oscillators: Utilize the piezoelectric effect of quartz crystals to achieve extremely high frequency stability and accuracy. They are indispensable for timing circuits in microcontrollers, computers, and communication systems.

Beyond sine wave generators, waveform generators can produce a variety of non-sinusoidal waveforms like square waves (for digital logic), triangle waves (for sweep circuits), and sawtooth waves (for display scanning).

Formula: Barkhausen Criterion (Conceptual)

Description: The fundamental conditions for sustained oscillation in a feedback amplifier.

  1. The magnitude of the loop gain (A_v * beta) must be equal to or greater than unity (|A_v * beta| >= 1).
  2. The total phase shift around the loop must be 0 degrees or an integer multiple of 360 degrees (angle(A_v * beta) = n * 360°).

 

Formula: |A_v * beta| >= 1 and angle(A_v * beta) = 0° or 360°

Where:

  • A_v = Amplifier gain
  • beta = Feedback network gain

 

Unit: Dimensionless

Example: An amplifier with a gain of 100 is connected to a feedback network with a gain of 0.01. The loop gain is 100 * 0.01 = 1. If the total phase shift is 360 degrees, oscillation will occur.

Formula: Wien Bridge Oscillator Frequency

Description: Determines the oscillation frequency of a Wien Bridge oscillator, a common RC oscillator for audio frequencies.

Formula: f = 1 / (2 * pi * R * C)

Where:

  • f = Oscillation frequency
  • R = Resistance in the RC network (assuming R1=R2=R)
  • C = Capacitance in the RC network (assuming C1=C2=C)

 

Unit: Hertz (Hz)

Example: For a Wien Bridge oscillator with R=10kΩ and C=10nF, f = 1 / (2 * pi * 10e3 * 10e-9) = 1 / (2 * pi * 1e-4) = 1591.55 Hz.

Formula: Phase Shift Oscillator Frequency

Description: Determines the oscillation frequency of an RC phase-shift oscillator, which uses three identical RC stages to provide 180° phase shift.

Formula: f = 1 / (2 * pi * R * C * sqrt(6))

Where:

  • f = Oscillation frequency
  • R = Resistance in each RC stage
  • C = Capacitance in each RC stage

 

Unit: Hertz (Hz)

Example: For a phase shift oscillator with R=1kΩ and C=0.1µF, f = 1 / (2 * pi * 1e3 * 0.1e-6 * sqrt(6)) = 1 / (2 * pi * 1e-4 * 2.449) = 650.05 Hz.

Formula: Hartley Oscillator Frequency

Description: Determines the oscillation frequency of a Hartley oscillator, an LC oscillator where the tank circuit consists of two inductors and one capacitor.

Formula: f = 1 / (2 * pi * sqrt(L_total * C)) where L_total = L1 + L2 + 2M (M is mutual inductance, often ignored for simplicity, so L_total = L1 + L2)

Where:

  • f = Oscillation frequency
  • L1, L2 = Inductances in the tank circuit
  • C = Capacitance in the tank circuit
  • M = Mutual inductance (if applicable)

 

Unit: Hertz (Hz)

Example: For a Hartley oscillator with L1=100µH, L2=100µH (assume M=0), and C=100pF. f = 1 / (2 * pi * sqrt((100e-6 + 100e-6) * 100e-12)) = 1 / (2 * pi * sqrt(200e-6 * 100e-12)) = 1 / (2 * pi * sqrt(2e-14)) = 1 / (2 * pi * 1.414e-7) = 1.125 MHz.

Formula: Colpitts Oscillator Frequency

Description: Determines the oscillation frequency of a Colpitts oscillator, an LC oscillator where the tank circuit consists of one inductor and two capacitors.

Formula: f = 1 / (2 * pi * sqrt(L * C_eq)) where C_eq = (C1 * C2) / (C1 + C2) (series equivalent of C1 and C2)

Where:

  • f = Oscillation frequency
  • L = Inductance in the tank circuit
  • C1, C2 = Capacitances in the tank circuit
  • C_eq = Equivalent capacitance of C1 and C2 in series

 

Unit: Hertz (Hz)

Example: For a Colpitts oscillator with L=100µH, C1=100pF, C2=1000pF. C_eq = (100e-12 * 1000e-12) / (100e-12 + 1000e-12) = (1e-19) / (1.1e-9) = 90.9e-12 F = 90.9pF. f = 1 / (2 * pi * sqrt(100e-6 * 90.9e-12)) = 1 / (2 * pi * sqrt(9.09e-18)) = 1 / (2 * pi * 3.015e-9) = 52.8 MHz.

Key Points for 1.5:

  • Oscillators convert DC power into repetitive AC signals.
  • The Barkhausen criterion (loop gain >= 1 and 0°/360° phase shift) is essential for sustained oscillation.
  • RC oscillators are for low frequencies, LC for high frequencies.
  • Crystal oscillators provide superior frequency stability due to the piezoelectric effect.
  • Common mistake: Not understanding the conditions for oscillation (Barkhausen criterion).

1.6 Amplifiers: Output Stages, Class A, B, AB, Power BJTs, Transformer-Coupled, Tuned Amplifiers, Op-Amps

Amplifiers are fundamental electronic circuits designed to increase the power, voltage, or current of an input signal. They are ubiquitous in audio systems, communication electronics, and control systems. This section focuses on different types of amplifier output stages, which are responsible for delivering power to the load.

Amplifier output stages are classified into various "classes" (A, B, AB, C, D, etc.) based on the conduction angle of the active device (transistor) during an input signal cycle. Each class offers a trade-off between efficiency, linearity (how faithfully the output reproduces the input), and power dissipation. Class A provides excellent linearity but is inefficient, while Class B is more efficient but suffers from crossover distortion. Class AB is a popular compromise, offering good efficiency with reduced distortion. Biasing the Class AB stage correctly is key to eliminating this distortion.

For high-power applications, special Power BJTs are used, often combined with transformer-coupled push-pull stages to achieve impedance matching and further improve efficiency. Tuned amplifiers are designed to amplify only a specific narrow band of frequencies, making them crucial for radio receivers and transmitters. Finally, Operational Amplifiers (Op-Amps) are versatile, high-gain, differential input amplifiers that serve as fundamental building blocks for a vast array of analog circuits, from simple buffers and inverters to complex filters and signal conditioners.

Formula: Inverting Op-Amp Amplifier Gain

Description: The voltage gain of an op-amp configured as an inverting amplifier. The output is 180 degrees out of phase with the input.

Formula: A_v = - (R_f / R_in)

Where:

  • A_v = Voltage gain
  • R_f = Feedback resistor
  • R_in = Input resistor

 

Unit: Dimensionless

Example: An inverting op-amp has R_in = 1kΩ and R_f = 10kΩ. The gain is A_v = - (10kΩ / 1kΩ) = -10.

Formula: Non-Inverting Op-Amp Amplifier Gain

Description: The voltage gain of an op-amp configured as a non-inverting amplifier. The output is in phase with the input.

Formula: A_v = 1 + (R_f / R_in)

Where:

  • A_v = Voltage gain
  • R_f = Feedback resistor
  • R_in = Resistor from inverting input to ground

 

Unit: Dimensionless

Example: A non-inverting op-amp has R_in = 1kΩ and R_f = 10kΩ. The gain is A_v = 1 + (10kΩ / 1kΩ) = 1 + 10 = 11.

Classification of Output Stages (Amplifier Classes)

Class A Output Stage

A Class A amplifier is an amplifier in which the transistor conducts for the entire input signal cycle. The transistor remains in the active region at all times and never switches OFF.

Conduction Angle

θ = 360° = 2π radians

Characteristics

  • Excellent linearity.
  • Very low distortion.
  • Simple circuit design.
  • Best signal fidelity.

Efficiency Formula

η = (Pout / Pin) × 100%

Maximum theoretical efficiency:

  • ηmax = 25% (Resistive Load)
  • ηmax = 50% (Transformer Coupled)

Power Dissipation

PD = VCE × IC

Since the transistor is always ON, significant power is wasted as heat even when no signal is present.

Applications

  • Audio pre-amplifiers
  • High-fidelity audio systems
  • Low-noise amplification circuits

Class B Output Stage

A Class B amplifier uses two transistors operating in a push-pull arrangement. Each transistor amplifies one half of the input waveform.

Conduction Angle

θ = 180° = π radians

Characteristics

  • Higher efficiency than Class A.
  • Lower power dissipation.
  • Requires complementary transistors.
  • Suffers from crossover distortion.

Maximum Efficiency

ηmax = π/4 × 100%

Therefore:

ηmax = 78.5%

Crossover Distortion

Occurs near the zero crossing point because neither transistor conducts for a short interval while switching from one transistor to another.

Applications

  • Audio power amplifiers
  • Power output stages
  • Communication systems

Class AB Output Stage

A Class AB amplifier is a combination of Class A and Class B amplifiers. Each transistor conducts for slightly more than half of the signal cycle.

Conduction Angle

180° < θ < 360°

Typically:

θ ≈ 180° – 200°

Bias Current

A small quiescent current is maintained:

IQ > 0

This keeps the transistors slightly ON and removes crossover distortion.

Efficiency

50% ≤ η ≤ 70%

Advantages

  • Reduced crossover distortion.
  • Good efficiency.
  • Better audio quality than Class B.
  • Most widely used power amplifier.

Applications

  • Home audio amplifiers
  • Car audio systems
  • Public address systems

Power BJTs

Power Bipolar Junction Transistors (BJTs) are specially designed transistors capable of handling high currents, high voltages, and large power dissipation.

Power Formula

P = VCE × IC

Where:

  • VCE = Collector-Emitter Voltage
  • IC = Collector Current

Characteristics

  • Large junction area.
  • High current handling capability.
  • Requires heat sinks.
  • Robust packaging.

Applications

  • Motor control circuits
  • Power supplies
  • Audio power amplifiers

Transformer-Coupled Push-Pull Stages

A transformer-coupled push-pull amplifier uses transformers at the input and/or output to provide impedance matching and efficient power transfer.

Transformer Turns Ratio Formula

Vp / Vs = Np / Ns

Where:

  • Vp = Primary Voltage
  • Vs = Secondary Voltage
  • Np = Primary Turns
  • Ns = Secondary Turns

Impedance Matching Formula

Zp / Zs = (Np / Ns)²

Advantages

  • Better impedance matching.
  • Higher efficiency.
  • Provides DC isolation.

Disadvantages

  • Bulky and expensive.
  • Frequency limitations.
  • Heavy weight.

Tuned Amplifiers

Tuned amplifiers use resonant LC circuits to amplify only a specific frequency range while rejecting unwanted frequencies.

Resonant Frequency Formula

fr = 1 / (2π√LC)

Where:

  • L = Inductance (H)
  • C = Capacitance (F)
  • fr = Resonant Frequency (Hz)

Bandwidth Formula

BW = fH − fL

Quality Factor

Q = fr / BW

Applications

  • RF amplifiers
  • Radio transmitters
  • Radio receivers
  • IF stages

Operational Amplifiers (Op-Amps)

An Operational Amplifier (Op-Amp) is a high-gain differential amplifier IC widely used in analog electronic circuits.

Ideal Characteristics

  • Infinite input impedance
  • Zero output impedance
  • Infinite voltage gain
  • Infinite bandwidth
  • Zero offset voltage

Inverting Amplifier

Output is 180° out of phase with input.

Av = -Rf / Rin Vout = -(Rf/Rin)Vin

Non-Inverting Amplifier

Output is in phase with input.

Av = 1 + (Rf / Rin) Vout = Av × Vin

Voltage Follower (Buffer)

Gain is unity.

Av = 1 Vout = Vin

Summing Amplifier

Adds multiple input voltages.

Vout = -Rf[(V1/R1)+(V2/R2)+(V3/R3)+...]

Integrator

Output is proportional to the integral of input.

Vout = -(1/RC) ∫Vin dt

Differentiator

Output is proportional to the rate of change of input.

Vout = -RC(dVin/dt)

Comparator

Compares two voltages and switches output between positive and negative saturation levels.

If V+ > V− → Output = +Vsat If V+ < V− → Output = −Vsat


Comparison of Amplifier Classes

Class Conduction Angle Efficiency Distortion Application
Class A 360° 25%–50% Very Low Hi-Fi Audio
Class B 180° 78.5% Crossover Distortion Power Amplifiers
Class AB 180°–200° 50%–70% Very Low Audio Power Amplifiers

Key Points for 1.6:

  • Amplifier classes (A, B, AB) represent trade-offs between efficiency and linearity, determined by the transistor's conduction angle.
  • Class AB is the most common for audio power amplifiers due to its balance of efficiency and low distortion.
  • Op-amps are incredibly versatile analog building blocks due to their high gain and differential inputs, forming the basis of many linear and non-linear circuits.
  • Tuned amplifiers are crucial for frequency-selective amplification in communication systems.
  • Common mistake: Not understanding the concept of crossover distortion in Class B and how Class AB mitigates it.

Summary Table

Subtopic Key Concept Important Formula Example Key Point
1.1 Basic Concepts Ohm's Law, KCL/KVL, Series/Parallel, Star-Delta, Circuit Types V = I * R; R_total = R1 + R2 (series); Sum(I_in) = Sum(I_out) (KCL) Fundamentals for all circuit analysis. KCL/KVL based on conservation.
1.2 Network Theorems Superposition, Thevenin, Norton, Max Power Transfer, RLC, Resonance, AC Power P_max = V_th^2 / (4 * R_th); |Z| = sqrt(R^2 + (X_L - X_C)^2); f_r = 1 / (2 * pi * sqrt(LC)) Simplify complex circuits. Reactance (X_L, X_C) is frequency dependent. Resonance maximizes/minimizes impedance.
1.3 AC Fundamentals AC Generation, Waveforms, RMS/Peak/Avg Values, Three-Phase Systems v(t) = V_peak * sin(omega*t); V_rms = V_peak / sqrt(2); P_total = sqrt(3) * V_L * I_L * cos(phi) RMS is the effective AC value. Three-phase for efficient power distribution.
1.4 Semiconductor Devices Diode, BJT, MOSFET, CMOS, Biasing I_C = beta * I_B (BJT); I_D = I_S * (e^(V_D / (n * V_T)) - 1) (Diode) Diodes are one-way switches. BJTs (current-controlled), MOSFETs (voltage-controlled). CMOS for low power digital.
1.5 Signal Generators Oscillators (RC, LC, Crystal), Barkhausen Criterion f = 1 / (2 * pi * R * C) (Wien Bridge); f = 1 / (2 * pi * sqrt(LC)) (LC) Generate periodic signals from DC. Barkhausen criterion defines oscillation conditions. Crystals for high stability.
1.6 Amplifiers Output Stages (Class A, B, AB), Power BJTs, Tuned Amps, Op-Amps A_v = - (R_f / R_in) (Inverting Op-Amp); A_v = 1 + (R_f / R_in) (Non-Inverting Op-Amp) Amplify signals. Classes trade efficiency for linearity. Op-amps are versatile building blocks.

Examples & Practice

Solved Example 1: DC Circuit Analysis with Kirchhoff's Laws

Problem: Consider a circuit with a 20V voltage source, a 5Ω resistor (R1), a 10Ω resistor (R2), and a 15Ω resistor (R3). R1 is in series with the voltage source. R2 and R3 are connected in parallel across R1. Calculate the total current drawn from the source and the current through each resistor.

Solution:

  1. Identify parallel combination: R2 and R3 are in parallel. R_parallel = (R2 * R3) / (R2 + R3) R_parallel = (10Ω * 15Ω) / (10Ω + 15Ω) = 150Ω^2 / 25Ω = 6Ω
  2. Identify series combination: R1 is in series with the parallel combination of R2 and R3. R_total = R1 + R_parallel R_total = 5Ω + 6Ω = 11Ω
  3. Calculate total current (I_total) using Ohm's Law: I_total = V_source / R_total I_total = 20V / 11Ω = 1.818A
  4. Current through R1: Since R1 is in series with the source, the current through it is the total current. I1 = I_total = 1.818A
  5. Voltage across parallel combination (V_parallel): The voltage across the parallel resistors R2 and R3 is the same. This voltage is the total source voltage minus the drop across R1. V_parallel = V_source - (I_total * R1) (Using KVL) V_parallel = 20V - (1.818A * 5Ω) = 20V - 9.09V = 10.91V
  6. Current through R2 (I2) and R3 (I3) using Ohm's Law for each branch: I2 = V_parallel / R2 = 10.91V / 10Ω = 1.091A I3 = V_parallel / R3 = 10.91V / 15Ω = 0.727A
  7. Verify with KCL: The total current entering the parallel node (I_total) should equal the sum of currents leaving (I2 + I3). I2 + I3 = 1.091A + 0.727A = 1.818A. This matches I_total.

Answer: Total current from source is 1.818A. Current through R1 is 1.818A, through R2 is 1.091A, and through R3 is 0.727A.

Solved Example 2: Thevenin's Theorem and Maximum Power Transfer

Problem: Find the Thevenin equivalent circuit across terminals A-B for the circuit consisting of a 10V voltage source, a 2Ω resistor (R1) in series with the source, and a 4Ω resistor (R2) in parallel with a 6Ω resistor (R3). Terminals A-B are across R3. Then, find the load resistance for maximum power transfer and the maximum power delivered to the load.

Solution:

  1. Find Thevenin Voltage (V_th):
    • Remove the load (R3) and find the open-circuit voltage across A-B.
    • The circuit now consists of R1 and R2 in series with the 10V source. R3 is open, so no current flows through it.
    • The voltage across A-B is the voltage across R2 (since R3 is open). Use the voltage divider rule: V_th = V_source * (R2 / (R1 + R2)) V_th = 10V * (4Ω / (2Ω + 4Ω)) = 10V * (4/6) = 10V * (2/3) = 6.67V
  2. Find Thevenin Resistance (R_th):
    • Turn off the independent voltage source (replace with a short circuit).
    • Look into terminals A-B. R1 (2Ω) is now in parallel with R2 (4Ω). R_th = (R1 * R2) / (R1 + R2) R_th = (2Ω * 4Ω) / (2Ω + 4Ω) = 8Ω^2 / 6Ω = 1.33Ω
  3. Thevenin Equivalent Circuit: V_th = 6.67V, R_th = 1.33Ω.
  4. Load Resistance for Maximum Power Transfer: According to the Maximum Power Transfer Theorem, R_L = R_th. R_L = 1.33Ω
  5. Maximum Power Delivered (P_max): P_max = V_th^2 / (4 * R_th) P_max = (6.67V)^2 / (4 * 1.33Ω) = 44.49 / 5.32 = 8.36W

Answer: Thevenin equivalent: V_th = 6.67V, R_th = 1.33Ω. For maximum power transfer, R_L = 1.33Ω, and the maximum power delivered is 8.36W.

Solved Example 3: Op-Amp Amplifier Gain

Problem: Design a non-inverting op-amp amplifier to have a voltage gain of 5. If the input resistor R_in is 2kΩ, what should be the value of the feedback resistor R_f?

Solution:

  1. Recall the formula for non-inverting op-amp gain: A_v = 1 + (R_f / R_in)
  2. Substitute the given values: 5 = 1 + (R_f / 2kΩ)
  3. Solve for R_f: 5 - 1 = R_f / 2kΩ 4 = R_f / 2kΩ R_f = 4 * 2kΩ R_f = 8kΩ

Answer: The feedback resistor R_f should be 8kΩ.

Try It Yourself: Practice Problems

  1. A 230V, 50Hz AC supply delivers 5A current to a load with a power factor of 0.8 lagging. Calculate the active power, reactive power, and apparent power consumed by the load.
  2. For a BJT with beta = 150, if the collector current I_C is 3mA, what are the base current I_B and emitter current I_E?
  3. A series R-L-C circuit has R = 20Ω, L = 50mH, and C = 20µF. Calculate the resonant frequency and the impedance at resonance.
  4. Using Kirchhoff's Laws, find the current flowing through each resistor in a circuit where a 15V source is connected to a 3Ω resistor (R1) in series with a parallel combination of a 6Ω resistor (R2) and a 9Ω resistor (R3).

Key Takeaways

  • Ohm's Law (V=IR) and Kirchhoff's Laws (KCL, KVL) are the absolute bedrock of circuit analysis for both DC and AC circuits.
  • Network Theorems (Thevenin, Norton, Superposition) are powerful tools for simplifying complex circuits with multiple sources or for analyzing load variations efficiently.
  • AC circuit analysis involves understanding frequency-dependent reactances (X_L, X_C) and impedance (Z), leading to concepts like resonance and the power triangle (Active, Reactive, Apparent Power).
  • RMS values are crucial for practical AC power calculations, representing the effective heating value of an AC signal.
  • Semiconductor devices (diodes, BJTs, MOSFETs) are the fundamental building blocks of all modern electronics, enabling switching and amplification. Understand their basic characteristics and operating principles.
  • BJTs are current-controlled, while MOSFETs are voltage-controlled. CMOS technology leverages both for highly efficient digital circuits.
  • Oscillators generate periodic signals from DC, with the Barkhausen criterion defining the conditions for sustained oscillation. RC, LC, and Crystal oscillators offer different frequency ranges and stability.
  • Amplifier classes (A, B, AB) represent compromises between efficiency and linearity in delivering power to a load. Class AB is widely used to mitigate crossover distortion.
  • Operational Amplifiers (Op-Amps) are highly versatile, high-gain differential amplifiers that can be configured for a multitude of analog signal processing tasks (amplification, buffering, summing, integration, etc.).
  • Common Exam Questions: Expect problems involving applying Ohm's/Kirchhoff's Laws, calculating Thevenin/Norton equivalents, finding resonant frequencies, determining power in AC circuits, explaining transistor biasing, and calculating op-amp gains.