Can someone explain me how can we make a plot of function:
$$ (x^\frac{1}{2} + y^\frac{1}{2})^2 = 5 $$
I tried to find a first derivative and a second derivative to understand something about this plot of function but it was useless as I understand. What should I do to plot this function by myself not by WolframAlpha. Thank you in advance.



One strategy is to try a different coordinate system. Since the equation is symmetric in $x$ and $y$, then a new coordinate system where the axes are the "diagonals" in the usual coordinate system could be helpful.
So with that in mind, let $u=x+y$ and $v=x-y$. Then the $u$- and $v$-axes are those diagonal axes as in the image below. And $$\begin{align}\left(\sqrt{x}+\sqrt{y}\right)^2&=5\\ x+2\sqrt{xy}+y&=5\\ u+\sqrt{(u+v)(u-v)}&=5\\ (u+v)(u-v)&=(5-u)^2\\ -v^2&=25-10u\\ u&=\frac{v^2}{10}+\frac{5}{2} \end{align}$$
So it's a parabola in the $(u,v)$ coordinate system centered on the $u$-axis, shifted "up" by $\frac{5}{2}$, with leading coefficient $\frac{1}{10}$.
Since $(u,v)=(1,0)$ corresponds to $(x,y)=(1/2,1/2)$; and $(u,v)=(0,1)$ corresponds to $(x,y)=(1/2,-1/2)$, you can draw it this way:
This parabla-sketching technique is to start at $(5/2,0)$ on the $u$-axis. Be sure to use distances on the $uv$ system, not the $xy$ system.
This parabola is to much, since it includes points with $x>5$ or $y>5$. Those were introduced in the algebra above when $(5-u)$ was squared. So the original equation's graph is the picture above, but cropped at $x=5$ and at $y=5$.