I was solving a problem when I got stuck on a particular step, I don't know how to proceed further.
$$(2x^{\frac{1}{6}})^{m} = (2x^{\frac{1}{8}})^{2n}$$
I want to make the bases equal, so I can compare the exponents (i.e., the ratio of $m$ to $n$). Here $x$ is constant.
I tried but ended up making $x$ terms equal but then 2's exponents (in the base) became different.
Here is the original question:
If $m$ and $n$ are the smallest positive integers satisfying the relation $$\left(2\, \mathrm{cis} \frac\pi6\right)^m = \left(4\, \mathrm{cis} \frac\pi4\right)^n$$ then find the value of $m+n$.
where $\mathrm{cis}\, \theta \equiv \cos \theta + i \sin\theta$
For the original problem
$$\left(2e^{i\frac{\pi}6}\right)^m=\left(4e^{i\frac{\pi}4}\right)^{n}$$
multiply both sides for
$$\left(\frac14e^{-i\frac{\pi}4}\right)^{n}$$
$$\left(2e^{i\frac{\pi}6}\right)^m\left(\frac14e^{-i\frac{\pi}4}\right)^{n}=1$$
$$2^{m-2n}e^{i\left(\frac{m\pi}6-\frac{n\pi}4\right)}=1$$
that is
$$\begin{cases} m-2n=0\\ \frac{m\pi}6-\frac{n\pi}4=2k\pi \end{cases} \implies \frac{n}3-\frac{n}4=2k\implies n=24 \quad m=48 $$