How to calculate the perpendicular on the diagonal of a rectangle with sides $2$ and $\sqrt2$ ?
I've already calculated the diagonal by using Pythagorean theorem which is $\sqrt 6$. Then I didn't know which technique I need to use to calculate the perpendicular that goes from the right angle to the diagonal.
Can someone give me a hint?
Draw a picture. Label the perp, $x$. The short distance for along the diagonal from corner to the point where the perp interseccts the diagonal as $y$, the rest of the diagonal as $z$ so that $y + z = \sqrt{6}$.
By similar triangles you have $x/\sqrt{2} = y/2 = \sqrt{2}/\sqrt{6}$. And $y/\sqrt{2} = z/2 = 2/\sqrt{6}$ Solve for $x$.
By pythagorean theorem you have $x^2 + y^2 = \sqrt{2}^2$; $y^2 + z^2 = 2^2$; (and $2^2 + \sqrt{2}^2 = \sqrt{6}^2$-- but you already did that...). Solve for $x$.
You have way more than enough to finish.