Does X2 include x^0 once or twice in the sum?

  • Context: Undergrad 
  • Thread starter Thread starter 3.14lwy
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
3.14lwy
Messages
15
Reaction score
0
if
Xn = x^n + x^(n-2) + x^(n-4) + ... + 1/[x^(n-4)] + 1/[x^(n-2)] + 1/(x^n)
(where n is a non-negative integer)

then ,

X1 = x + 1/x

X3 = x^3 + x + 1/x + 1/(x^3)



What s the value of X2??

X2 = x^2 + x^0 + 1/(x^2) = x^2 + 1 + 1/(x^2)

or X2 = x^2 + x^0 + 1/(x^0) + 1/(x^2) = x^2 + 1 + 1 + 1/(x^2)
?
 
Mathematics news on Phys.org
In your definition you decreased the power of x by 2 each time, so:

[tex]x2 = x^2 + x^0 + x^{-2} = x^2 + 1 + \frac{1}{x^2}[/tex]

For [itex]x \neq 0[/itex]