0

Here's a question from my homework:

Find \$ I_C \$ and \$ V_{CE} \$ for the circuits below, assuming \$ |V_{BE}| = 0.7V \$ and \$ \beta = 100 \$.

The BJT circuit. There are two voltage sources connected to the base: +15 V with a 470k resistor, and -15 V with a 1M resistor. Another voltage source of +15 V with a 6.8k resistor is connected to the collector.

I understand circuit (a), but for (b), I don't understand how to incorporate the \$ -15V \$ branch into calculation.

Below is my attempt:

$$ R_{TH} = \frac {R_1 R_2} {R_1 + R_2} = 3.197 \times 10^5 \Omega $$

$$ V_{TH} = \frac {V_1 R_2 + V_2 R_1} {R_1 + R_2} = 5.408 V $$

$$ \therefore I_B = \frac{V_{TH} - V_{BE}} {R_{TH}} = 1.47 \times 10^{-5} A $$

$$ I_C = \beta I_B = (100) (4.69 \times 10^{-5}) = 1.47 mA $$

Edit: Thank you all so much for the helppppppppp~

Vero
  • 59
  • 5
  • 2
    Do you know the Thevenin's theory? https://electronics.stackexchange.com/questions/471906/calculation-of-base-current-and-what-decides-the-current-through-collector-emitt/471923#471923 – G36 Mar 11 '20 at 07:40
  • 1
    According to Kirchhoffs current law: Ib1=Ib+Ib2. – LvW Mar 11 '20 at 08:38
  • Thank you @G36 for the reference~ – Vero Mar 11 '20 at 11:10
  • Thanks @LvW for pointing it out! – Vero Mar 11 '20 at 11:11
  • But I'm still quite confused about the -15V branch. Do I treat it like normal voltage/current but with an opposite sign? – Vero Mar 11 '20 at 11:13
  • 2
    Disconnect the base. What is the voltage at the 2-resistor node? What is the Thevenin-equivalent resistance? Re-connect the base. – AnalogKid Mar 11 '20 at 12:29
  • 1
    -15V means that the voltage at the lower side of 1M resistor is 15V lower than the reference voltage. https://electronics.stackexchange.com/questions/392010/how-to-find-voltage-based-on-reference-nodes/392063#392063 – G36 Mar 11 '20 at 13:06
  • 1
    I see the mistake the base current is equal to \$I_B = \frac{V_{TH} - V_{BE}}{R_{TH}}\$ – G36 Mar 11 '20 at 13:08
  • @G36 Ohhhh yes that's a careless mistake. Also thanks for helping me get my concept right! – Vero Mar 11 '20 at 13:14

1 Answers1

2

https://en.wikipedia.org/wiki/Th%C3%A9venin%27s_theorem

What is the Thevenin-equivalent voltage at the 2-resistor node? Hint: Disconnect the base.

What is the Thevenin-equivalent resistance?

Re-connect the base.

Solve.

AnalogKid
  • 16,865
  • 1
  • 13
  • 25