So, I'm working on a research project and am having issues with tackling equations that are of mixed composition. In particular, equations of the form $y(2x)=[y(x)]^2$.
My first thought to solve was attempting the following, basically finding the derivative and seeing if I could solve it analytically by taking the derivative of both sides.
$y(2x)=(y(x))^2$
$\implies y(2x)-(y(x))^2=0$
$\implies 2y'(2x)-2y(x)y'(x)=0$, by the chain rule.
$\implies 2(y'(2x)-y(x)y'(x))=0$
$\implies y'(2x)-y(x)y'(x)=0$
$\implies y'(2x)=y(x)y'(x)$
At this point how would I go about solving this equation? because it seams like all I can really do is integrate both sides but that doesn't seam to be getting me any closer.