44.1.31 problem 33

Internal problem ID [6906]
Book : A First Course in Differential Equations with Modeling Applications by Dennis G. Zill. 12 ed. Metric version. 2024. Cengage learning.
Section : Chapter 1. Introduction to differential equations. Exercises 1.1 at page 12
Problem number : 33
Date solved : Monday, January 27, 2025 at 02:34:40 PM
CAS classification : [_quadrature]

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

Solution by Maple

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

dsolve(diff(y(x),x)+2*y(x)=0,y(x), singsol=all)
 
\[ y = c_{1} {\mathrm e}^{-2 x} \]

Solution by Mathematica

Time used: 0.025 (sec). Leaf size: 18

DSolve[D[y[x],x]+2*y[x]==0,y[x],x,IncludeSingularSolutions -> True]
 
\begin{align*} y(x)\to c_1 e^{-2 x} \\ y(x)\to 0 \\ \end{align*}