+0  
 
0
514
1
avatar

how to algebraically and graphically solve a equation v^2-5=8-2v^2

 Sep 15, 2015
 #1
avatar
+5

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}]

 Sep 15, 2015

0 Online Users