Tangent planes passing through coordinates origin.

AI Thread Summary
The discussion revolves around proving that all tangent planes of the surface defined by the equation f^{-1}(0) pass through the origin. A smooth function f is given, and participants explore how to demonstrate that the tangent planes at various points on the surface include the origin (0,0,0). One user successfully identifies the tangent plane at a specific point and shows that the origin can be expressed as a linear combination of points on that plane. The conversation highlights the importance of understanding the definitions of tangent planes and their relationship to the surface. Overall, the participants clarify the proof process and resolve initial confusion about the problem.
Alteran
Messages
17
Reaction score
0
The problem from Differential Geometry:

Let \gamma : R -> R is smooth function and U = {(x,y,z) \in R^3 : x \ne 0} - open subset.
Function f : U -> R is defined as f(x,y,z) = z - x\gamma(y/x) and this is smooth function.
Proof that for surfaceS = f^{-1}(0) all tangent planes passing through coordinates origin.

Can anyone give me a hint?
 
Physics news on Phys.org
You mean to say:

"Prove that for the surface f-1(0), all tangent planes pass through the origin"

What have you tried so far? What definitions are you working with? I defined a set V = {(x,y) in R² : x not equal to 0}. Then I found a smooth regular surface patch \sigma : V \to \mathbb{R}^3 such that \sigma (V) = f^{-1}(0). Writing it this way, I found it easy to find the tangent planes to the surface, and then easily showed that each of those tangent planes pass through the origin.
 
Yes, exactly - "Prove that for the surface f-1(0), all tangent planes pass through the origin".

I have found tangent planes for this surface, but how to show that they are passing through the origin? I need to show, that these planes are defined in (0,0,0)? or something else?
 
Last edited:
A plane is just a set of points. Show that for each tangent plane, (0,0,0) is in that plane, i.e. (0,0,0) is in that set of points. For example, the point (1,0,y(0)) [I'm writing y instead of gamma] is in the surface. The tangent plane at this point is the plane:

{a(1,0,y(0)) + b(0,1,y'(0)) + (1,0,y(0)) : a, b in R}

I need to show that the origin (0,0,0) is in this plane, i.e. that there exist real a and b such that:

a(1,0,y(0)) + b(0,1,y'(0)) + (1,0,y(0)) = (0,0,0)

But that's easy:

a=-1, b=0.

Is there any part of this you didn't understand?
 
Thanks for support. I think now I can catch what is going on. I was little bit confused :blushing:
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top