Integrating a Taylor Expansion with Limits: Finding the Exact Value

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
3 replies · 2K views
chemphys1
Messages
27
Reaction score
0

Homework Statement



expand
f(x) = x^4 - 3x^3 + 9x^2 +22x +6 in powers of (x-2)

Hence evaluate integral,
(limits 2.2 - 2) f(x) dx

Homework Equations



Taylor expansion for the first part
integral f(x) dx with limits 2.2-2

The Attempt at a Solution



Expansion of the function I've done comes to
78 +46(x-2) +18(x-2)^2 +9/2(x-2)^3 +3/4(x-2)^4

But then I don't know how the x-2 relates to the limits 2.2 - 2,
do I integrate the original integral or the expanded one? And then how do I use the integral to get the exact value

any help appreciated
 
Physics news on Phys.org
chemphys1 said:

Homework Statement



expand
f(x) = x^4 - 3x^3 + 9x^2 +22x +6 in powers of (x-2)

Hence evaluate integral,
(limits 2.2 - 2) f(x) dx

Homework Equations



Taylor expansion for the first part

The function is a fourth-order polynomial. Expansion in powers of [itex]u = x - 2[/itex] is nothing more than substituting [itex]x = u + 2[/itex] and collecting powers of [itex]u[/itex].

integral f(x) dx with limits 2.2-2

The Attempt at a Solution



Expansion of the function I've done comes to
78 +46(x-2) +18(x-2)^2 +9/2(x-2)^3 +3/4(x-2)^4

But then I don't know how the x-2 relates to the limits 2.2 - 2,
do I integrate the original integral or the expanded one? And then how do I use the integral to get the exact value

any help appreciated

Start with [itex]\int_2^{2.2} f(x)\,dx[/itex] and consider the substitution [itex]x = u + 2[/itex].
 
  • Like
Likes   Reactions: 1 person
pasmith said:
The function is a fourth-order polynomial. Expansion in powers of [itex]u = x - 2[/itex] is nothing more than substituting [itex]x = u + 2[/itex] and collecting powers of [itex]u[/itex].
Yes, but finding the Taylor series expansion about x= 2, as chemphys1 does, is a good way of doing that.
Start with [itex]\int_2^{2.2} f(x)\,dx[/itex] and consider the substitution [itex]x = u + 2[/itex].
Exactly right!
 
Have I got this right,

I integrate f(x) but with x = u-2

i.e integral of (u-2)^4 - 3(u-2)^3 etc

with the new limits being 0.2 - 0?

Not really sure what the point of the expansion I did was?