Implicit Function Theorem: Solving Level Sets and Computing Partial Derivatives

Buri
Messages
271
Reaction score
0
I've been having a lot of trouble understanding the statement of the theorem and its proof, so I would like to see if I did the following question below correctly.

The problem

Let f : R² → R be given by f(x,y,z) = sin(xyz) + e^[2x + y(z - 1)]. Show that the level set {f = 1} can be solved as x = x(y,z) near (0,0,0) and compute ∂x/∂y (0,0) and ∂x/∂z (0,0).

SOLUTION!

Let G(x,y,z) = f(x,y,z) - 1 and note that G(0,0,0) = 0.

DG = [yzcos(xyz) + e^[2x + y(z - 1)]; xzcos(xyz) + (z - 1)e^[2x + y(z - 1)]; xycos(xyz) + e^[2x + y(z - 1)]; 1 x 3 matrix

I have ∂G/∂x = yzcos(xyz) + 2e^[2x + y(z - 1)]. Now at (0,0,0) I have it equal to 1 and hence the determinant is nonzero, so I can apply the Implicit Function Theorem.

So Dx(0,0) = -[∂G/∂x]^(-1) ⋅ [∂G/∂(y,z)] = -[1]^(-1) ⋅ [-1 1] = [1 -1]

Therefore, ∂x/∂y (0,0) = 1 and ∂x/∂z (0,0) = -1.

Is this all right?
 
Last edited:
Physics news on Phys.org
Munkres has f: R^k x R^n → R^n, and then writes f as f(x,y) where x ∈ R^k and y ∈R^n and then goes on to solve for y in terms of the x. However, this isn't as general as one could be, so this is what's been confusing me, but I think I have finally understood it (hopefully). So if anyone could verify whether what I did above is right or wrong would be great. Thanks!
 
Back
Top