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