Power Series - Finding x values for which the series equals a certain number

In summary: I'm a bit rusty on my rules for ln's and e's, but I'll give it a shot. I think I understand the general premise now. I take the power series, differentiate it and then find a formula for it. If I integrate that formula, that will go back and give me the formula for the original series, right? Now I can set that formula equal to whatever value of k I want and find x. If that x is within the interval of convergence, which I believe is (-1, 1] here, then that exists as a solution. If the x value lies outside of that interval, then the solution does not exist for that value of k.
  • #1
Illania
26
0

Homework Statement



Given [itex]x-\frac{x^2}{2}+\frac{x^3}{3}-\frac{x^4}{4}+... = k[/itex], are there any values of x for the values [itex]k = -100, \frac{1}{2}, 100[/itex]?

Homework Equations




The Attempt at a Solution


I started by finding that the series is [itex]\Sigma^{\infty}_{n=1} \frac{(-1)^{n+1}x^n}{n} = k[/itex]. I then used the ratio test to find that the radius of convergence = R = 1. I'm not really sure where to go from here though. I'm hoping someone can point me in the right direction as to how I can begin to find out if there are any values of x so that the series equals either -100, [itex]\frac{1}{2}[/itex], or 100.
 
Physics news on Phys.org
  • #2
Illania said:

Homework Statement



Given [itex]x-\frac{x^2}{2}+\frac{x^3}{3}-\frac{x^4}{4}+... = k[/itex], are there any values of x for the values [itex]k = -100, \frac{1}{2}, 100[/itex]?

Homework Equations




The Attempt at a Solution


I started by finding that the series is [itex]\Sigma^{\infty}_{n=1} \frac{(-1)^{n+1}x^n}{n} = k[/itex]. I then used the ratio test to find that the radius of convergence = R = 1. I'm not really sure where to go from here though. I'm hoping someone can point me in the right direction as to how I can begin to find out if there are any values of x so that the series equals either -100, [itex]\frac{1}{2}[/itex], or 100.

Welcome to PF, Illania! :smile:

Easiest would be to find the sum first.
Afterward we would need to consider in which cases that sum is valid, depending on the radius of convergence.

Suppose we define the function ##f(x)=x-\frac{x^2}{2}+\frac{x^3}{3}-...##.

Can you say what f'(x) is?
Can you sum it?
And integrate it?
 
  • #3
I like Serena said:
Welcome to PF, Illania! :smile:

Easiest would be to find the sum first.
Afterward we would need to consider in which cases that sum is valid, depending on the radius of convergence.

Suppose we define the function ##f(x)=x-\frac{x^2}{2}+\frac{x^3}{3}-...##.

Can you say what f'(x) is?
Can you sum it?
And integrate it?

Thanks for the welcome. Everyone here seems very helpful so far.

I've found that [itex]f'(x) = \Sigma^{∞}_{n=1}(-1)^{n+1}x^{n-1}[/itex]
However, I'm not sure what you mean by summing it.
 
  • #4
Let's write it as

##f'(x)=1-x+x^2-x^3+...##

This is a geometric series.
Do you know what the sum is of a geometric series?
 
  • #5
I like Serena said:
Let's write it as

##f'(x)=1-x+x^2-x^3+...##

This is a geometric series.
Do you know what the sum is of a geometric series?

The sum of a geometric series is [itex]\frac{a}{1-r}[/itex], so would the sum here just be [itex]\frac{1}{1+x}[/itex]? How do you account for the [itex](-1)^{n+1}[/itex] in the sum?
 
  • #6
Illania said:
The sum of a geometric series is [itex]\frac{a}{1-r}[/itex], so would the sum here just be [itex]\frac{1}{1+x}[/itex]? How do you account for the [itex](-1)^{n+1}[/itex] in the sum?

Yep.

The [itex](-1)^{n+1}[/itex] is included in the geometric series.
It is actually:
$$f'(x)=1+(-x)+(-x)^2+(-x)^3+...=\frac{1}{1-(-x)}=\frac{1}{1+x}$$
 
  • #7
I like Serena said:
Yep.

The [itex](-1)^{n+1}[/itex] is included in the geometric series.
It is actually:
$$f'(x)=1+(-x)+(-x)^2+(-x)^3+...=\frac{1}{1-(-x)}=\frac{1}{1+x}$$

Now, I know that the radius of convergence is the same for the series and its derivative, but how does the sum of the derivative of a series relate to the sum of the series itself?
 
  • #8
Integrate?
 
  • #9
I like Serena said:
Integrate?

Integrating the original series, I got [itex]\Sigma^{∞}_{n=1}\frac{(-1)^{n+1}x^{n+1}}{n^2+n}[/itex]

I'm still not quite sure I see the connection between everything.
 
  • #10
Illania said:
Integrating the original series, I got [itex]\Sigma^{∞}_{n=1}\frac{(-1)^{n+1}x^{n+1}}{n^2+n}[/itex]

I'm still not quite sure I see the connection between everything.

f(x) represents the sum that you are looking for.

We know now that:

$$f'(x) = \frac {1} {1+x}$$

What do you get if you integrate this equality?
 
  • #11
I like Serena said:
f(x) represents the sum that you are looking for.

We know now that:

$$f'(x) = \frac {1} {1+x}$$

What do you get if you integrate this equality?

I believe it should be [itex]ln|1+x|[/itex].
 
  • #12
Illania said:
I believe it should be [itex]ln|1+x|[/itex].

Yes. Good!

So we have ##f(x)=\ln|1+x|=k##.
(Btw, we should also have an integration constant, but that turns out to be zero.)

Can you find an x if ##k=-100,\frac 12,100##?
And is that x within the radius of convergence?
 
  • #13
I like Serena said:
Yes. Good!

So we have ##f(x)=\ln|1+x|=k##.
(Btw, we should also have an integration constant, but that turns out to be zero.)

Can you find an x if ##k=-100,\frac 12,100##?
And is that x within the radius of convergence?

I'm a bit rusty on my rules for ln's and e's, but I'll give it a shot. I think I understand the general premise now. I take the power series, differentiate it and then find a formula for it. If I integrate that formula, that will go back and give me the formula for the original series, right?

Now I can set that formula equal to whatever value of k I want and find x. If that x is within the interval of convergence, which I believe is (-1, 1] here, then that exists as a solution. If the x value lies outside of that interval, then the solution does not exist for that value of k.

Does this sound right?
 
  • #14
Illania said:
I'm a bit rusty on my rules for ln's and e's, but I'll give it a shot. I think I understand the general premise now. I take the power series, differentiate it and then find a formula for it. If I integrate that formula, that will go back and give me the formula for the original series, right?

Now I can set that formula equal to whatever value of k I want and find x. If that x is within the interval of convergence, which I believe is (-1, 1] here, then that exists as a solution. If the x value lies outside of that interval, then the solution does not exist for that value of k.

Does this sound right?

Yes. :approve:
 
  • #15
I like Serena said:
Yes. :approve:

Great! Thanks so much for the help. It's really important to me that I understand exactly why something is being done and you've been a huge help with that. Now I just have to see if I can find these values of x :tongue:.
 
  • #16
Sounds like a good plan!
 
  • #17
Ok, ok, one more question!

After using the ratio test to find the radius of convergence, I say that [itex]|x| < 1[/itex], so [itex]-1 < |x| < 1[/itex]. For the interval of convergence, I found that the series diverges for -1 and converges for 1. For k = -100, I found that [itex] x = \frac{1}{e^{100}} - 1 = -1[/itex]. Now, -1 is not in the interval of convergence since it diverges there, but do I take the absolute value of x there and say that it is within the interval?
 
  • #18
You are slightly off.

From ##|x| < 1## you should get that ##-1<x<1##.
Furthermore ##x=\frac 1{e^{100}}-1>-1##, so for k=-100 the corresponding value of x is within the interval.
 
Last edited:
  • #19
I like Serena said:
You are slightly off.

From ##|x| < 1## you should get that ##-1<x<1##.
Furthermore ##x=\frac 1{e^100}-1>-1##, so for k=-100 the corresponding value of x is within the interval.

Can you explain why [itex]\frac{1}{e^{100}} - 1 \neq -1[/itex]?
 
  • #20
Illania said:
Can you explain why [itex]\frac{1}{e^{100}} - 1 \neq -1[/itex]?

Because ##\frac 1{e^{100}}## is not zero. It is a very small positive value.

Suppose it would be something like 0.0001.
Would you say that ##0.0001 - 1 = -1##?
 
  • #21
I like Serena said:
Because ##\frac 1{e^{100}}## is not zero. It is a very small positive value.

Suppose it would be something like 0.0001.
Would you say that ##0.0001 - 1 = -1##?

I see the mistake I made in my work when I was subtracting. Thanks again for the help.
 
  • #22
Illania said:
I see the mistake I made in my work when I was subtracting. Thanks again for the help.

Sure!
Anyway, I'm off to bed now. :zzz:
 

1. How do you find the x values for which a power series equals a certain number?

To find the x values for which a power series equals a certain number, you need to set the series equal to the desired number and solve for x. This can be done algebraically or by using a graphing calculator.

2. What is the formula for a power series?

The formula for a power series is ∑(n=0 to ∞) an(x-c)n, where an represents the coefficient of each term, c is the center of the series, and x is the variable.

3. Can a power series have more than one value for x that makes it equal a certain number?

Yes, a power series can have multiple values for x that make it equal a certain number. This is because a power series is an infinite series and can have an infinite number of terms. Therefore, there can be multiple x values that satisfy the equation.

4. What is the importance of finding x values for a power series?

Finding the x values for a power series allows us to understand the behavior of the series and its relationship to the desired number. It also helps us determine the convergence or divergence of the series and its radius of convergence.

5. Are there any specific techniques for finding x values for a power series?

Yes, there are several techniques for finding x values for a power series, such as substitution, differentiation, and integration. These techniques can help simplify the series and make it easier to find the x values that satisfy the equation.

Similar threads

  • Calculus and Beyond Homework Help
Replies
1
Views
259
  • Calculus and Beyond Homework Help
Replies
2
Views
189
  • Calculus and Beyond Homework Help
Replies
2
Views
711
  • Calculus and Beyond Homework Help
Replies
2
Views
738
  • Calculus and Beyond Homework Help
Replies
1
Views
217
  • Calculus and Beyond Homework Help
Replies
3
Views
418
  • Calculus and Beyond Homework Help
Replies
7
Views
1K
  • Calculus and Beyond Homework Help
Replies
5
Views
489
  • Calculus and Beyond Homework Help
Replies
9
Views
2K
  • Calculus and Beyond Homework Help
Replies
12
Views
2K
Back
Top