Solve the Equation: x²/4 + x + 1 = 0 Step-by-Step

Question

Solve the following equation:

x24+x+1=0 \frac{x^2}{4}+x+1=0

Video Solution

Solution Steps

00:00 Find X
00:03 Multiply by 4 to eliminate the fraction
00:23 Identify the coefficients
00:37 Use the roots formula
00:58 Substitute appropriate values according to the given data and solve
01:33 Calculate the square and products
01:38 A root of 0 is always equal to 0
01:42 When the root equals 0 in the roots formula, there is only one solution
02:08 And this is the solution to the question

Step-by-Step Solution

To solve the equation x24+x+1=0 \frac{x^2}{4} + x + 1 = 0 , we first rewrite it in the standard quadratic form:

x24+x+1=0\frac{x^2}{4} + x + 1 = 0 becomes 14x2+x+1=0\frac{1}{4}x^2 + x + 1 = 0.

Identifying the coefficients, we have:

  • a=14a = \frac{1}{4}
  • b=1b = 1
  • c=1c = 1

Next, we use the quadratic formula: x=b±b24ac2a x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} . Plugging in the coefficients, we get:

x=1±124141214 x = \frac{-1 \pm \sqrt{1^2 - 4 \cdot \frac{1}{4} \cdot 1}}{2 \cdot \frac{1}{4}} .

Calculate the discriminant:

b24ac=11=0b^2 - 4ac = 1 - 1 = 0.

Since the discriminant is zero, there is exactly one real root. Substitute back into the quadratic formula:

x=1±012 x = \frac{-1 \pm \sqrt{0}}{\frac{1}{2}} .

x=112 x = \frac{-1}{\frac{1}{2}} .

x=2 x = -2 .

Therefore, the solution to the equation is x=2 x = -2 , which corresponds to choice 2.

Answer

x=2 x=-2