#limits with trigonometry
22 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:
For x -> 0 we have:
sin(x) ~ x
1 - cos(x) ~ x^2/2
tan(x) ~ x
f(x) ~ g(x), x -> x0 means that the limit of f(x)/g(x) as x -> x0 is 1.
If you prefer power series, you can use it, too. For x -> 0:
sin(x) = x + o(x)
cos(x) = 1 - x^2/2 + o(x^2)
tan(x) = x + o(x)
what does ~ stand for?
Well, I just wrote what it means.
Let me show on one of the problems, then.
(a).
2sin(5x)/tan(2x) ~ 2(5x)/(2x) -> 5, x -> 0
where did sin and tan go?
As I said above, for x -> 0 we have sin(x) ~ x, tan(x) ~ x. So, sin(5x) ~ 5x and tan(2x) ~ 2x for x -> 0.
ohh
so the answer is just 5?
You need to use some terms from the series of trigonometric and some other functions to solve limits with them. So, I recommend reviewing the series for the following:
(1 + x)^n
ln(1 + x)
e^x
sin(x)
cos(x)
tan(x)
Yes.
wait but u said that sin(x) = x, so 2 sin (5x) would be 2x(5x)?
You can't say sin(x) = x. For x -> 0 we have sin(x) ~ x, so 2sin(5x) ~ 2(5x) = 10x, x - > 0.
i don't get it..
Well, sorry, I don't know how to explain it in the other way. Review some theory about Taylor series, then.
And about Landau symbols so you can calculate limits more quickly.
oh ok then, thanks