Pular para o conteúdo principal

Como escolher valores de resistores para circuitos reais

4 min de leitura
ElétricaResistoresReferênciaEngenharia

How to Choose Resistor Values for Real Circuits

The calculated resistor value is only the first draft. Real circuits need parts that exist, survive power dissipation, stay inside tolerance, and do not load the rest of the design. A mathematically perfect 1,347 Ω resistor is not useful if the drawer has E24 values and the circuit would behave the same with 1.3 kΩ or 1.5 kΩ.

Start With The Circuit Formula

Use the formula that matches the job. For an LED limiter, use Ohm's law:

R = (V_supply - V_forward) / I_forward

For a voltage divider, use the divider ratio:

V_out / V_in = R2 / (R1 + R2)

For a resistor bank, use the series or parallel rules. The resistor network calculator, parallel resistor calculator, and voltage divider calculator cover those common cases.

Pick A Standard Value

Resistors are sold in preferred-value series. E12 is coarse and common for 10% parts. E24 is typical for 5% and 1% parts. E96 is used when tighter spacing matters. If the ideal value is 1,347 Ω, the nearby E24 choices are 1.3 kΩ and 1.5 kΩ; E96 gives closer options.

The right rounding direction depends on the circuit. For an LED resistor, rounding up lowers current and is usually safer. For a pull-up resistor, rounding too high may make edges slow. For a divider, either value changes the output ratio, so recalculate the final voltage.

Check Power

Power is not optional:

P = I²R = V² / R

If a resistor dissipates 0.18 W, do not use a 0.25 W part in a sealed warm enclosure and call it done. A common bench rule is to use at least 2x margin, often more for hot environments or high reliability.

Check Tolerance And Drift

A 1% resistor can land 1% high or low at room temperature before temperature coefficient, soldering stress, and aging enter the picture. For ratio-sensitive circuits, matching can matter more than absolute value. For current sense, references, and precision dividers, use lower tolerance or matched networks.

Check Loading And Noise

Very high resistor values save current, but they are easy to load and more sensitive to leakage, input bias current, and noise. Very low values are stiff, but waste current and dissipate heat. For dividers feeding ADCs, check the input impedance and sample-and-hold requirements, not just the DC formula.

Takeaway

Choose the ideal value, round to a standard series, then verify current, voltage, power, tolerance, and loading. The part that ships is not the one closest to the formula; it is the one that still works after real-world limits are included.