Questions tagged [cycloid]

Use this tag for questions about the curve traced by a point on a circle as it rolls along a straight line.

A cycloid is the curve traced by a point on a circle as it rolls along a straight line. A cycloid is a specific form of trochoid and is an example of a roulette, a curve generated by a curve rolling on another curve.

The cycloid, with the cusps pointing upward, is the curve of fastest descent under constant gravity and is also the form of a curve for which the period of an object in descent on the curve does not depend on the object's starting position.

The cycloid through the origin generated by a circle of radius r rolling on top of the x-axis consists of points (x, y) such that

x = r (t − sin t)
y = r (1 − cos t)

where t is a real parameter corresponding to the angle through which the rolling circle has rotated. For given t, the circle's center is at x = rt, y = r.

When y is viewed as a function of x, the cycloid is differentiable everywhere except at the cusps, where it hits the x-axis, with the derivative tending toward ∞ or −∞ as one approaches a cusp. The map from t to (x, y) is smooth, and the singularity where the derivative is zero is an ordinary cusp.

A cycloid segment from one cusp to the next is called an arch of the cycloid. The first arch of the cycloid consists of points such that 0 ≤ t ≤ 2 π.

The cycloid satisfies the differential equation (dy/dx)² = 2 r/y − 1.

65 questions
1
vote
1 answer

Help needed for the equation for an outline of hypo/epicycloids

I'm writing a piece of software that will manipulate 2 servos to trace (hopefully) the outline of hypo/epicycloids using mapped pairs as coordinates where: x = $ (R-r)\cos \ \theta +z \cos \theta \left(\dfrac{R-r}{r} \theta\right)$ y = $ (R-r)\sin \…
Subbywan
  • 11
  • 2
0
votes
0 answers

Cycloid variation using theta and radians

I was using matlab to plot these equations x=a*(theta+sin(theta)); y=a*(1+cos(theta)) which happen to be equation of Cycloid When I plotted it taking theta in radians enter image description here I got this plot While on the other hand using theta…
0
votes
1 answer

A Doubt regarding Cycloid

If we consider a cycloid made by a wheel. Then will the cycloid intersect the wheel when the wheel touches the topmost point of the cycloid? Thus will the radius of curvature be same to that of the wheel at that point?
0
votes
1 answer

Rearranging an equation to solve for a variable

In the equation below, I need to solve for $t$. Can anyone assist with rearranging the equation? My algebra skills have wilted over the years as I spent more time in front of engineering / CAD / GIS applications.…
Scott
  • 3
0
votes
1 answer

Given a segment length, how do I calculate coordinates of a cycloid?

Given the parametric equations for finding the rectangular coordinates of a cycloid, $x = r(t - \sin{t})$ $y = r(1 - \cos{t})$ where $r$ is the radius and $t$ is the angular displacement. Using the above equations, I created a spreadsheet (MS Excel)…
Scott
  • 3
0
votes
1 answer

Solving the cycloid equation

The equations are: $x=r(t-\sin{t})$ $y=r(1-\cos{t})$ Lets say that $(x,y)=(1,2)$ for a point. How can I find the radius of the cycloid? I can't solve the mathematics equation: $$\frac{1}{t-\sin{t}}=\frac{2}{1-\cos{t}}$$ It's complicate for me to…
0
votes
0 answers

Is Any Coordinate (x(t), dx(t)/dt) Cycloid?

Today I had learned cycloid which well parametarized with t as (t-sint, 1-cost) What looks peculiar with this notation is that coordinate y is differentiated form of x. Thus I had questioned myself "any coordinate (x(t), dx(t)/dt) Cycloid?" which…
Beverlie
  • 2,645
0
votes
1 answer

How to change the parametric equations of the curtate cycloid to set the initial point

I know that the parametric equations of the curtate cycloid of radius b and fixed point at the distance $a
user419452