Solveeit Logo

Question

Question: The number of real roots of the equation $e^{4x} + e^{3x} - 4e^{2x} + e^x + 1 = 0$ is:...

The number of real roots of the equation e4x+e3x4e2x+ex+1=0e^{4x} + e^{3x} - 4e^{2x} + e^x + 1 = 0 is:

A

1

B

2

C

3

D

4

Answer

1

Explanation

Solution

Let the given equation be e4x+e3x4e2x+ex+1=0e^{4x} + e^{3x} - 4e^{2x} + e^x + 1 = 0. Let y=exy = e^x. Since xx is a real number, ex>0e^x > 0, so y>0y > 0. Substituting yy into the equation, we get: y4+y34y2+y+1=0y^4 + y^3 - 4y^2 + y + 1 = 0

This is a quartic equation in yy. We are looking for the number of positive real roots of this equation, because each positive real root yy corresponds to a unique real root x=lnyx = \ln y for the original equation.

The equation is a reciprocal equation since the coefficients (1, 1, -4, 1, 1) are symmetric. Since y=0y=0 is not a root, we can divide the equation by y2y^2: y2+y4+1y+1y2=0y^2 + y - 4 + \frac{1}{y} + \frac{1}{y^2} = 0 Grouping terms: (y2+1y2)+(y+1y)4=0(y^2 + \frac{1}{y^2}) + (y + \frac{1}{y}) - 4 = 0

Let z=y+1yz = y + \frac{1}{y}. Squaring zz, we get z2=(y+1y)2=y2+2+1y2z^2 = (y + \frac{1}{y})^2 = y^2 + 2 + \frac{1}{y^2}. So, y2+1y2=z22y^2 + \frac{1}{y^2} = z^2 - 2.

Substitute this into the equation: (z22)+z4=0(z^2 - 2) + z - 4 = 0 z2+z6=0z^2 + z - 6 = 0

This is a quadratic equation in zz. Factoring it, we get: (z+3)(z2)=0(z+3)(z-2) = 0 The possible values for zz are z=3z = -3 or z=2z = 2.

Now we relate zz back to yy. We must remember that y>0y > 0. For y>0y > 0, by the AM-GM inequality, y+1y2y1y=2y + \frac{1}{y} \ge 2\sqrt{y \cdot \frac{1}{y}} = 2. So, z=y+1yz = y + \frac{1}{y} must satisfy z2z \ge 2.

Case 1: z=3z = -3 y+1y=3y + \frac{1}{y} = -3. This value z=3z=-3 is less than 2. As expected, this case yields no positive solutions for yy. Multiplying by yy gives y2+1=3yy^2 + 1 = -3y, or y2+3y+1=0y^2 + 3y + 1 = 0. The discriminant is Δ=324(1)(1)=94=5>0\Delta = 3^2 - 4(1)(1) = 9 - 4 = 5 > 0. The roots are y=3±52y = \frac{-3 \pm \sqrt{5}}{2}. Since 52.236\sqrt{5} \approx 2.236, both roots 3+520.7642\frac{-3 + \sqrt{5}}{2} \approx \frac{-0.764}{2} and 3525.2362\frac{-3 - \sqrt{5}}{2} \approx \frac{-5.236}{2} are negative. Since yy must be positive, z=3z=-3 yields no valid solutions for yy.

Case 2: z=2z = 2 y+1y=2y + \frac{1}{y} = 2. This value z=2z=2 satisfies z2z \ge 2. Multiplying by yy gives y2+1=2yy^2 + 1 = 2y, or y22y+1=0y^2 - 2y + 1 = 0. This equation factors as (y1)2=0(y-1)^2 = 0. The only solution is y=1y = 1. This is a positive value for yy.

So, the only positive root of the polynomial in yy is y=1y=1. Now we convert back to xx using y=exy = e^x: ex=1e^x = 1 x=ln(1)x = \ln(1) x=0x = 0

This is a real root for the original equation. Since y=1y=1 was the only positive root for the polynomial in yy, there is only one real root for the original equation.

To confirm, let's check x=0x=0 in the original equation: e4(0)+e3(0)4e2(0)+e0+1=e0+e04e0+e0+1=1+14(1)+1+1=1+14+1+1=44=0e^{4(0)} + e^{3(0)} - 4e^{2(0)} + e^0 + 1 = e^0 + e^0 - 4e^0 + e^0 + 1 = 1 + 1 - 4(1) + 1 + 1 = 1 + 1 - 4 + 1 + 1 = 4 - 4 = 0. So x=0x=0 is indeed a root.

The number of real roots is 1.