#How do i do binomial expansion
308 messages · Page 1 of 1 (latest)
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close
- Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
What exactly are you interested in? How to calculate the binomial coefficients, or something else?
i wanna know how to expand things such as (x+5)^5 using this method
i am learning in skl this but idk how it works
Oh, easy enough. Like this.
Here C(n, k) = n!/(k! (n - k)!) are the binomial coefficients, which you can also see in Pascal's triangle.
For example:
(x + y)^3 = C(3, 0)x^3 y^0 + C(3, 1)x^2 y^1 + C(3, 2)x^1 y^2 + C(3, 3)x^0 y^3 = x^3 + 3x^2 y + 3xy^2 + y^3
oh ok
i am confused by all the letters like the weird E, and C
is there a simpler explanation cuz i havent even finished skl yet!
That's Σ - capital sigma, not E.
Yes, sum.
Well, binomial coefficients appear in many different places.
yea
at what age do u learn this thing
liek the formula
Probably around grade 7-8 or so.
how old is that in yrs cuz idk wat that is
About 13-14, I believe.
That was quite a while ago for me, so I don't exactly remember.
Oh, that's good. It's a very important topic.
yea
is there antyhing else i need to know apart from: when it is = 0 i can find turning point with it and i can find gradient with it
Well, that's only the necessary condition for an extremum point, not a sufficient one.
"A is a necessary condition for B" means "if B is false, then A is false".
"A is a sufficient condition for B" means "if A is true, then B is true".
Well, probably.
so when i differentiate and sub in x i can find gradient right
and when i make it = to 0 i can find where it turns around
is that how it works
As I said, that's only a necessary condition.
o yea
For example, f(x) = x^3 has a critical point x = 0, but it's not an extremum point.
What is that?
Wait, grade 5 at 15-16 years old?
The grade system seems to also be different, then.
Here first grade is 7-8 years old, I believe.
Or something like that.
yes
ohh ok
is that in america
i need help in this too
No, Russia.
Ah, alright. First, we write the formulas for surface area and volume.
S = 2πr(r + h)
V = πr^2 h
Express h from the formula for S and substitute it into the formula for V.
No need. We can solve this generally.
Yes.
Yes. In other words, h = S/(2πr) - r.
Now we need to substitute it into the expression for V.
how do i get that
o ok
Divide the numerator by denominator term by term.
oh
so wat is the first thing u divide
(S - 2πr^2)/(2πr) = S/(2πr) - 2πr^2/(2πr) = S/(2πr) - r
Well, why not? After all, (a + b)/c = a/c + b/c.
i get it tho now
na i just didnt think to do that
i thought since the numerator has a + or - then u cant eliminate things so i cant simplify it
but now ik u can but it will have the - r at the end
yh i didnt see it that way
Alright. Now, what do you get when you substitute it into the expression for V?
You forgot to distribute π to the second term.
Also, the first term can be simplified.
oh ok i will try
i will write down wat i am doing
im starting with πr(s-2πr^2)/2πr
cuz i didnt write down the siplified one u did
You mean πr^2 (S - 2πr^2)/(2πr)?
Right, So, what can you simplify first?
No, that's not very rational.
or i can divide pi?
Try cancelling by πr first.
can i eliminate pi and r
ok thanks
i forgot about that
now i have r(S-2πr^2)/2
after eliminating πr
Yes. And now we should expand that, as we will need to differentiate it later.
Yes. In other words, V = (S/2)r - πr^3.
Now you can see that we get the desired result in (a) for S = 600π.
o yea
Now, let's do (b).
We have V = (S/2)r - πr^3 and we need to find its maximum value. What do we need to do first?
differentiate it i thini
do i differntiate 300πr-πr^3??
What do you mean?
Oh, yes.
the thing which u multiply its coefficient by power
ohh ok
is that what the d/dx means
the x is the thing im talking abt
Yes, differentiation with respect to x.
It's the function we are differentiating.
Let's get back to our exercise, though. It's 1:33 AM for me now, so it would be good if we finish it now and I can go to sleep.
o ok
yea
i got S/2-3πr^2
after differentiating it once
do i need to differentiate twice now?
No, not yet.
So, to find the critical points, we find the values of r where dV/dr = 0.
o ok
So, solve S/2 - 3πr^2 = 0.
is critical point = turning point?
ok
Well, I don't really use the term "turning point".
Critical point of f(x) is where f'(x) = 0 or doesn't exist.
Extremum point of f(x) is where f(x) has a local maximum or minimum.
is r = root S/6π
ohh ok but in skl we say turning point
Yes. Of course, there is a negative solution, but we don't need it since r is nonnegative.
oh ok
Now, we need to check that this solution corresponds to a maximum point of V.
To do that, find d^2 V/dr^2 first.
yea cuz radius is in cm
Yes.
Yes.
i got -6πr
Yes.
nice
Now, this is, of course, always negative for relevant values of r.
So, whichever critical point we got before is a maximum point.
Thus, r = √(S/(6π)) is a maximum point.
Now, to find the maximum value of V, just substitute that into its expression.
No, we just need the sign.
Well, just substitute r = √(S/(6π)) into V = r((S/2) - πr^2).
Well, if r is positive, -6πr is obviously negative.
ohhh
yea
cuz -6(3)(1)=-18
and it will stay negative
and it cant be negative cuz it is length
i get that now
No, that's not the point.
oh why not
It's the second derivative, its sign shows whether the function is convex up or down.
ohh ok
If d^2 V/dr^2 < 0 at some point r = r0, that means V is convex up there. So, if that point was a critical point, that also means that it is a maximum point.
We did this just to check that it was really a maximum point.
So, what do get when we substitute r = √(S/(6π)) into V = r((S/2) - πr^2)?
so when 2nd derivative is less than 0, it means its a max point
cuz the only direction the graphj goes after is down
hmmm
let me try do that
Note that I factored it because then there is an r^2 inside the second factor, which is nice as we have a square root in r.
what is r((S/2)-πr^2) again
It's V.
No, substitute S later.
Well, not really.
dis wil take me the whoel exam
We are just discussing it.
thats true
Usually it would take about 3-4 minutes.
but if wer werent discussing it i wouldnt know what to do or how it works
Well, you're learning.
Of course it might take a bit longer at first.
Anyway, what did you get?
im almost done
woa i got some long answer
i havent factorised it but its
root(S/6π)x(S/2-π(S/6π))
Yes, good so far. Now, simplify π(S/(6π)) first.
it can be (-Sπ/6π)
Well, you can cancel π.
Well, it was -π(S/6π), so we get -S/6.
Yeah, good! So, V = (S/3)√(S/(6π)).
Now, we can leave it like that, but it's possible to simplify a bit more.
We have S in two places, which isn't too nice.
We can multiply and divide S/3 by 2π: S/3 = 2π(S/(6π)).
Then:
V = (S/3)√(S/(6π)) = V = 2π(S/(6π))√(S/(6π))
oh y do we do that
Then, as x√(x) = x^1 x^(1/2) = x^(1 + 1/2) = x^(3/2), we get:
V = 2π(S/(6π))^(3/2)
And now S is only in one place, which is nicer.
I just used a couple of properties of powers:
- √(x) = x^(1/2)
- x^a x^b = x^(a + b)
So that S/3 turns into S/(6π).
Which is what's under the square root.
ohh
beekxy what year are u in?
but shouldnt ie also be 2π(S)/(S/3)
Where did the extra S come from?
year old
oops
are u doing further maths? why are u learning binomial excpansion already
i meant 2π(s)/3(2π)
yea
im doing that
Yes, and that's 2π(S/(6π)).
furhter maths in y11 is just year 12 maths beta access
ohh ok yea
i find it kinda hard
Anyway, we got V = 2π(S/(6π))^(3/2).
but some are not that hard like tending to infinity
V=2π(600π/(6π))^(3/2)
Right, and how can we simplify?
No, we can't do that.
100 is raised to the power of 3/2, so we have to do that first.
o yea
What is 100^(3/2)?
Well, probably easier to take the root first, then cube it.
But that also works, I guess.
wow
And that's it.
thanks
You're welcome!
this waas very long but helpful
Now I'm going to sleep, as it's 2 AM for me now 😅
As you wish, it isn't really required.