Create a JavaFX application that will draw a spiral using line segments. The equations for the points

Question:

Create a JavaFX application that will draw a spiral using line segments. The equations for the points on a spiral are:


You should draw 150 points. Start θ at 0 and increase it by 0.1 for each new point. Let k be 15. Set the size of the window to 500 by 500.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: