Class A amplifier Theory

A Class A amplifier is the simplest and most fundamental type of power amplifier, widely recognized for its excellent linearity and low distortion.

It has poor efficiency, as the device draws a constant current and dissipates significant power even without a signal. Despite these limitations, Class A remains a cornerstone in amplifier design valued for its simplicity, and role in building foundational understanding of amplifier operation.

Definition and Working principle

A Class A amplifier is a type of electronic amplifier in which the output device (such as a transistor or tube) conducts current during the entire cycle (360° conduction angle) of the input signal. This means it amplifies the full waveform of the input signal without turning off at any point during the cycle. The operating point (Q-point) is carefully biased in the center of the load line, which ensures that the active element never enters cutoff or saturation during normal operation, resulting in minimal distortion and high linearity.

Bias Point and Load Line Analysis

Class A amplifier load line and bias point
Class A amplifier load line and bias point

In a Class A amplifier, the device is biased at approximately the midpoint of its I–V curve (Bias point = VCC/2), allowing for a highest symmetrical voltage swing. This allows to achieve maximum signal swing and efficiency. This provides a useful first-order estimate of the DC operating point (Q-point), helping ensure maximum undistorted output in the design.

Equations :

Current through Rload:
$$I_R=\cfrac{V_{CC}-V_{CE}}{R_{load}}$$

Current through Collector of the transistor:

$$I_C=I_Se^{V_{BE}/V_t}\left(1+\cfrac{V_{CE}}{V_A}\right)$$

VA is the Early voltage associated with BJTs, VCE is collector to emitter voltage, VBE is the base to emitter voltage, Vt is kT/q which is equal to 25.6mV at 25oC.

As per KCL, IL=IC. So both the equations, can be plotted together over VCE as shown in above figure.

Derivation of Gain formula

Class A amplifier circuit with small signal model
Class A amplifier circuit with small signal model

The small signal gain can be calculated by considering the small signal linear model of the above circuit. The small signal model is valid for other types of transistors as well (e.g., MOSFETs, JFETs) and gives a fairly close estimate. Key components are transconductance (gm) model of transistor and load (RL). The current through RL is gm x vi. The output voltage appearing is vo = gm x vi x RL. Therefore,

$$\text{Gain}=\cfrac{v_o}{v_i}=g_mR_{L}$$

This estimate is a good approximate for large signals as well as long as output voltage swing is within the linear operating range of the transistor.

Linearity and distortion

Unlike other amplifier classes (B and C) which have dead zone and cross over distortion, a Class A amplifier’s transistor remains constantly conducting, therefore no dead-zone, ensuring the entire input signal is amplified.

Load configurations and Efficiency calculations

Class A amplifier can be configured in following ways depending on the applications. They have different efficiencies:

  1. Class A amplifier with resistive load (maximum efficiency of 25%)
  2. Class A amplifier with inductive load (maximum efficiency of 50%)
  3. Class A amplifier with transformer load (maximum efficiency of 50%)

Class A amplifier with resistive load

Class A amplifier with resistive load
Class A amplifier with resistive load
Efficiency : $$\eta{}=\cfrac{\text{Average signal power delivered to Load}}{\text{Average power drawn from supply}}$$ Average power delivered to load (): $$P_{avg,load}=\cfrac{V_{CC}^2}{8R_L}$$ Average power drawn from the power supply (): $$P_{avg,sup}=\cfrac{V_{CC}^2}{2R_L}$$ $$\eta{}=\cfrac{V_{CC}^2/8R_L}{V_{CC}^2/2R_L}=25\%$$

Class A amplifier with inductive loading

Class A amplifier with Inductive Loading
Class A amplifier with Inductive Loading
Average power delivered to load RL (): $$P_{avg,load}=\cfrac{1}{2}I_L^2R_L=\cfrac{V_{CC}^2}{2R_L}$$ Average power drawn from the power supply (): $$P_{avg,load}=V_{CC}I_L=\cfrac{V_{CC}^2}{R_L}$$ $$\eta{}=\cfrac{V_{CC}^2/2R_L}{V_{CC}^2/R_L}=50\%$$ An inductively-loaded circuit enables a lower supply voltage for a given voltage swing.

Class A amplifier with Transformer loading

Class A Amplifier with transformer loading
Class A Amplifier with transformer loading

Transformer loading a class A amplifier does not improve its efficiency. However it helps doing load transformation.

For example : 30W to a 4 Ohm speaker on a 5V supply?

Solution : Required voltage swing across the speaker to deliver 30W of power to the speaker :
$$\cfrac{V_{speaker}^2}{2R_L} = 30\,\text{W}$$

RL = 4 Ohms. Therefore, Vspeaker is 15.5V. The maximum voltage swing which can be achieved at the primary windings of the transformer is 5V. So, the required transformer ratio is :

$$\cfrac{N}{1}=\cfrac{15.5}{5}=3.1$$

To deliver 30W of power to speaker, the power taken from the supply is 60W. Dissipating 30W (50%) of the energy as heat.

DC and AC coupling of a class A amplifier

DC coupled class A amplifier

class_A_amplifier_DC_coupled-1

This amplifier amplifies signal from DC to high cut-off frequency (fH). This does not have a lower cutoff frequency. Not ideal for audio applications as the input signal can disturb DC biasing condition of the class A amplifier. fH is decided by the load impedance. If there are no intentional capacitors added, the fH is limited by parasitic capacitance. The flat-band gain is gmZload.

AC coupled class A amplifier

class_A_amplifier_AC_coupled-1

An AC coupling capacitor is added at the input to reject frequency lesser than fL. Now this class A amplifier is effectively a bandpass filter. The lower cutoff frequency (fL) is decided by C1 and R1 || R2. The upper cutoff frequency is decided by load network. If C1 is added, CE should be added to increase the gain at passband frequency. The flat-band voltage gain becomes gmZload.

How CE is increasing the gain ? RE is a degeneration resistor which is meant to reduce the temperature dependence of BJT. However, it also lowers the DC gain. Our requirement is gain for AC signals, so during AC signals (f > 1/2*π*RECE), the CE shorts RE and increase the effective transconductance of the BJT.

Frequency response of AC coupled class A amplifier

Frequency Response AC coupled Class A Amplifier

Class A amplifier circuit design and block diagram

Using BJTs

BJT Common Emitter (CE) configuration can be classified as a Class A amplifier. CE stage made using NPN can sink a lot of current but source very limited amount of current.

BJT class A amplifier using common emitter stages
BJT class A amplifier using common emitter stages

BJT Common Collector (CC) configuration also act as a class A amplifier (more specifically a power amplifier). Another important characteristic of common collector Class A amplifier (NPN type) is that they can give a lot of current while sourcing and very limited current while sinking.

NPN BJT common collector amplifier can be classified as Class A amplifier
NPN BJT common collector amplifier can be classified as Class A amplifier

Using MOSFET or JFET

MOSFET / JFET Common Source (CS) configuration can be classified as a Class A amplifier. CS stage made using NMOS can sink a lot of current but source very limited amount of current. There is no need of Darlington configuration because the gate-current is zero in MOSFET / JFET.

common_source_stages-1

NMOS Common Drain (CD) configuration also act as a class A amplifier (more specifically a power amplifier). Another important characteristic of Common Drain Class A amplifier (NMOS based) is that they can give a lot of current while sourcing and very limited current while sinking.

common_drain_stage-1

Leave a Reply

Your email address will not be published. Required fields are marked *

Quick Calculators

RC circuit
Time Constant (s) =

Cutoff Frequency (Hz) =

Time Constant (s) =

Cutoff Frequency (Hz) =

Impedance magnitude (Ω) =

Resonant frequency (Hz) =