I have a question on this problem.
. . . . .\(\displaystyle x\, +\, 2\, <\, 1\, +\, \dfrac{1}{x}\, +\, \dfrac{1}{x^2}\, +\, \dfrac{1}{x^3}\, +\, ...\)
I know the right ride of the equation sums to
Therefore,
At this point, I know x can't be equal to one. My question is do you know to multiply both sides by (x-1)^2 instead of just x-1? If you do the former (x-1)^2 and rearrange you get:
giving you three solutions with x<1 being one of them.
But if you only multiply both sides by x-1, you get.
giving you two solutions with x<1 not being one of them.
Help would be appreciated.
Thank you.
. . . . .\(\displaystyle x\, +\, 2\, <\, 1\, +\, \dfrac{1}{x}\, +\, \dfrac{1}{x^2}\, +\, \dfrac{1}{x^3}\, +\, ...\)
I know the right ride of the equation sums to
Code:
x/x-1
Therefore,
Code:
x+2<x/x-1
At this point, I know x can't be equal to one. My question is do you know to multiply both sides by (x-1)^2 instead of just x-1? If you do the former (x-1)^2 and rearrange you get:
Code:
x^3-x^2-2x+2<0
giving you three solutions with x<1 being one of them.
But if you only multiply both sides by x-1, you get.
Code:
x^2-2<0
giving you two solutions with x<1 not being one of them.
Help would be appreciated.
Thank you.
Attachments
Last edited by a moderator: