Hello I'm very inexperienced in math (I know a little about derivation/integrals etc but nothing on university level) so my terminology will not be on point (as well due to english not being my native language). I have a function
$$
y=\sqrt2*\sqrt x
$$
graph 1 and 2

and I want to find the symmetrical function by the function $y=2x$ like this:
[in previous file on the right]
as far as I know the inverse function is always symmetrical by the function $y=x$. so I dont know how to call this. Expected result:
graph 3 and 4
I'm doing this because I wanna to "connect" these function so I can "draw" this
[in previous file on the right]
I can only post 2 links so I have combined graph 1 and 2 into one image and 3 and 4 into another one. Thank you in advance for responding! <3


There is actually quite a trivial way to do this. So as you know the inverse swaps the $x$ and $y$ values and is therefore symmetric to the line $y=x$, and note we get the inverse by plugging in $y$ for $x$ and vise versa.
Now if we want to make it symmetric to the line $y=2x$, we just have to exchange all the $y$s for $2x$, and all the $2x$s for $y$. So we have $$y=\sqrt{2x} \Rightarrow 2x=\sqrt{y}$$ or $$y=4x^2, x\ge 0$$ Note: We constrict the domain because in the original function, defined implicitly by $2x=\sqrt{y}$, $2x$ must be greater than $0$ for there to ever be a corresponding $y$ value. And if you graph it it will make even more sense.