1 2/3 in decimal form is 1.667 (repeating), representing one whole unit plus two-thirds of another, which in electronics often dictates precise timing ratios or PWM duty cycles. When you are designing an astable multivibrator or setting a microcontroller's pulse-width modulation, entering '1.6' or '1.7' instead of the true 1.666... value introduces a timing skew that can push a 62.5% duty cycle off its optimal operating point. Whether you are calculating wire lengths for voltage drop or tuning a timing circuit, understanding how this fraction translates to a decimal is the difference between a circuit that works and one that fails under load.

The Math: Converting 1 2/3 to Decimal Form

To convert the mixed fraction 1 2/3 into a decimal, you divide the numerator (2) by the denominator (3) and add the whole number (1).

Quick Conversion: 2 ÷ 3 = 0.666... (repeating). Add 1, and you get 1.666... In engineering and bench work, we typically round this to three decimal places: 1.667. However, in algebraic circuit design, it is safer to keep it as the improper fraction 5/3 until the final calculation to prevent compounding rounding errors.

On the bench, you rarely type '1.6666667' into your calculator. Instead, you use the fraction 5/3. If a design parameter requires a ratio of 1 2/3, you are looking for a relationship where one value is exactly 66.7% larger than the base value.

What This Decimal Changes in a Real Circuit

What it changes in a real circuit: It shifts a 555 timer's astable duty cycle from a standard 50% square wave to a 62.5% rectangular wave, altering the average DC voltage delivered to a load.

In a standard NE555 timer astable configuration, the output high time ($T_{high}$) and low time ($T_{low}$) are determined by two resistors (R1 and R2) and a capacitor (C). The formulas are:

  • $T_{high} = 0.693 \times (R1 + R2) \times C$
  • $T_{low} = 0.693 \times R2 \times C$

The ratio of high time to low time is $(R1 + R2) / R2$. If you need this ratio to be exactly 1 2/3 (1.667, or 5/3), then R1 must be exactly 2/3 the value of R2.

This specific 1.667 ratio yields a duty cycle of exactly 62.5%. The duty cycle is calculated as $T_{high} / (T_{high} + T_{low})$. If the ratio is 5/3, the math becomes $(5/3) / (5/3 + 1) = (5/3) / (8/3) = 5/8$, which is 0.625. This 62.5% duty cycle means the load receives power for 62.5% of the total period, delivering a precise average DC voltage that is critical for motor torque and LED thermal management.

Where You Meet Fractional Ratios in Practice

You will encounter the 1.667 decimal and its 62.5% duty cycle equivalent in several specific hardware scenarios:

  1. PWM Server Fan Control: High-static-pressure 120mm and 140mm fans (like those from Noctua or Delta) often have an acoustic resonance peak around 60% to 65% duty cycle. Hitting exactly 62.5% (the 1.667 ratio) is sometimes required to maintain airflow while staying just below a chassis harmonic frequency.
  2. LED Dimming and Thermal Throttling: The human eye perceives brightness logarithmically. To create a perceptually linear dimming curve, microcontrollers use fractional PWM steps. A 62.5% duty cycle is a common threshold where high-power LEDs transition from active cooling reliance to heatsink-only thermal dissipation.
  3. Switch-Mode Power Supplies (SMPS): In certain boost converter topologies, the control loop may demand a 62.5% duty cycle to maintain regulation under a specific load transient. If the feedback network is trimmed to a 1.667 ratio, it stabilizes the output voltage without triggering the over-duty-cycle protection.

Worked Scenario: The 62.5% PWM Fan Controller Mistake

To understand why the exact decimal matters, let us look at a real-world bench failure where approximating 1.667 caused a physical problem.

The Setup: A maker was building a custom PWM fan controller for a 4U server rack using an NE555 timer. The goal was a 25kHz frequency and exactly a 62.5% duty cycle (a 1.667 high-to-low ratio) to optimize static pressure through dense dust filters without triggering chassis resonance.

The Numbers: To get a 1.667 ratio (5/3), the builder chose R2 = 10kΩ. Therefore, R1 needed to be exactly 6.67kΩ (since $R1/R2 = 2/3$). Instead of building a precise 6.67kΩ resistance, the builder grabbed a standard E12 series 6.8kΩ resistor, assuming the 0.13kΩ difference was negligible.

The Outcome: The circuit powered on. The fan spun. However, the actual ratio became $16.8 / 10 = 1.68$. The duty cycle shifted to roughly 62.7%.

What Went Wrong: The 0.2% shift in duty cycle was not the primary issue. The problem was that the 6.8kΩ resistor slightly altered the RC time constant, dropping the frequency from the target 25kHz down to 24.1kHz. Combined with the 62.7% duty cycle, the PWM switching frequency hit a sub-harmonic that perfectly matched the acoustic resonance of the 4U steel chassis. The rack emitted a maddening 40dB whine.

The Fix: The builder replaced the single 6.8kΩ resistor with a series combination of a 6.2kΩ and a 470Ω resistor (totaling 6.67kΩ). This nailed the 1.667 ratio, restored the 25kHz frequency, and eliminated the acoustic whine entirely.

Step-by-Step: Dialing in Exact Fractional Timing

When your design calls for a 1 2/3 (1.667) ratio, do not rely on standard 5% or 10% tolerance resistors. Follow these steps to dial it in:

  1. Calculate the Target Resistance: If R2 is fixed at 10kΩ, calculate R1 as $10,000 \times (2/3) = 6,666.67\Omega$.
  2. Use Series Combinations: Look up the E24 or E96 resistor series. Combine a 6.2kΩ and a 470Ω resistor in series to get 6,670Ω (a 0.05% error, which is negligible).
  3. Verify with a Multimeter: Measure the series combination on your bench multimeter. Ensure the combined resistance reads between 6.66kΩ and 6.68kΩ.
  4. Check the Oscilloscope: Probe the output pin (Pin 3 on the 555). Use the scope's cursor function to measure $T_{high}$ and $T_{low}$. Divide $T_{high}$ by $T_{low}$. If the scope reads 1.66 to 1.67, your duty cycle is locked at 62.5%.

For automated design, tools like the All About Circuits 555 Astable Calculator can help you reverse-engineer standard resistor values to hit your target decimal ratio.

Common Fraction-to-Decimal Traps in Electronics

What people commonly confuse it with: Truncating it to 1.6 or 1.7, or confusing the 1.667 decimal with the 1.732 ($\sqrt{3}$) multiplier used in 3-phase AC power calculations.

Fraction / Decimal Common Application The Trap / Confusion
1 2/3 (1.667) 555 Timer PWM ratios, 62.5% duty cycles Rounding to 1.7 introduces a 4% timing error, ruining precision PWM.
$\sqrt{3}$ (1.732) 3-Phase AC power (Line vs. Phase voltage) Confusing 1.667 with 1.732 leads to massive errors in 3-phase transformer sizing.
1.6 (8/5) Standard gear ratios, basic voltage dividers Assuming 1.6 is 'close enough' to 1.667 for motor control timing.

Another frequent error occurs in wire sizing and voltage drop calculations. If a conduit run requires exactly 1 2/3 feet of slack (1.667 feet), entering 1.6 feet into a voltage drop calculator ($VD = \frac{2 \times K \times I \times L}{CM}$) underestimates the resistance. On a long 12V DC run pulling 15A, that 0.067-foot discrepancy won't break the bank, but if that fraction is a multiplier for a 200-foot run, you are miscalculating by over 13 feet of wire, which will absolutely cause a low-voltage brownout at the load.

FAQ: Fractions and Decimals on the Bench

Why not just use a microcontroller instead of a 555 timer for 62.5% PWM?

Microcontrollers (like an Arduino Nano or ESP32) are excellent for PWM, but they require programming, a stable 3.3V/5V logic supply, and decoupling capacitors. A 555 timer is purely analog, survives harsh voltage transients that would fry an ESP32's GPIO pins, and is often cheaper and faster to deploy for simple, fixed-ratio fan controllers or LED drivers in industrial environments.

Does the capacitor tolerance affect the 1.667 ratio?

No. In the 555 astable ratio formula $(R1 + R2) / R2$, the capacitance value (C) and the 0.693 constant cancel out entirely. The high-to-low time ratio depends only on the resistors. However, the capacitor's tolerance will affect the overall frequency of the circuit, just not the duty cycle ratio.

How do I measure a 1.667 ratio without an oscilloscope?

Use a multimeter with a frequency and duty cycle function (many modern Fluke or Brymen meters include this). Set the meter to the Hz/% mode, connect the black lead to ground and the red lead to the PWM output. The secondary display will show the duty cycle. If it reads 62.5%, your resistor network has successfully achieved the 1 2/3 (1.667) ratio.