Solving Tailor Series Question: My Approach and Attempts (with Image)

  • Thread starter Thread starter transgalactic
  • Start date Start date
  • Tags Tags
    Series
Click For Summary

Homework Help Overview

The discussion revolves around the application of Taylor series to analyze a function involving sine and exponential terms. Participants explore methods to find limits and non-zero terms in the series expansion without deriving complete solutions.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants discuss using derivatives and series expansions for sine and exponential functions to find limits and coefficients of terms. Questions arise about the necessity of derivatives versus using known series expansions.

Discussion Status

There is an ongoing exploration of different methods to approach the problem, including the use of Taylor series and limits. Some participants suggest that derivatives may not be necessary if series expansions are utilized effectively. The conversation reflects a mix of interpretations and approaches without a clear consensus.

Contextual Notes

Participants express uncertainty about the application of complex numbers and the limits of series expansions. There is mention of homework constraints and the need to clarify foundational concepts related to Taylor series.

Physics news on Phys.org
I don't any other way by forming the derivatives!

But for your function I would tried to write \sin x by expotentials

\sin x=\frac{e^{i\,x}-e^{-i\,x}}{2\,i}\Rightarrow f(x)=\frac{e^{(i+1)\,x}-e^{(-i+1)\,x}}{2\,i}-x^2-x

which would yelds exp with derivation, but the calculations of f^{(n)}(0) will involve complex numbers :smile:

By the way the first non-zero term is

\frac{f^{(3)}(0)}{3!}\,x^3=\frac{1}{3}\,x^3

For the (b) part, just plug the series in the place where f(x) was.
 
You can also plug in the expansions for e^x and sin(x). It shouldn't be too hard to get the first nonzero term then.
 
how did you transformed from my expresion to what you showed
 
If your aim is to find that limit, the easiest way is NOT finding the Taylor series of that function, but express \lim_{x\to 0} \frac{f(x)}{x^2} as \lim_{x\to 0} \left( \frac{e^x-1}{x} \frac{\sin x}{x} - 1 \right)

That limit is easy to evaluate; The only bit I would imagine you would have any trouble with is \lim_{x\to 0} \frac{e^x-1}{x}, which you can use exp(x)'s Taylor series/l'hospital's Rule (their all the same) to work out.
 
Last edited:
about the first part..

i didnt understand how am i soppose to comeup with the first object that is not
equals to 0
without making a million derivatives
 
Why make million derivatives?

\sin x=\frac{e^{i\,x}-e^{-i\,x}}{2\,i}\Rightarrow f(x)=\frac{e^{(i+1)\,x}-e^{(-i+1)\,x}}{2\,i}-x^2-x

f'(x)=\frac{1}{2\,i}\left((i+1)\,e^{(i+1)\,x}-(-i+1)\,e^{(-i+1)\,x}\right)-2\,x-1\Rightarrow f'(0)=0

f''(x)=\frac{1}{2\,i}\left((i+1)^2\,e^{(i+1)\,x}-(-i+1)^2\,e^{(-i+1)\,x}\right)-2\Rightarrow f''(0)=0

f'''(x)=\frac{1}{2\,i}\left((i+1)^3\,e^{(i+1)\,x}-(-i+1)^3\,e^{(-i+1)\,x}\right)\Rightarrow f'''(0)=2
 
those derivatives are with complex numbers

i didnt study it yet

so from your answer i get that the only way is to make derivatives
till i get the answer
 
Read my post. You don't need to take derivatives if you know the expansions of sin(x) and e^x.
 
  • #10
what is the
expansions for e^x and sin(x) ??

you ment their tailor series
 
  • #11
transgalactic said:
what is the
expansions for e^x and sin(x) ??

you ment their tailor series


e^x=1+x+\frac{x^2}{2!}+\dots+\frac{x^n}{n!}+\dots

\sin x=x-\frac{x^3}{3!}+\dots+(-1)^{n}\frac{x^{2\,n+1}}{(2\,n+1)!}+\dots
 
  • #12
how do i substitute the expansion in the limit

i don't know where to stop
there is no limit to the number of members in the expansion
??
 
  • #13
Is that a problem :( ? You don't really have to stop anywhere, write it as e^x = \sum_{n=0}^{\infty} \frac{x^n}{n!} , \sin x = \sum_{n=0}^{\infty} (-1)^n \frac{x^{2n+1}}{(2n+1)!}. Even though there's an infinite number of terms, think about what happens to them when you take the limit.

EDIT: If you look at my previous post, you will see the form that makes it the easiest to evaluate. The problem is even easier if you do the limit in little chunks, ie Find \lim_{x\to 0} \frac{ e^x -1}{x}, \lim_{x\to 0} \frac{\sin x}{x} first. You can do this!
 
Last edited:
  • #14
Your problem was to find the first member (i.e. coefficient of xn). Take as many terms of the Taylor series of ex and sin(x) as you need! It probably won't be more than 4 or 5.
 
  • #15
the first one that you showed solvse by lhopital answer :e^x
the second one is a formula answer :1
can you give me an example of solving limit problems with a substitution?
 
  • #16
What idea do you have in mind, when you use the word 'substitution'? For the two limits you just did, instead of l'hospital's rule or remembering the limit, you could have 'substituted' e^x and sin x with the series given above. But that is not a real substitution, because the series and and e^x or sin (x) are actually identical.

If your thinking of 'substitution' in the way I usually think of it, try showing;

\lim_{n\to \infty} \left( 1 + \frac{x}{n}\right)^n = \lim_{u \to 0} \left( 1 + ux\right)^{(\frac{1}{u})}.
 
  • #17
i ment solving a limit proble, using tailor series
can you show me an example of that
??
 
  • #18
Well let's show that as x --> 0, (sin x)/x is 1.

\sin x = x - x^3/3!...

\frac{\sin x}{x} = 1 - x^2/3!...

As x goes to zero, the limit is 1.
 
  • #19
why you desided to stop on the third power
??
 
  • #20
I didn't actually stop at the third power, the dots were meant to indicate that the general pattern of the terms continued until infinity. Even if I took a million terms, don't you see how only the first one is a constant, and all the others involve x and will become 0 when you take the limit?
 
  • #21
ok
if i got it right
than the only member which survives is the 1 the others which involves x
will equal to 0
 
  • #22
transgalactic said:
i ment solving a limit proble, using tailor series
can you show me an example of that
??

Don't take this the wrong way--I mean no disrespect, but I just figured I should let you know that it's "Taylor" not "tailor".

The name of the series is in honor of a mathematician named Taylor:

http://en.wikipedia.org/wiki/Brook_Taylor
 
  • #23
my bad
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 7 ·
Replies
7
Views
5K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
Replies
1
Views
2K
Replies
8
Views
2K