Google Classroom
GeoGebraGeoGebra Classroom

Making a heart with maths

Base upon Inigo Quilez's video: https://youtu.be/aNR4n0i2ZlM?feature=shared

Scripting

speed = 10 t = Slider(0, 1, 0.01, speed, 200, false, true, false, false) # Radius f(x, y) = 15 + 3(1 / 2 + 1 / 2 sin(2π x + y / 25))^4 # y component g(x,y) = 9/10 *y - abs(x) sqrt((30 - abs(x)) / 35) # Heart eq1: x^2 + (g(x, y))^2 = (f(t, y))^2