4.16.9 y(x)2=y(x)2+1

ODE
y(x)2=y(x)2+1 ODE Classification

[_quadrature]

Book solution method
Missing Variables ODE, Independent variable missing, Solve for y

Mathematica
cpu = 0.0182653 (sec), leaf count = 23

{{y(x)sinh(xc1)},{y(x)sinh(c1+x)}}

Maple
cpu = 0.037 (sec), leaf count = 31

{1+(y(x))2=0,xArcsinh(y(x))_C1=0,x+Arcsinh(y(x))_C1=0} Mathematica raw input

DSolve[y'[x]^2 == 1 + y[x]^2,y[x],x]

Mathematica raw output

{{y[x] -> -Sinh[x - C[1]]}, {y[x] -> Sinh[x + C[1]]}}

Maple raw input

dsolve(diff(y(x),x)^2 = 1+y(x)^2, y(x),'implicit')

Maple raw output

1+y(x)^2 = 0, x-arcsinh(y(x))-_C1 = 0, x+arcsinh(y(x))-_C1 = 0