Femme_physics said:
I was just told by my instructor that this problem is "off my league" and we'll only study it in the next semester.
Well here's a quick solution just so you know how to do this type of problem.
Start by using the fact that V_a = V_b = V_o as has already been pointed out above. To keep the number of variables to a minimum I will just use V_a any time I get any of these three in an equation.
Also note that I will use "G's" to represent resistance reciprocals, eg G_1 = 1/R_1 etc.
Finally note that I will need to introduce one extra node voltage not currently labeled on the diagram. Let "x" represent the node at the junction of R1, R2 and R3, and V_x its voltage.
KCL at node "x" gives :
G_1 (V_x - V_i) + G_2 (V_x-V_o) + G_3 (V_x - V_a) = 0
Rearranging and setting Vo = Va gives,
V_x (G_1 + G_2 + G_3) = G_1 V_i + (G_2 + G_3) V_a
And since all R's and hence all G's are equal value this reduces to,
V_x = \frac{1}{3} V_i + \frac{2}{3} V_a
Now we need just one more equation connecting Vx and Va and then we can eliminate Vx. From the simple "voltage divider" (formed by R3 and R4) we can write,
V_x = 2 V_a
Now we can just eliminate Vx between the previous two equations to get,2 V_a = \frac{1}{3} V_i + \frac{2}{3} V_a
\frac{4}{3} V_a = \frac{1}{3} V_i
V_a = \frac{1}{4} V_i
So given that V_i = 6 we get the output voltage is V_o = V_a = 1.5 volts.