Mister Exam

Other calculators

  • How to use it?

  • Inequation:
  • 7x<-3
  • 3^x>7*2^x
  • (x+2)/5>=2*x/4
  • 1/4x^2>0
  • Canonical form:
  • 1/4x^2
  • Graphing y =:
  • 1/4x^2
  • Identical expressions

  • one /4x^ two > zero
  • 1 divide by 4x squared greater than 0
  • one divide by 4x to the power of two greater than zero
  • 1/4x2>0
  • 1/4x²>0
  • 1/4x to the power of 2>0
  • 1 divide by 4x^2>0

1/4x^2>0 inequation

A inequation with variable

The solution

You have entered [src]
 2    
x     
-- > 0
4     
$$\frac{x^{2}}{4} > 0$$
x^2/4 > 0
Detail solution
Given the inequality:
$$\frac{x^{2}}{4} > 0$$
To solve this inequality, we must first solve the corresponding equation:
$$\frac{x^{2}}{4} = 0$$
Solve:
This equation is of the form
a*x^2 + b*x + c = 0

A quadratic equation can be solved
using the discriminant.
The roots of the quadratic equation:
$$x_{1} = \frac{\sqrt{D} - b}{2 a}$$
$$x_{2} = \frac{- \sqrt{D} - b}{2 a}$$
where D = b^2 - 4*a*c - it is the discriminant.
Because
$$a = \frac{1}{4}$$
$$b = 0$$
$$c = 0$$
, then
D = b^2 - 4 * a * c = 

(0)^2 - 4 * (1/4) * (0) = 0

Because D = 0, then the equation has one root.
x = -b/2a = -0/2/(1/4)

$$x_{1} = 0$$
$$x_{1} = 0$$
$$x_{1} = 0$$
This roots
$$x_{1} = 0$$
is the points with change the sign of the inequality expression.
First define with the sign to the leftmost point:
$$x_{0} < x_{1}$$
For example, let's take the point
$$x_{0} = x_{1} - \frac{1}{10}$$
=
$$- \frac{1}{10}$$
=
$$- \frac{1}{10}$$
substitute to the expression
$$\frac{x^{2}}{4} > 0$$
$$\frac{\left(- \frac{1}{10}\right)^{2}}{4} > 0$$
1/400 > 0

the solution of our inequality is:
$$x < 0$$
 _____          
      \    
-------ο-------
       x1
Solving inequality on a graph
Rapid solution 2 [src]
(-oo, 0) U (0, oo)
$$x\ in\ \left(-\infty, 0\right) \cup \left(0, \infty\right)$$
x in Union(Interval.open(-oo, 0), Interval.open(0, oo))
Rapid solution [src]
And(x > -oo, x < oo, x != 0)
$$x > -\infty \wedge x < \infty \wedge x \neq 0$$
(x > -oo)∧(x < oo)∧(Ne(x, 0))