Is the below equation represents a parabola that touches the axes of coordinates? $$\sqrt{x/a}+\sqrt{y/b}=1$$
I know it is very stupid to ask this type of easy question here in the forum, but I'm very curious to know. I have searched many places and found nothing. My professor is not here, so I can't ask him. Suspense would have killed me.
Note from @Blue. Months later, I have edited the original problem to move the "$a$" and "$b$" under the radical signs. (This is because a duplicate problem recently appeared and I wanted to minimize confusion.) Most answers assumed this was the intention and proceeded accordingly. Those answers that use "$\sqrt{x}/a$" and "$\sqrt{y}/b$" should not be penalized for this after-the-fact notational change.


I'll take a different approach, describing a parabola that satisfies the equation. (More precisely, "a parabola with an arc that satisfies the equation", since, as @Alex notes, the equation's solution set must be bounded and therefore cannot include a complete parabola.)
Your original problem statement seemed a little unclear as to whether $a$ and $b$ belong inside the square roots. The first TeX edit of your question assumed they don't, and I preserved that assumption in my own edit. Here, however, I make the other call, so that the target is ... $$\sqrt{\frac{x}{a}} + \sqrt{\frac{y}{b}} = 1 \tag{1}$$
where I'll take $a > 0$ and $b > 0$ (and therefore also $x > 0$ and $y > 0$). With that aside ...
My parabola is tangent to points $A=(a,0)$ and $B=(0,b)$. Its directrix, $\ell$, is perpendicular to diagonal $\overline{OC}$ of the rectangle $\square OACB$, and its focus, $F$, is the foot of the perpendicular from $O$ to $\overline{AB}$. Without too much trouble, we determine that the directrix has equation $$\ell : a x + b y = 0 \qquad\text{and}\qquad F = \frac{ab}{c^2}\left(b,a\right)$$ where $c := |\overline{OC}| = \sqrt{a^2+b^2}$. A point $(x,y)$ on the parabola must be equidistant to $F$ and $\ell$; invoking the corresponding distance formulas, we have ... $$\sqrt{\left(x-\frac{a b^2}{c^2}\right)^2 + \left(y-\frac{a^2 b}{c^2}\right)^2} = \frac{|a x + b y|}{c} \tag{2}$$ Squaring, clearing fractions, and expanding $c^2$ as $a^2 + b^2$, and then dividing-through by $a^2 b^2$, we can ultimately re-write the above as ... $$\left(\frac{x}{a}\right)^2 + \left(\frac{y}{b}\right)^2 + \left(1\right)^2 - 2 \left(\frac{x}{a}\right)\left(\frac{y}{b}\right) - 2 \left(1\right) \left(\frac{x}{a}\right) - 2 \left(1\right) \left(\frac{y}{b}\right) = 0 \tag{3}$$ I've made various factors (and powers!) of $1$ conspicuous to put the reader in the mind of the expanded form of Heron's formula for the area of a triangle. Specifically, $(3)$ represents ($16$-times) the square of the area of a triangle with side-lengths $\sqrt{\frac{x}{a}}$, $\sqrt{\frac{y}{b}}$, $\sqrt{1}$. Since the area vanishes, we must have a degenerate "flat" triangle: two side-lengths must equal the third. The target equation $(1)$ represents one of the three ways this can happen, and its solution set is arc $\stackrel{\frown}{AB}$ of the parabola. The other cases, $$\sqrt{\frac{y}{b}} + 1 = \sqrt{\frac{x}{a}} \qquad\text{and}\qquad \sqrt{\frac{x}{a}} + 1 = \sqrt{\frac{y}{b}}$$ correspond to the unbounded "arms" attached at points $A$ and $B$, respectively. $\square$
It seems like it should be possible to make the degenerate triangle interpretation of $(3)$ "visible" in the diagram, but I have not yet found a good way to do this.