I have a set $E = \{x: x^2-x-1 < 0 \}$ for which I need to find the infimum and supremum (and minimum and maximum if exists). I'm not sure how to do it but after some calculation I cam up with $Inf(E) = - \infty \ Sup(E) = \frac{1}{2}$, and there is no minimum nor maximum.
2026-04-04 17:30:11.1775323811
Find the supremum and infimum
662 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
$$x^2-x-1 = (x-\frac{1+\sqrt{5}}{2})(x-\frac{1-\sqrt{5}}{2}) < 0$$
=> $$x \in (\frac{1-\sqrt5}{2},\frac{1+\sqrt5}{2})$$
Therefore E = $(\frac{1-\sqrt5}{2},\frac{1+\sqrt5}{2})$
It's clear that $ \sup E = \frac{1+\sqrt5}{2}$, $\inf E = \frac{1-\sqrt5}{2}$
EDIT: What may obfuscate you is that the supremum is not the x value where f(x) gets maximum. It is the x value in the set E which gives the set a upper boundary.