Taylor Polynomial of Degree 2 in (0,a): Local Minima Analysis

  • Thread starter Thread starter electricman
  • Start date Start date
  • Tags Tags
    Polynomial Taylor
electricman
Messages
14
Reaction score
0
Hi,

I want to confirm this:

a=8 , b=5 , c=7

Decide the Taylor polynomial of degree 2 in the point (0, a) to the function f (x, y)=sqrt(1+bx+cy). Decide with the aid of Taylor polynomial if the function has a local minimum in (0, a).

I used the partial derivates:

df/dx = 5/(2*sqrt(1+5x+7y)) = 5/sqrt(57)
df/dy = 7/(2*sqrt(1+5x+7y)) = 7/sqrt(57)
and so on with the rest of the derivates

And with the all derivates in the taylor polynomial i will get a value different then 0 and that mean that it haven't got a minimum.

Is this the correct way to slove this?
 
Physics news on Phys.org
electricman said:
Hi,

I want to confirm this:

a=8 , b=5 , c=7

Decide the Taylor polynomial of degree 2 in the point (0, a) to the function f (x, y)=sqrt(1+bx+cy). Decide with the aid of Taylor polynomial if the function has a local minimum in (0, a).

I used the partial derivates:

df/dx = 5/(2*sqrt(1+5x+7y)) = 5/sqrt(57)
df/dy = 7/(2*sqrt(1+5x+7y)) = 7/sqrt(57)
and so on with the rest of the derivates
Well, these should be 5/{2sqrt(57)} and 7/{2sqrt(57)}.

And with the all derivates in the taylor polynomial i will get a value different then 0 and that mean that it haven't got a minimum.

Is this the correct way to slove this?

I think you should show some more work-- I can't tell what you've done if I can't see it!
 
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