Fractal Animations in Java
| 2019
An animation of the solution to a math problem I formed in high school but couldn't solve:
Take a square, put the biggest circle you can in the center. Put another smaller circle in the corner,
then put one in that corner and so on. The question is, what is the radius of the n'th circle? After
applying the math knowledge that I gained during my degrees, this was a lot easier! Turns out it is
related to tan and sin, hence "trigonometric fractals". I never found the answer involving cos,
maybe you can?
- Animations for different polygons
- Ratio of the successive circles placed in the corner of a polygon
- Ratio of the successive circles placed on the edges of a polygon
- Can you find the third fractal? Ratios related to sin and tan were found, where is cos?
- Written in: Java, Math