Solving a complex set of triangles, I think.

travkliewer

New member
Joined
May 22, 2023
Messages
2
It's been decades since I was in school. And Math was my favorite subject. Anyways, I was just trying to solve a simple problem at work, but now it's a vendetta.
Referring to attached image. We know X and Y, but can we figure out and of the other values? I've tried various triangle solving techniques, but like I said, it's been a long time.
 

Attachments

  • Screenshot 2023-05-22 181027.png
    Screenshot 2023-05-22 181027.png
    6.6 KB · Views: 9
a = d and b = c

Given x and y, you would also need one of a, b, c, d, or z

The attached diagram shows two rectangles with identical width (x) and height (y). Note the parallelograms are not the same size.

Parallelogram_rectangle.jpg
 
reference the attached diagram ...

Pythagoras yields (xc)2+y2=a2(x-c)^2+y^2 = a^2

the small right triangle with hypotenuse = c and leg = z is similar to either of the two larger, congruent right triangles
similar triangles have sides in proportion     ay=cz    a=cyz\implies \dfrac{a}{y}=\dfrac{c}{z} \implies a = \dfrac{cy}{z}

substituting for aa in the Pythagoras equation yields
(xc)2+y2=(yz)2c2(x-c)^2 + y^2 = \left(\dfrac{y}{z}\right)^2 \cdot c^2, an equation quadratic in xx.

The grunt work algebra using the quadratic formula yields

c=xz2+yzx2+y2z2y2z2 c = \dfrac{-xz^2 + yz\sqrt{x^2+y^2-z^2}}{y^2-z^2}

of course, c=bc=b and you can find a=da=d


rectangle_parallelogram.jpg
 
Top