Internal
problem
ID
[6433]
Book
:
Engineering
Mathematics.
By
K.
A.
Stroud.
5th
edition.
Industrial
press
Inc.
NY.
2001
Section
:
Program
24.
First
order
differential
equations.
Further
problems
24.
page
1068
Problem
number
:
4
Date
solved
:
Monday, January 27, 2025 at 02:02:54 PM
CAS
classification
:
[_separable]
With initial conditions
✓ Solution by Maple
Time used: 0.158 (sec). Leaf size: 14
dsolve([cos(y(x))+(1+exp(-x))*sin(y(x))*diff(y(x),x)=0,y(0) = 1/4*Pi],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 50.134 (sec). Leaf size: 20
DSolve[{Cos[y[x]]+(1+Exp[-x])*Sin[y[x]]*D[y[x],x]==0,{y[0]==Pi/4}},y[x],x,IncludeSingularSolutions -> True]