#no l'hopital rule hard limit
40 messages · Page 1 of 1 (latest)
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close
- Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
Try expanding √(1 - x^2) and cos(x) up to their x^4 terms first.
What do you mean
0/0
I'd try to use some algebra to get some special limits (like sinx/x(
idk the right terms
Recall the following:
(1 + x)^n = 1 + nx + n(n - 1)x^2/2 + o(x^2)
cos(x) = 1 - x^2/2 + x^4/24 + o(x^4)
wait
i almost solved it, but you need to try it too
Hm, let me try.
For x -> 0 we have:
√(1 - x^2) = 1 - x^2/2 - x^4/8 + o(x^4)
cos(x) = 1 - x^2/2 + x^4/24 + o(x^4)
√(1 - x^2) = -x^4/6 + o(x^4)
So:
√(1 - x^2)/cos(x) = 1 + (√(1 - x^2) - cos(x))/cos(x) = 1 + (-x^4/6 + o(x^4))/cos(x), x -> 0
For the cos(x) in the denominator, cos(x) = 1 + o(1) is enough, as taking more terms will produce terms higher than x^4, which won't matter. So:
√(1 - x^2)/cos(x) = 1 + (-x^4/6 + o(x^4))/cos(x) = 1 - (x^4/6 + o(x^4))/(1 + o(1)) = 1 - x^4/6 + o(x^4), x -> 0
Thus:
(1/x^4)ln(√(1 - x^2)/cos(x)) = (1/x^4)ln(1 - x^4/6 + o(x^4)) = (1/x^4)(-x^4/6 + o(x^4)) = -1/6 + o(1) -> -1/6, x -> 0
You forgot to distribute 1/x^4 to ln(cos(x)).
What's o
f(x) = o(g(x)), x -> x0 means f(x)/g(x) -> 0 for x -> x0.
Well, maybe. It's one of the Landau symbols, they are used very often.
Is that uni
Yes.