Internal
problem
ID
[4116]
Book
:
Theory
and
solutions
of
Ordinary
Differential
equations,
Donald
Greenspan,
1960
Section
:
Chapter
2.
First
order
equations.
Exercises
at
page
14
Problem
number
:
2(p)
Date
solved
:
Monday, January 27, 2025 at 08:36:35 AM
CAS
classification
:
[_linear]
With initial conditions
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 6
dsolve([diff(y(x),x)*cos(x)+y(x)*sin(x)=1,y(0) = 0],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.038 (sec). Leaf size: 7
DSolve[{D[y[x],x]*Cos[x]+y[x]*Sin[x]==1,y[0]==0},y[x],x,IncludeSingularSolutions -> True]