Riccati equation
/ ri-KAH-tee /
The Riccati equation is the next rung up in difficulty from Bernoulli — the simplest nonlinear first-order equation that, in general, has no elementary solution at all. It carries a quadratic term in the unknown, and that single square is enough to defeat the standard methods. It marks an honest frontier: the place where a tidy class of equations stops yielding closed forms.
Its general form is dy/dx = q_0(x) + q_1(x)*y + q_2(x)*y^2 — linear and constant terms, plus the telltale y^2. Two facts make it special. First, there is no formula for its general solution from the coefficients alone; in general you cannot solve a Riccati equation in elementary functions. Second, it is rescued by a remarkable transformation: the substitution y = -u'/(q_2*u) turns it into a linear second-order ODE for u. So a single nonlinear first-order equation is exactly equivalent to a linear equation one order higher — which is why Riccati equations are deeply tied to the second-order linear theory and to special functions. The other lifeline is that if you can somehow guess one particular solution y_1, the substitution y = y_1 + 1/v reduces the rest to a Bernoulli (in fact linear) equation you can finish.
Riccati equations are not a curiosity: they are central to optimal control (the matrix Riccati equation is the heart of the linear-quadratic regulator), to scattering and the Schrodinger equation in physics, and to the theory of continued fractions. The lesson they teach is candid and important — the boundary between 'solvable by a formula' and 'requires deeper structure or numerics' runs right through the first-order equations, and Riccati sits exactly on it.
dy/dx = y^2 + x is a Riccati equation with no elementary solution. Its standard substitution y = -u'/u turns it into the linear second-order equation u'' + x*u = 0 — an Airy equation, whose solutions are the special Airy functions, not elementary ones.
A quadratic in y lifts the equation to a second-order linear one — often solved only by special functions.
'No elementary solution in general' does not mean 'no solution'. A Riccati equation always has solutions; they simply may not be expressible in elementary functions, and you may need a known particular solution, special functions, or a numerical method to get them.