I am really stuck on how to do this. It is a step I need to do for an inductive proof. I have $$\frac{1}{n(n-1)} $$
Do I set it up like this: $\frac{ A}{n} + \frac{B}{n-1}$ ? $$1= A(n-1) + B(n)$$ How do I solve for $A$ and $B$
I am really stuck on how to do this. It is a step I need to do for an inductive proof. I have $$\frac{1}{n(n-1)} $$
Do I set it up like this: $\frac{ A}{n} + \frac{B}{n-1}$ ? $$1= A(n-1) + B(n)$$ How do I solve for $A$ and $B$
Copyright © 2021 JogjaFile Inc.
You have the fraction $$\frac{1}{n(n-1)}$$ And you want it to be $$\frac{1}{n(n-1)} =\frac{A}{n}+\frac{B}{n-1}$$ Now you expand it and get $$\frac{A(n-1)+Bn}{n(n-1)}=\frac{1}{n(n-1)}$$ Now you compare the coefficients, which give you that $$A(n-1) + Bn=0\cdot n + 1 $$ 2 polynomials are the same iff all their coefficients are the same. $$(A+B) \cdot n =0 \cdot n$$ and $$ -A = 1$$ This gives $B=1$ and $A=-1$ hence $$\frac{1}{n(n-1)} = \frac{1}{n-1}-\frac{1}{n}$$
Instead of the coefficient comparism you can $k+1$ values for the polynomial where $k$ is the degree of the polynomial. Showing that this works to is a result of polynom interpolation, that works at least for $\mathbb{R}$.