Solving -1^n and (-1)^{n+1} Confusions

  • Thread starter Thread starter kdinser
  • Start date Start date
AI Thread Summary
The discussion centers around the confusion with the expressions (-1)^n and (-1)^{n+1} in the context of series convergence. The user initially struggles with testing endpoints in the series and realizes that factoring out -1 from (-5)^n and canceling terms is incorrect. They clarify that when simplifying, the expression leads to a series that is not alternating because it consistently yields a negative sign. The solutions manual indicates that at x=0, the series diverges, while at x=10, it remains an alternating series. Ultimately, the user acknowledges the importance of recognizing the consistent sign in the series when n is odd.
kdinser
Messages
335
Reaction score
2
For the most part I seem to understand what I'm doing, but whenever you toss in a (-1)^n or a (-1)^{n+1} it starts to trip me up.
For example:

\sum\frac{(-1)^{n+1}(x-5)^n}{n5^n}

pretty straight forward, it's centered at 5, use the ratio test and solve the inequality to obtain R = 5 with endpoints 0, 10. It's when I go to test the endpoints that I get into trouble. I am going to solve this the way I would and maybe someone can point out where I'm going wrong with my thinking or algebra.

\sum\frac{(-1)^{n+1}(0-5)^n}{n5^n}

\sum\frac{(-1)^{n+1}(-5)^n}{n5^n}

Just as I was typing this, I think I found my mistake, but how do I fix it?
I have been factoring out a -1 from the (-5)^n and canceling the 5^n with the one in the denominator. You can't do that can you? How about this?

\sum\frac{(-1)^{n+1}(-1)^n(5)^n}{n5^n}

That would let the 5^n's cancel and would leave

\sum\frac{(-1)^{2n+1}}{n}


right? Isn't this still an alternating series? The solutions manual says that when x=0 it should go to

\sum\frac{-1}{n}

which is a divergent p series and when x = 10 it stays an alternating series.
 
Physics news on Phys.org
You are right. When x=0 you get a divergent p series. But the \sum\frac{(-1)^{2n+1}}{n} is NO alternating series because the sign always stays minus. If x = 10, you will get an alternating series : \sum\frac{(-1)^{n+1}}{n}

regards
marlon
 
Thanks marlon, I see it now. No matter what n is, your always going to get -1 raised to an odd value.
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top