If m and n are positive integers then show that:$$\left(\frac{mn+1}{m+1}\right)^{m+1} > n^m$$I am new in this Course.So i can't able to think how i start a inequalities question by looking it's pattern.Can anyone help me to explain that Inequalities and Thanks in advance.
How to show that: $\left(\frac{mn+1}{m+1}\right)^{m+1} > n^m$
132 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail AtThere are 4 best solutions below
On
Apply AM-GM inequality for $m$ numbers $n$ and $1$ number $1$ we have the result follows by raising both sides of the inequality to the $m+1$ power.
On
Apply A.M. G.M. $$\frac{\underbrace{n+n+\cdots+n}_{m\ \text{times}}+1}{m+1}\ge (n^m\cdot 1)^{\frac{1}{m+1}}$$ $$\frac{mn+1}{m+1}\ge (n^m\cdot 1)^{\frac{1}{m+1}}$$ $$\left(\frac{mn+1}{m+1}\right)^{m+1}\ge n^m\cdot 1$$
$$\left(\frac{mn+1}{m+1}\right)^{m+1}\ge n^m$$
On
So, I'm not fantastic at writing proofs, but I think you can use a bit of intuition to determine whether this is true.
$$\Biggl(\frac{mn + 1}{m + 1}\Biggl)^{m + 1} > n^m$$
The numerator $(mn + 1)^{m + 1}$ can be expressed as a polynomial of the form $ax^n + bx^{n - 1} + ... + c$. The highest order term in polynomials of that form is the leading term, $ax^n$. Therefore, in $(mn + 1)^{m + 1}$, the term $(mn)^{m + 1}$. Because it grows faster than all other terms, you can regard it to be an approximation of the result of the numerator. The same reasoning can be applied to the denominator. Therefore, we get the following expression:
$$\Biggl(\frac{(mn)^{m + 1}}{m^{m + 1}}\Biggl)$$
Which simplifies to
$$n^{m + 1}$$
Clearly, $$n^{m + 1} > n^m$$
Once again, this proof (if you can call it that?) is not really rigorous, but I think it's an intuitive way to prove it.
As an alternative by induction we have
$$n=1 \implies \left(\frac{m+1}{m+1}\right)^{m+1} \ge 1^m$$
$$\left(\frac{m(n+1)+1}{m+1}\right)^{m+1}=\left(\frac{mn+1}{m+1}+\frac{m}{m+1}\right)^{m+1}\ge \left(n^m+\frac{m}{m+1}\right)^{m+1}\ge n^{m(m+1)}\ge n^m$$