#binomial expansions
51 messages · Page 1 of 1 (latest)
jus do the specific term(s) that would get you to x²
and then compare coefficients
it's gonna go 10, 8, 6, 4, 2, 0
this is so embarrassing im cooked
10C what 🧏♂️
5?
go play roblox
L
Ikr
The coefficients?
10C4
nah the powers
i genuinely hate ncr it grinds my gears sm
,w 10C6
Wait how did you get that
,w expand(x + 1/x)^10
use the formula
It is 10C6
Oh is that symemtiacla
something in the form (x+1/x)^n where n is even will give you even powers decreasing
What
the one with factorials?
u can use that one if u want
it'll probably be easier for this q actually
or
just use ur brain
No it would be 10C6 x^6 * (1/x)^4
other way round
if u do 10C6 u get x^4 * (1/x)^6
giving u x^-2
yes
I never use ncr in binomial expansion I wasconfusing myself
this ones a bit harder to do just straight up, but just straight up substituting into the binomial series makes it alot simpler
[(x+x^{-1})^{10} = \sum_{k=0}^{10} \binom{10}{k} x^{10-2k}]
10-2k = 2 \
k = 4 \
So we calculate:
[\binom{10}{4} (x^6) \left( \frac{1}{x} \right)^4 = 210 x^2]