-1

$A=\{x+\frac{1}{x}:x \in (0,\infty)\}$

$B=\{x^2+xy^2:-2 \leq x \leq 1, -1 \leq y \leq 1\}$

I understand the what it means for a set to be bounded above and below, but how would I go about proving this rigourously?

Magdiragdag
  • 15,049
beep-boop
  • 11,595

2 Answers2

0

$A$ obviously isn't bounded as $x$ is not bounded.

  • Right, but what about showing that B is bounded? Obviously, since each of x and y is bounded, then the subset is bounded, but how do I show this rigourously? – beep-boop Feb 08 '14 at 15:50
0

For B, note that we have $\left|x\right| \leq 2, x^2 \leq 4$ and $y^2 \leq 1$. Thus we get

$\displaystyle\left|x^2 + xy^2\right| \leq \left|x^2 \right| + \left|xy^2\right| \leq 4 + 2 \times 1 = 6$

That means that e.g. $B$ is contained in $(-10, 10)$.

EDIT:

$B$ is bounded below by $-\frac{1}{4}$: assume $x < 0$ (if $x \geq 0$ then $x^2 + xy^2 \geq 0$). Then from $y^2 \leq 1$, multiplying both sides by $x$, we get $xy^2 \geq x$ and thus $x^2 + xy^2 \geq x^2 + x$. Using high school methods we have $x^2 + x \geq -\frac{1}{4}$. (I'm guessing there is a better way to prove this bound but whatever...)

$A$ is bounded below by $2$ because, by AM-GM inequality, we have $x + \frac{1}{x} \geq 2\sqrt\frac{x}{x} = 2$

dani_s
  • 1,610
  • 11
  • 12
  • That makes sense, but I'm not following the last line. Why does that mean that B is contained in that particular interval? – beep-boop Feb 08 '14 at 16:20
  • That was just a random example, but that's sufficient to show that B is bounded. To be more precise it is possible to show that B is exacly the set $[0, 6]$, which is obviously bounded. – dani_s Feb 08 '14 at 16:24
  • Thanks. Two more things: 1) How would I prove that it's bounded below by 0? 2) For A, without any hand-waving or differentiating, how would I show that x is bounded below by 2? – beep-boop Feb 08 '14 at 16:28
  • @user127192 I was actually wrong, it should be $-\frac{1}{4}$ instead of $0$... I have edited my answer :) – dani_s Feb 08 '14 at 17:34