1.23 problem 2(i)

Internal problem ID [6127]

Book: Differential Equations: Theory, Technique, and Practice by George Simmons, Steven Krantz. McGraw-Hill NY. 2007. 1st Edition.
Section: Chapter 1. What is a differential equation. Section 1.2 THE NATURE OF SOLUTIONS. Page 9
Problem number: 2(i).
ODE order: 1.
ODE degree: 1.

CAS Maple gives this as type [_quadrature]

\[ \boxed {\left (x^{3}+1\right ) y^{\prime }=x} \]

Solution by Maple

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

dsolve((1+x^3)*diff(y(x),x)=x,y(x), singsol=all)
 

\[ y \left (x \right ) = \frac {\ln \left (x^{2}-x +1\right )}{6}+\frac {\sqrt {3}\, \arctan \left (\frac {\left (2 x -1\right ) \sqrt {3}}{3}\right )}{3}-\frac {\ln \left (x +1\right )}{3}+c_{1} \]

Solution by Mathematica

Time used: 0.01 (sec). Leaf size: 48

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

\[ y(x)\to \frac {1}{6} \left (2 \sqrt {3} \arctan \left (\frac {2 x-1}{\sqrt {3}}\right )+\log \left (x^2-x+1\right )-2 \log (x+1)+6 c_1\right ) \]