Stationary points and chain rule

Benny
Messages
577
Reaction score
0
Hi, I would like some help verifying the nature of a stationary point of the following function of two variables.

<br /> f\left( {x,y} \right) = \sin \left( x \right) + \sin \left( y \right) + \sin \left( {x + y} \right)<br />

Ok so I equated grad(f) to zero and solved for x and y. I got three points, in particular I found (x,y) = (pi,pi). As I found it, the Hessian matrix is the zero matrix so the determinant is also zero. So in terms of the "second derivatives test" the test is inconclusive for the point (pi,pi). I would like to know if there are any other ways of determining the nature (max, min, saddle) of the stationary point at (x,y) = (pi,pi).

My other question relates to the chain rule. I have been looking through a solution to a problem.

...conjectures that \mathop x\limits^ \to \bullet \nabla f\left( {\mathop x\limits^ \to } \right) = \nu f\left( {\mathop x\limits^ \to } \right) for f:U \subset R^n \to R provided that f\left( {a\mathop x\limits^ \to } \right) = a^\nu f\left( {\mathop x\limits^ \to } \right),a &gt; 0.

The question is to prove the conjecture. As part of the solution there is a step which goes along the lines of let g\left( a \right) = f\left( {a\mathop x\limits^ \to } \right) then g&#039;\left( a \right) = \nabla f\left( {a\mathop x\limits^ \to } \right) \bullet \mathop x\limits^ \to.

I'm not sure how the chain rule has been implemented here. The LHS (g'(a)) is just the usual single variable derivative whereas the RHS involves the gradient and hence partial derivatives. The only time when I've seen a LHS with a derivative with respect to a single variable while the RHS involves partial and/or 'usual' derivatives is when I've had something like g = g(x,y) where x = x(t) and y = y(t) in which case I have:

<br /> \frac{{dg}}{{dt}} = \frac{{\partial g}}{{\partial x}}\frac{{dx}}{{dt}} + \frac{{\partial g}}{{\partial y}}\frac{{dy}}{{dt}}<br />

However in the above example I'm at a loss as to how the chain rule has been used. Can someone help me out with either of my questions? Thanks.
 
Physics news on Phys.org
Try writing the gradient as a Taylor's series and keep only the first twp non-zero terms. Since sin(\pi)= 0, sin&amp;#039;(x)= cos(x), sin&amp;amp;#039;(\pi)= -1, sin&amp;quot;(x)= -sin(x) so sin&amp;amp;quot;(\pi)= 0, and sin&amp;quot;&amp;#039;(x)= -cos(x) so sin&amp;amp;quot;&amp;amp;#039;(\pi)= 1, the third degree Taylor&amp;amp;#039;s polynomial for sin(x)+ sin(y)+ sin(x+y) about (\pi,\pi) is (-x+ \frac{1}{3}x^3)+ (-y+ /frac{1}{3}y^3)+ (x+ y- /frac{1}{3}(x+y)^3 (the Taylor&amp;amp;#039;s Polynomial about \pi in x+y is the Taylor&amp;amp;#039;s polynomial for x about 2\pi with x+y substituted for x). Multiply that out and see what it looks like close to (\pi,\pi).
 
Thanks HallsofIvy, I'll try a Taylor series and see where that leads.

I'm also still working on the chain rule problem.:biggrin:
 
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