Hello everyone, I hope you are well. I am working on a voltage divider bridge with a variable resistance and I could you please have the demonstration of the formula which says the fixed resistance is equal to the square root of Rmax * Rmin!
Resistance fixe = Square root (Rmax * Rmin)
Someone has the demonstration please?? thank you
Yes. and whatever R2 you choose, the voltage you'll see is Vout = Vin . R2 / (R1 + R2)
unless you put some contraints on what you want Vout to be, any R2 will do something
you can pick sqrt(R2max - R2min) if you want or something else like sqrt (Rmax * Rmin) (which is probably what you get if you try to complete the math you were doing and maximizing ∆Vout) or if you want just 1mΩ
the derivative work is kinda trivial, you only need to know that (U/V)' = (U'V - UV')/V2 and (U-V)' = U' - V'
if you want to find an optimum for the function this is where the derivative will be 0
and you'll get to R2 = RminRmax
(with a few assumptions that Vin is not null, all R are non null and Rmin is different than Rmax)
give it a try... at some point you'll get
Rmin(R+Rmax)2 - Rmax(R+Rmin)2 = 0. (assuming the denominator is non null based on earlier assumptions)
and if your remember that (a + b)2 is a2 + b2 + 2 ab and distribute and factor by (Rmin-Rmax) you will get
(Rmin-Rmax)(R2 - RminRmax) = 0
as you know (Rmin-Rmax) is not null, then you get R2 = RminRmax