Wat is de kubuswortel van x ^ 8?

Wat is de kubuswortel van x ^ 8?
Anonim

Antwoord:

#root (3) (x ^ 8) = x ^ 2 root (3) (x ^ 2) #

of als je liever:

#root (3) (x ^ 8) = x ^ (8/3) #

Uitleg:

Voor enige #a, b in RR #, #root (3) (ab) = wortel (3) (a) wortel (3) (b) # en #root (3) (a ^ 3) = a #

Zo:

# root (3) (x ^ 8) = root (3) (x ^ 6 * x ^ 2) = root (3) ((x ^ 2) ^ 3 * x ^ 2) = root (3) ((x ^ 2) ^ 3) root (3) (x ^ 2) = x ^ 2 root (3) (x ^ 2) #