Help Needed: Checking & Solving Power Series for f(x) = x*ln(1+x)

AI Thread Summary
The discussion focuses on finding power series representations for the functions f(x) = ln(1+x) and f(x) = x*ln(1+x). For part (a), the power series representation for ln(1+x) is derived as ln(1+x) = ∑(n=0 to ∞) [(-x)^(n+1)/(n+1)], with a radius of convergence of 1. In part (b), the user is guided to differentiate and combine power series, ultimately leading to the need for integration to obtain the series for x*ln(1+x). Suggestions include reindexing the power series for clarity and multiplying terms from the ln(1+x) expansion by x. The overall approach emphasizes simplifying and correctly formatting the power series for both functions.
tandoorichicken
Messages
245
Reaction score
0
Two parts to this problem. On the first part I need someone to check my work, and I need help on solving the second part.

(a) Find a power series representation for f(x) = ln(1+x).
\frac{df}{dx} = \frac{1}{1+x} = \frac{1}{1-(-x)} = 1-x+x^2-x^3+x^4-...
\int_{n} \frac{1}{1+x} = \int_{n} (1-x+x^2-x^3+...)\dx = x-\frac{x^2}{2}+\frac{x^3}{3}-...+C = \sum^{\infty}_{n=0} \frac{(-x)^{n+1}}{n+1} +C
sub x=0 in original equation: ln(1+0) = ln(1) = 0 = C.
\ln(1+x) = \sum^{\infty}_{n=0} \frac{(-x)^{n+1}}{n+1}
with radius of convergence = 1.

(b) Find a power series representation for f(x) = x*ln(1+x).
If this function is differentiated, you get
\ln(1+x) + \frac{x}{x+1}
which is the same as a sum of power series
\sum^{\infty}_{n=0} \frac{(-x)^{n+1}}{n+1} + \sum^{\infty}_{n=0} (-x)^{n+1}
have I gone too far? or where do I go from here?
I know I will eventually have to integrate back to get the series for the original function.
 
Physics news on Phys.org
The first series looks right except for a sign, but why don't you just replace n+1 by n and run the index from 1 to infinity? For the second one, you can just multiply each term from the expansion for ln(1+x) by x.
 
Last edited:
(a) looks fine (except for the sign), though it's usually good form to reindex the power series, and rearrange the terms, so that it looks like

<br /> \sum_{n = ?}^{\infty} (\mathrm{something}) x^n<br />

(b) You don't have to do any differentiation at all... :smile: but you could do it that way if you really want to, by combining the two sums.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top