Determine polynomial of $3$ degree real coefficients $f(x)$ such that $f(x) \vdots (x-2)$ and $f(x)$ dividing by $x^2-1$ have remainder $2x$

55 Views Asked by At

I need help in this problem.

Problem: Determine polynomial of $3$ degree real coefficients $f(x)$ such that $f(x) \vdots (x-2)$ and $f(x)$ divided by $x^2-1$ has remainder $2x$ and suppose $f(x)=x^3+ax^2+bx+c$.

2

There are 2 best solutions below

0
On BEST ANSWER

Let $f(x) = ax^3 + bx^2 + cx + d$

and also $f(x) = (px+q)(x^2-1) + 2x$

Comparing the coefficients of $f(x)$, we have $a = p$, $b = q$, $c = 2 - p$, $d = -q$

Also $f(2) = 0 \implies 8a + 4b + 2c + d = 0$

Substituting the values of $a, b, c$ in this equation and simplifying

$6p + 3q + 4 = 0$

You can find infinite number of solutions to the above equation.

For example, if you choose $p = 1$ then $q = -\frac{10}{3}$

and $f(x) = x^3 -\frac{10}{3}x^2 + x + \frac{10}{3}$

0
On

Hint:

$f(x)=(x^2-1)(x-a)+2x$ and $f(2)=0$.

Solve for $a$.

$f(x)=x^3-ax^2+x+a$.