Am I doing this series right? (arithmetic question but calc)

  • Thread starter Thread starter Rijad Hadzic
  • Start date Start date
  • Tags Tags
    Series
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
8 replies · 2K views
Rijad Hadzic
Messages
321
Reaction score
20

Homework Statement


I have series

[itex]\sum_{n=1}^\infty (1/n)(2^n)(-1/2)^n[/itex]

Homework Equations

The Attempt at a Solution



So trying to do the solution

[itex](1/n)(2^n)(-\frac {1^n}{2^n})[/itex]

since 1^n is going to be one for all values of n, can I say,

[itex](1/n)(2^n)(-\frac {1}{2^n})[/itex]

then

[itex](1/n)(\frac{2^n}{-2^n})[/itex]

then that gives me
[itex](1/n)(-1)[/itex]

and I know 1/n is divergent, but this answer is wrong? The reason I think its wrong is because I can't consider 1^n as just one, correct? But even if I do still consider [itex]1^n[/itex] as [itex]1^n[/itex] instead of just [itex]1[/itex], my answer is [itex](1/n)(-1)(1^n)[/itex] which is different from [itex](1/n)(-1^n)[/itex]

If I go

[itex](1/n)(\frac{2^n}{-2^n}) (1^n)[/itex]

I get

[itex](1/n)(-1)(1^n)[/itex]

But this is still divergent.

If I go from

[itex](1/n)(\frac{2^n}{2^n}) (-1^n)[/itex]

I get [itex](1/n)(1)(-1^n)[/itex]

which is convergent according to the alternating series test which is the answer.

I just don't understand when I have

[itex](1/n)(\frac{2^n}{-2^n}) (1^n)[/itex]

how I don't get the same answer, because I get

[itex](1/n)(-1) (1^n)[/itex]

which is different from

[itex](1/n)(-1^n)[/itex]

why would it matter if you take the negative sign with the denominator or the numerator?
 
Physics news on Phys.org
Or if I'm here

[itex]\sum_{n=1}^\infty (1/n)(2^n)(\frac {-1}{2})^n[/itex]

then go

[itex]\sum_{n=1}^\infty (1/n)(2^n)(\frac {-1^n}{2^n})[/itex]

and multiply straight out

[itex]\sum_{n=1}^\infty (1/n)(\frac {(2^n)(-1^n)}{2^n})[/itex]

I get [itex]\sum_{n=1}^\infty (1/n)(-1)^n[/itex] which is convergent.

I just don't understand why I can't go from [itex](1/2)^n[/itex] to [itex](1^n) * (1/2^n)[/itex]

for example, if I go from

[itex]\sum_{n=1}^\infty (1/n)(\frac {(2^n)(1^n)}{-2^n})[/itex]

to

[itex]\sum_{n=1}^\infty (1/n)(-(1^n))[/itex]

I get a completely different answer.

One alternates from negative to positive, the other is negative all the time...
How am I suppose to know if the negative is on the bottom or top??
 
Rijad Hadzic said:

Homework Statement


I have series

[itex]\sum_{n=1}^\infty (1/n)(2^n)(-1/2)^n[/itex]

Homework Equations

The Attempt at a Solution



So trying to do the solution

[itex](1/n)(2^n)(-\frac {1^n}{2^n})[/itex]

since 1^n is going to be one for all values of n, can I say,

[itex](1/n)(2^n)(-\frac {1}{2^n})[/itex]

then

[itex](1/n)(\frac{2^n}{-2^n})[/itex]

then that gives me
[itex](1/n)(-1)[/itex]

and I know 1/n is divergent...
why would it matter if you take the negative sign with the denominator or the numerator?
Your problem comes from assuming that ## \frac {2^n} {-2^n} ## will cancel out to be -1 for all values of n.
When n is even, the denominator is positive, so you have 1, and when n is odd you do get -1, so it alternates between 1 and -1.
 
scottdave said:
Your problem comes from assuming that ## \frac {2^n} {-2^n} ## will cancel out to be -1 for all values of n.
When n is even, the denominator is positive, so you have 1, and when n is odd you do get -1, so it alternates between 1 and -1.

Thanks a lot bro. That makes so much sense.
 
Rijad Hadzic said:

Homework Statement


I have series

[itex]\sum_{n=1}^\infty (1/n)(2^n)(-1/2)^n[/itex]
You're making this harder than it needs to be. ##2^n(-1/2)^2 = 2^n(1/2)^n(-1)^n = (-1)^n##.
I'm using the fact that ##(ab)^n = a^n b^n## to write ##(-1/2)^2## as ##(-1)^n## times ##(1/2)^n##.
 
Could someone please explain me what is this [itex]written almost every where in this question, because of that I am unable to understand the question[/itex]
 
jishnu said:
Could someone please explain me what is this [itex]written almost every where in this question, because of that I am unable to understand the question[/itex]
[itex]These are LaTeX tags. Under ordinary circumstances, you shouldn't be seeing them, as the browser uses them to display mathematics symbols.<br /> <br /> See our LaTeX tutorial here -- <a href="https://www.physicsforums.com/help/latexhelp/" class="link link--internal">https://www.physicsforums.com/help/latexhelp/</a>[/itex]
 
Mark44 said:
These are LaTeX tags. Under ordinary circumstances, you shouldn't be seeing them, as the browser uses them to display mathematics symbols.

See our LaTeX tutorial here -- https://www.physicsforums.com/help/latexhelp/
Thanks for the assistance, this seems a bit complicated for a beginner like me but hoping to cop up with new language (for me) soon... :)