Mathematica solution with an imaginary part

  • Context: Mathematica 
  • Thread starter Thread starter ehrenfest
  • Start date Start date
  • Tags Tags
    Imaginary Mathematica
Click For Summary

Discussion Overview

The discussion revolves around the presence of an imaginary part in the result of a summation involving the sine function in Mathematica. Participants explore the behavior of the expression Sum[Sin[n 6]/2^n, {n, 1, Infinity}] and seek clarification on the output generated by the software.

Discussion Character

  • Technical explanation, Debate/contested

Main Points Raised

  • One participant asks for an explanation regarding the imaginary part in the result of the summation in Mathematica.
  • Another participant suggests that the expression can be simplified using the FullSimplify command.
  • Some participants reiterate that the expression Sin[n 6] / 2^n can be represented as 2^-n * Sin[n 6], implying a relationship between the terms.
  • A later reply questions the significance of the representation without providing further clarification.

Areas of Agreement / Disagreement

Participants express differing views on the significance of the imaginary part and the implications of the mathematical representation, indicating that the discussion remains unresolved.

Contextual Notes

There may be limitations in understanding the behavior of the summation due to assumptions about the convergence and the properties of the sine function in the context of complex numbers.

ehrenfest
Messages
2,001
Reaction score
1
Can someone please explain why the result of the following has an imaginary part when I put it into mathematica 6.0?

Code:
Sum[Sin[n 6]/2^n, {n, 1, Infinity}]
 
Physics news on Phys.org
Because
Code:
Sin[n 6] / 2^n
is
Code:
2^-n * Sin[n 6]
 
Wrap it in a full simplify command:

Code:
FullSimplify[Sum[Sin[n 6]/2^n, {n, 1, Infinity}]]
 
DeepakS said:
Because
Code:
Sin[n 6] / 2^n
is
Code:
2^-n * Sin[n 6]

So what?
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 19 ·
Replies
19
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K