Finding the coefficients of an unknown function using Taylor's Theorem?

SMA_01
Messages
215
Reaction score
0

Homework Statement


Find coefficients A, B, and C.
f'(x)= Af(x)+Bf(x+h)+Cf(x+2h)+O(h2)
Using Taylor's Theorem.

Note: O stands for Big O in asymptotic order notation.

The Attempt at a Solution



Here are the expansions:

Bf(x+h)= Bf(x)+Bhf'(x)+(1/2)Bh2f"(x)+(1/6)Bh3f"'(x)...

Cf(x+2h)=Cf(x)+2Chf'(x)+2Ch2f"(x)+(4/3)Ch3f"'(X)...

And then I added them and factored out the coefficients

= (A+B+C)f(x)+(B+2C)hf'(x)+(1/2B+2C)h2f"(x)+...

Is this correct? I'm stuck as to what I am supposed to do next.

Thanks.
 
Last edited:
Physics news on Phys.org
SMA_01 said:

Homework Statement


Find coefficients A, B, and C.
f'(x)= Af(x)+Bf(x+h)+Cf(x+2h)+O(h2)
Using Taylor's Theorem.

Note: O stands for Big O in asymptotic order notation.



The Attempt at a Solution



Here are the expansions:

Bf(x+h)= Bf(x)+Bhf'(x)+(1/2)Bh2f"(x)+(1/6)Bh3f"'(x)...

Cf(x+2h)=Cf(x)+2Chf'(x)+2Ch2f"(x)+(4/3)Ch3f"'(X)...

And then I added them and factored out the coefficients

= (A+B+C)f(x)+(B+2C)hf'(x)+(1/2B+2C)h2f"(x)+...

Is this correct? I'm stuck as to what I am supposed to do next.

Thanks.

That looks pretty odd. I think there is a typo in the problem. Try changing the left hand side from f'(x) to f'(x)*h. Now it makes a little more sense. Try it from there.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...

Similar threads

Back
Top