Electronic – Find the transfer function and determine the type of this filter

filteroperational-amplifiertransfer function

I am learning basic circuits and I got stuck at this question:
enter image description here

This is what I got:
$$V_{o}=(\frac{sC_{1}V_{o}R_{2}+V_{o}-V_{in}}{R_{1}}-sC_{1}V_{o})\cdot \frac{-1}{sC_{2}}+sC_{1}V_{o}R_{2}+V_{o} $$

And this is how:
For the ideal op amp, V_+ = V_- = V_o, so I got the current passes through C_1, and R_2, hence got the voltage after R_1, and use this to form the formula above.

I kept checking but I don't see where I got wrong, but this seems too messy to be the answer. To get H(s), I need to divide it by V_in, and make it even messier. Could you give me some hints to get a simpler form to determine the type of this filter?

I know this is not a Helpdesk, I hope this could be an example for all who are studying the same thing. Thank!

Best Answer

I'd use the complex-AC version of Millman's theorem to solve for voltage \$\color{red}{V_X}\$: -

enter image description here

Hence,

$$\color{red}{\boxed{V_X}} = \dfrac{\dfrac{V_I}{R1}+\dfrac{0}{R2 + \frac{1}{sC1}}+\dfrac{V_O}{\frac{1}{sC2}}}{\dfrac{1}{R1} +\dfrac{1}{R2 + \frac{1}{sC1}} +\dfrac{1}{\frac{1}{sC2}}}$$

And, of course for a unity gain non-inverting amplifier: $$V_X\cdot\dfrac{\frac{1}{sC1}}{R2 + \frac{1}{sC1}} = V_O$$

Or, \$\hspace{5.5cm}V_X = V_O\cdot(1+sC1R2)\$

So,

$$V_O\cdot(1+sC1R2) = \dfrac{\dfrac{V_I}{R1}+V_O\cdot sC2}{\dfrac{1}{R1} +\dfrac{sC1}{sC1R2 + 1} +sC2}$$

And,

$$V_O\left[\dfrac{1+sC1R2}{R1} +sC1 +sC2 +s^2C1C2R2\right] = \dfrac{V_I}{R1} + V_O\cdot sC2$$

Therefore,

$$V_O\left[\dfrac{1+sC1R2}{R1} +sC1 +s^2C1C2R2\right] = \dfrac{V_I}{R1} $$

$$V_O\left[1+sC1R2 +sC1R1 +s^2C1C2R1R2\right] = V_I $$

Can you do the final few steps yourself? Do you need help in this any more?