57.1.2 problem 2

Internal problem ID [8986]
Book : First order enumerated odes
Section : section 1
Problem number : 2
Date solved : Monday, January 27, 2025 at 05:26:33 PM
CAS classification : [_quadrature]

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

Solution by Maple

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

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

Solution by Mathematica

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

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