Internal
problem
ID
[6276]
Book
:
Fundamentals
of
Differential
Equations.
By
Nagle,
Saff
and
Snider.
9th
edition.
Boston.
Pearson
2018.
Section
:
Chapter
2,
First
order
differential
equations.
Section
2.2,
Separable
Equations.
Exercises.
page
46
Problem
number
:
21
Date
solved
:
Monday, January 27, 2025 at 01:52:51 PM
CAS
classification
:
[_separable]
With initial conditions
✓ Solution by Maple
Time used: 0.511 (sec). Leaf size: 48
dsolve([1/theta*diff(y(theta),theta)= y(theta)*sin(theta)/(y(theta)^2+1),y(Pi) = 1],y(theta), singsol=all)
✓ Solution by Mathematica
Time used: 3.666 (sec). Leaf size: 26
DSolve[{1/\[Theta]*D[ y[\[Theta]] , \[Theta] ]== y[\[Theta]]*Sin[\[Theta]]/(y[\[Theta]]^2+1),{y[Pi]==1}},y[\[Theta]],\[Theta],IncludeSingularSolutions -> True]