Calculator similar to Desmos but for $3$D

$\begingroup$

Is there a calculator with functionality similar to Desmos but in $3$ dimensions? I am looking to learn about families of quadric surfaces so I am looking for a $3$D calculator with sliders.

$\endgroup$ 7

8 Answers

$\begingroup$

Updated, December 2018: I made the following website with the aim of producing a Desmos-like experience in 3D for my multivariable calculus students.

math3d.org

You can create and animate points, vectors, curves, surfaces (explicit & implicit), and vector fields. After creating a demonstration, you can save it and share.

Here are three scenes that I particularly like:

This project is on Github. If you find bugs or have ideas for improvements, please open an issue!

$\endgroup$ 19 $\begingroup$

GeoGebra does exactly what you want:

It already supports all quadrics. You can try it here:

$\endgroup$ 1 $\begingroup$

If you are on a Mac, you can try the included application called Grapher:

  1. Open Grapher by opening Spotlight (Command+Space) and typing 'Grapher' (and hitting enter)
  2. Click '3D Graph' and hit the Choose button
  3. Your text cursor should be to the right of 'z=' inside a text box; type any 3D function including the parameter 'a', such as sin(a*x), and hit enter
  4. Click the plus button at the bottom left hand corner of the window, and click New Equation
  5. Erase the 'z=', type 'a=2', and hit enter
  6. Open the Equation menu and select Animate Parameter
  7. Now drag the slider to change the parameter!
  8. (optional) If you want to have the slider act continuously, click the right most 'Settings' button above the slider (with the two checkboxes and lines), and check the box labeled Continuous Range

Enjoy!

$\endgroup$ $\begingroup$

You can actually just use Desmos!

$\endgroup$ 1 $\begingroup$

is an excellent site. try it out.

$\endgroup$ $\begingroup$

You might try . It has sliders available under the Parameters->Adjust Parameters menu option.

$\endgroup$ 1 $\begingroup$

This is nice too. Try it out :)

$\endgroup$ 1 $\begingroup$

Just about all of the 3D plotters I've seen online fail in a few major areas:

  1. Asymptotes. For example, $f(x,y) = \tan(x)$ shouldn't have vertical planes in its graph.
  2. Plot boundaries. Functions with restricted domains, i.e. $f(x,y)=\sqrt{1-x^2-y^2}$, should not have jagged triangles where the domain ends (in this case the unit circle on the $xy$ plane).
  3. Discontinuities. Related to #1, but also applies to step functions and the like. Discontinuities should not be visible as an abrupt vertical plane.

Awhile ago I attempted to address these issues in Koval's 3D Grapher. Now at the time I wasn't nearly as clever as I really needed to be, so it still struggles with some things (notably $f(x,y)=\tan(x)+\tan(y)$ and other "2D asymptotes"), but in general it does pretty well:

enter image description here

Also supports spherical and cylindrical coordinates and some 1D and 2D parameterized graphs.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like