#Solving a limit without L'hopitals Rule
60 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:
apex predator
@scenic horizon
doesn't x-x/x^2 still become an indeterminate form
wouldn't you plug 0 into x^2 and it would still be 0 as well?
have you tried
$\lim_{x\to 0}\frac{\sin x-\sin x \cos x}{x^2}=\lim_{x\to 0}\frac{1-\cos x}{x}$
Coffey, Slavic Taiga
no i haven't tried that yet
Partial small angle approximation moment
I don't know what this means im in calc 1 sorry 😅
Either taking out sinx/x or letting sinx=x
Unless sine is in degrees
after that use the fact that 1-cosx = 1-(cos^2(x/2)-sin^2(x/2))=2sin^2(x/2)
what is a degree
@scenic horizon
Baa
this is the approximation right
kinda
so i just sub x in for sinx?
see it for yourself
when x->0 yes
actually i advice against it
substituting in stuff in a limit might lead to crucial errors
by taking out sinx/x do you mean replacing it with 1, so it becomes (1)lim_x->0(1-cosx/x)?
yeah because if you have a limit where you can create the inside function by multiplying two or more functions together then the limit of the whole thing is equal to the product of the individual limits iff they all converge
so lim f(x)h(x)g(x)=lim f(x) * lim g(x) * lim h(x) if the individual limits all exist
so (1) would be the lim f(x) and lim_x->0(1-cosx/x) would be lim h(x) right
doesn't 1-cosx/x still leave an indeterminate form
no
because you said you're allowed to quote that (1-cosx)/x is zero
thats different from cosx-1/x=0 though right
watwatwatwat
f->0 implies |f|->0 too
not always the other way around
but the two are equivalent if one of them -> 0 i think
recheck this
@apex predator: sure of your proof. If f(x)=sin x - x, then the numerator writes f(x)-0.5 f(2x) which tends to 0, but you don’t know its rate of convergence compared to x² (except if you know Taylor series which seem to be out of the scope).
@tommy if you use the definition of the derivative for sin and cos you don’t use the Hospital rule per se
sin x/x = (sin x - sin 0)/(x -0) so lim in 0 is cos 0=1
Don’t write cos x - 1/x but (cos x - 1)/x, which equals (cos x - cos 0)/(x - 0) so lim in 0 is -sin 0=0.
Various different systems allow different usage of the small angle approximations, when I was how old I estimate this guy is, it was fine to let sinx approx x and cosx approx 1-x^2/2 without proof so that’s what I applied here
And I later added a method which does not rely on that