0

What is the Rth of the below circuit Given R=R1=R2=10 ohms and g=10 siemens.

Below is my solution.I am getting a value of 0.2 Ohms for Rth.May I know is this correct.

enter image description here

enter image description here

Hari
  • 1,496
  • 11
  • 22

1 Answers1

1

Good job your answer is correct.

Notice that only one equation is needed.

schematic

simulate this circuit – Schematic created using CircuitLab

$$V_X = \left( I_X+ (g_m (-V_X) \right )R_2 + I_X R_1 $$

$$V_X = \left( I_X - V_X \:g_m \right )R_2 + I_X R_1 $$ $$V_X = I_X R_2 - V_X \:g_m \:R_2 + I_X R_1 $$ $$V_X + V_X \:g_m R_2 = I_X R_2 + I_X R_1 $$ $$V_X(1 + \:g_m R_2) = I_X(R_2 + R_1)$$ $$V_X = I_X \frac{R_2 + R_1}{1 + \:g_m R_2}$$

And finally $$R_{TH} = \frac{V_X}{I_X} = \frac{R_2 + R_1}{1 + \:g_m R_2} = \frac{10\Omega + 10\Omega}{1 + 10S \: 10\Omega} = \frac{20}{101} [\Omega] \approx 0.2 \Omega$$

G36
  • 13,642
  • 1
  • 18
  • 33