1.40 problem 41

Internal problem ID [3185]

Book: Differential equations for engineers by Wei-Chau XIE, Cambridge Press 2010
Section: Chapter 2. First-Order and Simple Higher-Order Differential Equations. Page 78
Problem number: 41.
ODE order: 1.
ODE degree: 1.

CAS Maple gives this as type [[_homogeneous, `class D`], _rational, _Riccati]

\[ \boxed {y+y^{2}-x y^{\prime }=-x^{2}} \]

Solution by Maple

Time used: 0.0 (sec). Leaf size: 10

dsolve((x^2+y(x)+y(x)^2)-x*diff(y(x),x)=0,y(x), singsol=all)
 

\[ y \left (x \right ) = \tan \left (c_{1} +x \right ) x \]

Solution by Mathematica

Time used: 0.207 (sec). Leaf size: 12

DSolve[(x^2+y[x]+y[x]^2)-x*y'[x]==0,y[x],x,IncludeSingularSolutions -> True]
 

\[ y(x)\to x \tan (x+c_1) \]