How Do You Simplify and Analyze Taylor Polynomials for Higher Degree Functions?

  • Thread starter Thread starter stunner5000pt
  • Start date Start date
  • Tags Tags
    Polynomials Taylor
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
stunner5000pt
Messages
1,447
Reaction score
5
Homework Statement
[tex] f(x) = 4 + 5x - 6x^2 + 11x^3 - 19x^4 + x^5 [/tex]
a. Find Taylor polynomial at x = 0, order 2
b. find the remainder
[tex] R_{2} (x) = f(x) - T_{2} (x) [/tex]
c. Find the maximum values of [tex] f^{(3)} (x) [/tex] on the interval |x| < 0.1
Relevant Equations
Taylor polynomial formula
[tex]f(x) = 4 + 5x - 6x^2 + 11x^3 - 19x^4 + x^5[/tex]

question a almost seems too easy as I end up 'removing' the x^4 and x^5 terms
a.
[tex]T_{2} (x) = 4 + 5x - 6x^2[/tex]

b.
[tex]= R_{2} (x) = 11x^3 - 19x^4 + x^5[/tex]

c.
i don't understand what i need to do here. To find the maximum value of a function, we differentiate and make that derivative = 0
so if we are to find the maximum of f'''(x) , does that mean that we simply make the answer from a = 0?

4 + 5x - 6x^2 = 0
This solves to
x= -1/2 and x = 4/3

But since neither of these values is in the given interval of |x| < 0.1, do we just evaluate T(2) (x) at x = -0.1 and x = 0.1 and determine the larger of the two?
 
Physics news on Phys.org
stunner5000pt said:
Homework Statement:: [tex]f(x) = 4 + 5x - 6x^2 + 11x^3 - 19x^4 + x^5[/tex]
a. Find Taylor polynomial at x = 0, order 2
b. find the remainder
[tex]R_{2} (x) = f(x) - T_{2} (x)[/tex]
c. Find the maximum values of [tex]f^{(3)} (x)[/tex] on the interval |x| < 0.1
Relevant Equations:: Taylor polynomial formula

[tex]f(x) = 4 + 5x - 6x^2 + 11x^3 - 19x^4 + x^5[/tex]

question a almost seems too easy as I end up 'removing' the x^4 and x^5 terms
a.
[tex]T_{2} (x) = 4 + 5x - 6x^2[/tex]

b.
[tex]= R_{2} (x) = 11x^3 - 19x^4 + x^5[/tex]
Yes, I think it is that easy.
stunner5000pt said:
c.
i don't understand what i need to do here. To find the maximum value of a function, we differentiate and make that derivative = 0
so if we are to find the maximum of f'''(x) , does that mean that we simply make the answer from a = 0?

4 + 5x - 6x^2 = 0
That's not ##f^{(3)}(x)##.
stunner5000pt said:
This solves to
x= -1/2 and x = 4/3

But since neither of these values is in the given interval of |x| < 0.1, do we just evaluate T(2) (x) at x = -0.1 and x = 0.1 and determine the larger of the two?
If there are is no local maximum within an interval, then the maximum value must be at an endpoint.
 
PeroK said:
Yes, I think it is that easy.

That's not ##f^{(3)}(x)##.

If there are is no local maximum within an interval, then the maximum value must be at an endpoint.
Right, i see the issue. THe maximum of f'''(x) would be solved by solving f''(x) = 0, is that correct?
 
stunner5000pt said:
Right, i see the issue. THe maximum of f'''(x) would be solved by solving f''(x) = 0, is that correct?

No, you need to take one extra derivative, so you need to fourth derivative.

It might help to first compute ##f^{(3)}## and then start from scratch on that. It's a function, and you need to maximize it
 
Reply
  • Like
Likes   Reactions: PeroK