Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

I would like to ask just a quick question. Say for example I give you a function of two variables $z = f(x,y)$ = $x^2 + y^2$ which represents a paraboloid. If I want the level curves $f(x,y) = c$, then these now represent concentric circles in the $x-y$ plane centered at the origin of radius $\sqrt{c}$.

Now here's my question. Say I have $w = f(x,y,z)$ now a function of three variables, i.e. it is a hypersurface in $\mathbb{R}^4$. If I have a level "curve" say $w = f(x,y,z) = 0$, does this then represent now a level "surface" in $\mathbb{R}^3$?

Thanks, Ben

share|improve this question

1 Answer

up vote 5 down vote accepted

Absolutely - and this method can be extended to any number of dimensions. Here is the Wikipedia article on the general concept, called a "level set".

For example, if $w=f(x,y,z)=x^2+y^2+z^2$, then the level surfaces $f(x,y,z)=c$ represent the concentric spheres of radius $\sqrt{c}$ centered at the origin.

Here are the level surfaces of $f(x,y,z)=x^2-y^2-z^2$, for

$f(x,y,z)=1$

here

$f(x,y,z)=4$

here

$f(x,y,z)=16$

here

share|improve this answer
Ok thanks Zev that makes things clear now. So If I give you $w = f(x_1, x_2 \ldots x_n) = (x_1^2 + \ldots x_n^2)$, a hypersurface in $\mathbb{R}^n$, then the level "curves" $w=c$ are hyperspheres in $\mathbb{R}^{n-1}$ of radius $\sqrt{c}$? – BenjaLim Apr 10 '11 at 23:54
@David: Yes, they are. – Alex Becker Apr 10 '11 at 23:58
@David - I've added some level surfaces for a function other than $x_1^2+\cdots+x_n^2$, just to give another example. You can play around with level sets on WolframAlpha: go to http://www.wolframalpha.com/input/?i=ContourPlot3D%5Bx^2-y^2-z^2%3D%3D1%2C{x%2C‌​-8%2C8}%2C{y%2C-8%2C8}%2C{z%2C-8%2C8}%5D, it should be clear how to change it to graph what you want. – Zev Chonoles Apr 11 '11 at 0:04
Ok thanks I'll type the codes into Mathematica and try a few functions. – BenjaLim Apr 11 '11 at 1:04

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.