Finding the first-order taylor polynomial

In summary, you need to find the FOTP of a function at the given point, P=10. This FOTP is the function plus the derivative of that function times (x - 10).
  • #1
the7joker7
113
0

Homework Statement



Basically, I have a differential equation. One of the elements of it is...

F(P) = 0.2P(1 - (P/10))

And I need to replace it with it's first-order Taylor polynomial centered at P=10.

The Attempt at a Solution



I haven't done Taylor polynomial stuff in over a year so I went and looked it up...as near as I could tell, an FOTP of an equation was the equation plus the derivative of that equation times (x - a). Is this accurate?

If so, this is fairly simple, as I can find the derivative of F(P) as 0.2 - 0.04P. but what do I do with the (x - a) part? I think for my purposes it would be (x - P), but still, how do I treat this?
 
Physics news on Phys.org
  • #2
the7joker7 said:

Homework Statement



Basically, I have a differential equation. One of the elements of it is...

F(P) = 0.2P(1 - (P/10))

And I need to replace it with it's first-order Taylor polynomial centered at P=10.

The Attempt at a Solution



I haven't done Taylor polynomial stuff in over a year so I went and looked it up...as near as I could tell, an FOTP of an equation was the equation plus the derivative of that equation times (x - a). Is this accurate?

You do not take the FOTP of an equation, you take the FOTP of a function. Here the function is F and the variable is P.

In general, if f is a function and we write x the variable on which it depends, its FOTP at the point a is the function

[tex]x\mapsto f(a)+f'(a)(x-a)[/tex]

In your case, f=F, x=P and a=10.

I leave to you the pleasure of finding the FOTP of F at 10
 
  • #3
The value a is the point you are expanding around. In your case a = 10. You expand to first order so the differential equation can be solved by analytical methods. Let x = P. Then the equation is

F(x) = 0.2x(1 - (x/10))

The first order expansion is then

[tex]F(x)\approx F(10) + F'(10)(x-10)[/tex]
 

FAQ: Finding the first-order taylor polynomial

What is the first-order Taylor polynomial?

The first-order Taylor polynomial is a mathematical approximation of a function around a specific point. It is represented by a linear function and is used to estimate the value of a function at a given point.

How is the first-order Taylor polynomial calculated?

The first-order Taylor polynomial is calculated using the formula f(x) = f(a) + f'(a)(x-a), where f(a) represents the value of the function at the point a and f'(a) represents the derivative of the function at point a.

What is the purpose of finding the first-order Taylor polynomial?

The first-order Taylor polynomial is useful in approximating the value of a function at a specific point, especially when the function is complex and difficult to evaluate directly. It can also be used to understand the behavior of a function around a specific point.

What is the difference between the first-order Taylor polynomial and the actual function?

The first-order Taylor polynomial is an approximation of the actual function and is only accurate near the chosen point a. As the distance from a increases, the accuracy of the approximation decreases. The actual function, on the other hand, represents the true behavior of the function at all points.

Can the first-order Taylor polynomial be used to find the value of a function at any point?

No, the first-order Taylor polynomial can only estimate the value of a function at a specific point. To find the value at other points, higher-order Taylor polynomials or other methods of approximation may be needed.

Back
Top