Here is the equation I am stuck at:
$$2x^2+3x+1=0$$
I need to find the roots without calculating the discriminant.
So this is where I stopped:
$$2x^2+3x+1=0 \Rightarrow x^2 + (3/2)x + 1/2 = 0. $$
Everything is divided by $2$ so I can get this form
$$x^2-Sx+P=0;\ S=x_1+x_2 \text{ and }P=x_1x_2$$ $$\Rightarrow S=x_1+x_2= -3/2 ,\ \ P=x_1.x_2= 1/2.$$
How can I get the value of $x_1$ and $x_2$?
Just to turn the comment into an answer: it's solvable by factoring in integers. To factor $ax^2 + bx + c$, specifically $2x^2+3x+1$, note that $a \cdot c = 2$, and we can factor this as $2 \cdot 1$, whose factors conveniently sum to $b = 3$. Thus by grouping we have: $2x^2+3x+1 = 2x^2 + 2x + 1x + 1 = 2x(x+1) + 1 (x+1) = (x+1)(2x+1)$.
So the original equation is equivalent to $(x+1)(2x+1) = 0$; by the zero product property either $x+1=0$ or $2x+1=0$, and from these follow the solutions $x = \{-1, -1/2\}$.
Note that this process of solving by factoring is the fundamental tool to solve higher-degree equations, and points in the direction of the Fundamental Theorem of Algebra: each factor of a polynomial generates one root.