1
$\begingroup$

Let $f:\left]-1,\infty\right[ \to \mathbb{R}$ be defined by $$f(x) := \frac{1}{1+x \cdot |x|} .$$ I want to prove that $f$ is not bounded above.

Here is my attempt: I assume that $f$ is upper bound by $k$:

$$\exists k \gt 0 : f(x) \le k \qquad x \in \left]-1, \infty\right[ $$

$$\Rightarrow \qquad \frac{1}{1+x\cdot\left|x\right|} \le k .$$

But at this point I don't know how to proceed. I can't find the contradiction.

  • 1
    I believe what you are trying to show is that the function $f(x) = \frac{1}{1 + x|x|}$ has no upper bound on the interval $(-1,\infty)$ (and yes I hate the notation $]a,b[$, despite how overloaded the parentheses notation is!). Anyways, is that what you are trying to show?2011-11-25
  • 0
    Could you be a bit more precise about what it is you're trying to prove, please? You want your $f$ to be an upper bound _for what?_2011-11-25
  • 1
    Graph the function, or if that is difficult have software do it for you. You will find that $f(x)$ is awfully big just to the right of $x=-1$. You should be able to translate that intuitive knowledge into a proof of the level of formality appropriate for your course.2011-11-25
  • 0
    @JavaMan : Yes.2011-11-25
  • 0
    @André Nicolas: I think I have to prove it by finding a contradiction.2011-11-25
  • 0
    How can I finish my approach?2011-11-25

3 Answers 3

5

If $x<0$, then

$$ \frac{1}{1+x|x|}=\frac{1}{1-x^2}. $$

You can make $\frac{1}{1-x^2}$ as large as you wish by selecting $x$ to be sufficiently close to $-1$.

  • 0
    I think I have to prove this by pointing out a contradiction.2011-11-25
  • 0
    @mcb: Is this a specific assignment for a class demanding that you use contradiction? With my formula above you can explicitly find an $x$ such that $f(x)$ is larger than $M$ for any $M>0$.2011-11-26
1

We show that $f$ has no upper bound on $(-1,0)$, because we work with negative values you can simplify your equation to

$$f(x)=\frac{1}{1-x^2}$$

assume that $f$ is bounded by some $k > 2$ then we have that

$$-\frac{\sqrt{k}}{\sqrt{k+1}} \in (-1,0)$$ but $f(-\frac{\sqrt{k}}{\sqrt{k+1}})=k+1$ a contradiction.

  • 0
    How did you know it would be between -1 and 0?2011-11-25
  • 2
    Certainly its negative and certainly the denominator is bigger than the nominator.2011-11-25
1

x|x|=-1 has one root that's x=-1 so lim f(x)=1/(1+x|x|) when x-->-1 goes to ∞