We all learned in 9th/10th grade that problems like:
$$\sqrt{x+2}=4$$
$$(x+2)^\frac 3 4=4$$
Can be solved by exponentiation
$$\text{If}: \sqrt{x+2}=4, \text{ then}:x+2=4^2$$
$$If: (x+2)^\frac 3 4=4,\text{ then}:(x+2)^3=4^4$$
And we can then expand the second problem via binomial expansion or whatever we like.
I recently encountered a problem that looked like this:
$$\frac{a(ax^2+c-d)}{a^\sqrt2}=(\frac{a^\sqrt2}{a}x^\sqrt2+d)^\sqrt2$$
(attempting to solve for d)
Is this solveable?
Before we could take advantage of the fact that the exponent was rational and so we could take any expression
$$x^\frac n m=y^\frac p q$$
and transform it to
$$x^{nq}=y^{mp}$$
No trick like this will work in solving problems with irrational exponents. Is there an alternate strategy that allows for solving problems like this?
You can raise things to irrational powers to clear exponents, but it doesn't help here. $$\frac{a(ax^2+c-d)}{a^\sqrt2}=(\frac{a^\sqrt2}{a}x^\sqrt2+d)^\sqrt2\\ a(ax^2+c-d)=(\frac{a^\sqrt2}{a}x^\sqrt2+d)^\sqrt2a^\sqrt2\\ a(ax^2+c-d)=((ax)^\sqrt2+ad)^\sqrt 2$$ You could raise both sides to the $\frac 1{\sqrt 2}$ power to clear the exponent on the right, but that traps the $d$ on the left.