Enter an equation or problem
Camera input is not recognized!

Solution - Solving quadratic inequalities using the quadratic formula

Interval notation - No Real Roots: x(,)
x∈(-∞,∞)
Solution: x1=(-1+isqrt(7))/2,x2=(-1-isqrt(7))/2
x_1=(-1+isqrt(7))/2 , x_2=(-1-isqrt(7))/2

Step-by-step explanation

1. Determine the quadratic inequality's coefficients a, b and c

The coefficients of our inequality, x2+1x+2>0, are:

a = 1

b = 1

c = 2

2. Plug these coefficients into the quadratic formula

To find the roots of a quadratic equation, plug its coefficients (a, b and c ) into the quadratic formula:

x=(-b±sqrt(b2-4ac))/(2a)

a=1
b=1
c=2

x=(-1±sqrt(12-4*1*2))/(2*1)

Simplify the exponents and square roots

x=(-1±sqrt(1-4*1*2))/(2*1)

Perform any multiplication or division, from left to right:

x=(-1±sqrt(1-4*2))/(2*1)

x=(-1±sqrt(1-8))/(2*1)

Calculate any addition or subtraction, from left to right.

x=(-1±sqrt(-7))/(2*1)

Perform any multiplication or division, from left to right:

x=(-1±sqrt(-7))/(2)

to get the result:

x=(-1±sqrt(-7))/2

3. Simplify square root (7)

Simplify 7 by finding its prime factors:

The prime factorization of -7 is i7

The square root of a negative number does not exist among the set of Real Numbers. We introduce The imaginary number "i", which is the square root of negative one. (1)=i

-7=(-1)·7

(-1)·7=i7

Write the prime factors:

i7=i7

i7=i7

4. Solve the equation for x

x=(-1±isqrt(7))/2

The ± means two roots are possible.

Separate the equations:
x1=(-1+isqrt(7))/2 and x2=(-1-isqrt(7))/2

5. Find the intervals

Discriminant part of the quadratic formula:

b24ac<0 There are no real roots.
b24ac=0 There is one real root.
b24ac>0 There are two real roots.

Inequality function has no real roots, the parabola does not intersect with the x-axis. The quadratic formula requires taking the square root, and square root of negative number is not defined over the real line.

Interval is (,)

Why learn this

Whereas quadratic equations express the paths of arcs and the points along them, quadratic inequalities express the areas within and outside of these arcs and the ranges they cover. In other words, if quadratic equations tell us where the boundary is, then quadratic inequalities help us understand what we should focus on relative to that boundary. More practically, quadratic inequalities are used to create complex algorithms that fuel powerful software and to track how changes, such as prices at the grocery store, happen over time.

Terms and topics