B1.2 — Aeroplane Piston (Mechanical)Module 3 · 52 practice questions

Module 3: Electrical Fundamentals

Includes 2 animated diagrams — view them live in the interactive theory reader.

Semiconductors and Diodes Semiconductors and Diodes PN Junction Structure P-type (holes = majority) + + + N-type (electrons = majority) depletion region Anode (A) Cathode (K) Circuit Symbol: A K Conventional current: A → K Bias Conditions Forward Bias + I Conducts Reverse Bias + Blocks Depletion region: narrows → conducts widens → blocks Key Properties: • One-way valve for electric current • Silicon ≈ 0.7 V forward voltage drop Half-Wave Rectifier AC R Vout Input AC sine wave Output Pulsating DC Aircraft Applications of Diodes Rectification AC → DC conversion in power supplies and battery chargers Protection Reverse polarity protection for sensitive avionics Voltage Clamping Limit voltage spikes from inductive loads (relays, solenoids) Signal Demodulation Extract information from modulated communication signals Diode Testing (EASA Part-66 Standard) 1. Set multimeter to diode test mode. 2. Connect red lead to anode, black to cathode. 3. Forward bias: reading ≈ 0.5–0.8 V (silicon). 4. Reverse bias: reading "OL" (overload) = good diode. Any other reading indicates a faulty (shorted or open) diode.

Module 3: Electrical Fundamentals

1. Module Overview

This module provides the essential theoretical foundation for all aircraft electrical and electronic systems. It covers the principles of direct current (DC) and alternating current (AC), the behaviour of basic circuit components, and the application of fundamental electrical laws. A thorough understanding of these concepts is critical for the safe diagnosis, repair, and certification of aircraft electrical systems. The module is structured to progress from basic atomic theory and units of measurement, through circuit analysis and component characteristics, to the practical application of test equipment and an introduction to semiconductor devices.


2. Key Concepts Explained in Detail

2.1 The Nature of Electricity and Electrical Units

Structure of Matter: All matter is composed of atoms, which consist of a central nucleus (containing positively charged protons and neutral neutrons) surrounded by orbiting negatively charged electrons. In conductors, the outermost electrons (valence electrons) are loosely bound and can move freely between atoms. This movement of free electrons constitutes an electric current.

Electrical Charge and Current:

  • Charge (Q) is measured in coulombs (C) . One coulomb is the quantity of charge transported by a constant current of one ampere in one second.
  • Electric Current (I) is the rate of flow of charge, measured in amperes (A) . One ampere is one coulomb per second. By convention, current flow is considered to be from positive to negative (conventional current), although electrons physically flow from negative to positive.

Electromotive Force (EMF) and Potential Difference (Voltage):

  • Electromotive Force (EMF) is the energy supplied per unit charge by a source (e.g., a battery or generator), measured in volts (V) .
  • Potential Difference (Voltage, V) is the energy dissipated per unit charge as charge flows through a component, also measured in volts (V) . It is the "push" that drives current through a circuit.

Resistance and Conductance:

  • Resistance (R) is the opposition to the flow of current, measured in ohms (Ω) . It is a property of the material and its physical dimensions.
  • Conductance (G) is the reciprocal of resistance, measuring the ease with which current flows. Its SI unit is the siemens (S) . The relationship is: G = 1/R.

Power:

  • Power (P) is the rate at which electrical energy is converted into another form (e.g., heat, light, mechanical work), measured in watts (W) . One watt is one joule per second.

2.2 Ohm's Law and the Power Equation

These are the two most fundamental relationships in electrical circuits.

Ohm's Law: States that the current (I) flowing through a conductor is directly proportional to the voltage (V) across it and inversely proportional to its resistance (R).

  • Formula: I = V / R
  • This can be rearranged to find voltage: V = I × R, or resistance: R = V / I.

Power Equation: The power dissipated or consumed in a circuit can be calculated using combinations of voltage, current, and resistance.

  • Primary Formula: P = V × I
  • Derived Formulas: By substituting Ohm's Law, we get P = I² × R and P = V² / R.

These formulas are essential for calculating circuit parameters, selecting component ratings, and understanding energy consumption. For example, a solenoid coil rated at 24 V and 36 W will have a resistance of R = V² / P = 24² / 36 = 16 Ω and will draw a current of I = V / R = 24 / 16 = 1.5 A.

2.3 Resistance and Resistivity

The resistance of a conductor depends on four main factors:

  1. Material (Resistivity, ρ): A material-specific property measured in ohm-metres (Ω·m) . Copper has low resistivity (approx. 1.72 × 10⁻⁸ Ω·m) and is an excellent conductor. Aluminium has a higher resistivity (approx. 2.82 × 10⁻⁸ Ω·m) but is lighter, making it useful for large busbars.
  2. Length (L): Resistance is directly proportional to the length of the conductor. A longer wire has more resistance.
  3. Cross-Sectional Area (A): Resistance is inversely proportional to the cross-sectional area. A thicker wire has less resistance.
  4. Temperature: For most metals, resistance increases with temperature.

Formula for Resistance:

  • Formula: R = ρ × L / A
  • This can be rearranged to find resistivity: ρ = R × A / L.

Example Calculation: A 20-metre wire with a cross-sectional area of 1 mm² (1 × 10⁻⁶ m²) has a measured resistance of 0.5 Ω. Its resistivity is ρ = (0.5 Ω × 1 × 10⁻⁶ m²) / 20 m = 2.5 × 10⁻⁸ Ω·m, which is consistent with copper.

Basic Electrical Circuits Basic Electrical Circuits — Series vs Parallel SERIES CIRCUIT 12V R₁ = 2Ω R₂ = 4Ω R₃ = 6Ω I = 1A Key Characteristics: • Current is the SAME through all components • Voltages add: V_total = V₁ + V₂ + V₃ • Resistances add: R_total = R₁ + R₂ + R₃ Ohm's Law Calculations: R_total = 2 + 4 + 6 = 12 Ω I = V / R = 12V / 12Ω = 1 A V₁ = I × R₁ = 1 × 2 = 2V V₂ = I × R₂ = 1 × 4 = 4V V₃ = I × R₃ = 1 × 6 = 6V Check: V₁ + V₂ + V₃ = 2 + 4 + 6 = 12V ✓ PARALLEL CIRCUIT 12V R₁ = 6Ω R₂ = 6Ω R₃ = 12Ω I₁ = 2A I₂ = 2A I₃ = 1A I_total = 5A Key Characteristics: • Voltage is the SAME across all branches • Currents add: I_total = I₁ + I₂ + I₃ • Reciprocals add: 1/R_total = 1/R₁ + 1/R₂ + 1/R₃ Ohm's Law Calculations: 1/R_total = 1/6 + 1/6 + 1/12 1/R_total = 2/12 + 2/12 + 1/12 = 5/12 R_total = 12/5 = 2.4 Ω I₁ = V/R₁ = 12/6 = 2A, I₂ = 12/6 = 2A I₃ = V/R₃ = 12/12 = 1A Check: I₁ + I₂ + I₃ = 2 + 2 + 1 = 5A ✓ Ohm's Law: V = I × R | Power: P = V × I = I²R = V²/R | Series: R_total = R₁+R₂+... | Parallel: 1/R_total = 1/R₁+1/R₂+...

2.4 Series and Parallel Circuits

Series Circuits:

  • Components are connected end-to-end, forming a single path for current flow.
  • Current (I): The same current flows through all components.
  • Voltage (V): The total voltage is the sum of the individual voltage drops across each component. V_total = V1 + V2 + V3 + ...
  • Resistance (R): The total resistance is the sum of all individual resistances. R_total = R1 + R2 + R3 + ...

Parallel Circuits:

  • Components are connected across the same two points, providing multiple paths for current flow.
  • Voltage (V): The voltage across each branch is the same and equals the source voltage.
  • Current (I): The total current is the sum of the currents in each branch. I_total = I1 + I2 + I3 + ...
  • Resistance (R): The total resistance is found using the reciprocal formula. 1/R_total = 1/R1 + 1/R2 + 1/R3 + ...

Example Calculation: Two 6 Ω resistors in parallel have a total resistance of 1/R_total = 1/6 + 1/6 = 2/6, therefore R_total = 3 Ω.

2.5 Capacitance and Capacitors

A capacitor is a passive component that stores energy in an electrostatic field. It consists of two conductive plates separated by an insulating material called a dielectric.

Capacitance (C): The ability of a capacitor to store charge, measured in farads (F) . One farad is a very large unit; practical capacitors are typically rated in microfarads (µF, 10⁻⁶ F) or picofarads (pF, 10⁻¹² F).

Capacitors in Series and Parallel:

  • Series: The total capacitance is less than the smallest individual capacitance. The reciprocal of the total capacitance is the sum of the reciprocals. 1/C_total = 1/C1 + 1/C2 + ...
  • Parallel: The total capacitance is the sum of all individual capacitances. C_total = C1 + C2 + C3 + ...

Example Calculation: Two 10 µF capacitors in series have a total capacitance of 1/C_total = 1/10 + 1/10 = 2/10, therefore C_total = 5 µF.

Function in Aircraft Circuits: Capacitors are used for various purposes, including:

  • Smoothing voltage ripples in power supplies.
  • Blocking DC while allowing AC to pass (coupling/decoupling).
  • Storing energy for high-power, short-duration pulses.
  • Phase shifting in AC circuits.

2.6 Magnetism and Electromagnetism

  • Magnetism: A fundamental force that can attract or repel certain materials (e.g., iron, nickel, cobalt). A magnet has a north and a south pole.
  • Electromagnetism: The principle that a current-carrying conductor produces a magnetic field around it. The direction of the field can be determined by the "right-hand grip rule".
  • Electromagnetic Induction: The principle that a changing magnetic field can induce a voltage (EMF) in a conductor. This is the fundamental basis for generators, transformers, and motors. The induced EMF is proportional to the rate of change of the magnetic flux.

2.7 Alternating Current (AC) Theory

Generation of AC: AC is generated by rotating a coil within a magnetic field. The induced voltage varies sinusoidally with time, rising to a positive peak, falling through zero, reaching a negative peak, and returning to zero.

Key Parameters:

  • Frequency (f): The number of complete cycles per second, measured in hertz (Hz) . Aircraft AC systems typically operate at 400 Hz to reduce the size and weight of transformers and motors compared to the 50/60 Hz used in ground power.
  • Peak Value (V_peak): The maximum instantaneous value of the voltage or current.
  • Root Mean Square (RMS) Value: The effective value of an AC voltage or current. It is the equivalent DC value that would produce the same heating effect in a resistor. For a sinusoidal waveform, V_RMS = V_peak / √2 (approx. 0.707 × V_peak). Most AC voltmeters and ammeters display RMS values.

Phase Relationship in a Purely Resistive Circuit:

  • In a purely resistive AC circuit, the voltage and current are in phase. This means they reach their peak and zero values at exactly the same time. There is no reactance (opposition to AC from capacitance or inductance) to cause a phase shift.

2.8 Transformers

A transformer is a static device that transfers electrical energy between two or more circuits through electromagnetic induction. It consists of a primary winding and a secondary winding wound on a common magnetic core.

Operating Principle: An AC voltage applied to the primary winding creates a changing magnetic flux in the core. This flux links with the secondary winding, inducing an AC voltage in it.

Turns Ratio: The relationship between the primary and secondary voltages and the number of turns in each winding is given by:

  • Formula: Vp / Vs = Np / Ns
  • Where Vp and Vs are the primary and secondary voltages, and Np and Ns are the number of turns in the primary and secondary windings.

This allows a transformer to step up (increase) or step down (decrease) an AC voltage. A step-up transformer has more turns on the secondary (Ns > Np), while a step-down transformer has fewer turns on the secondary (Ns < Np).

2.9 Semiconductors

Semiconductors are materials (typically silicon or germanium) whose conductivity lies between that of conductors and insulators. Their conductivity can be controlled by doping (adding impurities).

Diodes:

  • A diode is a two-terminal semiconductor device that acts as a one-way valve for current.
  • Forward Bias: When the anode is positive with respect to the cathode, the diode conducts current.
  • Reverse Bias: When the cathode is positive with respect to the anode, the diode blocks current flow.
  • Function: Diodes are used for rectification (converting AC to DC), circuit protection (e.g., flyback diodes across relay coils), and signal demodulation.

3. Important Formulas and Procedures

3.1 Key Formulas Summary

QuantitySymbolUnitFormula
CurrentIAmpere (A)I = V / R
VoltageVVolt (V)V = I × R
ResistanceROhm (Ω)R = V / I
PowerPWatt (W)P = V × I = I² × R = V² / R
ConductanceGSiemens (S)G = 1 / R
ResistivityρOhm-metre (Ω·m)ρ = R × A / L
Series ResistanceR_totalOhm (Ω)R_total = R1 + R2 + ...
Parallel ResistanceR_totalOhm (Ω)1/R_total = 1/R1 + 1/R2 + ...
Series CapacitanceC_totalFarad (F)1/C_total = 1/C1 + 1/C2 + ...
Parallel CapacitanceC_totalFarad (F)C_total = C1 + C2 + ...
Transformer Ratio--Vp / Vs = Np / Ns
FrequencyfHertz (Hz)f = 1 / T (T = period)

3.2 Standard Wiring and System Practices

  • Wire Colour Coding: Standard practice in aircraft wiring uses red for positive DC supply lines and black for negative or return lines. This aids in identification and troubleshooting.
  • Voltage Drop: In a 28 V DC aircraft system, the maximum allowable continuous voltage drop in the main feeder cable from the generator busbar to the distribution busbar is typically limited to 2% of the nominal system voltage. This ensures that the voltage at the load is within acceptable limits.

3.3 Test Equipment and Procedures

  • Ammeter: Measures current and is connected in series with the circuit.
  • Voltmeter: Measures voltage and is connected in parallel across a component or source.
  • Ohmmeter: Measures resistance and is used on de-energised circuits.
  • Megohmmeter (Insulation Tester): Measures very high resistance values (in megohms) to assess the integrity of insulation.
  • Insulation Resistance Test: A high reading (e.g., 10 MΩ or 50 MΩ) indicates that the insulation is intact and not leaking current to ground.
  • Minimum Acceptable Value: For a 28 V DC system, the minimum acceptable insulation resistance is generally considered to be 1 MΩ. A reading below this indicates degraded insulation that requires investigation.

4. Common Relationships Between Concepts

  • Ohm's Law and Power: These are intertwined. Power can be calculated using any two of the three variables (V, I, R) from Ohm's Law. For instance, a 24 V, 36 W solenoid will draw 1.5 A and have a resistance of 16 Ω.
  • Resistance and Conductance: They are exact reciprocals. A high-resistance material has low conductance.
  • Resistance and Physical Dimensions: Resistance is directly proportional to length and inversely proportional to cross-sectional area. This is why long, thin wires have more resistance than short, thick ones.
  • Series vs. Parallel: The rules for resistance and capacitance are opposite. Resistances add in series, while capacitances add in parallel. Resistances combine by reciprocal in parallel, and capacitances combine by reciprocal in series.
  • AC Frequency and Component Size: The higher frequency of aircraft AC (400 Hz) allows for smaller and lighter magnetic components (transformers, motors) because the magnetic flux changes more rapidly, requiring less core material for the same voltage.
  • Battery Voltage and Cell Count: A lead-acid battery's terminal voltage is the sum of its individual cell voltages. A fully charged lead-acid cell has an open-circuit voltage of approximately 2.1 V. A 12 V battery therefore consists of six cells (6 × 2.1 V ≈ 12.6 V).

5. Typical Exam Focus Points

  • SI Units: You must know the SI unit for every electrical quantity, including the less common ones like the siemens for conductance and the ohm-metre for resistivity.
  • Ohm's Law and Power Calculations: Be prepared to calculate any of the four variables (V, I, R, P) given the other two. This is the most frequently tested area.
  • Series and Parallel Circuits: You must be able to calculate total resistance and total capacitance for both series and parallel configurations.
  • Resistivity Calculations: Be able to use the formula R = ρL/A to find any of the four variables, paying close attention to unit conversions (e.g., mm² to m²).
  • AC Fundamentals: Understand the difference between peak and RMS values, the significance of 400 Hz in aircraft, and the phase relationship in purely resistive circuits.
  • Transformer Theory: Know the turns ratio formula and be able to calculate primary/secondary voltages or turns.
  • Component Functions: Be able to state the basic function of a capacitor (energy storage in an electrostatic field) and a diode (one-way current flow).
  • Aircraft System Practices: Know the standard wire colour codes, the typical voltage drop limit (2%), and the minimum acceptable insulation resistance (1 MΩ) for a 28 V DC system.
  • Battery Theory: Know the nominal cell voltage of a fully charged lead-acid cell (2.1 V).
  • Test Equipment: Know how each meter (ammeter, voltmeter, ohmmeter) is connected in a circuit.

Practice this module

Reinforce Module 3: Electrical Fundamentals with 52 EASA-style practice questions, matched to your weak areas.