Thank you, Can you provide me a reference for the calculation provided by you ?Hi again,
That formula is not correct, sorry.
Here is the formula in pure text:
w=(sqrt(sqrt(C2^4*R2^4+4*C2^4*R1*R2^3+(6*C2^4+4*C1*C2^3+6*C1^2*C2^2)*R1^2*R2^2+(4*C2^4+8*C1*C2^3+4*C1^2*C2^2)*R1^3*R2+(C2^4+4*C1*C2^3+6*C1^2*C2^2+4*C1^3*C2+C1^4)*R1^4)-C2^2*R2^2-2*C2^2*R1*R2+(-C2^2-2*C1*C2-C1^2)*R1^2))/(sqrt(2)*C1*C2*R1*R2)
and in Latex:
\[ w = \frac{ \sqrt{ \sqrt{ C_2^4 R_2^4 + 4 C_2^4 R_1 R_2^3 + (6 C_2^4 + 4 C_1 C_2^3 + 6 C_1^2 C_2^2) R_1^2 R_2^2 + (4 C_2^4 + 8 C_1 C_2^3 + 4 C_1^2 C_2^2) R_1^3 R_2 + (C_2^4 + 4 C_1 C_2^3 + 6 C_1^2 C_2^2 + 4 C_1^3 C_2 + C_1^4) R_1^4 - C_2^2 R_2^2 - 2 C_2^2 R_1 R_2 + (-C_2^2 - 2 C_1 C_2 - C_1^2) R_1^2 } } }{ \sqrt{2} \, C_1 C_2 R_1 R_2 } \]
and if R2=R1 then:
\[w=\frac{\sqrt{\sqrt{16\,{C2}^{4}+16\,C1\,{C2}^{3}+16\,{C1}^{2}\,{C2}^{2}+4\,{C1}^{3}\,C2+{C1}^{4}}-4\,{C2}^{2}-2\,C1\,C2-{C1}^{2}}}{\sqrt{2}\,C1\,C2\,R1}\]
and in pure text:
w=sqrt(sqrt(16*C2^4+16*C1*C2^3+16*C1^2*C2^2+4*C1^3*C2+C1^4)-4*C2^2-2*C1*C2-C1^2)/(sqrt(2)*C1*C2*R1)
Either of these agrees with Eric's plot.