Internal
problem
ID
[5308]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
25
Problem
number
:
718
Date
solved
:
Monday, January 27, 2025 at 11:08:14 AM
CAS
classification
:
[[_homogeneous, `class C`], _dAlembert]
✓ Solution by Maple
Time used: 0.075 (sec). Leaf size: 42
dsolve((1+a*(x+y(x)))^n*diff(y(x),x)+a*(x+y(x))^n = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 6.190 (sec). Leaf size: 331
DSolve[(1+a*(x+y[x]))^n*D[y[x],x]+a*(x+y[x])^n==0,y[x],x,IncludeSingularSolutions -> True]