The problem is to show the function f:R2→R2 given by
f(x,y)=(12x2+y2+2y,x2−2x+y3) is injective on the set
M={(x,y)∈R2:|x−1|+|y+1|<16}.
My idea is to consider the following map (here, u,v∈R2):
ϕv(u)=u−f(u)+v,v∈M
If I manage to show that
ϕv:D→D is well-defined for some closed sets
ϕv is a contraction (Lipschitz constant <1) on D
then by the Contraction Mapping Theorem, ϕv has a unique fixed point. Hence, v has a unique preimage u for each v. i.e. f is injective as desired.
But I ran into troubles when I attempted to find a suitable closed set D. Obviously it depends on the domain M. M given here is really weird so I am not too sure how to proceed.
Answer
I'll present an approach along the lines of my comment. First, I'll normalize the derivatives at (1,−1) by dividing the second component by 3:
˜f(x,y)=(x2/2+y2+2y,(x2−2x+y3)/3)
This is done so that the Jacobian matrix of ˜f at (1,−1) is the identity. Now split ˜f=L+g where L(x,y)=(x−3/2,y+1/3) is the linear part and g is the rest. If we can show that g is Lipschitz with a constant less than 1, we are done.
The first component of g is g1(x,y)=x2/2+y2+2y−x+3/2, with the gradient ∇g1=⟨(x−1),2(y+1)⟩. We estimate the gradient by |∇g1|<√5/6<1/2.
The second component of g is g2(x,y)=(x2−2x+y3−3y−1)/3, with the gradient ∇g2=⟨2(x−1)/3,y2−1⟩. Since |y2−1|≤(|y+1|+2)|y+1|<13/36, we obtain |∇g2|≤√1/81+(13/36)2<1/2.
Since both components have Lipschitz constant <1/2, the map g has Lipschitz constant <1. (Of course a more precise bound can be given, but this suffices.)
No comments:
Post a Comment