Showing posts with label voltage divider. Show all posts
Showing posts with label voltage divider. Show all posts

Wednesday, July 8, 2020

Resistor Bridge


Simulation / Schematic :


\[U_R=\frac{U_LR_2R_4+U_UR_0R_4+U_DR_0R_2}{R_2R_4+R_0R_4+R_0R_2}=
\frac{U_L\left({R_1R_3+R_0R_3+R_0R_1}\right)-U_UR_0R_3-U_DR_0R_1}{R_1R_3}\]
\[U_L=\frac{U_RR_1R_3+U_UR_0R_3+U_DR_0R_1}{R_1R_3+R_0R_3+R_0R_1}=
\frac{U_R\left({R_2R_4+R_0R_4+R_0R_2}\right)-U_UR_0R_4-U_DR_0R_2}{R_2R_4}\]
\(U_RR_1R_3R_2R_4+U_UR_0R_3R_2R_4+U_DR_0R_1R_2R_4=U_R\sum_E^3\sum_O^3-U_UR_0R_4\sum_O^3-U_DR_0R_2\sum_O^3\)
\[U_R=R_0·\frac{\left({U_UR_3+U_DR_1}\right)R_2R_4+\left({U_UR_4+U_DR_2}\right)\sum_O^3}{\sum_E^3\sum_O^3-R_1R_2R_3R_4}\]
\(U_LR_1R_3R_2R_4+U_UR_0R_4R_1R_3+U_DR_0R_2R_1R_3=U_L\sum_O^3\sum_E^3-U_UR_0R_3\sum_E^3-U_DR_0R_1\sum_E^3\)
\[U_L=R_0·\frac{\left({U_UR_4+U_DR_2}\right)R_1R_3+\left({U_UR_3+U_DR_1}\right)\sum_E^3}{\sum_E^3\sum_O^3-R_1R_2R_3R_4}\]


[Eop]

Tuesday, July 7, 2020

3 - Resistor Voltage Divider


\[I_0+I_1+I_2=0\qquad,\qquad\text{! Notice the directions of the currents !}\]
\[{\large \cases{I_0=\frac{V_0-V_X}{R_0}\\ {\ }\\
I_1=\frac{V_1-V_X}{R_1}\\ {\ }\\
I_2=\frac{V_2-V_X}{R_2}}}\]
\[\frac{V_0-V_X}{R_0}+\frac{V_1-V_X}{R_1}+\frac{V_2-V_X}{R_2}=0\]
\[\frac{V_0R_1R_2-V_XR_1R_2+V_1R_0R_2-V_XR_0R_2+V_2R_0R_1-V_XR_0R_1}{R_0R_1R_2}=0\qquad|\qquad×R_0R_1R_2\]
\[\frac{V_0R_1R_2+V_1R_0R_2+V_2R_0R_1}{R_1R_2+R_0R_2+R_0R_1}=V_X\]
Note: the \(V_X\) is the unmarked voltage point on the schematic !

It is easy to see the calculation scheme easily adjusts for N voltages all connecting to the single \(V_X\)
\[V_{X_N}=\frac{\displaystyle{\sum_{i=0}^{N-1}V_i\frac{\displaystyle{\prod_{k=0}^{N-1}R_k}}{R_i}}}{\displaystyle{\sum_{i=0}^{N-1}\frac{\displaystyle{\prod_{k=0}^{N-1}R_k}}{R_i}}}\]
thus BWD chek ::
for N=2 :
\[V_X=\frac{V_1R_0+V_0R_1}{R_0+R_1}\]
incase of the \(V_0=0\) it reduces to a trivial 2 resistor divider formula :
\[V_X=V_1\frac{R_0}{R_0+R_1}\]

Simulation example/chk. for N=4 :



[Eop]