Calc III - Graphing a Function of Multiple Variables by hand

Cloudless
Messages
15
Reaction score
0
I come across questions where I have to match the equation with its contour map and graph.

Examples:

z = sin(xy)

z = sin(x-y)


Right now I'm using Wolfram Alpha for all of these, but supposing these appear on an exam... how do I graph it by hand? :confused: For example, for z = sin(xy) I'm just plugging in random values for x and y... but doesn't that mean the entire xy graph should be filled then?
 
Physics news on Phys.org
A contour of (for example) sin(xy) is a curve on the x, y plane where this function is constant. This in turn means that the product xy must be constant. So you could write

c = xy
y = c/x

And for each c you get a different contour. Plotting the curves once you have them in that form is probably a little more familiar to you.
 
Cloudless said:
I come across questions where I have to match the equation with its contour map and graph.

Examples:

z = sin(xy)

z = sin(x-y)


Right now I'm using Wolfram Alpha for all of these, but supposing these appear on an exam... how do I graph it by hand? :confused: For example, for z = sin(xy) I'm just plugging in random values for x and y... but doesn't that mean the entire xy graph should be filled then?
Set z equal to some value (-1 ≤ z ≤ 1, why?), then solve for y in terms of x.
 
If you're doing it by hand I think it's easier to do what I wrote, for a few simple c values and afterwards evaluate what z is on each curve. Of course your way works too.
 
A contour of (for example) sin(xy) is a curve on the x, y plane where this function is constant. This in turn means that the product xy must be constant. So you could write

c = xy
y = c/x

And for each c you get a different contour. Plotting the curves once you have them in that form is probably a little more familiar to you.

Wow, this is brilliant @_@ Thank you

Set z equal to some value (-1 ≤ z ≤ 1, why?), then solve for y in terms of x.
You would need a calculator for this method though, right? Inverse sin of (-1 to 1) = xy.
 
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