Mastering Partial Fractions for Solving Advanced Summation Problems

AI Thread Summary
Understanding partial fractions is crucial for solving advanced summation problems, particularly when simplifying series. The discussion highlights the process of transforming a complex summation into a more manageable form by factoring out common elements, which leads to cancellations that simplify the expression. It emphasizes the importance of mathematical induction for proving summation results, although no universal method exists for summing arbitrary series. Resources like Wikipedia can provide foundational knowledge, but practical problem-solving often relies on recognizing patterns or applying specific algebraic tricks. Mastery of these techniques enhances the ability to tackle similar problems independently.
embassyhill
Messages
5
Reaction score
0

Homework Statement


xObic.png

Homework Equations


The Attempt at a Solution


Obviously I don't need a solution because it's right there. What I need to understand is what happened after the third equation sign and more importantly, how would I learn to solve these kinds of problems on my own. I looked at Wikipedia and even though it was helpful, I still don't understand this specific exercise for example. I would be grateful if someone could point me at a resource on this topic.
 
Physics news on Phys.org
So you're wondering how to go from:

\frac{1}{2}(\frac{1}{1}-\frac{1}{3}) + \frac{1}{2}(\frac{1}{3}-\frac{3}{5}) + ... + \frac{1}{2}(\frac{1}{2n-1}-\frac{1}{2n+1})

to:

\frac{1}{2}(1-\frac{1}{2n+1})

Factor a 1/2 out of all the terms and then add the stuff inside. Something interesting happens. For example:

(1/2)(a+b) + (1/2)(c+d) = (1/2)(a+b+c+d)
 
Ok so everything but 1/1 and -1/(2n+1) cancel each other out. Now I get this exercise but what about the bigger question? Are there any tricks to learn here (about the sigma) or is it just about using your knowledge of algebra?
 
It depends on the problem, but a lot of times you can use mathematical induction to prove summation results. There's an example of it on wiki:

http://en.wikipedia.org/wiki/Mathematical_induction

This assumes that you know what you're trying to prove ahead of time (like in the case of your example). However, if you want to know a general way of finding the sum of n terms, there's no standard way, as far as I know. The best you can usually do is some trick like the one I showed you, or see if you're looking at a geometric sum. Otherwise, memorize these:

http://en.wikipedia.org/wiki/Summation
 
Partial fractions:

\frac{1}{(2x-1)(2x+1)} = \frac{1/2}{2x-1} - \frac{1/2}{2x+1}
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top