Higher order derivatives with help of Taylor expansion?

Click For Summary

Homework Help Overview

The discussion revolves around expanding the function f(x) = x²/(x-1) using Taylor series around the point x=2 and calculating the 17th order derivative at that point. Participants are exploring methods to simplify the process of finding higher order derivatives without resorting to tedious differentiation.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Some participants suggest developing the function 1/(1-x) as a geometric series to facilitate finding the derivatives. Others discuss the need for a change of variable to simplify the expansion process. Questions arise about how to derive a general term for the Taylor series and the implications of convergence for power series.

Discussion Status

Participants are actively engaging with various methods to approach the problem, including changing variables and expanding series. There is a recognition of the complexity involved in calculating higher order derivatives, and some guidance has been offered regarding the use of series expansions. Multiple interpretations of the problem are being explored without reaching a consensus.

Contextual Notes

There is an emphasis on the challenge of calculating the 17th derivative directly and the constraints of homework rules that may limit the methods available to participants. The discussion includes considerations of convergence and the properties of power series.

nikolafmf
Messages
112
Reaction score
0

Homework Statement



Function f(x) = x^2/(x-1) should be expanded by Taylor method around point x=2 and 17th order derivative at that point should be calculated.



Homework Equations



Taylor formula: f(x)=f(x0)+f'(x0)*(x-x0)+f''(x0)*(x-x0)^2+...



The Attempt at a Solution



I expand this function by the given formula. However, the problem is that it is tedious work to get 17th order derivative by simply differentiating the function 17 times! I can't imagine any other method. Any suggestion, please?
 
Physics news on Phys.org
Develop 1/(1-x) to sufficient number of terms.
This is very easy, as this is a simple geometric series.
Finding the 17th derivative will then be a piece of cake.
 
maajdl said:
Develop 1/(1-x) to sufficient number of terms.
This is very easy, as this is a simple geometric series.
Finding the 17th derivative will then be a piece of cake.

But my function is x2/(x-1) and I need the derivative of that function.
 
Develop 1/(1-x) to sufficient number of terms and then multiply by x².
 
Sorry, I did not pay attention that you were asked to develop f = x²*1/(x-1) around x=2.
The principle remains the same, however.
You just need make a change of variable: y=2-x.
Then, you need to develop f = (2-y)²*1/(1-y) around y=0.
By developing 1/(1-y) in Taylor series around y=0 you will find the result easily.

You could also start as follows:

x²/(x-1) = (2-y)²/(1-y) = (1+y + 1)²/(1-y) = (1+y) + 2 + 1/(1-y)

and develop 1/(1-y) to get the final result even more easily.
 
  • Like
Likes   Reactions: 1 person
Now I know how to calculate particular member in the Taylor expansion. But, the question here is, how to find the form of a general member. The answer of this problem says that the n-th member in Taylor expansion is (-1)^n*(x-2)^n, for n=2 or larger. How can I get this? I have calculated up to the third derivative and my calculation agrees with the given answer, but unfortunately I have no time to calculate up to infinity, nor up to 17th derivative :(.
 
maajdl said:
Sorry, I did not pay attention that you were asked to develop f = x²*1/(x-1) around x=2.
The principle remains the same, however.
You just need make a change of variable: y=2-x.
Then, you need to develop f = (2-y)²*1/(1-y) around y=0.
By developing 1/(1-y) in Taylor series around y=0 you will find the result easily.

You could also start as follows:

x²/(x-1) = (2-y)²/(1-y) = (1+y + 1)²/(1-y) = (1+y) + 2 + 1/(1-y)

and develop 1/(1-y) to get the final result even more easily.

I guess that in principle we need to know/prove that if an infinite series ##\sum_n c_n y^n## converges in an interval I containing y = 0 in its interior, then that series is, indeed, the Maclauren series expansion of the sum. It might be fun to try to prove this, or to find a counterexample.
 
maajdl said:
Then, you need to develop f = (2-y)²*1/(1-y) around y=0.
By developing 1/(1-y) in Taylor series around y=0 you will find the result easily.

Now the question is to develop f = (2-y)²*1/(1-y). How could developing just 1/(1-y) lead mi to the answer for (2-y)²*1/(1-y)? I can't see...
 
nikolafmf said:
Now the question is to develop f = (2-y)²*1/(1-y). How could developing just 1/(1-y) lead mi to the answer for (2-y)²*1/(1-y)? I can't see...

Expand the numerator, then do the multiplication and see what you get.
 
  • #10
nikolafmf said:
Now the question is to develop f = (2-y)²*1/(1-y). How could developing just 1/(1-y) lead mi to the answer for (2-y)²*1/(1-y)? I can't see...

Can you do 1/(1-y) and write down the general term? Once you have that we can work with finishing the question, but it's very hard to describe how to continue the problem without that part done.

As a very basic example, can you write down the Taylor series for ex? Once you have that, how do you write down the Taylor series for xex? It shouldn't involve taking any derivatives at all.
 
  • #11
Ray Vickson said:
I guess that in principle we need to know/prove that if an infinite series ##\sum_n c_n y^n## converges in an interval I containing y = 0 in its interior, then that series is, indeed, the Maclauren series expansion of the sum. It might be fun to try to prove this, or to find a counterexample.

The key propositions are
  • a convergent power series converges uniformly on its interval of convergence, and
  • if [itex](f_n)[/itex] is a sequence of differentiable functions converging pointwise to [itex]f[/itex], and if the derivatives [itex]f'_n[/itex] converge uniformly to [itex]g[/itex], then [itex]f[/itex] is differentiable and its derivative is [itex]g[/itex].

From these one can prove that if [itex]f_N(y) = \displaystyle\sum_{n=0}^N c_ny^n \to f[/itex] is such that there exists an open interval [itex]I[/itex] containing zero on which [itex]f_N^{(k)}[/itex] converges for all [itex]k \in \mathbb{N}[/itex], then for all [itex]k \in \mathbb{N}[/itex],
[tex] f^{(k)}(0) = c_k k!.[/tex]

It may be possible to show that [itex](f'_N)[/itex] converges wherever [itex](f_N)[/itex] does, which would show that a convergent power series is always its Maclaurin series.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
Replies
6
Views
3K
  • · Replies 13 ·
Replies
13
Views
2K