Cool 3-D functions for graphing

AI Thread Summary
The discussion focuses on sharing and exploring visually appealing 3-D functions for graphing tools. Participants provide several equations, including x*y^3-y*x^3 and (x^2+3*y^2)*e^(-x^2-y^2), and discuss the challenges of graphing certain implicit functions. There are mentions of bugs in the forum's BBCode builder affecting the display of long formulas. Users express interest in whether the graphing tool can handle complex functions and share their experiences with different equations. The conversation highlights the creativity involved in finding and presenting interesting mathematical visualizations.
LPHY
Messages
35
Reaction score
0
I am collecting nice 3-d functions to demonstrate graphing tool, if anyone have great functions which will look great on 3-d plotting, please let me know.

Here are few equations I am using now. If you guys need I can provide a link to plot each of these graphs.

(01) x*y^3-y*x^3
(02) (x^2+3*y^2)*e^(-x^2-y^2)
(03) -x*y*e^(-x^2-y^2)
(04) -1/(x^2+y^2)
(05) cos(abs(x)+abs(y))
(06) cos(abs(x)+abs(y))*(abs(x)+abs(y))

Note:
I have discuss some 2-D functions for my earlier tool, which you can see on this thread
Cool 2-D functions for graphing

Thanks in advance
 
Mathematics news on Phys.org
You can probably find cooler functions if they're implicitly defined. Can your graphing tool handle those?
 
Office_Shredder said:
You can probably find cooler functions if they're implicitly defined. Can your graphing tool handle those?
I am not sure what you looking for, here is one sample 3D graph drawn from the tool
Graph: cos(abs(x)+abs(y))*(abs(x)+abs(y))
 
There was a bug, when some one put a function with spaces in middle, forums bbcode url not working, this is fixed now.
 
How come Arildno didn't suggest to plot f(x, y) = 0 yet.. :cool:
 
radou said:
How come Arildno didn't suggest to plot f(x, y) = 0 yet.. :cool:
He is a lost case, so I resigned from trying to make him appreciate the beauty of the Great Annihilator.

I'll be back if he tries to top f(x,y,z)=0 in 4-D, though.:smile:
 
LPHY said:
I am not sure what you looking for, here is one sample 3D graph drawn from the tool
Graph: cos(abs(x)+abs(y))*(abs(x)+abs(y))

I mean, for example, if I said to graph cos(z) + sin(xy - 2) = 0, could it graph that for z as a function of x and y?
 
  • #10
Office_Shredder said:
I mean, for example, if I said to graph cos(z) + sin(xy - 2) = 0, could it graph that for z as a function of x and y?

Sorry you cannot graph this function

cos(z) + sin(xy - 2) = 0

function must be in this format

f(x,y)

where

f(x,y) = z
 
  • #11
1/(sin(abs(x)+x)-cos(abs(y)+y))
 
Last edited:
  • #12
LPHY said:
Its look great, let me try the link again
Graph: (floor(-e^(-x*y/1)*cos( (x^2+y^2)/10 ))+14*ln(10000/(x^2+y^2)+.01))*floor( cos(x^2+y^2)/10)+3*(ceil(x)-floor(x))*(ceil(y)-floor(y))

You are right, some thing wrong with the built in forums bbcode builder, when I copy and paste the URL, it is working fine. Probably a bug, may have to work on that to fix it for long formulas.
floor(e^(abs(x*y/2))+round(1/cos(x*y))) works out just as well, and doesn't look nearly so ugly from a function point of view :smile:
 
  • #13
Last edited:
  • #14
When I came up with my first function above, I was goofing around with various functional forms. When I came upon something I liked, I used it and didn't reduce it to a visually-similar but functionally-simpler form.
 
  • #15
robphy said:
When I came up with my first function above, I was goofing around with various functional forms. When I came upon something I liked, I used it and didn't reduce it to a visually-similar but functionally-simpler form.

I actually wasn't specifically trying to reduce your function, I just happened to stumble upon it (before looking at yours actually) :biggrin:
 
  • #17
Did you change the program or something? Because 1/(sin(abs(x)+x)-cos(abs(y)+y)) is coming out differently now than it was before (specifically, part of it doesn't even show up)
 
  • #18
Didn’t do any changes to the program, did you try adjusting the Z-Axis boundary limit.

Try and see whether its work for you, if you are not sure the range you can set it to

z-min = Auto
Z-max = Auto
 
  • #19
Actually you can graph this...I tried it in grapher on my mac and it worked like a charm...
 
  • #20
LPHY said:
Sorry you cannot graph this function

cos(z) + sin(xy - 2) = 0

function must be in this format

f(x,y)

where

f(x,y) = z
[QUOTE:biggrin:]Actually you can graph this because grapher works with it...
 

Similar threads

Replies
2
Views
1K
Replies
7
Views
1K
Replies
2
Views
2K
Replies
1
Views
1K
Replies
5
Views
1K
Replies
3
Views
2K
Replies
5
Views
2K
Back
Top