I wanted to post this note many months ago, but I guess I procastinated.
In this note, I would like to show how to do a similar graph like the above, to graph literally anything in a single function (As long as it is a function of x), and invite anybody to make a graph like this, depicting an object (be it a building, or an ant). Then, I will compile the graphs together such that graphing the single function depicts any object we have made.
In the image above, I have depicted the Empire State Building and the Singapore Parliament house in a single function.
First, let me introduce this function:
The above function, basically graphs from and , and from , assuming and to be positive real numbers.
Now, if you can see where this is going, if I that above function by , what would I get? I get from and , and from .
For the case of , and :
Graph of
You can try it yourself here
Now, what if we want to graph from to and then from to ? Easy, we just add functions together:
Graph of
And so we are done with the basis of how to graph any object you want, all you have to do is keep adding the functions together until you get the desired shape.
Now, what if your desired shape is referenced from a picture? No worries, Desmos enables you to add a picture for reference:
Sidenote: To achieve shading (For the picture above, the shading is red), just add an inequality. To know what I mean, try . The above picture took me about 45 minutes.
You might want to see this as an example
If you want to make one of these graphs, and want to submit yours too, just post the link of your graph into the comments section. However, for your graph to be accepted, it has to pass some requirements:
Requirements:
Your graph must be from to and from to , where is the section where your object exists. This is to allow me to add multiple objects to a single function's graph (Like how I added the Empire State Building and the Singapore Parliament House together into a single function.)
Your Graph should have a height of roughly between to . This is to avoid graphs that are too small or too big to be added into the compilation.
Well that's about it, have fun making one of these graphs! If you have any questions, post them in the comments section.
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
In response to Apple: Excellent work!
Log in to reply
In response to Lameness: More Lameness
Log in to reply
I am not lame -_-
On a slightly more practical level, NURBS, or "non-uniform rational B-spline", have been developed to provide functions of fairly arbitrary curves and surfaces for computer graphics and industrial uses. They are extremely powerful and amendable to mathematical methods, as compared to conventional "elementary functions" of mathematics. What you are proposing is something analogous, but for discretized shapes. It's a start, but needs more work to attain the same functionality as NURBS. See Bezier Curves for an easy-to-understand text on a subset of NURBS.
Log in to reply
Wow. I didn't know this kind of thing was practical