What is the mistake in this attempt to prove \sum {\frac{x^n}{n}} = -ln(1-x)?

Click For Summary
SUMMARY

The discussion centers on the mathematical proof of the series identity \(\sum{\frac{x^n}{n}} = -\ln(1-x)\). The user initially misapplies integration and differentiation techniques, leading to an incorrect conclusion. The correct approach involves recognizing the importance of the starting index in the summation. Specifically, the user must adjust the index of summation to accurately derive the logarithmic function from the series.

PREREQUISITES
  • Understanding of infinite series and convergence
  • Familiarity with calculus concepts, specifically differentiation and integration
  • Knowledge of logarithmic functions and their properties
  • Experience with manipulating summation indices
NEXT STEPS
  • Review the properties of power series and their convergence criteria
  • Study the relationship between differentiation and integration of series
  • Learn about the manipulation of summation indices in series
  • Explore the derivation of logarithmic functions from series expansions
USEFUL FOR

Mathematics students, educators, and anyone interested in series convergence and calculus proofs will benefit from this discussion.

talolard
Messages
119
Reaction score
0

Homework Statement



I am trying to show that \sum{ \frac{x^n}{n}} = -ln(1-x)
But I am doing something wrong and I can't find my mistake.
Please find my mistake and let me know what it is.
Thanks

The Attempt at a Solution


set f(x)=\sum {\frac{x^n}{n}}
then f'(x)= \sum {x^n-1}
so xf'(x)=\sum{x^n} = \frac {1}{1-x}
which means that f'(x)=\frac {1}{x} - \frac{1}{1-x}
integrtang we get f(x)=ln|x|-ln|1-x|
which is bad






 
Physics news on Phys.org
The derivative of the function is:

f'(x)=Sum[x^(n-1),{n,1,Infinity}]

which is the same as:

f'(x) = Sum[x^(n),{n,0,Infinity}] = 1/(1-x)

Integrating:

Sum[x^(n+1)/(n+1),{n,0,Infinity}] = - ln(1-x)

which is the same as:

Sum[x^(n)/n,{n,1,Infinity}] = -ln(1-x).

The trick lies in repositioning the starting index.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
8
Views
2K
Replies
12
Views
3K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 8 ·
Replies
8
Views
1K
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K