1
$\begingroup$

$ R_1C \frac{dv_o(t)}{dt} + v_o(t) = -R_2C \frac{dv_{in}(t)}{dt} $

How should this Differential Equation be classified? It almost resembles the form of a Linear Differential Equation, but the differential on the right hand side leads me to believe otherwise.

  • 0
    Awesome, thanks indeed!2012-10-30

1 Answers 1

1

Another technique is a change of variables: Let $x = C R_1 v_{o}+C R_2 v_{in}$. Then $\dot{x} = C R_1 \dot{v_{o}}+C R_2 \dot{v_{in}}$, which gives $\dot{x} = -v_{o} = -\frac{x- C R_2 v_{in}}{C R_1} = -\frac{1}{C R_1} x+ \frac{R_2}{R_1} v_{in}.$ Solve for $x$, and recover $v_{o}$ with $v_{o} = \frac{x- C R_2 v_{in}}{C R_1}$.