Internal
problem
ID
[1674]
Book
:
Elementary
differential
equations
with
boundary
value
problems.
William
F.
Trench.
Brooks/Cole
2001
Section
:
Chapter
2,
First
order
equations.
Transformation
of
Nonlinear
Equations
into
Separable
Equations.
Section
2.4
Page
68
Problem
number
:
49
Date
solved
:
Monday, January 27, 2025 at 05:24:54 AM
CAS
classification
:
[[_1st_order, `_with_symmetry_[F(x),G(y)]`], _Riccati]
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 16
dsolve(x*(ln(x))^2*diff(y(x),x)=-4*(ln(x))^2+y(x)*ln(x)+y(x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.021 (sec). Leaf size: 64
DSolve[x*(Log[x])^2*D[y[x],x]==-4*(Log[x])^2+y[x]*Log[x]+y[x]^2,y[x],x,IncludeSingularSolutions -> True]