I was working on some quadratic equations and wondered if I could try and solve an equation without using the formula. Could you tell me if my method is correct? I tried solving it this way to improve my command over the mathematical language and to see if I've understood the concept correctly. What I did was take an equation who's x^2 coefficient was > 1 and convert it into the vertex form to further solve it.
The way I went about it was:

we have to solve $$3x^2+4x-1=0$$ dividing by $3$ we get $$x^2+\frac{4}{3}x-\frac{1}{3}=0$$ then we have $$x^2+2\cdot \frac{2}{3}x+\frac{4}{9}-\frac{1}{3}-\frac{4}{9}=0$$ the first three Terms are a complete square $$\left(x+\frac{2}{3}\right)^2=\frac{1}{3}+\frac{4}{9}$$ the right side is given by $$\frac{1}{3}+\frac{4}{9}=\frac{7}{9}$$ thus we have $$|x+\frac{2}{3}|=\frac{\sqrt{7}}{3}$$ from here we get $$x=-\frac{2}{3}+\frac{\sqrt{7}}{3}$$ $$x=-\frac{2}{3}-\frac{\sqrt{7}}{3}$$