[_separable]
Book solution method
The Bernoulli ODE
Mathematica ✓
cpu = 0.0224721 (sec), leaf count = 22
Maple ✓
cpu = 0.006 (sec), leaf count = 22
DSolve[(a + x)*y'[x] == y[x]*(1 - a*y[x]),y[x],x]
Mathematica raw output
{{y[x] -> (a + x)/(a^2 + E^C[1] + a*x)}}
Maple raw input
dsolve((a+x)*diff(y(x),x) = y(x)*(1-a*y(x)), y(x),'implicit')
Maple raw output
1/y(x)+(-a*x-_C1)/(a+x) = 0