x^2e^2x equation
The teacher will be very surprised to see your correct solution 😉
The solution
Detail solution
Given the equation
$$x e^{2} x^{2} = 0$$
so
$$x = 0$$
We get the answer: x = 0
Vieta's Theorem
rewrite the equation
$$x e^{2} x^{2} = 0$$
of
$$a x^{3} + b x^{2} + c x + d = 0$$
as reduced cubic equation
$$x^{3} + \frac{b x^{2}}{a} + \frac{c x}{a} + \frac{d}{a} = 0$$
$$x^{3} = 0$$
$$p x^{2} + q x + v + x^{3} = 0$$
where
$$p = \frac{b}{a}$$
$$p = 0$$
$$q = \frac{c}{a}$$
$$q = 0$$
$$v = \frac{d}{a}$$
$$v = 0$$
Vieta Formulas
$$x_{1} + x_{2} + x_{3} = - p$$
$$x_{1} x_{2} + x_{1} x_{3} + x_{2} x_{3} = q$$
$$x_{1} x_{2} x_{3} = v$$
$$x_{1} + x_{2} + x_{3} = 0$$
$$x_{1} x_{2} + x_{1} x_{3} + x_{2} x_{3} = 0$$
$$x_{1} x_{2} x_{3} = 0$$
Sum and product of roots
[src]
$$0$$
$$0$$
$$0$$
$$0$$