$x^2 + 3x + \frac{3}x + \frac{1}{x^2} = 26$ and $x$ can be written as $a + \sqrt{b}$ where $a$ and $b$ are positive integers, then find $a + b$.

3.9k Views Asked by At

If $x$ satisfies $x^2 + 3x + \frac{3}x + \frac{1}{x^2} = 26$ and $x$ can be written as $a + \sqrt{b}$ where $a$ and $b$ are positive integers, then find $a + b$.

This equation becomes $x^4+3x^3-26x^2+3x+1=0$ which has four solutions. One of the solutions is $2+\sqrt3$ which has the form $a+\sqrt b$. So, $a+b=2+3=5$. How does this look?

2

There are 2 best solutions below

0
On

Let $t = x + \frac{1}{x}$, then the equation is $$t^2 - 2 + 3t = 26,$$ or $$t^2 + 3t -28 = 0.$$

Then, we have $t = 4$ or $t = -7$.

If $t=4$, then $x + \frac{1}{x} = 4$, then $x = 2 \pm \sqrt{3}$.

If $t=-7$, then $x + \frac{1}{x} = -7$, then $x = \frac{1}{2}(-7\pm \sqrt{45})$.

Because $a$ and $b$ are positive integers, then $x = 2 + \sqrt{3}$. And yes, $a+b=5$.

0
On

We can factor this equation as follows: $$x^4+3x^3-26x^2+3x+1 = (x^2-4x+1) (x^2+7x+1).$$


One can check that $2\pm \sqrt3$ are solutions to the $(x^2-4x+1)$,
alse we can check that $\dfrac{-7\pm 3\sqrt5}{2}$ are solutions to the $(x^2+7x+1)$.