How do I accurately visualize and describe level curves?http://calc3.askbot.com/questions/Open source question and answer forum written in Python and DjangoenCopyright Askbot, 2010-2011.Wed, 09 Jul 2014 15:31:51 -0500How do we draw the "left and right" contours of a hyperbolic function?http://calc3.askbot.com/question/66/how-do-we-draw-the-left-and-right-contours-of-a-hyperbolic-function/I have been stumped on problem 3 for today's problem set, where we are to sketch a contour diagram of $f(x,y) = 4x^2 - 9y^2$. I know how to find the asymptotes (by setting $f(x,y) = 0$ and solving for $y$, which gives you asymptotes of $$y =\pm \frac{2}{3} x$$ which are very easy to plot). I can then solve for the "top and bottom" hyperbola by setting $f(x,y) = 1$, and solving for $y$ which gives "top and bottom" contours of $$y =\pm \sqrt( \frac{2}{3} x^2 -1)$$ which I can easily plot. This is where I have problems. How do I plot the left and right hyperbola? What would I set the function to so as to do this? I apologize for the lack of graphs, I wasn't sure how to plot them to show. If you have questions about what I mean for "left and right" contours, let me know. Thanks!Tue, 08 Jul 2014 21:11:10 -0500http://calc3.askbot.com/question/66/how-do-we-draw-the-left-and-right-contours-of-a-hyperbolic-function/Answer by Christina for How do we draw the "left and right" contours of a hyperbolic function? http://calc3.askbot.com/question/66/how-do-we-draw-the-left-and-right-contours-of-a-hyperbolic-function/?answer=71#post-id-71This may be completely wrong because this is difficult for me to do as well, but I think what we need to do here is to set the constant (which is the $f(x,y)$) equal to several different values in order to sketch the contours. As you stated above, setting $f(x,y) = 1$ will only give you one hyperbola to draw. But then when we set the constant to other values, we get more and more hyperbolas to sketch. So what happens when we set the constant to a negative value? This would change the above equation to $9y^2 - 4x^2$, which would then give us the other hyperbolas to draw. I am a bit rusty, but to graph a hyperbola it helps to get the right form. So to get rid of the coefficients, we could set our equation equal to 36 and -36. That would give us the following:$$\frac{x^2}{9} - \frac{y^2}{4} = 1$$ and $$\frac{y^2}{4} - \frac{x^2}{9} = 1$$ If I am correct in my thinking, that would give us our first vertices (intercepts) of (0,3), (0,-3), (2,0), and (-2,0)....from there we could set our equation equal to other values to get more contours. Does this sound right? It has been a while! Wed, 09 Jul 2014 15:31:51 -0500http://calc3.askbot.com/question/66/how-do-we-draw-the-left-and-right-contours-of-a-hyperbolic-function/?answer=71#post-id-71Answer by Anna for How do we draw the "left and right" contours of a hyperbolic function? http://calc3.askbot.com/question/66/how-do-we-draw-the-left-and-right-contours-of-a-hyperbolic-function/?answer=69#post-id-69Hey so an easy way to show the graphs is by first putting the equation into wolfram and then copying the link and pasting it into the "image" thing above. Below is a graph of $ 4x^2 -9y^2=1 $ ![image description](http://www4a.wolframalpha.com/Calculate/MSP/MSP38831hhc416116acaa1h000018f917ceh9h8c35g?MSPStoreType=image/gif&s=62&w=200.&h=204.&cdf=RangeControl) And I'm pretty sure you can get the other contours by setting z as a negative number. Below is a graph of $ 4x^2 -9y^2=-1 $ ![image description](http://www4a.wolframalpha.com/Calculate/MSP/MSP50561e95g7i8gi52h82f000067g2e82aeaedai4a?MSPStoreType=image/gif&s=50&w=200.&h=204.&cdf=RangeControl) I'm not sure about any of this though so feedback and/or other ideas would be very much appreciated! *Comment*: I *love* WolframAlpha! The key issue by hand, though, is finding the intercepts.Wed, 09 Jul 2014 11:08:52 -0500http://calc3.askbot.com/question/66/how-do-we-draw-the-left-and-right-contours-of-a-hyperbolic-function/?answer=69#post-id-69