Calculating current in diode circuit Homework Answers Needed
Your Question:
9.7 ΚΩ
2.9 ΚΩ
Step By Step Answers with Explanation
R1 = 9.7 kΩ * 1000 Ω/kΩ = 9700 Ω
R2 = 2.9 kΩ * 1000 Ω/kΩ = 2900 Ω
Therefore, the current ID shown in the above figure is 0.9030 mA.
I also generated Python code to calculate the current and got the same result:
R2 = 2900
V = 12.5
print(I)
Output: