How do you evaluate this limit?

  • Thread starter Thread starter Leo Liu
  • Start date Start date
  • Tags Tags
    Limit
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
8 replies · 2K views
Leo Liu
Messages
353
Reaction score
156
Homework Statement
$$\lim_{x\to 0^+}(1-\cos (\sqrt x))^{\sin(x)}$$
Relevant Equations
.
I tried taking e^ln but to no avail. Please help! Thanks.

My attempt:
$$\lim_{x\to 0^+}(1-\cos (\sqrt x))^{\sin(x)}$$
$$\lim_{x\to 0^+}e^{\ln (1-\cos\sqrt x)^{\sin x}}$$
$$\lim_{x\to 0^+}e^{{\sin x}\ln (1-\cos\sqrt x)}$$
$$\lim_{x\to 0^+}\exp(\frac{\ln (1-\cos\sqrt x)}{1/\sin x})$$
If I apply Lhospital's rule to this limit, the result will be quite complicated and will remain in intermediate form. I also reached wolfram alpha for help, yet the step by step solution is terse.
 
on Phys.org
Leo Liu said:
Homework Statement:: $$\lim_{x\to 0^+}(1-\cos (\sqrt x))^{\sin(x)}$$
Relevant Equations:: .

I tried taking e^ln but to no avail. Please help! Thanks.

My attempt:
$$\lim_{x\to 0^+}(1-\cos (\sqrt x))^{\sin(x)}$$
$$\lim_{x\to 0^+}e^{\ln (1-\cos\sqrt x)^{\sin x}}$$
$$\lim_{x\to 0^+}e^{{\sin x}\ln (1-\cos\sqrt x)}$$
$$\lim_{x\to 0^+}\exp(\frac{\ln (1-\cos\sqrt x)}{1/\sin x})$$
If I apply Lhospital's rule to this limit, the result will be quite complicated and will remain in intermediate form. I also reached wolfram alpha for help, yet the step by step solution is terse.
Just keep going with l'Hopital, complicated or not.

You don't need the exponential.
 
  • Like
Likes   Reactions: Leo Liu
PeroK said:
Just keep going with l'Hopital, complicated or not.

You don't need the exponential.
I am lazy so I let MMA do the job for me. Here is what I got after differentiating the fraction twice:
1613254741339.png

Although the graph verifies that the limit is indeed 0 as x approaches 0 from right side, it seems that Num2/Den2 is still in intermediate form. I doubt that we will obtain an answer by blindly differentiating the fraction. Thanks anyway.
 
After the first round of differentiation, you should be able to show that you end up with
$$-\frac 14 \cdot \frac{\sin \sqrt x}{\sqrt x} \cdot \frac{\sin x}{\sin \frac{\sqrt x}2} \cdot \frac{\tan x}{\sin \frac{\sqrt x}2}.$$ Calculate the limit of each factor.
 
  • Like
Likes   Reactions: Leo Liu
vela said:
After the first round of differentiation, you should be able to show that you end up with
$$-\frac 14 \cdot \frac{\sin \sqrt x}{\sqrt x} \cdot \frac{\sin x}{\sin \frac{\sqrt x}2} \cdot \frac{\tan x}{\sin \frac{\sqrt x}2}.$$ Calculate the limit of each factor.
This is helpful. Thank you. I didn't expect this question could be so complex.
 
By Taylor expansion it is
[tex]\lim_{x \rightarrow +0} (\frac{x}{2}+o(x^2))^{x+o(x^3)}=\lim_{x \rightarrow +0} x^x=1-0[/tex]
 
Last edited:
Someone on reddit sent me his work:
1613320984606.png

So the key is to use the substitution ##x=t^2## to simplify the expression and to notice ##\lim_{t\to 0} 2t/\sin t=2## before applying the product rule of limit.
Credit to @vladislavsrb