What happens when a is negative in $ a^{\frac{m}{n}} $.
This question may seem silly but I got confused by it. If you take the example $2^{\frac{4}{3}}$
Method 1: $\sqrt[3]{2^4} \approx 2.51984$
Method 2: ${(\sqrt[3]{2})^4} \approx 2.51984$
But if you take -2 then
Method 1: $\sqrt[3]{-2^4} \approx 2.51984$
Method 2: $(\sqrt[3]{-2})^4 \approx$ 
Is this wrong or correct?
Every real number has three cube roots, one real and two complex. This means that rational exponentiation leads to several answers over the complex numbers. To simplify things, we often restrict ourselves to the real roots; in the cases where there are two real roots (like square roots, fourth roots, any roots with an even index) we use the principal (positive) root, so ${4}^\frac{1}{2} = 2$, rather than $-2$.
In your example, the (approximate) three cube roots of $2$ are $1.25992, -0.62996 + 1.09112\ i,$ and $-0.62996 - 1.09112\ i$. Similarly, the (approximate) cube roots of $-2$ are $-1.25992, 0.62996 + 1.09112\ i,$ and $0.62996 - 1.09112\ i$.
You seem to be using the real roots of $2$ and $-2$ in your first three examples, but then are switching to a complex root in the fourth example, hence the incongruency. If you're restricting yourself to the real roots, then all four examples should have the approximate answer $2.51984$; if you're working over the complex numbers, however, then every example would have three possible (approximate) answers, namely $2.51984, -1.25992 + 2.18224\ i$ and $-1.25992 - 2.18224\ i$.