What does it mean by the term "x-polynomial"?

78 Views Asked by At

What does it mean by the term "x-polynomial"?

Let say I have a problem like this:

Consider the polynomial $2x^2-5xy-3y^2+x+11y-6$ as $x – polynomial$. Find the degree and numerical coefficient of each term.

In my understanding, this means that all “y” variables are considered constant in the given polynomial. Thus, we can transform the polynomial to $2x^2+(-5y+1)x+(-3y^2+11y-6)$.

2

There are 2 best solutions below

0
On BEST ANSWER

As stated in the comments, you are correct in saying that all instances of $y$ are treated as constants. The degree of the function is then given by the highest power of $x$ when you rearrange the polynomial as you have done. Therefore, the equation has degree $2$.

0
On

What you are doing is the correct way to express it as "x–polynomial".

You arrange it just like a standard polynomial, with $x$ going from highest degree to lowest degree.

You can also factor this expression further...

$2x^2+(-5y+1)x+(-3y^2+11y-6)$

$2x^2+(-5y+1)x-(3y^2-11y+6)$

$2x^2+(-5y+1)x-(3y-2)(y-3)$

$[2x+(y-3)][x-(3y-2)]$

$(2x+y-3)(x-3y+2)$ -----> Factored as far as we can go.

Kepping the $x$ as the first term in each bracket is important for maintaining the whole "x–polynomial" bit.

If $y$ was the variable we needed, we would do the same thing, but using $y$ from highest degree to lowest degree.