1.2 problem 2

Internal problem ID [6565]

Book: First order enumerated odes
Section: section 1
Problem number: 2.
ODE order: 1.
ODE degree: 1.

CAS Maple gives this as type [_quadrature]

Solve \begin {gather*} \boxed {y^{\prime }-a=0} \end {gather*}

Solution by Maple

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

dsolve(diff(y(x),x)=a,y(x), singsol=all)
 

\[ y \relax (x ) = a x +c_{1} \]

Solution by Mathematica

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

DSolve[y'[x]==a,y[x],x,IncludeSingularSolutions -> True]
 

\begin{align*} y(x)\to a x+c_1 \\ \end{align*}