0
$\begingroup$

I am trying to prove this inequality for real $a$ and $b$ with $0\lt a \lt b \lt 1$ and integer $n \ge 0$:

$$(2n-1)a+b \lt n^2ab+1$$

I tried using induction but that approach failed. Also I tried making the smaller side greater and proving this and making the bigger side smaller and prove that, but neither of them worked. Any ideas?

2 Answers 2

2

we have $$(2n-1)a+b

  • 0
    What if $(1-an^2)$ is negative? Then the product and therefore one of the two summands is negative.2017-01-07
  • 0
    but $$1-b$$ is also negative!2017-01-07
  • 0
    No, since b<1 we have 0<1-b.2017-01-07
  • 0
    one moment i'm thinking2017-01-07
  • 0
    yea that is cleat2017-01-07
  • 0
    now it works i will post my now proof2017-01-07
  • 0
    Now there's a $-b^2$ missing in the numerator of the last fraction, which again makes in more negative2017-01-07
  • 0
    i will have a look at this2017-01-07
  • 0
    no i think it is all ok, which step do you mean?2017-01-07
  • 0
    You just fixed it ;)2017-01-07
  • 0
    thank you for your discussion!2017-01-07
2

The inequality can be rewritten as: $\;ab \,n^2 -2a\,n +a-b+1 \gt 0$.

The quadratic in $n$ has the dominant coefficient positive $ab \gt 0\,$, and its discriminant is negative given that $0 \lt a \lt b \lt 1$:

$$ \frac{1}{4}\Delta = a^2 - ab(a-b+1) = a^2-a^2b-ab(1-b) = a(a-b)(1-b) \;\;\lt\;\; 0 $$

Therefore the inequality holds for all $\forall \,n \in \mathbb{R}\,$ (and in particular for all non-negative integers $n$).

  • 1
    I like the idea of using the discriminant to attempt this problem.2017-01-07