Mister Exam

Other calculators

y^2-y equation

The teacher will be very surprised to see your correct solution 😉

v

Numerical solution:

Do search numerical solution at [, ]

The solution

You have entered [src]
 2        
y  - y = 0
$$y^{2} - y = 0$$
Detail solution
This equation is of the form
a*y^2 + b*y + c = 0

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

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

Because D > 0, then the equation has two roots.
y1 = (-b + sqrt(D)) / (2*a)

y2 = (-b - sqrt(D)) / (2*a)

or
$$y_{1} = 1$$
$$y_{2} = 0$$
Vieta's Theorem
it is reduced quadratic equation
$$p y + q + y^{2} = 0$$
where
$$p = \frac{b}{a}$$
$$p = -1$$
$$q = \frac{c}{a}$$
$$q = 0$$
Vieta Formulas
$$y_{1} + y_{2} = - p$$
$$y_{1} y_{2} = q$$
$$y_{1} + y_{2} = 1$$
$$y_{1} y_{2} = 0$$
The graph
Rapid solution [src]
y1 = 0
$$y_{1} = 0$$
y2 = 1
$$y_{2} = 1$$
y2 = 1
Sum and product of roots [src]
sum
1
$$1$$
=
1
$$1$$
product
0
$$0$$
=
0
$$0$$
0
Numerical answer [src]
y1 = 0.0
y2 = 1.0
y2 = 1.0