The fraction 3/2 in decimal form is exactly 1.5. While this is a basic arithmetic conversion calculated by dividing the numerator (3) by the denominator (2), the resulting value—1.5—and the 3:2 ratio dictate critical design parameters in electrical engineering and DIY electronics. From the nominal voltage of the world's most common primary battery chemistry to IEC metric wire cross-sections and high-voltage substation topologies, understanding how '1.5' behaves in a real circuit is essential for preventing component failure and ensuring code compliance.

The Short Answer: 3 ÷ 2 = 1.5. In electrical work, you will most frequently encounter this value as the 1.5V nominal rating of alkaline/zinc-carbon cells, the 1.5mm² metric wire standard, or the 3-to-2 (breaker-and-a-half) bus arrangement in power distribution.

Where You Meet 1.5 and the 3:2 Ratio in Practice

The decimal 1.5 and the fractional ratio 3/2 appear in three distinct areas of electrical theory and physical installations:

1. Primary Cell Nominal Voltage (1.5V)

The standard alkaline or zinc-carbon cell (AA, AAA, C, D) has a nominal voltage of 1.5V. This is the baseline reference for thousands of consumer electronics and hobbyist microcontroller projects. When you place two of these in series, you get 3.0V; in parallel, you maintain 1.5V but double the milliamp-hour (mAh) capacity.

2. Metric Wire Sizing (1.5mm²)

Outside of North America, the IEC 60228 standard governs wire sizing by cross-sectional area rather than American Wire Gauge (AWG). The 1.5mm² conductor is the standard metric equivalent used for 10A to 16A lighting and general-purpose branch circuits, roughly sitting between 16 AWG and 14 AWG in physical copper volume.

3. The 3/2 Breaker-and-a-Half Bus Scheme

In high-voltage utility substations, the 'breaker-and-a-half' scheme uses exactly 3 circuit breakers to protect 2 separate feeder circuits (a 3/2 ratio). This topology ensures that if a single bus bar faults or a breaker fails, neither circuit loses power—a critical redundancy for grid stability.

Worked Numeric Example: 1.5V Under Load

To understand what 1.5V actually means in a real circuit, we must look past the nominal rating and calculate voltage sag using internal resistance (ESR). Let's model a standard 1.5V alkaline AA cell driving a small DC hobby motor.

  • Nominal Voltage (V_nom): 1.5V
  • Fresh Internal Resistance (R_int): ~0.15Ω
  • Motor Running Current: 500mA (0.5A)
  • Motor Stall Current: 2.0A

Scenario A: Normal Operation
When the motor is spinning, it draws 0.5A. The voltage drop across the battery's internal resistance is calculated via Ohm's Law:

V_drop = I × R_int = 0.5A × 0.15Ω = 0.075V

The actual terminal voltage delivered to the motor is 1.425V (1.5V - 0.075V). The motor spins normally.

Scenario B: Motor Stall
If the motor shaft jams, current spikes to 2.0A. The internal voltage drop becomes:

V_drop = 2.0A × 0.15Ω = 0.30V

The terminal voltage sags to 1.20V. Furthermore, the power dissipated as heat inside the battery is P = I²R = (2.0)² × 0.15 = 0.6W. This internal heating accelerates chemical depletion and can cause the cell to vent if the stall persists.

What 1.5 Changes in a Real Circuit (And Common Confusions)

Misunderstanding the decimal 1.5—specifically confusing nominal ratings with real-world operating parameters—is a frequent cause of project failure on the workbench.

Confusion 1: Nominal 1.5V vs. Fresh Open-Circuit Voltage (OCV)

A brand-new alkaline cell does not output 1.5V. Its fresh OCV is typically 1.58V to 1.62V. If you are designing a sensitive analog sensor circuit powered directly from a fresh cell, you must account for the initial 1.6V, which might push a 1.5V-rated component out of its absolute maximum ratings. As the cell depletes, the voltage curve flattens around 1.5V before dropping off a cliff near 1.1V.

Confusion 2: 1.5mm² Wire vs. 14 AWG

Makers ordering wire from international suppliers often assume 1.5mm² is the exact metric equivalent of 14 AWG. It is not. According to standard conversion charts referenced by sources like the Engineering Toolbox, 14 AWG has a cross-sectional area of 2.08mm², while 16 AWG is 1.31mm². A 1.5mm² wire is physically smaller than 14 AWG. Code Caveat: Under NEC 240.4(D), 14 AWG copper is strictly limited to a 15A breaker for small conductors, regardless of the 60°C or 75°C ampacity columns. Always defer to your local AHJ for branch circuit sizing.

Confusion 3: Regulator Dropout on 1.5V Rails

If you attempt to power a 3.3V microcontroller (like an ESP32) from two 1.5V AA cells in series (3.0V nominal) using a standard linear regulator like the LM1117-3.3, the circuit will fail. The LM1117 requires a dropout voltage of ~1.2V. You would need 4.5V input to get a stable 3.3V output. When working with 1.5V sources, you must use a switching buck-boost converter or an ultra-low dropout (LDO) regulator like the MCP1700, which has a dropout of just ~0.15V at 100mA.

Frequently Asked Questions

How do you write 3/2 as a percentage in circuit efficiency?

To convert the decimal 1.5 to a percentage, multiply by 100, yielding 150%. In electrical theory, an efficiency or gain of 150% (a 3:2 ratio) is impossible for passive power conversion due to the law of conservation of energy. However, you will see a 1.5 (or 150%) multiplier in specific AC waveform calculations, such as the form factor of a half-wave rectified sine wave, which is approximately 1.57 (π/2).

Is a 1.5V battery actually 1.5 volts when brand new?

No. A fresh alkaline battery measures between 1.58V and 1.62V on a multimeter under no-load (open-circuit) conditions. The '1.5V' label is a nominal average representing the flat portion of the discharge curve where the battery spends most of its operational life. For precise circuit design, always simulate your power supply starting at 1.6V and sagging to 1.1V.

What is the ampacity of 1.5mm² wire compared to 14 AWG?

Under IEC 60364-5-52 standards, a 1.5mm² copper conductor installed in free air (Installation Method C) can safely carry up to 18A at 75°C. However, 14 AWG (2.08mm²) is physically larger. Despite 14 AWG having a higher thermal capacity (up to 20A in the 75°C column), the US National Electrical Code (NEC) artificially caps 14 AWG at 15A for overcurrent protection to prevent fire risks in older residential installations. Never substitute 1.5mm² wire for 14 AWG on a 15A NEC-governed branch circuit.

Why do power grids use a 3/2 (breaker-and-a-half) arrangement?

In high-voltage transmission substations, the 3/2 bus scheme places three breakers in series between two main bus bars, with two feeder circuits tapping into the spaces between them. This means every circuit is protected by two breakers. If a fault occurs on one bus bar, the adjacent breaker trips, but the circuit continues to be fed through the remaining breaker and the opposite bus bar. It eliminates single points of failure, a concept detailed extensively in power system topology guides.

Can I use a 1.5V lithium AA instead of a 1.5V alkaline?

Yes, but with caution. Modern '1.5V' lithium AA batteries (like the Energizer Ultimate Lithium or rechargeable lithium-ion AA step-down cells) actually generate 3.0V to 3.7V internally and use a micro-BUCK converter in the positive terminal cap to output exactly 1.5V. While they maintain a rock-solid 1.5V until they die, they cannot handle the high instantaneous current spikes required by some camera flashes or heavy servo motors because the internal DC-DC converter will trigger overcurrent protection and shut down instantly. For high-draw hobby robotics, stick to high-drain NiMH or raw LiPo packs.