#calculus 2 power series bounds change
5 messages · Page 1 of 1 (latest)
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close
- Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
Show an example of what you mean
If you're talking about how, for instance, d/dx sum(n = 0, inf) x^n = sum(n = 1, inf) nx^(n - 1), you aren't necessarily "changing the bounds". Here's what's happening in full detail: d/dx sum(n = 0, inf) x^n = sum(n = 0, inf) d/dx x^n = sum(n = 0, inf) nx^(n - 1) = 0 * x^(-1) + sum(n = 1, inf) nx^(n - 1) = sum(n = 1, inf) nx^(n - 1)See, we didn't reindex, we just pulled out a term that equalled zero.