I am trying to execute the following code.
g = 1
a = 1.4 + 4.4*x/Pi
V = Integrate[r a, x]
DSolve[
(V Sin[x] + H Cos[x]) y'[x] + y[x] (a r x Cos[x] + (g a r - H ) Sin[x]) ==
g a Sin[x] (a^2/12 + r^2),
y[x], x]
DSolve in the above code keeps running indefinitely. Kindly help.
