There's a square shaped grass field and there's a rope in of the corners and a sheep tied to that rope. The rope is so long that the sheep can eat 90% of the field's grass. How long, compared to the diagonal of the square (in percents, accuracy of two numbers will suffice, e.g. 86%) is the rope? This problem requires a numerical answer.
I've tried using proportionality, in a way that the diagonal corresponds to 100% of the area, and the asked portion of the diagonal corresponds to 90% of the diagonal, but it got me nowhere. I also tried solving it by calculating areas under curves by integrating, but I soon realized there's really no way to do that (at least I couldn't find any way to make it work).


Center the field at $(0,0)$ and put the corners at $(\pm1, \pm 1)$ so the area of the field is $4$.
Let the length of the rope by $r$. If $r \le 1$ then the area grazed by the sheep $\le\pi < 0.9\cdot4$. So $r > 1$. So the circle described by $r$ will have parts that are outside the field. Let the area of one of these be $A(r)$ and the area grazed by the sheep will be $\pi\cdot r^2 - 4A(r) = 0.9\cdot 4 = 3.6$. So we have to find the value or $A(r)$.
We'll find the area of the top one. The one above $y=1$.
The area is described by an arc of the circle $x^2 + y^2 = r^2$. So we want to find the area under the curved bounded by $y=1$. If $y=1$, $x= \pm\sqrt{r^2 - 1}$ So we need to integrate $y= \sqrt{r^2 - x^2}$ from $ \sqrt{r^2 - 1}$ to $-\sqrt{r^2 - 1}$. That'll be $A(r)$.
Solve for $r$. Express are in terms of the diagonal. And you are done.