Internal
problem
ID
[3581]
Book
:
Differential
equations
and
linear
algebra,
Stephen
W.
Goode
and
Scott
A
Annin.
Fourth
edition,
2015
Section
:
Chapter
1,
First-Order
Differential
Equations.
Section
1.2,
Basic
Ideas
and
Terminology.
page
21
Problem
number
:
Problem
32
Date
solved
:
Monday, January 27, 2025 at 07:46:08 AM
CAS
classification
:
[_Bernoulli]
With initial conditions
✓ Solution by Maple
Time used: 0.162 (sec). Leaf size: 14
dsolve([diff(y(x),x)=(cos(x)-2*x*y(x)^2)/(2*x^2*y(x)),y(Pi) = 1/Pi],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.287 (sec). Leaf size: 17
DSolve[{D[y[x],x]==(Cos[x]-2*x*y[x]^2)/(2*x^2*y[x]),{y[Pi]==1/Pi}},y[x],x,IncludeSingularSolutions -> True]