Internal
problem
ID
[7849]
Book
:
Differential
Equations:
Theory,
Technique,
and
Practice
by
George
Simmons,
Steven
Krantz.
McGraw-Hill
NY.
2007.
1st
Edition.
Section
:
Chapter
1.
What
is
a
differential
equation.
Section
1.4
First
Order
Linear
Equations.
Page
15
Problem
number
:
7
Date
solved
:
Monday, January 27, 2025 at 03:25:44 PM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 13
dsolve(diff(y(x),x)*sin(2*x)=2*y(x)+2*cos(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.037 (sec). Leaf size: 15
DSolve[D[y[x],x]*Sin[2*x]==2*y[x]+2*Cos[x],y[x],x,IncludeSingularSolutions -> True]