You open a problem. Sitting on the page is something like \sqrt{x} \cdot \sqrt[3]{x}, or \dfrac{\sqrt[3]{x^2}}{\sqrt{x}}, and a small voice in your head says this looks complicated. Different radical signs. Different indices. Nothing obvious to cancel.

It is not complicated. It is one conversion step away from being pure fraction arithmetic. The recognition you are training here is: the moment you see two different radical indices in the same expression, reach for rational exponents before you reach for anything else. Once every radical is a fractional exponent, the problem becomes "add these fractions" or "subtract these fractions" — and the answer drops out in two lines.

Why mixing indices is awkward in radical form

Try to combine \sqrt{x} \cdot \sqrt[3]{x} directly, without leaving radical notation. The rule for multiplying radicals — \sqrt[n]{a} \cdot \sqrt[n]{b} = \sqrt[n]{ab} — only works when the two radicals share the same index. Here one is index 2 and the other is index 3. You cannot combine them as written.

The fix is to rewrite both radicals with a common index. The LCM of 2 and 3 is 6, so you convert:

\sqrt{x} = \sqrt[6]{x^3} \qquad \sqrt[3]{x} = \sqrt[6]{x^2}

Now the product works:

\sqrt[6]{x^3} \cdot \sqrt[6]{x^2} = \sqrt[6]{x^3 \cdot x^2} = \sqrt[6]{x^5}

Three steps, each a chance to slip. You have to find the LCM correctly. You have to remember that raising a radical to get the new index multiplies the inside exponent, not divides it. You have to keep x^3 and x^2 straight, not flip them. It is doable, but every step is fiddly.

Why exponents just work

Now try the same product with rational exponents. Convert each radical at a glance:

\sqrt{x} = x^{1/2} \qquad \sqrt[3]{x} = x^{1/3}

The product is

x^{1/2} \cdot x^{1/3} = x^{1/2 + 1/3}

because same base means add exponents. Finding a common denominator for \tfrac{1}{2} and \tfrac{1}{3} gives \tfrac{3}{6} + \tfrac{2}{6} = \tfrac{5}{6}. So

x^{1/2} \cdot x^{1/3} = x^{5/6}

Two operations: a conversion and a fraction addition. The common-denominator step is still there — but it is the common denominator of the exponents, not the common index of a radical, and that is a much simpler thing to manage mentally. You have been adding fractions since class 5. The rule for adding radical indices is something you half-remember from last week.

Worked example 1 — \sqrt{x} \cdot \sqrt[3]{x}

Different indices, so convert.

\sqrt{x} \cdot \sqrt[3]{x} = x^{1/2} \cdot x^{1/3} = x^{1/2 + 1/3} = x^{3/6 + 2/6} = x^{5/6}

If the answer is wanted in radical form, convert back: x^{5/6} = \sqrt[6]{x^5}. Same final answer as the radical-only route, but the work in the middle was just adding two fractions.

Worked example 2 — \dfrac{\sqrt[3]{x^2}}{\sqrt{x}}

Convert the numerator and denominator.

\sqrt[3]{x^2} = x^{2/3} \qquad \sqrt{x} = x^{1/2}

Divide — same base, so subtract exponents:

\frac{x^{2/3}}{x^{1/2}} = x^{2/3 - 1/2} = x^{4/6 - 3/6} = x^{1/6}

In radical form: x^{1/6} = \sqrt[6]{x}. One clean answer from one fraction subtraction.

Notice what would have happened in radical form. You would have rewritten \sqrt[3]{x^2} as \sqrt[6]{x^4}, rewritten \sqrt{x} as \sqrt[6]{x^3}, then combined \dfrac{\sqrt[6]{x^4}}{\sqrt[6]{x^3}} = \sqrt[6]{x^{4-3}} = \sqrt[6]{x}. Correct, but three separate substitutions, each with its own opportunity for a sign or exponent slip.

Worked example 3 — (\sqrt[3]{x})^2 \cdot \sqrt{x}

Convert.

(\sqrt[3]{x})^2 \cdot \sqrt{x} = \left(x^{1/3}\right)^2 \cdot x^{1/2}

Power of a power — multiply the exponents:

\left(x^{1/3}\right)^2 = x^{2/3}

Now multiply same bases:

x^{2/3} \cdot x^{1/2} = x^{2/3 + 1/2} = x^{4/6 + 3/6} = x^{7/6}

And in radical form, if you want it:

x^{7/6} = x^{1 + 1/6} = x \cdot x^{1/6} = x \sqrt[6]{x}

Three rules in sequence (power-of-a-power, then product rule, then a cosmetic split), each one a mechanical move on fractions.

The conversion is cheap; the calculation is free

Look at what the habit costs you: one glance at each radical, one rewrite. That is the entire overhead. What does it buy you?

Adding or subtracting fractions. Nothing else. No LCM-of-indices calculation that tangles with the radicand. No "which number goes under which radical sign after the rewrite?" worry. No mid-problem check that you transformed \sqrt[3]{x^2} into \sqrt[6]{x^4} rather than \sqrt[6]{x^6}.

In contrast, staying in radical form requires you to find a common index and rewrite each radicand to match the new index. Two moving parts instead of one. The error surface is larger.

When to convert back

Fractional-exponent form is where the calculation lives. Whether it is also where the answer lives depends on the question.

If the problem ends with "simplify" and the grader expects a radical expression, convert back at the end. x^{7/6} becomes x \sqrt[6]{x}, pulling the integer part of the exponent out as a plain factor.

If the problem is set in an algebra or calculus context where fractional exponents are the natural language — anything involving derivatives or power rules, for instance — leave the answer as x^{7/6}. Do not convert back just for the aesthetics of seeing a radical sign.

Either way, the middle of the calculation is in exponent notation. Radical form, if it is wanted at all, is a final cosmetic step.

Multi-variable — same rule

Nothing special happens when more than one variable is involved. Consider (\sqrt{a})^3 \cdot \sqrt[3]{ab^2}.

Convert each piece. (\sqrt{a})^3 = (a^{1/2})^3 = a^{3/2}. And \sqrt[3]{ab^2} = (ab^2)^{1/3} = a^{1/3} \cdot b^{2/3}.

So the product is

a^{3/2} \cdot a^{1/3} \cdot b^{2/3} = a^{3/2 + 1/3} \cdot b^{2/3} = a^{9/6 + 2/6} \cdot b^{2/3} = a^{11/6} \cdot b^{2/3}

The a exponents added, the b stayed alone. Same mechanism as the one-variable case, just running in two channels at once. It scales to any number of distinct bases without any change to the method.

Recognition drill

Walk through these and see the pattern hold. For each, name the converted form and the final exponent.

In each case the radical-form approach would have meant finding an LCM of two indices, rewriting two radicands, and then combining. The exponent approach collapses it to one fraction operation. The numbers 12, 15, and 6 — common denominators for the exponent fractions — turn out to be the same LCMs you would have needed in radical form anyway. The exponents just compute them for you without making a fuss.

The one-line takeaway

Different radical indices \Rightarrow convert every radical to a rational exponent, add or subtract or multiply the fractional exponents, then (optionally) convert back. The fraction arithmetic is the whole reason exponent form wins here; it absorbs the common-index calculation automatically.

Mixed-index radicals are a red flag — not for "this problem is hard", but for "convert first, then this problem is easy". The conversion is free. The algebra that follows is trivial in exponent form and bureaucratic in radical form. Reach for the cheap move.