There are a few points worth thinking about when you tackle a problem like this:

Jacqui Eaves made a good attempt at this problem and Andrei Lazanu's work forms the basis of the solution below, well done Andrei.

The solution


First I calculated the angle between two sides of the pentagon.
I used the formula for the sum of angles of a regular polygon, with n sides, that is:

180°(n-2)

For the pentagon, I obtained:


180°(n - 2) = 180°(5 - 2) = 180°*3 = 540°


Therefore the angle in each vertex is 540°
5
= 108°

ÐEAB º ÐABC º ÐBCD º ÐCDE º ÐDEA = 108°

Triangles CDE, DCB and AEB are isosceles (sides of pentagon are one unit)


ÐDEC º ÐDCE º ÐBDC º ÐCBD º ÐAEB º ÐABE = 180° - 108°
2
= 72°
2
= 36°

Then I calculated other sets of equal angles:


ÐDFC º ÐEFB = 180° - 2*36° = 108°

ÐEFD º ÐBFC = 360° - 2*108°
2
= 360° - 216°
2
= 144°
2
= 72°

ÐEDF º ÐBCF = 180° - 36° - 72° = 72°

ÐBEF º ÐEBF = 180° - 108°
2
= 72°
2
= 36°

Here are all the measures of the angles that I obtained:

Angles
Measures

ÐEAB º ÐABC º ÐBCD º ÐCDE º ÐDEA
108°

ÐDEC º ÐDCE º ÐBDC º ÐCBD º ÐAEB º ÐABE
36°

ÐDFC º ÐEFB
108°

ÐEFD º ÐBFC
72°

ÐEDF º ÐBCF
72°

ÐBEF º ÐEBF
36°

The four sided polygon AEFB is a rhombus because it has all sides equal (one unit)

Triangles EFB and DFC are both isosceles, their corresponding angles are equal

I used the following notation:

Using the relationship obtained using the similarity of the triangles, I obtain:

x
1
= 1
r

I know that r = x + 1 because triangle BED is also isosceles.
x and r are the solutions of the following system of two equations:


x
1
= 1
r

x + 1 = r

I calculate the two numbers, x and r , substituting r from the second equation into the first. I obtain an equation of the form:ax 2 + bx + c = 0
Which has the solutions:

x1,x2 =
-b±
Ö

b2-4ac

2a

Solving the equation obtained for x, I obtain successively:


x(x+1) = 1

x2 + x = 1

x2 + x - 1 = 0

a = 1, b = 1 , c = -1

x1 =
-1 +   ___
Ö1+4
 

2
= -1 + Ö5
2
= 1
2
(Ö5 - 1)

x2 = -1Ö5
2

The last solution is not a solution for the problem, because x cannot be negative, but the first one is. So I proved that


x = 1
2
(Ö5 - 1)

Now I calculate r, that is x + 1.


r = x + 1 = Ö5 - 1
2
+ 1 = Ö5 + 1
2

In conclusion:


x = 1
2
(Ö5 - 1)

r = Ö5 + 1
2