Hypotrochoid Curve 1 (hypo1)
Explore the beautiful shape of a Hypotrochoid Curve with this calculator. Find the curve with fixed, inner radii, and distance parameters.
Hypotrochoid Curve 1
Purpose
The Hypotrochoid Curve 1 function in this web app helps you visualize a specific type of curve based on the input parameters you provide.
Use Cases
You can use this function to create visually appealing hypotrochoid curves for various design and artistic purposes.
How to Use
- Enter the values for the parameters listed below.
- Click on the "Calculate" button to generate the Hypotrochoid Curve.
Input Values
- Fixed Radius: The radius of the fixed circle. (Default unit is inch)
- Inner Radius: The radius of the inner circle. (Default unit is inch)
- Distance: The distance between the center of the fixed circle and the tracing point. (Default unit is inch)
Output Values
- Chart: The visual representation of the Hypotrochoid Curve with x and y coordinates.
Any other Instruction
Feel free to experiment with different values for the input parameters to see how they affect the shape of the curve.
Calculation Steps
- The function calculates the x and y coordinates of points on the curve using the provided formula.
- It then plots these points to create the Hypotrochoid Curve.
Technical Parameters
Fixed_r, Inner_r, Distance_d
Return Values
Chart
Example Expressions
You can use the following expressions to directly evaluate in a non-interactive manner using eva():
hypo1(Fixed_r=6, Inner_r=4, Distance_d=1)
hypo1(Fixed_r=8, Inner_r=3, Distance_d=2)
Click on Help icon to open the help page on a separate window.