minderbinder
- 5
- 0
Homework Statement
Show that the set defined by the equations
x + y + z + w = sin(xyzw)
<br /> x - y + z + w^2 = cos(xyzw) - 1
can be described explicitly by equation of the form (z, w) = f(x, y) near the point (0,0,0,0); find the first partial derivatives of f(x,y) at the point (0,0)
Homework Equations
The above bolded part is the part I'm unsure about...
The Attempt at a Solution
I did:
<br /> G = x + y + z + w - sin(xyzw)
<br /> H = x - y + z + w^2 - cos(xyzw) + 1
<br /> \frac{\partial (G, H)}{\partial (x, y)} + \frac{\partial (G, H)}{\partial (z, w)} \frac{\partial f}{\partial x } = 0<br />
Then I solved for \frac{\partial f}{\partial x}?