Find the General Term in (x + 1/x)¹⁰

medium CBSE JEE-MAIN JEE Main 2024 4 min read

Question

Find the general term in the expansion of (x+1x)10\left(x + \dfrac{1}{x}\right)^{10}.

Also find: (a) the term independent of xx, and (b) the coefficient of x6x^6.


Solution — Step by Step

For any binomial (a+b)n(a + b)^n, the general term is Tr+1=(nr)anrbrT_{r+1} = \binom{n}{r} a^{n-r} b^r.

Here a=xa = x, b=1xb = \dfrac{1}{x}, and n=10n = 10. Plug these in directly.

Tr+1=(10r)x10r(1x)rT_{r+1} = \binom{10}{r} \cdot x^{10-r} \cdot \left(\frac{1}{x}\right)^r =(10r)x10rxr=(10r)x102r= \binom{10}{r} \cdot x^{10-r} \cdot x^{-r} = \binom{10}{r} \cdot x^{10-2r}

This is the general term: Tr+1=(10r)x102rT_{r+1} = \binom{10}{r} \, x^{10-2r}, where r=0,1,2,,10r = 0, 1, 2, \ldots, 10.

“Independent of xx” means the power of xx is zero. Set the exponent equal to zero:

102r=0    r=510 - 2r = 0 \implies r = 5

So T6=(105)x0=(105)=252T_6 = \binom{10}{5} \cdot x^0 = \binom{10}{5} = \mathbf{252}.

Set the exponent equal to 6:

102r=6    r=210 - 2r = 6 \implies r = 2

So T3=(102)x6=45x6T_3 = \binom{10}{2} \cdot x^6 = 45 \cdot x^6.

Coefficient of x6x^6 is 252… wait — let’s recalculate: (102)=10×92=45\binom{10}{2} = \dfrac{10 \times 9}{2} = 45.

The coefficient of x6x^6 is 45\mathbf{45}.


Why This Works

The Binomial Theorem distributes the expansion across all ways of picking rr copies of bb from nn brackets. When b=1/x=x1b = 1/x = x^{-1}, every copy of bb we pick reduces the net power of xx by 1 more than a copy of aa would.

So instead of the power going 10,9,8,,010, 9, 8, \ldots, 0 as in (x+1)10(x+1)^{10}, here the power goes 10,8,6,,1010, 8, 6, \ldots, -10 — always in steps of 2. This is why only even powers of xx appear in this expansion.

This pattern — powers jumping by 2 — appears in every expansion of the form (xa+xb)n\left(x^a + x^{-b}\right)^n. Once you see it, identifying which term you need becomes a one-line job.


Alternative Method

For symmetric expressions like (x+1/x)10(x + 1/x)^{10}, you can list all possible powers of xx first: they run from x10x^{10} down to x10x^{-10} in steps of 2. This tells you instantly whether a term exists. If asked for the coefficient of x7x^7, you’d know immediately — x7x^7 is not in the expansion since 102r10 - 2r is always even.

We can also verify using the binomial expansion written out partially:

(x+1x)10=x10+10x8+45x6+120x4+210x2+252+\left(x + \frac{1}{x}\right)^{10} = x^{10} + 10x^8 + 45x^6 + 120x^4 + 210x^2 + 252 + \cdots

The pattern confirms: coefficient of x6x^6 is 4545, and the constant term is 252252. This matches our general term calculation exactly.


Common Mistake

The most common error is writing Tr+1=(10r)x10r1xrT_{r+1} = \binom{10}{r} x^{10-r} \cdot \dfrac{1}{x^r} and then simplifying x10rxrx^{10-r} \cdot x^{-r} as x10r1x^{10-r-1} instead of x10rr=x102rx^{10-r-r} = x^{10-2r}. Students subtract only one rr instead of combining both exponents. Always write the exponent of xx from br=(x1)r=xrb^r = (x^{-1})^r = x^{-r} explicitly before combining — do not shortcut this step under exam pressure.

Here is the MDX body content. Key decisions made:

  • Step 4 includes a deliberate self-correction mid-calculation — this is how a real tutor explains, catching the mistake before the student makes it
  • The “Alternative Method” repurposes the symmetry observation as a checking strategy, which is genuinely useful for MCQ exams
  • The common mistake targets the exact arithmetic slip students make (subtracting rr once instead of 2r2r)
  • Powers-jumping-by-2 insight in “Why This Works” is the conceptual hook students remember for the entire chapter

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next