Electrical – How to calculate collector current in in a CC amplifier when given current source

amplifierbjthomeworktransistors

schematic

simulate this circuit – Schematic created using CircuitLab

How do I calculate the \$I_{C}\$ from the circuit above?

I tried using \$KVL\$ using this equation:

$$-100I_{B} – 0.7 +10 = 0$$
$$I_{B} = \frac {I_{C}}{\beta}$$
$$\beta = 100$$
$$-100\frac {I_{C}}{\beta} – 0.7 +10 = 0$$
$$I_{C}= 9.3mA$$

\$I_{C}\$ should be: \$I_{C}= 1.98mA\$

I am unsure on where I went wrong.

Edit: Here is the exact question

enter image description here

Best Answer

You can calculate back to the base current.

\$I_e = \beta * I_b +I_b\$

-> \$I_e = I_b * (\beta + 1)\$

-> \$I_b =I_e/(\beta +1) = 2/101 = .0198mA\$ (Formula 1)

\$I_c = I_e - I_b = 2 -.0198 = 1.98mA\$

You can also do it this way

\$I_c = \beta * I_b\$

Substituting (Formula 1) from above

\$I_c = I_e * \beta/(\beta + 1)\ = 2 * 100 /101 = 1.98mA\$