Implicit Function Theorem for Solving Nonlinear Equations

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
Disinterred
Messages
38
Reaction score
0

Homework Statement



I am currently working through the problems in Edwards book "Advanced Calculus of Several Variables". This is the problem (1.9 page 171):

Show that the equation z3 + ze(x+y) + 2 = 0 has a unique solution z=f(x, y) defined for all (x,у) an element of R3.

Homework Equations



Implicit Function Theorem as given in Edwards. (attached as an image)

The Attempt at a Solution



According to the hypotheses of the Implicit Function Theorem, it would seem that the only thing that is required to show for this problem is that the partial derivative with respect to z of the function G(x,y,z) = z3 + ze(x+y) + 2 is nonzero (which it is for all points (x,y)). Then the
result follows immediately from the Implicit Function Theorem. But this seems rather trivial?

I think my confusion stems from the misunderstanding of the Implicit Function Theorem. Is there any other books besides Edwards that have a very good discussion of the theorem?
 

Attachments

  • implicitfunctiontheorem.jpg
    implicitfunctiontheorem.jpg
    36.8 KB · Views: 522
Physics news on Phys.org
so consider an arbirtray function [itex]f(x,y,z) : \mathBB{R}^3 \to \mathBB{R}[/itex]

considering a level curve of the function [itex]f(x,y,z) = c[/itex], effectively defines a surface in [itex]\mathBB{R}^3[/itex].

The question is then whether we can find a unique function z(x,y) to describe the surface.

Consider a tangent plane to [itex]f(x,y,z) = c[/itex], its normal will be [itex]\nabla f(x,y,z) = (\frac{\partial f}{\partial x} ,\frac{\partial f}{\partial y}, \frac{\partial f}{\partial z}[/itex].

If [itex]\frac{\partial f}{\partial z} = 0[/itex] the tangent plane is vertical and in that neighbourhood of x,y there is no unique z.

However is [itex]\frac{\partial f}{\partial z} \neq 0[/itex] then the tangent plane is well defined and a unique representation of z(x,y) will exist
 
Last edited:
Thanks lane for the explanation! It seems the problem is as simple as I thought it would be.