Internal
problem
ID
[6604]
Book
:
Schaums
Outline.
Theory
and
problems
of
Differential
Equations,
1st
edition.
Frank
Ayres.
McGraw
Hill
1952
Section
:
Chapter
4.
Equations
of
first
order
and
first
degree
(Variable
separable).
Supplemetary
problems.
Page
22
Problem
number
:
52
Date
solved
:
Tuesday, January 28, 2025 at 03:10:16 PM
CAS
classification
:
[[_1st_order, `_with_symmetry_[F(x),G(y)]`]]
✓ Solution by Maple
Time used: 0.045 (sec). Leaf size: 22
dsolve((x-2*sin(y(x))+3)+(2*x-4*sin(y(x))-3)*cos(y(x))*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 60.476 (sec). Leaf size: 73
DSolve[(x-2*Sin[y[x]]+3)+(2*x-4*Sin[y[x]]-3)*Cos[y[x]]*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]