Question 1086951

How do I isolate {{{v}}} from {{{L=i * sqrt(1-v^2/c^2) }}} ?
<pre>{{{L/i = sqrt(1 - v^2/c^2)}}} ------- Dividing both sides by i
{{{(L/i)^2 = (sqrt(1 - v^2/c^2))^2}}} ------- Squaring both sides
{{{L^2/i^2 = 1 - v^2/c^2}}}
{{{v^2/c^2 = 1 - L^2/i^2}}} -------- Adding {{{v^2/c^2}}} and subtracting {{{L^2/i^2}}} from both sides
{{{sqrt(v^2/c^2) = sqrt(1 - L^2/i^2)}}} ------- Taking square root of both sides
{{{v/c = sqrt(1 - L^2/i^2)}}} =======> {{{highlight_green(matrix(1,3, v, "=",  c * sqrt(1 - L^2/i^2)))}}}</pre>