Can the Implicit Function Theorem be Applied to Solve this System of Equations?

minderbinder
Messages
5
Reaction score
0

Homework Statement



Can the equation x^2 + y^2 + z^2 = 3, xy + tz = 2, xz + ty + e^t = 0 be solved for x, y, z as C^1 functions of t near (x, y, z, t) = (-1, -2, 1, 0)?

Homework Equations





The Attempt at a Solution



The mixed-partial derivatives matrix I got was:
[2x, 2y, 2z, 0]
[y, x, t, z]
[z,t,x, y+e^t]

Plugging in the numbers I get:
[-2, -4, 2, 0]
[-2, -1, 0, 1]
[1, 0, -1, -1]

I know the theorem states that when this matrix is invertible, it means explicit functions exist, however, how should I proceed as the matrix is not square?
 
Physics news on Phys.org
The point in question, (-1, -2, 1, 0) is not on the sphere x2 + y2 + z2 = 3. IOW, the first three coordinates of this point don't satisfy the sphere's equation. That seems problematic to me.
 
I just looked up the errata for the textbook I was using. It looks like the author made a mistake and the first equation is actually supposed to be x^2 + y^2 + z^2 = 6.

So with that, and re-reading the theorem, I think the answer should be as follows:

The mix-partial derivatives matrix of the variables I want to solve for is:
[-2, -4, 2]
[-2, -1, 0]
[1, 0, -1]

Determinant of this is non-zero. Therefore, the conclusion is that explicit functions are possible.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top