bcjochim07
- 366
- 0
Homework Statement
Is there a way to check if a power series representation of a function is correct?
The discussion revolves around verifying the correctness of a power series representation of a function, specifically focusing on the function f(x) = x/(1-x)^2 and its power series representation. Participants explore methods to check the validity of the series through derivatives and function values.
The discussion is active, with participants sharing their attempts and questioning their reasoning. Some guidance has been offered regarding the use of derivatives, but there is recognition that checking derivatives alone does not suffice to prove equality of a power series and a function unless certain conditions are met.
There is an acknowledgment of the limitations of using derivatives for verification, particularly in relation to the concept of analyticity and Taylor series expansions. Participants are grappling with the implications of these mathematical concepts in their checks.
bcjochim07 said:Ok f(0) = the value of the power series at x=0
The first derivative of the function is (-x^2 + 1)/(1-x)^4 so f'(0)=1
The first derivative of the power series is sum from n=1 to infinity of n^2*x^(n-1) and if I plug in x, I will get zero. What am I not understanding?