Find the upper bounds for the real roots of the equation $2x^3-5x^2-7x+4 = 0$

3.4k Views Asked by At

Problem: Find the upper bounds for the real roots of the equation $2x^3-5x^2-7x+4 = 0$

Reading the definition in the book, If upon dividing f(x) by (x-r), r is an upper bound if it is greater than or equal to 0 and the coefficients of the quotients of the quotient as well as the remainder are positive.

Trial: The question gave an equation but no given (x-r) or r. What I did is get the roots of the cubic equation.

Root 1 = 3.36374665

Root 2 = 0.4519194497

Root 3 = -1.3256661

It says that for r to be upper bound, first it should be greater than zero, so I ignored the root -1.32

@root 1; f(r) = $2(3.36374665)^3-5(3.36374665)^2-7(3.36374665)+4 = 1.0014 x 10^-9$

And with that I know what I'm doing is wrong so I stopped. So, how to answer these kinds of problem? By the way, the choices are : 4,2,3 and 5.

Any help would be appreciated.

4

There are 4 best solutions below

11
On BEST ANSWER

4 is a upper bound. By rational root theorem, the possible zeros are $\frac{4}{1},-\frac{4}{1},\frac{4}{2}, -\frac{4}{2}$ or $4, -4, 2, -2$

By the rules of bounds, you divide the polynomial by $4$, $(x-4)$, by using synthetic division, and the numbers of the last row are all positive or zero. Therefore, $4$ is a upper bound.

0
On

Check you definition of an upper bound. An upper bound of a set of reals is any number greater than or equal to all members of the set. When the set is finite the set of upper bounds is all values from the greatest to $\infty$.

0
On

Hint: $2x^2-5x-7 > 0$ for $x > 4$.

2
On

"The question gave an equation but no given (x-r) or r"

And then:

"By the way, the choices are : 4,2,3 and 5"

You just contradicted yourself. You are supposed to try $r = 4,2,3,5$.

==

$\frac {2x^3-5x^2-7x+4}{x-4} = 2x^2 +3x + 5 + \frac {15}{x-r}$. The coefficient and the remainder are positive so $4$ is an upper bound.

$5 > 4$ so $5$ is also an upper bound. (Anything larger than an upper bound is an upper bound.)

$\frac {2x^3-5x^2-7x+4}{x-3} = 2x^2 + x - 5 -\frac 5{x-3}$ Stop! A negative coefficient and a negative remainder. $3$ is not an upper bound.

And so $2 < 3$ is not an upper bound.

So $4,5$ are upper bounds and $2$ and $3$ are not.