Question

How to evaluate x limits with fractional powers

Original question: d) $\lim_{x\to 1} \frac{x^{\frac{1}{6}}-1}{x^{\frac{1}{3}}-1}$

Expert Verified Solution

thumb_up100%(1 rated)

Expert intro: This limit looks awkward at first because the numerator and denominator both go to 0. The useful move is to rewrite the fractional exponents so they share the same base power.

Detailed walkthrough

Let

L=limx1x161x131.L=\lim_{x\to 1}\frac{x^{\frac16}-1}{x^{\frac13}-1}.

Notice that

x13=(x16)2.x^{\frac13}=\left(x^{\frac16}\right)^2.

So if we set

t=x16,t=x^{\frac16},

then as x1x\to 1, we also have t1t\to 1, and the limit becomes

L=limt1t1t21.L=\lim_{t\to 1}\frac{t-1}{t^2-1}.

Factor the denominator:

t21=(t1)(t+1).t^2-1=(t-1)(t+1).

So

L=limt1t1(t1)(t+1)=limt11t+1.L=\lim_{t\to 1}\frac{t-1}{(t-1)(t+1)}=\lim_{t\to 1}\frac{1}{t+1}.

Now substitute t=1t=1:

L=12.L=\frac{1}{2}.

So the value of the limit is

12.\boxed{\frac12}.

💡 Pitfall guide

A common slip is to try canceling x1x-1 directly, but these are not linear expressions. Another mistake is treating x1/6x^{1/6} and x1/3x^{1/3} as unrelated; once you notice x1/3=(x1/6)2x^{1/3}=(x^{1/6})^2, the algebra gets much cleaner.

🔄 Real-world variant

If the denominator were x231x^{\frac23}-1 instead, you could set t=x1/6t=x^{1/6} again and rewrite it as t41t^4-1. Then factoring would give a different constant limit. The same idea works whenever the exponents are multiples of a common fraction.

🔍 Related terms

fractional exponents, indeterminate form, factorization

FAQ

How do you evaluate a limit with fractional powers?

Rewrite the expressions using a common substitution, then factor the resulting polynomial and cancel the common term.

What is the value of the limit as x approaches 1?

The limit is 1/2.

chat