2024-01-22

Radicals and Absolute Values

Here's a fact that I've never seen expressed clearly, or in this way, in any of the several college-level algebra books from which I've taught. Say we're working in the domain of real numbers, and have a radical of some index over a variable to a power. In broad strokes, we can divide the power by the radical index -- however, in some cases, distressingly, you'd need an absolute value to express the result. The question is, exactly when do you need that absolute value?

$$\sqrt[n]{a^m} = a^{m \over n} \text{ or } |a^{m \over n}|? $$

Say we're in this situation, with m and n whole numbers, and m is evenly divisible by n. The primary issue is that when the initial power m is even, it makes any product nonnegative, wiping out any negatives that the base a might represent. So when the reduced power m/n is odd, then it would fraudulently claim to possibly produce negatives, which our initial expression cannot do -- and so require the absolute value as a correction. 

Let's give more detail by inspecting all the permutations of even/odd possibilities between the starting and ending powers in the expression:

  1. Odd m, odd m/n: The odd starting power m can produce values of any sign, and so can the odd reduced power m/n. So all is fine here, and we don't need the absolute value.
  2. Even m, even m/n: The even power m wipes out any negatives, and the reduced even power m/n does the same thing. So again they're aligned, and no absolute value is needed.
  3. Even m, odd m/n: This is the case alluded to above -- the even start power m wipes out negatives, but the odd ending power m/n would deceive us into thinking negatives could be a possible product. This is the situation in which we need the absolute value as a correction.
  4. Odd m, even m/n: This case is impossible. If m/n is even, then any multiple (e.g., by n to produce m) is also even.

So it's only that third case in which the power switches from even to odd where we need the absolute value bars for full fidelity. Interestingly, since the fourth case can't happen, we could express the protocol briefly as follows:

When the powers switch parity, then we need absolute value bars.