77.1.1 problem 1 (a) (page 9)

Internal problem ID [17891]
Book : V.V. Stepanov, A course of differential equations (in Russian), GIFML. Moscow (1958)
Section : All content
Problem number : 1 (a) (page 9)
Date solved : Tuesday, January 28, 2025 at 11:09:47 AM
CAS classification : [_quadrature]

\begin{align*} y^{\prime }&=2 \end{align*}

Solution by Maple

Time used: 0.002 (sec). Leaf size: 9

dsolve(diff(y(x),x)=2,y(x), singsol=all)
 
\[ y = c_{1} +2 x \]

Solution by Mathematica

Time used: 0.002 (sec). Leaf size: 11

DSolve[D[y[x],x]==2,y[x],x,IncludeSingularSolutions -> True]
 
\[ y(x)\to 2 x+c_1 \]