Finding all rational solutions of $$y^2 = -x(4x^2 - 9x + 4)$$
I need to all of these points. It's easy to notice that $~(0,0),~ (1,1),~ (1,-1)~$ are rational points, though I can't find any others and have a feeling that these are the only rational points.
How would I prove this? I am not very familiar with elliptic curves but would like to know how to solve such an equation.
These are the only ones. If you define $x=-u/4, y=-v/4$, the curve becomes $v^2=u^3+9u^2+16u$. Using elltors in Pari-gp gives 3 finite torsion points which lead to the points you have found. Using Denis Simon's ellrank code, also in Pari, gives rank $0$ which means there are no other points.