Solving a funky differential equation.

66 Views Asked by At

I'm currently trying to solve the DE that defines charge in a circuit containing an Inductor, Capacitor, Resistor and (crucially) a Memristor. This needs to be able to work for any variable values and ends up being of the form:

$$k_1 \cdot y'' + k_2 \cdot y' + k_3 \cdot yy' + k_4 \cdot y = k_5 \cdot \cos(k_6 \cdot x)$$

(Hopefully that works, first time using LaTex)

If someone knows whether or not this is even solvable (or has the solution) that would be great, or even just some guidance on how to approach the $yy'$ term along with dealing with all of the unknown constants would be appreciated as well, as that's not something I've come across before.

I'm hoping this is the right place for this post, if not please do let me know.