Skip to main content

Ambiguous Hearts

 

I will preface this by saying I have no creativity whatsoever, and that my most artistic ability in OpenScad peaked with my ruled surface of a heart. Though, these curves also show in a simple manner the concept of an ambiguous object. I struggle with seeing illusions, and the curves below allowed me to see the ambiguity without too much difficulty, which arose when I picked more exotic curves. 

And so, I drag out this example again, to demonstrate the ability to make a heart ambiguous, which I shall ridiculously propose to represent the disappointment from the dashed idealization of an arbitrary person. 

An ambiguous object appears as multiple shapes when viewed from different angles. While such objects are hard to conceptualize, they can easily be created mathematically using parameterized curves. Kokichi Sugihara achieved both a second place prize Neural Correlate Society's competition for best illusion, as well as virality for his video Ambiguous Optical Illusion. He created his objects using linear combinations of parameterized curves. 

Through the method of parameterization, a viewer can see a function \(f(x)\) from a certain angle, and a different function \(g(x)\) from a different angle. Sugihara was able to create his famous "Impossible Cylinder" with this method. 

In the article DO THE MATH!: Sugihara’s Impossible Cylinder, written by David Richenson, and published by Taylor & Francis in 2016, Richenson recreated the "Impossible Cylinder" using paper, and is shown below. 


By viewing the cylinder from different angles, it takes on a square or an oval shape. Richenson showed that the cylinder can be expressed from the two curves \(f(x) = 1 - |x|\) and \(g(x) = \sqrt{1 - x^2}\)

However, alone these curves will not produce an ambiguous image, but linear combinations of the two will. In order to create such a combination, a new parametized function \(r(t) = (t, \frac{1}{2} h(t), \frac{1}{2}k(t))\) where \(h(t) = f(t) + g(t)\) and \(k(t) = f(t) - g(t)\)

Though, the first coordinate mapped by \(r(t)\) does not need to be \(t\) itself, but can be a function such as \(s(t)\) in which case, we have \(r(t) = (s(t), \frac{1}{2} h(t), \frac{1}{2}k(t))\) and  both \(h(t)\) and \(k(t)\) remain the same as before. We can do this because our two functions will still have their first coordinate change in the same matter. 

For my ambiguous heart, my \(f(t)\) is the y-coordinate for the parameterization of a heart, and my \(g(t)\) is \(f(t)\) offset by a phase of -25 degrees. I chose -25 degrees as the phase with which to offset \(k(t)\) by because it distorts its parent curve to a large degree, but not enough to have difficulty finding the angle with which to observe the solid that will give the appearance of being created by \(k(t)\). Larger phases resulted in rather odd, and awkward angles with which to view the solid. 

\[f(t) = (1.3 \cos(t) - 0.5 \cos(2t) - 0.2 \cos(3t) - 0.1 \cos(4t) \] 

\[g(t) = (1.3 \cos(t-25) - 0.5 \cos(2(t-25)) - 0.2 \cos(3(t-25)) - 0.1 \cos(4(t-25)) \]

My curve for  \(s(t)\) is the x-coordinate for the parameterization of a single heart. 

 \[s(t) =  \sin(t) ^3 \]

The curve with which to represent my solid is thus:

\[r(t) = (t, \frac{1}{2} h(t), \frac{1}{2}k(t))\] where  \[h(t) = f(t) + g(t)\] and \[k(t) = f(t) - g(t)\]

Below I give the images of my curves, followed by how they each appear on the solid and viewed at the optimal angles, and finally how the solid will appear without the curves and viewed at an arbitrary angle. 


The lopsided shape originates from \(g(t)\) and the classic heart shape comes from \(f(t)\)


To view the solid to see the image of \(f(t)\), requires a steep angle, and a view slightly off to the side at the back. The rectangle closes to the front of the image signifies where is best to view the solid to see \(f(t)\).


To see \(g(t)\) requires a less steep angle than to view \(f(t)\), but must be viewed from the front. The wide rectangle (rendered prior to adding the rectangle for \(f(t)\)) shows which angle necessary to face the object to see \(g(t)\)


Finally, the blue solid shows the function \(r(t)\) and both rectangles with which to view the solid such that either \(f(t)\) or \(g(t)\) can be seen. From this angle, neither function alone can be seen, and appears to take on visual characteristics of both curves. 

Due to the length of the rectangles, the final print will be four inches long, and span roughly three inches in width. The print will be roughly an inch tall. These parameters are given subject to change due to possible constraints imposed by print time, and cost of the print. 

As mentioned in the thesis of this blog post, I ridiculously propose that this ambiguous object represents disappointment of dashed idealization of an arbitrary person. When viewed from the front, a perfect heart shape appears, which can signify how lack of context and background knowledge of a new person creates an infallible version of that person to the viewer. However, as time goes on, the infallibility of the person is revealed and perhaps even negative characteristics are as well, and can be signified by the view of the lopsided heart which is seen from the back of the solid.

I reached out to the Guggenheim museum about this boundary pushing 3D print, but I have not yet heard back. Though I fully expect in short time, after its appearance as a flagship piece at the Guggenheim, it will be auctioned off at a Sotheby's not at all near you.









Comments

Popular posts from this blog

The Approximation of a Solid of Revolution

Most math teachers I've had have been able to break down Calculus into two very broad categories: derivatives and integrals. What is truly amazing, is how much you can do with these two tools. By using integration, it is possible to approximate the shape of a 2-D function that is rotated around an axis. This solid created from the rotation is known as a solid of revolution. To explain this concept, we will take a look at the region bounded by the two functions: \[ f(x) = 2^{.25x} - 1 \] and \[ g(x) = e^{.25x} - 1 \] bounded at the line y = 1. This region is meant to represent a cross section of a small bowl. While it may not perfectly represent this practical object, the approximation will be quite textured, and will provide insight into how the process works. The region bounded by the two functions can be rotated around the y-axis to create a fully solid object. This is easy enough to talk about, but what exactly does this new solid look like? Is...

Solids of Revolution Revisited

Introduction In my previous blog post on solids of revolution, we looked at the object formed by rotating the area between \(f(x) = -\frac{1}{9}x^2+\frac{3}{4} \) and \( g(x)=\frac{1}{2}-\frac{1}{2}e^{-x} \) around the \( x \) axis and bounded by \( x = 0 \) and \( x = 1.5 \). When this solid is approximated using 10 washers, the resulting object looks like this: When I was looking back over the 3D prints I’d created for this course, I noticed that the print for this example was the least interesting of the bunch. Looking at the print now, I feel like the shape is rather uninteresting. The curve I chose has such a gradual slope that each of the washers are fairly similar in size and causes the overall shape to just look like a cylinder. Since calculating the changes in the radiuses of the washers is a big part of the washer method, I don’t think this slowly decreasing curve was the best choice to illustrate the concept. The reason I had done this o...

Finding the Center of Mass of a Toy Boat

Consider two people who visit the gym a substantial amount. One is a girl who loves to lift weights and bench press as much as she possibly can. The other is a guy who focuses much more on his legs, trying to break the world record for squat weight. It just so happens that these two are the same height and have the exact same weight, but the center of their weight is not in the same part of their body. This is because the girl has much more weight in the top half of her body and the boy has more weight in the bottom half. This difference in center of mass is a direct result of the different distributions of mass throughout both of their bodies. Moments and Mass There are two main components to finding the center of mass of an object. The first, unsurprisingly, is the mass of the whole object. In this case of the boat example, the mass will be uniform throughout the entire object. This is ideal a majority of the time as it drastically reduces the difficulty...