Compute approximation to the solution of the equation $y+\epsilon \sin y=x^2$ using perturbation method. Assume that terms involving powers of $\epsilon$ of order 3 or more can be ignored.
So far I only have: $$(y_0 +\epsilon y_1 +\epsilon ^2 y_2 +...) + \epsilon \sin(y_0 +\epsilon y_1 +\epsilon ^2 y_2 +...)$$
Any help appreciated!
Use a series expansion for the $\sin$ term. You can truncate it and collect the terms according to the power of $\epsilon$ and then solve.