Taylor Polynomial Problem: What is f´(1)?

  • Thread starter Thread starter eipiplusone
  • Start date Start date
  • Tags Tags
    Taylor
eipiplusone
Messages
9
Reaction score
0
Hi,

I would really appreciate it if someone can help me with the following problem, regarding a taylor polynomial:

A 2nd degree taylor polynomial to the function f around x = 1, is given by:

T_2(x) = x + x^2

Question:
What is f´(1) ?

Answer: 3

(Btw: the question is from a multiple choice test, but the answer should be evident without consulting the possible answers)

Homework Equations



I usually solve this kind of problem simply by considering the general form of a taylorpolynomial:

f(a) + f´(a)(x-a) + (f´´(a)/2!) * (x-a)^2

and comparing it to the taylor polynomial given in the problem statement. From a little rearrangement, the answer is usually self-evident. But in this case the rearranging seems very elaborate, so I am hoping that I am missing some clever way to solve it.

The Attempt at a Solution



In this case I really don't know how go about it. I´ve only managed to simply make sense of the answer, by the following argument:

f(1) + f´(1)(x-1) + f´´(1)(x-1)]^2 = x + x^2 ⇔

f(1) + f´(1)x - f´(1) + f´´(1)(x^2 + 1 - 2x) = x + x^2 ⇔

f(1) + f´(1)x - f´(1) + f´´(1)x^2 + f´´(1) - f´´(1)2x = x + x^2

Inserting f´(1) = 3 evaluates to x + x^2 , if f´´(1) = 2 and f(1) = 2 .
But there´s no way that I would have seen that, not knowing that f´(1) = 3 .

There must be some nice way of solving this problem?

Any help would be truly appreciated..!
 
Physics news on Phys.org
You should just expand your Taylor polynom in powers of x and then compare the coefficients on both sides, which leads to a linear system of equations for f(1), f'(1), and f"(1).
 
The "second degree Taylor polyomial" of f, about x= 1, is, by definition, f(1)+ f'(1)(x- 1)+ (f''(1)/2)(x- 1)^2. You are told that the second order Taylor polynomial for this function is x+ x^2.

I think Vanhees71 meant to say "expand your polynomial in powers of x-1". That is, find a, b, and c so that a(x- 1)^2+ b(x- 1)+ c= x+ x^2. Then you can just "read off" the value of f'(1).
 
Hi,
I know that I need to find the coefficients, but not how to do it. It becomes an equation with three unknowns? How do i read off the value?

I know how to solve this type of problem typically. When the derivative in question is simply the coefficient to x^n times the nth factorial. But that's hard do in this problem, i think.

Thanks..!
 
eipeplusone - as Hallsofivy mentioned - expand his equation on the left hand side in terms of a polynomial in x making sure you multiply a,b, and c through. Now collect terms of a, b, and c into coefficients to this polynomial. Equate those coefficients on left to like powers of known coefficients on right (start with highest term). You'll see an easy solution to yield a, b, and c. From there, you can compute f(1), f'(1) and f''(1)
 
Great, I understand it now. Thanks a lot!
 
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...
Back
Top