[_quadrature]
Book solution method
Form
Mathematica ✓
cpu = 0.0690159 (sec), leaf count = 39
Maple ✗
cpu = 0.052 (sec), leaf count = 0 , exception
numeric exception: division by zero
Mathematica raw input
DSolve[Y1[y[x]]*y'[x]^(-1 + n) + y'[x]^n == 0,y[x],x]
Mathematica raw output
{{y[x] -> 0^n^(-1)*x + C[1]}, {y[x] -> InverseFunction[Integrate[Y1[K[1]]^(-1),
{K[1], 1, #1}] & ][-x + C[1]]}}
Maple raw input
dsolve(diff(y(x),x)^n+Y1(y(x))*diff(y(x),x)^(n-1) = 0, y(x),'implicit')
Maple raw output
numeric exception: division by zero