I have a problem with this exercise :
f:R^n->R f(x, y) =x^3 +2x^2 y^2 - xy-4x.
I have to check in which points in the form (-1,y) equation f(-1,y)=3 generates implicit function y=phi(x), find derivatives y'(-1) from previous point, check whether it's reversable in the area x_0=-1 (if yes calculate (phi^-1)'(-1,0)), find maximum and minimum of function v->gradient_v f(-1,0) where |v|=1, and prove that gradient f(-1,0) is orthogonal to f^-1(3) (I was told that gradient is always orthogonal to level set)
#Implicit function
47 messages · Page 1 of 1 (latest)
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close
- Feel free to nominate the person for helper of the week in #helper-nominations
Yeah, I think it was supposed to be R^2
I don't know how to do the second point
separate the instructions more clearly, I don't know what you are referring to
It may not be perfect cause I used Google lens to make it translated
- Check differentiability
- apply the derivative formula
$y'(x_0) = -\frac{f_x(x_0,y(x_0))}{f_y(x_0,y(x_0))}$
al8628
by f_x and f_y I mean the partials w.r.t x and y respectively
differentiability is a given since polynomials are smooth
so you really just have to apply 2.
I don't know which version of implicit mapping theorem you are working with, you might need to adjust g(x,y) = f(x,y)-3, but that changes nothing when you take partials, the constant disappears
ofc keep in mind that the IMT gives sufficient conditions for points around which y=y(x) holds
there may be more such points which you will need to check by hand
as for invertibility - if the derivative is strictly positive (or strictly negative) in some neighborhood, then the function is strictly monotone, hence invertible
Would the derivatives be these? Ignore the gradient
distinguish between the two y-s
mark them differently or something
these y-s i mean
the first one is implicitly defined at (-1,0) and the other one at (-1,-1/2)
Ok, but other than that they are correct?
yes
What about point c) and d)?
In c I had to check if they are invertible locally in x0=-1. If so calculate (phi) ^-1(y0) where y0=phi(-1).
In d) I have to find max and
min of function v-> gradient_v f(-1,0) where |v|=1
I commented about invertibility
you should also have a theorem somewhere which tells you how you can find the derivative of an inverse via the derivative of the initial function
Just found the max and min which are sqrt(2) and - 1. Though, I can't find anywhere how to calculate that derivative
remember that if g is an inverse of f then g'(x) = 1/f'(g(x))
ring a bell?
assuming f is differentiable of course
can you show that either y is strictly monotone around the corresponding point?
you need that for invertibility
you were able to find max and min which give you the range
I don't remember how to do it. I only remember that for mapping. It was invertible if its Jacobian's determinant wasn't equal 0
But for that it's not square so it wouldn't work
So basically it's just 1/y'(x)?