Polynomial sum: $x^n+x^{n-1}y+x^{n-2}y^2+x^{n-3}y^3+\dots+xy^{n-1}+y^n$

74 Views Asked by At

Find sum of the expression, $$x^n+x^{n-1}y+x^{n-2}y^2+x^{n-3}y^3+\dots+xy^{n-1}+y^n$$ where $x,y$ are real numbers and $n$ is a natural number.

2

There are 2 best solutions below

0
On BEST ANSWER

Hint: It’s a geometric progression with common ratio $\dfrac{y}x$.

1
On

It is: $$\frac{x^{n+1}-y^{n+1}}{x-y}.$$