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

Worked example: alternating series | Series | AP Calculus BC | Khan Academy


2m read
·Nov 11, 2024

What are all positive values of P such that the series converges?

So let's see, we have the sum from n equal 1 to infinity of ((-1)^{n + 1} \frac{p}{6^{n}}).

There's a couple of things that might jump out at you. This ((-1)^{n + 1}) as (n) goes from 1 to 2 to 3, this is just going to alternate between positive 1, negative 1, positive 1, negative 1. So we're going to have alternating signs, so that might be a little bit of a clue of what's going on.

Actually, let's just write it out. This is going to be

  • when (n = 1), this is going to be (1^{2}), so it's going to be positive 1, so it's going to be (\frac{p}{6});
  • when (n = 2), this is going to be (1^{3}), so it's going to be minus (\frac{p}{6^{2}});
  • then plus (\frac{p}{6^{3}});
  • and I could even write (\frac{p}{6^{1}}) right over here;
  • then minus (\frac{p}{6^{4}})
  • and we're going to just keep going plus minus on and on and on and on forever.

So this is clearly a classic alternating series right over here. We can actually apply our alternating series test. Our alternating series test tells us that if this part of our expression, the part that is not alternating in sign, I guess you could say, if this part of the expression is monotonically decreasing, which is just a fancy way of saying that each successive term is less than the term before it.

And if we also know that the limit of this as (n) approaches infinity, that also has to be equal to zero. So the limit as (n) approaches infinity of (\frac{p}{6^{n}}) also has to be equal to zero.

So under what conditions is that going to be true? Well, to meet either one of those conditions, (\frac{p}{6}) has to be less than 1. If (\frac{p}{6}) was equal to 1, if for example (P) was 6, well then we wouldn't be monotonically decreasing. Every term here would just be one. It would be (1^{1}), (1^{2}), and on and on and on.

And if (p) is greater than 6, well then every time we multiply by (\frac{p}{6}) again we would get a larger number over and over again, and the limit for sure would not be equal to zero.

So we could say (\frac{p}{6}) needs to be less than 1. Multiply both sides by 6 and you get (P) needs to be less than 6.

They told us for what are all the positive values of (P). So we also know that (P) has to be greater than zero. Therefore, (p) is greater than zero and less than six, which is that choice right over here.

Once again, we're not going to say less than or equal to six, because if (P) was equal to six, this term is going to be (1^{n}) and so we're just going to have this. Would be one, this would be one. It would be 1 minus 1 plus 1 and on and on and on forever.

So definitely like that first choice.

More Articles

View All
Worked example: separable differential equation (with taking log of both sides) | Khan Academy
Let’s say we need to find a solution to the differential equation that the derivative of y with respect to x is equal to x squared over e to the y. Pause this video and see if you can have a go at it. I will give you a clue: it is a separable differential…
Khanmigo Teacher Story - Ms. Bartsch
What I love most about using Conmigo is it gives me the agency as a teacher to be able to kind of set parameters for my classroom while still giving my students exposure to the AI that’s going to be a huge part of the world that they’re heading towards af…
LearnStorm Growth Mindset: Salon owner on her career journey
My name is Sam Devine. I’m 27 years old and I am a salon owner. My story of becoming a hairstylist was pretty interesting. I had been cutting hair all throughout high school and all of my friends were playing and just having a good time. I never actually …
Filming The Queendoms | National Geographic
My name is Aaron Rainey. I’m a wildlife camera woman, and for the past two and a half years, I’ve been filming wildlife around the globe for the series “Queens.” Every individual connects with nature in their own way, and using a camera can be a way to ex…
Alzheimer's and the Brain
Hey, Vsauce. Michael here. If you have a watch or a clock nearby, take a look at its hour hand. It moves, completing a trip all the way around twice a day. Its motion is too slow to see, but try really look at it right now. Watch how far it travels in on…
Dealing cards with functions | Intro to CS - Python | Khan Academy
Let’s design a program with functions and nested function calls. We want to build a program that lets the user play several different car games. That means every game is going to need to share functionality for dealing a deck of playing cards. The first …