How to build a triangle with same area as a given square, if two of its sides are known?
Build a triangle with same surface as a given square, if two of its sides are known.
Progress
I know that it suffices to build a rectangle with area twice the area of the square. Once I build a rectangle, I choose one side to be one side of the triangle. Then I choose wherever on the parallel side an apex of the triangle. Because, the area will be: $$\text{base}\cdot \text{height}/2 =2l^2/2= l^2 = \text{area of the square}$$
$\endgroup$ 112 Answers
$\begingroup$Given any rectangle $ABCD$ and we want to construct a rectangle with the same area and one side being a fixed length $l$. We do as follow: put a point $E$ on the ray $AB$ such that $AE=l$. Draw $DE$. Then draw a line through $B$ parallel to $DE$ and let it intercept the line $AD$ at $F$. Then $AE$, $AF$ would be the length of the side of the rectangle. Prove this using similar triangle.
So how to use that to do the problem? Let $a,b$ be the required length of 2 side of the triangle. First, double the square by making a copy of itself, so you get a rectangle. Now using the method above, acquire a rectangle $ABCD$ of the same area as twice the square, where $AB=a$. Let the circle centre $A$ radius $b$ intercept the line $CD$ at $E$. Then $ABE$ is the required triangle. This is because the height of the triangle with apex $E$ is the same as $AD$ and we already know the rectangle is twice the original square.
In fact, the fact that you started with a square is completely inconsequential.
$\endgroup$ 3 $\begingroup$Let $S$ be the area of square and $a,b$ sides of triangle we need the angle $C$ of triangle such that $$S=\frac{1}{2}ab\sin C$$from above it is$$C=\arcsin\frac{2S}{ab}$$
$\endgroup$