Students helping students, join us in improving Bored of Studies by donating and supporting future students!
^ that is correct according to maplezeek said:wouldn't you do something like this...
Lim (cos[x]-1)/x -------> Lim(cos[x]/x - 1/x)
as x-> 0, cos[x]-> 1, 1/x -> inf
.: Lim (cos[x]-1)/x ------->Lim(inf. - inf.)
------->0
im not sure if that makes any sense though![]()
Yes, I did think of 'infinity - infinity' but I dont know if that is valid.zeek said:wouldn't you do something like this...
Lim (cos[x]-1)/x -------> Lim(cos[x]/x - 1/x)
as x-> 0, cos[x]-> 1, 1/x -> inf
.: Lim (cos[x]-1)/x ------->Lim(inf. - inf.)
------->0
im not sure if that makes any sense though![]()
Ill look into it, thank you.let f(x) = cos[x] - 1
f'(x) = sin[x]
f(0) = 0
let g(x) = x
g'(x) = 1
g(0) = 0
thus applying l'hopital
LIM (cos[x] - 1) / x
x->0
= lim f(x)/g(x)
x->0
= lim f'(x)/g'(x)
x->0
gives
lim sin[x]/1 = 0
x->0
can't remember if you get taught L'hopital in 4 unit, but its handy to know
I somehow don't think that, when x and y are two functions of which the values approach infinity at the limit, lim(x-y)=0...I mean, infinity is not a number o.0STx said:^ that is correct according to maple
ahh i knew there would be a 4 unit way to do it, nice solutionairie said:My try is to first apply the half-angle rule, so (cos x)-1 = -2sin2(x/2).
the above condition only holds if g(x) and f(x) either both tend to infinity; or both tend to 0 as in the above caseMumma said:lim g(x)/f(x) = lim g'(x)/f'(x)
Yes, that was the problem I was initially trying to solve, and I realised the circular reasoning and noted that out. I dont think Ill end up using l'Hopital's rule, but it is interesting regardless.SeDaTeD said:Edit: I've noticed another thing. Try to find the derivative of cos(x) using first principles. You will see that it involves using the fact that (cosx -1)/x goes to 0 as x -> 0. So using l'Hopital's rule in this case may constitute circular reasoning (though, if you're lucky, your teacher may not notice). Best way to go is to use airie's method.
I was gonna do that at first, but you have x as the denominator for one of the terms so I suppose you can't really just sub x=0 inMumma said:By the way, when we reach
-2 LIM sin[x/2] /x * LIM sin[x/2]
since we know LIM sin[x/2] = 0, cant we say the whole thing is 0 without using sinx/x = 1?
Hmm. You're right.Raginsheep said:You're not subbing in x = 0, Your finding the behaviour of the curve as it approaches 0 which is slightly different.
at x = 0, your function could equal any random value and it would have no effect on your limit.