I've been playing around with differential equations. I can easily solve the differential equation $$y'\cdot y=1$$ for $y:\mathbb R\mapsto\mathbb R$, and I can also solve $$y''\cdot y=1$$ using substitution into the previous example. However, I cannot figure out this differential equation: $$y''\cdot y'\cdot y=1$$ Does anybody have any ideas about how to solve this?
So far, the only technique that I know that seems valid for this differential equation is the use of Taylor Series, but that gets too messy for me to get anything useful out of it.