18

A friend of mine just got a rather weird congratulations card through the door

Greeting card image

They have zero idea what it means, I have tried graphing it and nothing spectacular comes out. Is there a standard name for this equation or does it signify anything?

Any help would be appreciated.

mnsh
  • 5,875
nyxthulhu
  • 283

3 Answers3

11

Using Maple it is:

 [> with(plots):
    implicitplot((x^2+y^2-1)^3-x^2*y^3 = 0, x = -10 .. 10, y = -10 .. 10);

enter image description here enter image description here

enter image description here enter image description here

enter image description here enter image description here

enter image description here

Mikasa
  • 67,374
9

http://mathworld.wolfram.com/HeartCurve.html

Have a look at the second graph here

It is a cardiod curve.

8

Your friend had a great equation for his greetings, check the graph below

enter image description here

Shobhit
  • 6,902