It looks like you're asked to find the value of y(-1) given its implicit derivative,
[tex]\dfrac{dy}{dx} = y^4[/tex]
and with initial condition y(2) = -1.
The differential equation is separable:
[tex]\dfrac{dy}{y^4} = dx[/tex]
Integrate both sides:
[tex]\displaystyle \int \frac{dy}{y^4} = \int dx[/tex]
[tex]-\dfrac1{3y^3} = x + C[/tex]
Solve for y :
[tex]\dfrac1{3y^3} = -x + C[/tex]
[tex]3y^3 = \dfrac1{-x+C} = -\dfrac1{x + C}[/tex]
[tex]y^3 = -\dfrac1{3x+C}[/tex]
[tex]y = -\dfrac1{\sqrt[3]{3x+C}}[/tex]
Use the initial condition to solve for C :
[tex]y(2) = -1 \implies -1 = -\dfrac1{\sqrt[3]{3\times2+C}} \implies C = -5[/tex]
Then the particular solution to the differential equation is
[tex]y(x) = -\dfrac1{\sqrt[3]{3x-5}}[/tex]
and so
[tex]y(-1) = -\dfrac1{\sqrt[3]{3\times(-1)-5}} = \boxed{\dfrac12}[/tex]