Show that the vertex is the point on a branch of a hyperbola that is closest to the focus associated with that branch

652 Views Asked by At

Given the hyperbola $$\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1,$$ show that the point closest to focus $F(c, 0)$ where $c^2=a^2+b^2$ is the vertex $V(a, 0)$

2

There are 2 best solutions below

2
On BEST ANSWER

Solving for $x$ and considering the right branch where $x>0$ $$x = a\sqrt{1+\frac{y^2}{b^2}}$$ The distance between $F(c,0)$ and $P\left(a\sqrt{1+\frac{y^2}{b^2}}\;,\; y\right)$ is $$\sqrt{\left(\frac{a}{b}\sqrt{b^2+y^2} - c\right)^2 + y^2}$$ The derivative of the expression under the radical is $$2y\left(\frac{a^2}{b^2} + \frac{ac}{b\sqrt{b^2+y^2}} + 1\right)$$

The derivative has only one solution, $y=0$ and by the derivative test, we can see that the minimum value for the distance occurs at $y=0$, $x=a$.

0
On

Let $F_\pm:=(\pm c,0)$ be the two foci. Then the right half $\gamma_+$ of your hyperbola is the set of all points $P\in{\mathbb R}^2$ for which $$d(P,F_+)=d(P,F_-)-2a\ .$$ It follows that for $P\in \gamma_+$ the quantity $d(P,F_+)$ is smallest when $d(P,F_-)$ is smallest, and the latter is obviously the case at the apex $(a,0)$.