I am trying to evaluate the following limit:
$$ \lim _{x\to 2^+}\left(\frac{\sqrt{x^2-4}+\sqrt{x}-\sqrt{2}}{\sqrt{x-2}}\right)$$
Approach #1
$ \frac{\sqrt{x^2-4}+\sqrt{x}-\sqrt{2}}{\sqrt{x-2}} = \\ \sqrt{x+2} + \frac{\sqrt{x}-\sqrt{2}}{\sqrt{x-2}} \cdot \frac{\sqrt{x}+\sqrt{2}}{\sqrt{x}+\sqrt{2}} =\\ \sqrt{x+2} + \frac{x-2}{\sqrt{x^2-2x}+\sqrt{2x-4}} =\\ \sqrt{x+2} + \frac{x-2}{\sqrt{x^2-2x}+\sqrt{2x-4}}\cdot\frac{\sqrt{x^2-2x}-\sqrt{2x-4}}{\sqrt{x^2-2x}-\sqrt{2x-4}} = \\ \sqrt{x+2} + \frac{\sqrt{x^2-2x}-\sqrt{2x-4}}{x-2} $
But I still end up at the indefinite form $\frac12 + \frac{0}{\infty}$
My Approach #2
$\frac{\sqrt{x^2-4}+\sqrt{x}-\sqrt{2}}{\sqrt{x-2}} = \frac{\sqrt{x^2-4}+\sqrt{x}-\sqrt{2}}{\sqrt{x-2}} \cdot\frac{\sqrt{x^2-4}-(\sqrt{x}-\sqrt{2})}{\sqrt{x^2-4}-(\sqrt{x}-\sqrt{2})}= \frac1{\sqrt{x-2}}\frac{x^2-x+2\sqrt{2x}-2}{\sqrt{x^2-4}-(\sqrt{x}-\sqrt{2})}$
Which also seems to be a dead end.
Any ideas on how to evaluate this?
As regards your first approach, from the first line, as $x\to 2^+$, $$\frac{\sqrt{x^2-4}+\sqrt{x}-\sqrt{2}}{\sqrt{x-2}}=\underbrace{\color{blue}{\sqrt{x+2}}}_{\to 2}+\underbrace{\frac{\sqrt{x}-\sqrt{2}}{\sqrt{x-2}}}_{0/0}.$$ Now note that the $0/0$ indeterminate term is $$\frac{\sqrt{x}-\sqrt{2}}{\sqrt{x-2}}=\frac{\sqrt{x}-\sqrt{2}}{\sqrt{x-2}}\cdot \frac{\sqrt{x}+\sqrt{2}}{\sqrt{x}+\sqrt{2}}= \frac{x-2}{\color{blue}{\sqrt{x-2}(\sqrt{x}+\sqrt{2})}}=\frac{\sqrt{x-2}}{\sqrt{x}+\sqrt{2}}\to 0.$$ Therefore the required limit is $2$.