Cycloid — VektorCAD Tutorial¶
This tutorial shows how to construct a cycloid (locus traced by a point on a circle rolling without slipping along a straight line).
We’ll keep Normal thickness for construction (XY/base line, ordinates, helper circles, dimensions) and switch to Thick for the final cycloid curve. We will also use spline to draw the smooth locus and the carc command (center+radius arc that cuts a selected entity) to get accurate intersection points.
Pitch of one cycloid arch = circumference of the generating circle =
P = 2πr.
Tutorial Video¶
Problem Statement¶
Given a generating circle of radius r (e.g., r = 20 mm). Construct one arch of a cycloid generated by a point on its circumference as the circle rolls on a straight line without slipping. Show clean construction and the final curve with labels and key dimensions.
Objective
- Use VektorCAD commands: line, circle, point, ucs, carc, spline, text.
- Thickness: Normal for construction/dimensions; Thick for the cycloid curve.
- Turn Entity Snap ON throughout (Endpoint, Midpoint, Center, Perpendicular recommended).
Step‑by‑Step¶
1) Setup¶
- From the Format panel, set line thickness to Normal (options: Thin / Normal / Thick).
- Turn Entity Snap ON and Snap ON for accurate horizontals and verticals.
2) Draw the Base (Rolling) Circle¶
- On the Circle menu, click Circle.
- Specify the circle center on the grid.
- In the command prompt, enter
20for radius. - Use TEXT to label the center point as
C. - Label the bottom point of the circle as
P(the generating point).
3) Draw Line PA and Parallel Lines¶
- Pitch formula:
P = 2πr. - Example: if
r = 20 mm→P ≈ 125.66 mm, rounded to126 mm. - Draw a horizontal line starting from point
Pwith a length of126. - Using the Copy command, copy this line to pass through the circle’s center and top quadrant.
4) Divide the Generating Circle into 12 Equal Parts¶
- Draw a line from
C(center) toP(bottom point). - From the Copy dropdown, click Polar Array.
- Select line
CPand press Enter to confirm. - For total number of items, enter
12. - Center point: select
C. - Enter
360for full rotation. - Mark intersection points
1'through11'around the circle.
5) Divide Line PA into 12 Equal Parts¶
- In the Format panel, set point size to
1. - From the Point dropdown, click Divide.
- Select line
PAand enter12. - Label the division points as
1through11.
6) Draw Horizontal and Vertical Reference Lines¶
- On the status bar, turn Ortho ON.
- Draw horizontal lines through points
11',10',9',8', and7'. - Draw vertical lines through points
1to11. - Mark the new centers as
C1toC11at the intersections of these verticals with lineCB.
7) Use carc to Locate Points Pᵢ¶
For each division i = 1…12:
- From the Arc dropdown, click Cutting Arc.
- In the command prompt, set radius = 20 (same as the generating circle).
- Center: snap to
Ci(the shifted circle center after rolling i steps). - Select the corresponding horizontal line to cut.
- The arc will mark point
Pi, the cycloid point for step i.
Repeat for i = 1…12 to generate all cycloid points.
8) Draw the Cycloid¶
- In the Format panel, change line thickness to Thick.
- On the toolbar, click Spline.
- Pick points in order: starting at P (P₀), then
P1, P2, …, P12, finishing at A (P12 ≈ cusp). - Do not close the spline — the cycloid extends only from P to A.
Result Checklist¶
- Base line PA drawn; PA = 2πr divided into N equal steps.
- Starting circle at C, divided into N equal arc parts; level (horizontal) lines drawn from each division.
- Verticals through Cᵢ erected at each base division.
- For each i,
carcwith center = Cᵢ, radius = 20 used to cut the i‑th horizontal → Pᵢ obtained. - Spline through P, P₁…P₁₂, A set to Thick.
Variations (Practice)¶
- More arches: Extend the base by another pitch and repeat steps to draw multiple cycloid arches.
- Curtate/Trochoid: If the tracing point is inside the rim by distance
k, use radius = r − k in Step 5 when cutting horizontals (curtate trochoid). - Prolate/Trochoid: If the point is outside the rim by distance
k, use radius = r + k (prolate trochoid). - Epicycloid/Hypocycloid: Roll the generating circle on or inside a fixed circle (replace base line with a circle; the Step‑5 cutting uses centers on that circular path).
Commands Recap¶
line— vertical ordinates and horizontal level lines.circle— generating circle at start; helper circles during construction.arraypolar— divide circle into 12 equal parts.point— mark P, A, Cᵢ, and Pᵢ as needed.divide— divide line into 12 equal parts.carc— center at Dᵢ, radius r to cut level lines and get cycloid points.spline— draw a smooth cycloid through the generated points.text— labels and notes.- Format — Normal for construction; Thick for the final cycloid.
You’ve constructed a cycloid using equal divisions, helper horizontals/verticals, carc for precise intersections, and spline for a clean final curve. Export to PDF to verify line weights before sharing.