Internal
problem
ID
[1200]
Book
:
Elementary
differential
equations
and
boundary
value
problems,
10th
ed.,
Boyce
and
DiPrima
Section
:
Section
2.6.
Page
100
Problem
number
:
8
Date
solved
:
Monday, January 27, 2025 at 04:44:08 AM
CAS
classification
:
[`x=_G(y,y')`]
✗ Solution by Maple
dsolve(exp(x)*sin(y(x))+3*y(x)-(3*x-exp(x)*sin(y(x)))*diff(y(x),x) = 0,y(x), singsol=all)
✗ Solution by Mathematica
Time used: 0.000 (sec). Leaf size: 0
DSolve[Exp[x]*Sin[y[x]]+3*y[x]-(3*x-Exp[x]*Sin[y[x]])*D[y[x],x] == 0,y[x],x,IncludeSingularSolutions -> True]
Not solved