Finding the Real Answer for C in a Limit Question

  • Thread starter Thread starter zaddyzad
  • Start date Start date
  • Tags Tags
    Limit
zaddyzad
Messages
149
Reaction score
0

Homework Statement



lim \frac{\sqrt[3]{1+cx}-1}{x}
x\rightarrow0

The Attempt at a Solution



I put 0 in for x, which lead to 0/0 therefore I know I know I need to modify to get a real answer. I have no idea where to start.
 
Physics news on Phys.org
zaddyzad said:

Homework Statement



lim \frac{\sqrt[3]{1+cx}-1}{x}
x\rightarrow0

The Attempt at a Solution



I put 0 in for x, which lead to 0/0 therefore I know I know I need to modify to get a real answer. I have no idea where to start.
Are you allowed to use L'Hôpital's rule ?

If not, then rationalize the numerator.

a3 - b3 = (a - b)(a2+ab+b2)

So that \displaystyle \ \ (\sqrt[3]{s}-\sqrt[3]{t})((\sqrt[3]{s})^2+\sqrt[3]{s}\sqrt[3]{t}+(\sqrt[3]{t})^2)=s-t
 
So it's like multiply by a conjugate for square root rationals, but for a cube root??

Equivalent to x^2-y^2=(x-y)(x+y) ?
 
zaddyzad said:

Homework Statement



lim \frac{\sqrt[3]{1+cx}-1}{x}
x\rightarrow0

The Attempt at a Solution



I put 0 in for x, which lead to 0/0 therefore I know I know I need to modify to get a real answer. I have no idea where to start.

Do you know about Taylor series? If so, just take the first few terms of the expansion of ##(1+cx)^{1/3}## about ##x=0##.
 
zaddyzad said:
So it's like multiply by a conjugate for square root rationals, but for a cube root??

Equivalent to x^2-y^2=(x-y)(x+y) ?
Yes, but x^3- y^3= (x- y)(x^2+ xy+ y^2).
 
or you can use the limit:

\displaystyle\lim_{\begin{matrix}f(x)\to 0\\\mbox{when }x\to x_0\end{matrix}}\frac{(1+f(x))^\alpha-1}{f(x)}= \alpha\qquad (\heartsuit)

You have just to multiply and divide by c\ne 0 and use (\heartsuit)
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top