- #1
JeromePl
- 1
- 0
I got this question and I know a bit on how to start it, but not sure which direction is best:
By considering the power series 1/(1 + x) and 1/(1 - x) show that:
so I do the differentiation - ln(1 + x) = x0 du/1 + u = x - x2/2 + x3/3 - x4/4 ...
which equals - = sigma (upper infinity and lower is k=0) (-1)k xk+1/k+1
and for ln(1 - x) I do the same...
but how do I show this on MATLAB and what else do I need to do?
The next question is then:
Hence show that ln (1+x/1-x) = 2 (x + x3/3 + x5/5 + x7/7...) = 2 sigma (upper is infinity and lower is k = 0) x2k +1/2k +1
then is says determine the range of values of x for which each of the above series will converge.
Next question:
Define Sn(x) and Sin(x) to be partial sums for the infinite series above:
Sn(x) = Sigma (upper is n and lower k = 0 ) (-1)k xk+1/K+1
S'n(x) = 2 Sigma (n is upper and lower k=0) x2k+1/2k +1
for the above write two MATLAB functions. Using suitable values for x construct a table of estimates for ln(2) and the errors En = abs(Sn - ln(2)) and E'n = abs(S'n - ln(2)).
using the table of data, estimate the rate of convergence for the first series Sn.
the estimate how many terms would be needed in each series to ensure an accuracy of 5 decimal places.
By considering the power series 1/(1 + x) and 1/(1 - x) show that:
so I do the differentiation - ln(1 + x) = x0 du/1 + u = x - x2/2 + x3/3 - x4/4 ...
which equals - = sigma (upper infinity and lower is k=0) (-1)k xk+1/k+1
and for ln(1 - x) I do the same...
but how do I show this on MATLAB and what else do I need to do?
The next question is then:
Hence show that ln (1+x/1-x) = 2 (x + x3/3 + x5/5 + x7/7...) = 2 sigma (upper is infinity and lower is k = 0) x2k +1/2k +1
then is says determine the range of values of x for which each of the above series will converge.
Next question:
Define Sn(x) and Sin(x) to be partial sums for the infinite series above:
Sn(x) = Sigma (upper is n and lower k = 0 ) (-1)k xk+1/K+1
S'n(x) = 2 Sigma (n is upper and lower k=0) x2k+1/2k +1
for the above write two MATLAB functions. Using suitable values for x construct a table of estimates for ln(2) and the errors En = abs(Sn - ln(2)) and E'n = abs(S'n - ln(2)).
using the table of data, estimate the rate of convergence for the first series Sn.
the estimate how many terms would be needed in each series to ensure an accuracy of 5 decimal places.