In a right-angled triangle $\Delta ABC$, prove that the perpendicular $BD$, drawn from the right-angled vertex $B$ to the hypotenuse $AC$, is at most half the hypotenuse $AC$.
My approach:
Assume that $AB=x$, $BC=y$, $AC=k$ where $k$ is some arbitrary constant
I used Pythagoras theorem in $\Delta ABC$
$$y^2=k^2-x^2,\ y=\sqrt{k^2-x^2}$$
I used formula of area of right triangle ABC by two methods & equate them $$\frac12(BD)\cdot(AC)=\frac12x\cdot y\implies BD=\frac{xy}{k}$$ $$BD=\frac{x\sqrt{k^2-x^2}}{k}$$ I differentiated $BD$ with respect to $x$ $$\frac{d}{dx}BD=\frac{k^2-2x^2}{\sqrt{k^2-x^2}}$$ putting $d(BD)/dx=0$, I got $x=k/\sqrt2$ & $y=k/\sqrt2$
The maximum length of altitude BD will be $$\frac{xy}{k}=\frac{(k/\sqrt2)\cdot(k/\sqrt2)}{k}=\frac k2$$ Above value proves that maximum value of $BD$ is half the hypotenuse AC. It is fine but I don't want to use this lengthy proof by calculus .
My question:
Is there any simple or easy proof by using trigonometry, geometry, or other way?







However, I wanted to not make that assumption yet, and it turns out that there is an Euler proof called the Geometric Mean Theorem already. It's on Wikipedia. I used the Pythagorean Theorem method, but you can see from the page that there are several other ways.
– magnetar Jun 18 '20 at 07:14