Solveeit Logo

Question

Question: Given that $a, b, c, d, e, k \in \mathbb{R}, ad = 25e$, $f(x) = x^5 + ax^4 + bx^3 + cx^2 + dx + e$...

Given that

a,b,c,d,e,kR,ad=25ea, b, c, d, e, k \in \mathbb{R}, ad = 25e,

f(x)=x5+ax4+bx3+cx2+dx+ef(x) = x^5 + ax^4 + bx^3 + cx^2 + dx + e,

g(x)=10x6+12ax5+15bx4+20cx3+30dx2+60ex+kg(x) = 10x^6 + 12ax^5 + 15bx^4 + 20cx^3 + 30dx^2 + 60ex + k.

If f(3)=1f(3) = 1, and polynomial g(x)=0g(x) = 0 has six positive real roots, then

A

2a + b = 20

B

2b + c = 40

C

2c + d = 80

D

2e + a = -54

Answer

2a + b = 20

Explanation

Solution

  1. Relate g(x)g(x) and f(x)f(x) through differentiation: Calculate the derivative of g(x)g(x): g(x)=ddx(10x6+12ax5+15bx4+20cx3+30dx2+60ex+k)g'(x) = \frac{d}{dx}(10x^6 + 12ax^5 + 15bx^4 + 20cx^3 + 30dx^2 + 60ex + k) g(x)=60x5+60ax4+60bx3+60cx2+60dx+60eg'(x) = 60x^5 + 60ax^4 + 60bx^3 + 60cx^2 + 60dx + 60e g(x)=60(x5+ax4+bx3+cx2+dx+e)=60f(x)g'(x) = 60(x^5 + ax^4 + bx^3 + cx^2 + dx + e) = 60f(x).

  2. Apply Rolle's Theorem: Since g(x)g(x) has six positive real roots, by Rolle's Theorem, its derivative g(x)g'(x) must have five positive real roots. Therefore, f(x)=0f(x) = 0 must have five positive real roots.

  3. Deduce coefficient signs: For a polynomial to have all positive real roots, its coefficients must alternate in sign, starting with a positive leading coefficient. For f(x)=x5+ax4+bx3+cx2+dx+ef(x) = x^5 + ax^4 + bx^3 + cx^2 + dx + e:

    • Coefficient of x5x^5 is 1>01 > 0.
    • a<0a < 0.
    • b>0b > 0.
    • c<0c < 0.
    • d>0d > 0.
    • e<0e < 0.
  4. Utilize the condition ad=25ead = 25e: Given a<0a<0, d>0d>0, and e<0e<0, the condition ad=25ead = 25e is consistent with these sign requirements (ad<0ad < 0 and 25e<025e < 0).

  5. Assume a specific form for f(x)f(x): The condition ad=25ead = 25e and the requirement of having five positive real roots strongly suggest that f(x)f(x) might be a power of a linear term with a single repeated root. Let's assume f(x)=(xr)5f(x) = (x-r)^5 for some positive real number rr (since all roots are positive). Expanding (xr)5(x-r)^5: x55rx4+10r2x310r3x2+5r4xr5x^5 - 5rx^4 + 10r^2x^3 - 10r^3x^2 + 5r^4x - r^5. Comparing coefficients with f(x)=x5+ax4+bx3+cx2+dx+ef(x) = x^5 + ax^4 + bx^3 + cx^2 + dx + e: a=5ra = -5r b=10r2b = 10r^2 c=10r3c = -10r^3 d=5r4d = 5r^4 e=r5e = -r^5 Now, check ad=25ead = 25e: ad=(5r)(5r4)=25r5ad = (-5r)(5r^4) = -25r^5. 25e=25(r5)=25r525e = 25(-r^5) = -25r^5. The condition ad=25ead=25e is satisfied.

  6. Use the condition f(3)=1f(3) = 1: Substitute x=3x=3 into f(x)=(xr)5f(x) = (x-r)^5: f(3)=(3r)5=1f(3) = (3-r)^5 = 1. Since rr is a real number, 3r=13-r = 1, which implies r=2r = 2.

  7. Calculate the coefficients: Substitute r=2r=2 into the expressions for a,b,c,d,ea, b, c, d, e: a=5(2)=10a = -5(2) = -10 b=10(22)=10(4)=40b = 10(2^2) = 10(4) = 40 c=10(23)=10(8)=80c = -10(2^3) = -10(8) = -80 d=5(24)=5(16)=80d = 5(2^4) = 5(16) = 80 e=(25)=32e = -(2^5) = -32

  8. Test the options: (A) 2a+b=2(10)+40=20+40=202a + b = 2(-10) + 40 = -20 + 40 = 20. This is TRUE. (B) 2b+c=2(40)+(80)=8080=02b + c = 2(40) + (-80) = 80 - 80 = 0. This is FALSE. (C) 2c+d=2(80)+80=160+80=802c + d = 2(-80) + 80 = -160 + 80 = -80. This is FALSE. (D) 2e+a=2(32)+(10)=6410=742e + a = 2(-32) + (-10) = -64 - 10 = -74. This is FALSE.

Therefore, the correct option is (A).