7.5k views
22 votes
Part A. Let $f(x) = x^4-3x^2 + 2$ and $g(x) = 2x^4 - 6x^2 + 2x -1$. Let $a$ be a constant. What is the largest possible degree of $f(x) + a\cdot g(x)$?

Part B. Let $f(x) = x^4-3x^2 + 2$ and $g(x) = 2x^4 - 6x^2 + 2x -1$. Let $b$ be a constant. What is the smallest possible degree of the polynomial $f(x) + b\cdot g(x)$?

User Paige
by
3.3k points

1 Answer

4 votes

Answer:

A. 4

B. 1

Explanation:

The degree of a one-variable polynomial is the largest exponent of the variable.

__

A.

For f(x) = x^4 -3x^2 +2 and g(x) = 2x^4 -6x^2 +2x -1, the sum f(x) +a·g(x) will be ...

(x^4 -3x^2 +2) +a(2x^4 -6x^2 +2x -1)

= (1 +2a)x^4 +(-3-6a)x^2 +2ax -a

The term with the largest exponent is (1 +2a)x^4, which has degree 4. This term will be non-zero for a ≠ -1/2.

The largest possible degree of f+ag is 4.

__

B.

The polynomial sum is ...

f+bg = (1 +2b)x^4 +(-3-6b)x^2 +2bx -b

When b = -1/2, the first two terms disappear and the sum becomes ...

f+bg = -x +1/2 . . . . . . a polynomial of degree 1

The smallest possible degree of f+bg is 1.

User Elson
by
3.8k points