Find the limit using taylor series

Click For Summary

Homework Help Overview

The discussion revolves around finding the limit of the expression $$L=\lim_{x \rightarrow 0} \frac{1}{x}\left(\frac{1}{x}-\frac{cosx}{sinx}\right)$$ using Taylor series, specifically the Maclaurin series. Participants are exploring the application of Taylor series for sine and cosine functions to evaluate the limit as \(x\) approaches zero.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the necessity of writing the Taylor series for sine and cosine up to certain terms and question how to proceed with the limit calculation. There are suggestions to keep leading non-zero terms in both the numerator and denominator. Some participants mention using the series for cotangent as a potentially simpler approach.

Discussion Status

The discussion is active, with various participants offering insights into the Taylor series expansions for sine and cosine. Some guidance has been provided regarding the importance of retaining sufficient terms to avoid incorrect results. There is an acknowledgment of the need for careful handling of terms to ensure accurate cancellation and limit evaluation.

Contextual Notes

Participants note that this is the first problem for some in applying Taylor series for limit calculations, indicating a learning context. There is also mention of potential pitfalls in dropping terms too early, which could lead to incorrect conclusions.

doktorwho
Messages
181
Reaction score
6

Homework Statement


Using the taylor series at point ##(x=0)## also known as the meclaurin series find the limit of the expression:
$$L=\lim_{x \rightarrow 0} \frac{1}{x}\left(\frac{1}{x}-\frac{cosx}{sinx}\right)$$

Homework Equations


3. The Attempt at a Solution [/B]
##L=\lim_{x \rightarrow 0} \frac{1}{x}\left(\frac{sinx-xcosx}{xsinx}\right)##
##L=\lim_{x \rightarrow 0} \frac{1}{x^2}\left(\frac{sinx-xcosx}{sinx}\right)##
I need help to continue. This is the first problem I am doing that asks me to claculate the limit using the taylor series. Am i suppose to write the taylor series for ##sinx,cosx## up to some element and somehow use them?
 
Physics news on Phys.org
doktorwho said:
Am i suppose to write the taylor series for ##sinx,cosx## up to some element and somehow use them?

Yes. Keep the leading non-zero term in ##x## in both denominator and numerator. The rest will be irrelevant.
 
Shorter is directly the series for cotangent.
 
You may also find the series ##\frac{1}{1-z} = 1+z+z^2+z^3+\cdots## useful.
 
fresh_42 said:
Shorter is directly the series for cotangent.
Yeah, but who remembers that? :wink:
 
vela said:
Yeah, but who remembers that? :wink:
Wiki does. The advantage is, you don't even need a pencil.:smile:
 
So taylor for ##\sin(x) = x - \dfrac{x^3}{3!} + \dfrac{x^5}{5!} - \dfrac{x^7}{7!} ...## and for ##\cos x = 1 - \frac{x^2}{2!} + \frac{x^4}{4!}+...##
So:
##L=\lim_{x \rightarrow 0} \frac{1}{x^2}\left(\frac{(x - \dfrac{x^3}{3!} + \dfrac{x^5}{5!} - \dfrac{x^7}{7!} ...)-x(1 - \frac{x^2}{2!} + \frac{x^4}{4!}+...)}{x - \dfrac{x^3}{3!} + \dfrac{x^5}{5!} - \dfrac{x^7}{7!} ...}\right)##
So beside the x getting canceled in the upper part what else can i do?
 
  • Like
Likes   Reactions: Logical Dog
doktorwho said:
So taylor for ##\sin(x) = x - \dfrac{x^3}{3!} + \dfrac{x^5}{5!} - \dfrac{x^7}{7!} ...## and for ##\cos x = 1 - \frac{x^2}{2!} + \frac{x^4}{4!}+...##
So:
##L=\lim_{x \rightarrow 0} \frac{1}{x^2}\left(\frac{(x - \dfrac{x^3}{3!} + \dfrac{x^5}{5!} - \dfrac{x^7}{7!} ...)-x(1 - \frac{x^2}{2!} + \frac{x^4}{4!}+...)}{x - \dfrac{x^3}{3!} + \dfrac{x^5}{5!} - \dfrac{x^7}{7!} ...}\right)##
So beside the x getting canceled in the upper part what else can i do?
Do what @Orodruin has said: calculate the difference, multiply with ##\frac{1}{x^2}##, cancel the quotient such that leading term of the denominator equals ##1## and see which terms without an ##x## are left. (I haven't done it this way, though.)
 
fresh_42 said:
Do what @Orodruin has said: calculate the difference, multiply with ##\frac{1}{x^2}##, cancel the quotient such that leading term of the denominator equals ##1## and see which terms without an ##x## are left. (I haven't done it this way, though.)
Since the terms after ##\frac{x^3}{3!}## are getting smaller and smaller can i ignore them and write just the two leading members of the series?
Like:
##L=\lim_{x \rightarrow 0} \frac{1}{x^2}\left(\frac{(x - \dfrac{x^3}{3!}) -x(1 - \frac{x^2}{2!})}{x - \dfrac{x^3}{3!}}\right)##
##L=\lim_{x \rightarrow 0}\left(\frac{(x - \dfrac{x^3}{3!}) -x(1 - \frac{x^2}{2!})}{x^3}\right)##
##L=\lim_{x \rightarrow 0}\left(\frac{x^3}{3x^3}\right)=\frac{1}{3}##
Would this be correct?
 
  • #10
Yes, it is correct. Mathematically one would have notated the missing terms like this: ##\; \sin(x)=x-\frac{x^3}{3!}+O(x^5)## instead of just dropping them, but the result is the same.

(##O(x^5)## means basically: "something with ##x^5## as factor".)
 
  • Like
Likes   Reactions: doktorwho
  • #11
doktorwho said:

Homework Statement


Using the taylor series at point ##(x=0)## also known as the meclaurin series find the limit of the expression:
$$L=\lim_{x \rightarrow 0} \frac{1}{x}\left(\frac{1}{x}-\frac{cosx}{sinx}\right)$$

Homework Equations


3. The Attempt at a Solution [/B]
##L=\lim_{x \rightarrow 0} \frac{1}{x}\left(\frac{sinx-xcosx}{xsinx}\right)##
##L=\lim_{x \rightarrow 0} \frac{1}{x^2}\left(\frac{sinx-xcosx}{sinx}\right)##
I need help to continue. This is the first problem I am doing that asks me to claculate the limit using the taylor series. Am i suppose to write the taylor series for ##sinx,cosx## up to some element and somehow use them?


Orodruin said:
Yes. Keep the leading non-zero term in ##x## in both denominator and numerator. The rest will be irrelevant.

This is not quite right, and can sometimes lead to an incorrect answer (as it does in this example). If we keep only ##1-x^2/2## from ##\cos x## and just retain ##x## from ##\sin x## we get
$$\text{function} \doteq \frac{1}{x} \left( \frac{1}{x} - \frac{1}{x} + \frac{x^2}{2x} \right) = \frac{1}{2}.$$
This would lead to the incorrect limit 1/2.

However, if we keep ##x - x^3/6## from ##\sin x## we get
$$ \text{function} \doteq \frac{1}{x} \left( \frac{1}{x} - \frac{1 - x^2/2}{x - x^3/6} \right) = \frac{1}{3} + O(x^2),$$
giving the correct limit 1/3.

When we have cancellations (as in ##1/x - \cot x##) we should keep a couple of additional terms just to be sure that all the cancellations are properly accounted for, and so we get a correct constant term.
 
Last edited:
  • #12
Ray Vickson said:
This is not quite right, and can sometimes lead to an incorrect answer (as it does in this example).
You misread me. I was referring to the expressions the OP had constructed with a common denominator. Clearly this does lead to the correct limit - as found by the OP.

If you want to be sure about it you should not be throwing terms at all but instead insert O(x^3). This will immediately tell you if you missed a term of a relevant order.
 

Similar threads

Replies
4
Views
2K
  • · Replies 27 ·
Replies
27
Views
4K
Replies
17
Views
3K
Replies
6
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
Replies
5
Views
2K
Replies
9
Views
2K