how to algebraically and graphically solve a equation v^2-5=8-2v^2
Algebraically, this is the solution:
v = ±sqrt(13/3)
Graphically, this is how you plot it:
Plot[{-5 + v^2, 8 - 2 v^2}, {v, -4.16333, 4.16333}]