Math, asked by shivamsahu63066, 8 months ago

For every positive integer n, prove that sqrt(4n+1)<sqrt(n)+sqrt(n+1)<sqrt(4n+2) .Hence or otherwise,prove that sqrt(n)+sqrt(n+1)]=sqrt(4n+1).where [x] denotes the greatest integer not exceeding x​

Answers

Answered by rohitsharma2k613
3

Answer:

We are looking at a property of the square root function f(x) = sqrt(x), x > 0. Now f is concave down (f '' < 0) on x > 0 so (1/2)(f(n) + f(n+1)) < f(1/2(n+(n+1))) by your standard convexity condition (aka as Jensen's Inequality).Simplifying the expression gives the inequality sqrt(n) + sqrt(n+1) < sqrt(4n+2) for all x > 0. It follows that [sqrt(n) + sqrt(n+1)] <= [sqrt(4n+2)]. This is the key result that sets up the rest of the proof.

Let's assume the identity is false and establish a contradiction. Assume that there exists an integer j>0 with [f(j) + f(j+1)] != [f(4j+2)]. Let k=[f(4j+2)]. We have f(j)+f(j+1) < k <= f(4j+2). Squaring the inequalities gives 2j + 1 + 2f(j)f(j+1) < k^2 <= 4j + 2 which rearranges to 2f(j)f(j+1) < k^2 - 2j - 1 <= 2j + 1. Squaring the inequalities again yields 4j^2 + 4j < (k^2-2j-1)^2 <= (2j+1)^2 = 4j^2 + 4j + 1. This last set of inequalities is astonishing since the first and last numbers are consecutive integers. This means that the inner term which is an integer satisfies (k^2 - 2j - 1)^2 = (2j+1)^2 or simplifying, k^2 = 4j + 2. Now perfect squares k^2 = 0 (mod 4) or 1 (mod 4) as can be readily established by squaring even and odd numbers (if n=2m n^2=4m^2 and if n=2m+1 then n^2=4(m^2+m)+1). Hence we have the contradiction we require which establishes the desired result.

Step-by-step explanation:

Similar questions