Sign in
12thPass logo
New chatPYQ LibraryDoubtsRank report
Sign in to see Recents

Your guest activity stays on this device

Sign in to save progress →
Sign in

Sequences and Series question

2008 · Shift 1 · Q36
Guest · filters and generic practice availableBrowsing as a guest · PYQ filters and generic practice are available. Sign in only for personalised features and saved progress.
  1. PYQ Library
  2. /JEE Advanced
  3. /Mathematics
  4. /Sequences and Series
  5. /2008 · Shift 1 · Q36

Sequences and Series question

2008 · Shift 1 · Q36

JEE AdvancedMathematicsSequences and SeriesMultiple correct+4 / −2
Let Sn=∑k=1nnn2+kn+k2{S_n} = \sum\limits_{k = 1}^n {{n \over {{n^2} + kn + {k^2}}}}Sn​=k=1∑n​n2+kn+k2n​ and Tn=∑k=0n−1nn2+kn+k2{T_n} = \sum\limits_{k = 0}^{n - 1} {{n \over {{n^2} + kn + {k^2}}}}Tn​=k=0∑n−1​n2+kn+k2n​ for n=1,2,3,............n=1, 2, 3, ............n=1,2,3,............ Then,
  1. A
    Sn<π33{S_n} \lt {\pi \over {3\sqrt 3 }}Sn​<33​π​
  2. B
    Sn>π33{S_n} \gt {\pi \over {3\sqrt 3 }}Sn​>33​π​
  3. C
    Tn<π33{T_n} \lt {\pi \over {3\sqrt 3 }}Tn​<33​π​
  4. D
    Tn>π33{T_n} \gt {\pi \over {3\sqrt 3 }}Tn​>33​π​
View written solutionFree

Correct answer: A, D

  1. Given sums

We have

Sn=∑k=1nnn2+kn+k2,Tn=∑k=0n−1nn2+kn+k2.S_n=\sum_{k=1}^n \frac{n}{n^2+kn+k^2}, \qquad T_n=\sum_{k=0}^{n-1} \frac{n}{n^2+kn+k^2}.Sn​=k=1∑n​n2+kn+k2n​,Tn​=k=0∑n−1​n2+kn+k2n​.

We need to compare them with

π33.\frac{\pi}{3\sqrt{3}}.33​π​.
  1. Rewrite the general term

Factor out n2n^2n2 from the denominator:

nn2+kn+k2=nn2(1+kn+k2n2)=1n⋅11+kn+(kn)2.\frac{n}{n^2+kn+k^2} =\frac{n}{n^2\left(1+\frac{k}{n}+\frac{k^2}{n^2}\right)} =\frac{1}{n}\cdot \frac{1}{1+\frac{k}{n}+\left(\frac{k}{n}\right)^2}.n2+kn+k2n​=n2(1+nk​+n2k2​)n​=n1​⋅1+nk​+(nk​)21​.

Define

f(x)=11+x+x2.f(x)=\frac{1}{1+x+x^2}.f(x)=1+x+x21​.

Then

Sn=∑k=1n1nf(kn),Tn=∑k=0n−11nf(kn).S_n=\sum_{k=1}^n \frac{1}{n}f\left(\frac{k}{n}\right), \qquad T_n=\sum_{k=0}^{n-1} \frac{1}{n}f\left(\frac{k}{n}\right).Sn​=k=1∑n​n1​f(nk​),Tn​=k=0∑n−1​n1​f(nk​).

So both are Riemann sums for ∫01f(x) dx\int_0^1 f(x)\,dx∫01​f(x)dx.


  1. Monotonicity of f(x)f(x)f(x) on [0,1][0,1][0,1]

Compute derivative:

f′(x)=−1+2x(1+x+x2)2.f'(x)= -\frac{1+2x}{(1+x+x^2)^2}.f′(x)=−(1+x+x2)21+2x​.

For x∈[0,1]x\in[0,1]x∈[0,1], we have 1+2x>01+2x>01+2x>0, hence

f′(x)<0.f'(x)<0.f′(x)<0.

Thus fff is strictly decreasing on [0,1][0,1][0,1].


  1. Interpret SnS_nSn​ and TnT_nTn​ as right and left Riemann sums

Since fff is decreasing:

  • The right-endpoint sum is less than the integral.
  • The left-endpoint sum is greater than the integral.

Now,

Sn=∑k=1n1nf(kn)S_n=\sum_{k=1}^n \frac{1}{n}f\left(\frac{k}{n}\right)Sn​=k=1∑n​n1​f(nk​)

is the right Riemann sum on [0,1][0,1][0,1], so

Sn<∫01dx1+x+x2.S_n<\int_0^1 \frac{dx}{1+x+x^2}.Sn​<∫01​1+x+x2dx​.

And

Tn=∑k=0n−11nf(kn)T_n=\sum_{k=0}^{n-1} \frac{1}{n}f\left(\frac{k}{n}\right)Tn​=k=0∑n−1​n1​f(nk​)

is the left Riemann sum, so

Tn>∫01dx1+x+x2.T_n>\int_0^1 \frac{dx}{1+x+x^2}.Tn​>∫01​1+x+x2dx​.

Therefore it remains to compute the integral.


  1. Evaluate the integral

We need

I=∫01dx1+x+x2.I=\int_0^1 \frac{dx}{1+x+x^2}.I=∫01​1+x+x2dx​.

Complete the square:

x2+x+1=(x+12)2+34.x^2+x+1=\left(x+\frac12\right)^2+\frac34.x2+x+1=(x+21​)2+43​.

So

I=∫01dx(x+12)2+(32)2.I=\int_0^1 \frac{dx}{\left(x+\frac12\right)^2+\left(\frac{\sqrt3}{2}\right)^2}.I=∫01​(x+21​)2+(23​​)2dx​.

Using

∫dxu2+a2=1atan⁡−1(ua),\int \frac{dx}{u^2+a^2}=\frac{1}{a}\tan^{-1}\left(\frac{u}{a}\right),∫u2+a2dx​=a1​tan−1(au​),

we get

I=23[tan⁡−1(2x+13)]01.I=\frac{2}{\sqrt3}\left[\tan^{-1}\left(\frac{2x+1}{\sqrt3}\right)\right]_0^1.I=3​2​[tan−1(3​2x+1​)]01​.

Thus

I=23(tan⁡−1(3)−tan⁡−1(13)).I=\frac{2}{\sqrt3}\left(\tan^{-1}(\sqrt3)-\tan^{-1}\left(\frac{1}{\sqrt3}\right)\right).I=3​2​(tan−1(3​)−tan−1(3​1​)).

Now,

tan⁡−1(3)=π3,tan⁡−1(13)=π6.\tan^{-1}(\sqrt3)=\frac{\pi}{3}, \qquad \tan^{-1}\left(\frac1{\sqrt3}\right)=\frac{\pi}{6}.tan−1(3​)=3π​,tan−1(3​1​)=6π​.

Hence

I=23(π3−π6)=23⋅π6=π33.I=\frac{2}{\sqrt3}\left(\frac{\pi}{3}-\frac{\pi}{6}\right) =\frac{2}{\sqrt3}\cdot \frac{\pi}{6} =\frac{\pi}{3\sqrt3}.I=3​2​(3π​−6π​)=3​2​⋅6π​=33​π​.
  1. Final comparison

From Steps 4 and 5:

Sn<∫01dx1+x+x2=π33,S_n<\int_0^1 \frac{dx}{1+x+x^2}=\frac{\pi}{3\sqrt3},Sn​<∫01​1+x+x2dx​=33​π​,

and

Tn>∫01dx1+x+x2=π33.T_n>\int_0^1 \frac{dx}{1+x+x^2}=\frac{\pi}{3\sqrt3}.Tn​>∫01​1+x+x2dx​=33​π​.

So:

  • A is correct
  • B is incorrect
  • C is incorrect
  • D is correct

  1. Comparison with stored answer

Stored correct answer: A, D

Our derived answer: A, D

They match.

PreviousNext

More from Sequences and Series

  • Suppose four distinct positive numbers a1​,a2​,a3​,a4​ are in G.P. Let b1​=a1​,b2​=b1​+a2​,b3​=b2​+a3​andb4​=b3​+a4​. STATEMENT-1: The numbers b1​,b2​,b3​,b4​…2008 · MCQ
  • Let V r​ denote the sum of the first r terms of an arithmetic progression (A.P.) whose first term is r and the common difference is (2r−1). Let Tr​=Vr+1​−Vr​−2 and Qr​=Tr+1​−Tr​ for r = 1, 2, ...The…2007 · MCQ
  • Let V r​ denote the sum of the first r terms of an arithmetic progression (A.P.) whose first term is r and the common difference is (2r−1). Let Tr​=Vr+1​−Vr​−2 and Qr​=Tr+1​−Tr​ for r = 1, 2, ...T r​…2007 · MCQ
  • Let V r​ denote the sum of the first r terms of an arithmetic progression (A.P.) whose first term is r and the common difference is (2r−1). Let Tr​=Vr+1​−Vr​−2 and Qr​=Tr+1​−Tr​ for r = 1, 2, ...Which…2007 · MCQ
  • Let 75⋯5r7 denote the (r+2) digit number where the first and the last digits are 7 and the remaining r digits are 5 . Consider the sum S=77+757+7557+⋯+75⋯5987. If S=n75⋯5997+m​…2023 · Numerical
  • Let l1​,l2​,…,l100​ be consecutive terms of an arithmetic progression with common difference d1​, and let w1​,w2​,…,w100​ be consecutive terms of another arithmetic progression with common difference d2​…2022 · Numerical
  • Let a1​,a2​,a3​,… be an arithmetic progression with a1​=7 and common difference 8. Let T1​,T2​,T3​,… be such that T1​=3 and Tn+1​−Tn​=an​ for n≥1. Then, which of the following is/are…2022 · Multiple correct
  • For any positive integer n, let Sn : (0, ∞) → R be defined by Sn​(x)=∑olimitsk=1n​cot−1(x1+k(k+1)x2​), where for any x ∈ R, cot−1(x)∈(0,π) and tan−1(x)∈(−2π​,2π​)…2021 · Multiple correct