10kΩ Resistor
The standard value for pull-up and pull-down resistors on digital inputs, and a common partner value in voltage dividers.
How this component works
A resistor opposes the flow of electric current. The relationship between voltage, current, and resistance follows Ohm's Law: V = I × R. The higher the resistance in ohms (Ω), the less current flows for a given voltage.
Resistors are used to limit current to protect other components (like an LED), to divide voltage between two points, or to set bias points in transistor circuits. Real resistors are also rated for power dissipation (commonly 1/8W, 1/4W, 1/2W, 1W) — exceeding this rating causes the resistor to overheat and fail.
Fixed resistors have a color-coded value that doesn't change. A potentiometer is the variable version of a resistor, and both use the same underlying physics in CircuitForge's solver.
Common Use Cases
- Pull-up resistor holding a push-button input high until pressed
- Partner resistor to a photoresistor or thermistor in a sensing voltage divider
- Load resistor for testing an op-amp or transistor output stage without drawing excess current
Frequently Asked Questions
Why 10kΩ specifically for pull-ups?
It's a balance: low enough that noise can't easily pull the line to a false state, high enough that it doesn't waste significant current when the switch closes and shorts it to ground.
Is 10kΩ the same as 10,000Ω?
Yes — "k" is the SI prefix for 1,000, so 10kΩ = 10,000Ω. CircuitForge's solver takes the raw ohm value internally.