yego.me
💡 Stop wasting time. Read Youtube instead of watch. Download Chrome Extension

Partial sums: formula for nth term from partial sum | Series | AP Calculus BC | Khan Academy


2m read
·Nov 11, 2024

Partial sum of the series we're going from one to infinity summing it up of a sub n is given by, and they tell us the formula for the sum of the first n terms. They say write a rule for what the actual nth term is going to be.

Now to help us with this, let me just create a little visualization here. So if I have a sub 1 plus a sub 2 plus a sub 3, and I keep adding all the way to a sub n minus one plus a sub n, this whole thing, this whole thing that I just wrote out, that is sub sub n. This whole thing is s sub n, which is equal to n + 1 over n + 10.

Now, if I want to figure out a sub n, which is the goal of this exercise, well, I could subtract out the sum of the first n minus one terms. So I could subtract out this, so that is s sub n minus one. And what would that be equal to? Well, wherever we see an n, we'd replace with an n minus one, so it would be n plus 1 over n - 1 + 10, which is equal to n over n + 9.

So if you subtract the red stuff from the blue stuff, all you're going to be left with is the thing that we want to solve for. You're going to be left with a sub n. So we could write down a sub n is equal to s sub n minus s sub n minus one. Or we could write that as equal to this stuff.

So this is n + 1 over n + 10 minus n over n + 9. And this by itself, this is a rule for a sub n. But we could combine these terms, add these two fractions together, and this is actually going to be the case for n greater than one. For n equals 1, s sub one is going to be, well, you can just say a sub one is going to be equal to s sub one.

But then for any other n, we could use this right over here. And if we want to simplify this, well, we can add these two fractions. We can add these two fractions by having a common denominator. So let's see, if we multiply the numerator and denominator here by n + 9, we are going to get so this is equal to n + 1 * n + 9 over n + 10 * n + 9.

And from that, we are going to subtract, let's multiply the numerator and the denominator here by n + 10. So we have n * n + 10 over n + 9 * n + 10.

n + 9 * n + 10, and what does that give us? So let's see, if we simplify up here, we're going to have this is n^2 + 10n + 9, that's that. And then this right over here is n^2 + oh, this is n^2 + 10n, doing that red color, so this is n^2 + 10n.

And remember we're going to subtract this, and so, and we are close to deserving a drum roll. A sub n is going to be equal to our denominator right over here is n + 9 * n + 10, and we're going to subtract the red stuff from the blue stuff.

So you subtract an n from an n squared, those cancel out. Subtract a 10n from a 10n, those cancel out, and you're just left with that blue nine. So there you have it, we've expressed, we've written a rule for a sub n for n greater than one.

More Articles

View All
Illusions of Time
Hey, Vsauce. Michael here. When something becomes part of the past, can it ever truly be experienced again? Obviously, my beard will grow back, but it won’t be the same beard, and it won’t be on the same person. It will be on a slightly older, different M…
Semicolons and complex lists | The colon and semicolon | Punctuation | Khan Academy
Hello grammarians! So, if you’ve ever written a list of items or actions, you know that we use commas to separate the elements of that list. Sometimes, though, our lists get a bit complicated, and we have something called a complex list. When that’s the …
What Is Electricity? (Are You Gonna Be My Girl?)
Go!! 1, 2, 3, a song about ‘lectricity because it powers our lives, makes it possible for us to thrive. Because it powers our lives, makes it possible for us to thrive. Oh, 4, 5, 6, volts of potential difference makes electrons go round if the circuit i…
Wicked Laugh | Wicked Tuna
There’s your balloon ball! Get that! The wicked pissah team fell apart for a little bit, but now we’re running on all cylinders. We had a great week last week; we had a really good time. We caught two fish through at a time on the pizza. We made 16 grand;…
Representatives as delegates, trustees, and politicos | US government and civics | Khan Academy
What we’re going to do in this video is talk about congressional roles. Now, what do I mean by congressional roles? Well, whether someone is a member of the House of Representatives or the Senate, or even one of the state legislatures, there’s different w…
Templating a contract with variables | Intro to CS - Python | Khan Academy
Let’s work together on a program that uses variables and user input. Here’s the problem I’m trying to solve: my friend Deshawn has a catering business, and for each catering job that he takes, he needs to write up a contract between him and the client. Ev…