WHAT we want: a formula that gives any term of (a+b)n by plugging in an index, so we can grab (say) the 7th term or the coefficient of x10 without writing out all n+1 terms.
WHY it matters: expanding (x+2)15 fully is 16 terms of pain. If a question only asks for "the coefficient of x9", the general term lets us find it in one line.
HOW a single term forms: to make one term of the product, you walk through all n brackets and, from each, choose either a or b. Suppose you choose b from exactly r brackets. Then:
those r brackets contribute br,
the remaining n−r brackets contribute an−r.
Why this step? Multiplication just picks one term from each bracket; the product is the product of your picks.
The number of different ways to choose which r of the n brackets give the b is ==(rn)==. All those ways give the identical term an−rbr, so they add up:
a=x2,b=x−1,n=12.
Tr+1=(r12)(x2)12−r(x−1)r=(r12)x2(12−r)x−rWhy? We separate the variable powers so we can combine them.
=(r12)x24−2r−r=(r12)x24−3r
Set the exponent to 9:
24−3r=9⇒3r=15⇒r=5Why set equal to 9? We want the term containing x9.
Coefficient=(512)=792
a=2x,b=−x−2,n=9.
Tr+1=(r9)(2x)9−r(−x−2)r=(r9)29−r(−1)rx9−rx−2r=(r9)29−r(−1)rx9−3r
"Independent of x" means exponent =0:
9−3r=0⇒r=3Why 0?x0=1 carries no x.
T4=(39)26(−1)3=84⋅64⋅(−1)=−5376
Recall Feynman: explain it to a 12-year-old
Imagine you have n boxes and each box hides either a red ball (a) or a blue ball (b). To build one "term," you open every box and read what's inside. If you decide "I want exactly r blue balls," you multiply r blues and n−r reds together. But there are many ways to pick which boxes are blue — that count is (rn). So each type of term appears (rn) times: that's exactly (rn)an−rbr. To grab one special term, you don't open all boxes — you just say "how many blues make the power I need?" and jump straight there.
Dekho, jab hum (a+b)n ko expand karte hain, to har term ek hi tarike se banta hai: n brackets me se tumhe kuch me se b lena hai aur baaki me se a. Agar tum r brackets me se b choose karte ho, to br banega aur bache n−r brackets se an−r. Aur "kaunse r brackets me se b lein" iske (rn) tarike hote hain — isliye general term ban jata hai Tr+1=(rn)an−rbr. Isko yaad rakho: powers hamesha add hoke n dete hain.
Sabse important baat — term number r+1 hota hai, r nahi, kyunki r shuru hota hai 0 se. Isliye 5th term chahiye to r=4 lagao, seedha r=5 mat kar dena. Ye galti sabse common hai.
Specific term ya coefficient nikaalne ka trick simple hai: general term likho, variable ki saari power ko ek jagah collect karo, phir jo power question maang raha hai usko exponent ke barabar rakho, aur r solve karo. Jaise "coefficient of x9" chahiye to exponent ko 9 ke equal karo; "term independent of x" chahiye to exponent ko 0 ke equal karo. Yaad rakho jab b me minus sign ho, jaise (−1/x2)r, to usko (−1)rx−2r likho — sign r even/odd par depend karta hai, warna marks kat jaate hain!