πŸŽ“ BookMCQ
← Back to 1. Basics before calculus

πŸ“ Polynomial functions degree leading coefficient (12 MCQs)

πŸ“– From Calculus β€’ 1. Basics before calculus β€’ 12 questions available

What is Polynomial functions degree leading coefficient?

Definition:
A polynomial function is a sum of terms anxn+anβˆ’1xnβˆ’1+β‹―+a1x+a0a_n x^n + a_{n-1} x^{n-1} + \cdots + a_1 x + a_0, where the degree is the highest exponent nn (with anβ‰ 0a_n \neq 0), and the leading coefficient is ana_n, which determines end behavior.

Example:
For f(x)=3x4βˆ’2x2+1f(x) = 3x^4 - 2x^2 + 1, degree is 4 (even) and leading coefficient is 3 (positive), so as xβ†’Β±βˆžx \to \pm\infty, f(x)β†’+∞f(x) \to +\infty.

Reason:
Degree and leading coefficient predict graph shape and asymptotic behavior, crucial for curve sketching and solving equations.

4
Easy
5
Medium
3
Hard

πŸ“ All Polynomial functions degree leading coefficient MCQs

Q1. What is the degree of the polynomial 3x4βˆ’5x2+73x^4 - 5x^2 + 7?

A.2
B.4 βœ…
C.3
D.5
πŸ’‘ Difficulty: easy | βœ… Correct: B

πŸ“– Explanation: The degree of a polynomial is the highest exponent of the variable with a non‑zero coefficient. In the expression 3x4βˆ’5x2+73x^4 - 5x^2 + 7 the term with the largest exponent is 3x43x^4, whose exponent is 4. Hence the polynomial’s degree is 4, which matches option B.

Q2. If a polynomial p(x)p(x) has zeros at x=1x=1 and x=βˆ’2x=-2, which of the following must be a factor of p(x)p(x)?

A.(x+1)(x-2)
B.(x-1)^2
C.(x+2)^2
D.(x-1)(x+2) βœ…
πŸ’‘ Difficulty: easy | βœ… Correct: D

πŸ“– Explanation: Because a zero rr of a polynomial implies (xβˆ’r)(x-r) is a factor, the zeros 11 and βˆ’2-2 give the linear factors (xβˆ’1)(x-1) and (x+2)(x+2). Their product (xβˆ’1)(x+2)(x-1)(x+2) must therefore divide p(x)p(x). This corresponds to option D.

Q3. Given p(x)=x3βˆ’4x2+5xβˆ’2p(x)=x^3-4x^2+5x-2, what is p(2)p(2)?

A.2
B.-2
C.0 βœ…
D.4
πŸ’‘ Difficulty: easy | βœ… Correct: C

πŸ“– Explanation: Evaluating the polynomial at x=2x=2 gives p(2)=23βˆ’4β‹…22+5β‹…2βˆ’2=8βˆ’16+10βˆ’2=0p(2)=2^3-4\cdot2^2+5\cdot2-2=8-16+10-2=0. Since the result is zero, the remainder upon division by xβˆ’2x-2 is zero, and option C correctly states this value.

Q4. Which statement correctly describes the end behavior of the polynomial f(x)=βˆ’2x5+3x3βˆ’xf(x)= -2x^5 + 3x^3 - x compared to g(x)=x5βˆ’4x2+1g(x)= x^5 - 4x^2 + 1?

A.f(x) falls while g(x) rises as xβ†’βˆžx\to\infty βœ…
B.Both rise to +∞+\infty as xβ†’βˆžx\to\infty
C.Both fall to βˆ’βˆž-\infty as xβ†’βˆžx\to\infty
D.f(x) rises while g(x) falls as xβ†’βˆžx\to\infty
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: The leading term dictates end behavior. For f(x)f(x) the dominant term is βˆ’2x5-2x^5, which tends to βˆ’βˆž-\infty as xβ†’βˆžx\to\infty. For g(x)g(x) the dominant term is x5x^5, which tends to +∞+\infty. Thus f(x)f(x) falls and g(x)g(x) rises, matching option A.

Q5. If the product h(x)=p(x)q(x)h(x)=p(x)q(x) has a double root at x=3x=3 and p(x)p(x) is known to have a simple root at x=3x=3, what must be true about q(x)q(x) at x=3x=3?

A.q(3)=0q(3)=0 and q'(3)=0
B.q(3)=0q(3)=0 and q'(3)\neq0 βœ…
C.q(3)β‰ 0q(3)\neq0
D.q(3)=0q(3)=0 only
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: A double root means the total multiplicity at x=3x=3 is two. Since p(x)p(x) contributes a simple (multiplicityβ€―1) root, q(x)q(x) must contribute the remaining multiplicityβ€―1. A simple root requires the function to vanish while its derivative does not, giving q(3)=0q(3)=0 and q'(3)\neq0, which is option B.

Q6. When p(x)=x3βˆ’6x2+11xβˆ’6p(x)=x^3-6x^2+11x-6 is divided by xβˆ’1x-1, what is the remainder?

A.1
B.2
C.3
D.0 βœ…
πŸ’‘ Difficulty: medium | βœ… Correct: D

πŸ“– Explanation: The Remainder Theorem states that the remainder of dividing p(x)p(x) by xβˆ’ax-a equals p(a)p(a). Substituting a=1a=1 gives p(1)=1βˆ’6+11βˆ’6=0p(1)=1-6+11-6=0. Hence the remainder is 0, which appears as option D.

Q7. Which polynomial grows faster as xβ†’βˆžx\to\infty: f(x)=3x4βˆ’2x2f(x)=3x^4-2x^2 or g(x)=5x3+7xg(x)=5x^3+7x?

A.g(x) grows faster
B.f(x) grows faster βœ…
C.Both grow at the same rate
D.Growth cannot be determined
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: Growth rate is governed by the highest degree term. f(x)f(x) has degreeβ€―4 while g(x)g(x) has degreeβ€―3, so as xx becomes large, the x4x^4 term dominates and f(x)f(x) outpaces g(x)g(x). Therefore option B is correct.

Q8. Which of the following polynomials has zeros at x=βˆ’1,2x= -1, 2 and a leading coefficient of 44?

A.4(xβˆ’1)(xβˆ’2)4(x-1)(x-2)
B.4(x+1)(x+2)4(x+1)(x+2)
C.4(x+1)(xβˆ’2)4(x+1)(x-2) βœ…
D.4(xβˆ’1)(x+2)4(x-1)(x+2)
πŸ’‘ Difficulty: medium | βœ… Correct: C

πŸ“– Explanation: A polynomial with specified zeros can be written as the product of linear factors (xβˆ’ri)(x - r_i). For zeros βˆ’1-1 and 22 the factors are (x+1)(x+1) and (xβˆ’2)(x-2). Multiplying and then applying the leading coefficient 44 yields 4(x+1)(xβˆ’2)4(x+1)(x-2), which is option C.

Q9. If a polynomial p(x)p(x) is an odd function, which of the following must be true about its coefficients?

A.All odd-degree coefficients are zero
B.Constant term is non‑zero
C.Leading coefficient must be negative
D.All even-degree coefficients are zero βœ…
πŸ’‘ Difficulty: medium | βœ… Correct: D

πŸ“– Explanation: An odd function satisfies p(βˆ’x)=βˆ’p(x)p(-x) = -p(x). This condition forces every term with an even power of xx to vanish, because such terms would remain unchanged under the sign change. Consequently all even-degree coefficients must be zero, making option D correct.

Q10. Let q(x)=x4+ax3+bx2+cx+dq(x)=x^4+ax^3+bx^2+cx+d be divided by xβˆ’1x-1 with remainder 55. Which of the following equations must hold?

A.1+a+b+c+d=51+a+b+c+d=5 βœ…
B.1βˆ’a+bβˆ’c+d=51-a+b-c+d=5
C.1+aβˆ’b+cβˆ’d=51+a-b+c-d=5
D.a+b+c+d=5a+b+c+d=5
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: By the Remainder Theorem, the remainder equals q(1)q(1). Substituting x=1x=1 gives q(1)=1+a+b+c+dq(1)=1+a+b+c+d. Setting this equal to the given remainder 5 yields the equation 1+a+b+c+d=51+a+b+c+d=5, which matches option A.

Q11. For a monic cubic polynomial p(x)=x3+px2+qx+rp(x)=x^3+px^2+qx+r, which expression gives the sum of its three roots?

A.βˆ’q-q
B.βˆ’r-r
C.βˆ’p-p βœ…
D.pp
πŸ’‘ Difficulty: hard | βœ… Correct: C

πŸ“– Explanation: Vieta’s formulas relate coefficients to sums of roots. For a monic cubic x3+px2+qx+rx^3+px^2+qx+r, the sum of the roots equals βˆ’p-p (the negative of the coefficient of x2x^2). Thus the correct expression is βˆ’p-p, which is option C.

Q12. If a polynomial f(x)f(x) has a root at x=2x=2 of multiplicity 2, what can be said about f'(2) and f''(2)?

A.f'(2)=0 and f''(2)=0
B.f'(2)=0 but f''(2)\neq0 βœ…
C.f'(2)\neq0 and f''(2)=0
D.f'(2)\neq0 and f''(2)\neq0
πŸ’‘ Difficulty: hard | βœ… Correct: B

πŸ“– Explanation: A root of multiplicityβ€―m forces the function and its first mβˆ’1m-1 derivatives to vanish at that point. With multiplicityβ€―2, both the function and its first derivative are zero at x=2x=2, while the second derivative is generally non‑zero. Hence f'(2)=0 and f''(2)\neq0, which corresponds to option B.

πŸ”— Related Topics (MCQs)