Electronic – How to calculate current going through an LED

circuit analysisled

I'm a beginner to electronics. I want to find out how to calculate the current in the following circuit. (I know how to calculate total resister value in serial and parallel resisters in order to calculate the current, but is it possible to calculate without knowing the resister value of LED?)

schematic

simulate this circuit – Schematic created using CircuitLab

Best Answer

You can use another technique that uses just circuit observation. For a simple circuit like this, I think it's easier than Thevenin.

The LED has a characteristic forward voltage, Vf. It varies with current, but the resistance in this circuit will keep the drop across the LED very close to the reported value in the datasheet. Let's use Vf = 2V for convenience.

Since the LED is parallel to R1, the voltage across R1 is also Vf. That must mean the drop across R2 is what's left over: $$V_{R2} = 5V-V_f = 5V-2V=3V$$

Using Ohm's Law on R2: $$I_{R2}=V_{R2}/100=30ma$$

Since R2 is in series with the source, that 30ma is the total current going into the circuit and is being split between R1 and the LED. We can figure out how much is going through R1 using Ohm's again.

$$I_{R1} = V_f/75= 2V/75 = 26.67ma$$

There's only 30ma going through the whole circuit and 26.67ma of it is going through the resistor. Therefore, only 3.3ma is left to go through the LED:

$$I_{LED} = 30ma - 26.67ma = 3.3ma$$