Philly:
It might be a helpful teqnique for you to INTRODUCE new sub-variables, in order to SIMPLIFY your original expression into a shape you DO know how to manipulate.
As an example, let us take your expression (as I read it):
\tan(\theta)=\frac{v^{2}}{r*g}
Now, we introduce auxiliary variables a=v^{2}, b=r*g
Thus, your original equation may be written as:
\tan(\theta)=\frac{a}{b}
This looks simpler than your original expression, right?
Now, you were to solve for "a" (that is v^2).
1. Multiply both sides with b:
b*\tan(\theta)=b*\frac{a}{b}
2. Now, on your right handside, remember that you ALWAYS may write a fraction as follows \frac{a}{b}=\frac{1}{b}*a no matter what the numbers a and b are.
Thus, your right-hand side can always be re-written as:
b*\frac{a}{b}=b*\frac{1}{b}*a[/itex]<br />
(And therefore, your EQUATION in 1 can be rewritten as b*\tan(\theta)=b*\frac{1}{b}*a<br />
<br />
3. Furthermore, no matter what sort of number b is, you always have:<br />
b*\frac{1}{b}=1<br />
(That's basically the old rule "A number divided by itself equals 1"!)<br />
Hence, you may rewrite your equation from 2. as:<br />
b*\tan(\theta)=1*a<br />
<br />
4. You also know that any number a multiplied with 1 equals itself, 1*a=a, thus, you have:<br />
b*\tan(\theta)=a<br />
Or, switching about:<br />
a=b*\tan(\theta)<br />
<br />
5. Now, re-introduce v^2 and r*g from the definitions of a and b, and you have:<br />
<br />
v^{2}=r*g*\tan(\theta)