4.27.37 y(x)+2tan(x)y(x)+3y(x)=0

ODE
y(x)+2tan(x)y(x)+3y(x)=0 ODE Classification

[[_2nd_order, _with_linear_symmetries]]

Book solution method
TO DO

Mathematica
cpu = 0.104406 (sec), leaf count = 33

{{y(x)c1cos3(x)13c2sin2(x)(cos(2x)+2)}}

Maple
cpu = 0.129 (sec), leaf count = 25

{y(x)=(2_C2(cos(x))2_C2)sin(x)+_C1(cos(x))3} Mathematica raw input

DSolve[3*y[x] + 2*Tan[x]*y'[x] + y''[x] == 0,y[x],x]

Mathematica raw output

{{y[x] -> C[1]*Cos[x]^3 - (C[2]*(2 + Cos[2*x])*Sqrt[Sin[x]^2])/3}}

Maple raw input

dsolve(diff(diff(y(x),x),x)+2*diff(y(x),x)*tan(x)+3*y(x) = 0, y(x),'implicit')

Maple raw output

y(x) = (-2*_C2*cos(x)^2-_C2)*sin(x)+_C1*cos(x)^3