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

  • Thread starter transgalactic
  • Start date
  • Tags
    Series
In summary, I tried to solve my question by formulating the derivatives for my function, but I ran into trouble with getting the first nonzero term. I would have to try to find the expansions of sin(x) and e^x.
Physics news on Phys.org
  • #2
I don't any other way by forming the derivatives!

But for your function I would tried to write [itex] \sin x[/itex] by expotentials

[tex]\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[/tex]

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

By the way the first non-zero term is

[tex]\frac{f^{(3)}(0)}{3!}\,x^3=\frac{1}{3}\,x^3[/tex]

For the (b) part, just plug the series in the place where [itex]f(x)[/itex] was.
 
  • #3
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.
 
  • #4
how did you transformed from my expresion to what you showed
 
  • #5
If your aim is to find that limit, the easiest way is NOT finding the Taylor series of that function, but express [tex]\lim_{x\to 0} \frac{f(x)}{x^2}[/tex] as [tex]\lim_{x\to 0} \left( \frac{e^x-1}{x} \frac{\sin x}{x} - 1 \right)[/tex]

That limit is easy to evaluate; The only bit I would imagine you would have any trouble with is [tex]\lim_{x\to 0} \frac{e^x-1}{x}[/tex], which you can use exp(x)'s Taylor series/L'Hopitals Rule (their all the same) to work out.
 
Last edited:
  • #6
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
 
  • #7
Why make million derivatives?

[tex]\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[/tex]

[tex]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[/tex]

[tex]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[/tex]

[tex]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[/tex]
 
  • #8
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
 
  • #9
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


[tex]e^x=1+x+\frac{x^2}{2!}+\dots+\frac{x^n}{n!}+\dots[/tex]

[tex]\sin x=x-\frac{x^3}{3!}+\dots+(-1)^{n}\frac{x^{2\,n+1}}{(2\,n+1)!}+\dots[/tex]
 
  • #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 [tex]e^x = \sum_{n=0}^{\infty} \frac{x^n}{n!} , \sin x = \sum_{n=0}^{\infty} (-1)^n \frac{x^{2n+1}}{(2n+1)!}[/tex]. 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 [tex]\lim_{x\to 0} \frac{ e^x -1}{x}, \lim_{x\to 0} \frac{\sin x}{x}[/tex] 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'hopitals 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;

[tex]\lim_{n\to \infty} \left( 1 + \frac{x}{n}\right)^n = \lim_{u \to 0} \left( 1 + ux\right)^{(\frac{1}{u})}[/tex].
 
  • #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.

[tex]\sin x = x - x^3/3!...[/tex]

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

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
 

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

What is the Tailor series and why is it important in mathematics?

The Tailor series, also known as the Taylor series, is a mathematical concept used to approximate a function by representing it as an infinite sum of simpler functions. It is important in mathematics because it allows for the accurate calculation of values for functions that are difficult to solve directly.

How do you approach solving a Tailor series question?

The first step in solving a Tailor series question is to determine the function to be approximated and the point around which the series will be expanded. Then, using the formula for the Tailor series, the coefficients of the simpler functions can be calculated. Finally, the series can be written out and simplified to obtain the approximate value of the function at a given point.

What are some common mistakes to avoid when solving a Tailor series question?

One common mistake is to forget to include higher order terms when writing out the series. Another mistake is to use the wrong expansion point, which can lead to incorrect coefficients and ultimately an inaccurate approximation. It is also important to be careful with algebraic manipulations when simplifying the series.

How can the accuracy of a Tailor series approximation be improved?

The accuracy of a Tailor series can be improved by including more terms in the series, which will result in a closer approximation of the function. It is also important to choose a point of expansion that is close to the value at which the function is being evaluated. Additionally, checking the result by comparing it to the original function can help identify any errors.

Can the Tailor series be used for any type of function?

The Tailor series can be used for many types of functions, as long as they are continuous and have derivatives of all orders. However, for some functions, the series may not converge or may converge too slowly to be practical. In these cases, alternative methods of approximation may be necessary.

Similar threads

Replies
17
Views
539
Replies
12
Views
530
Replies
1
Views
944
Replies
1
Views
1K
Replies
4
Views
2K
Back
Top