I have a rectangle with a swivel point along the left edge at the midpoint between the top and bottom of the rectangle. The swivel point will be the point "a", the bottom right corner is point "b", the top right corner is point "d" and the point on the right edge equidistant between point "b" and "d" is point "f". I need to know the length from point "a" to point "f" under the follow constraints as the rectangle is pivoted upwards with point "a" being fixed. The original length of the rectangle is unknown but there are some known endpoints.
As the rectangle pivots upwards a triangle will be formed with points "a" "b" and "c". Point "c" is below the rectangle on the line that line segment "af" was originally on prior to pivoting up. The vertex "acb" is a 90-degree angle and the length between points "a" and "c" is known. Along line segment "ac" is point "e". Point "e" forms a triangle with points "a" and "d".The vertex "aed" is a 90-degree angle and the length of "ed" is known. How do I find the length between points "a" and "f"?
I've tried to look at all the triangles formed from the lines. I know if I figured out a single triangle everything else would fall into place. With the parallel lines that the points fall on the problem feels like there should be some known relationships but I can't figure it out.
