Given a point $(x,y)$ on the curve $2(x^3+y)^4+(x^3+y)^2=2x^3+y$,
Find the maximum value of $y$
Here is my solution of the problem.
I have a doubt as to this solution because two variables, $u$ and $v$ are not independent of each other, but interwound with a relation between $x$ and $y$.
However, it doesn't mean that change of $u$ affects and changes the value of $v$ because there will be an appropriate pair $(x,y)$ for changed $u$ and unchanged $v$. (Also, the domain of $u$ and $v$ is $\mathbb{R}$)
So it's quite confusing whether my solution is valid or not. Is it a valid solution?

