So I'm making an MTB jump to double as a ramp for my 6-year-old sister to carry her bike up this step in our front yard. I want to totally over engineer it and decided I wanted it to have a lip angle of $42.492°$ (golden angle-$180$) then I want the jump to be an upside-down cycloid/ Brachistochrone/ tautochrone/ isochrone with the curve going from $0°$ relative to the ground plane to $42.492°$ from the ground plane. I'm trying to figure out the size of circle I need to trace out the cycloid if the step/ jump is $7$ inches tall, and the lip angle is $42.492°$ or at least some way to calculate it. Essentially I want to find out the size of the circle or a way to calculate the size of the circle to be able to cut off the cycloid drawn by said circle at the right angle. I'm only a Freshman in HS and thus only have limited knowledge in Calculus.
2026-02-23 08:25:19.1771835119
Cut off cycloid at an angle for Mountain Bike Jump / Ramp
226 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in GEOMETRY
- Point in, on or out of a circle
- Find all the triangles $ABC$ for which the perpendicular line to AB halves a line segment
- How to see line bundle on $\mathbb P^1$ intuitively?
- An underdetermined system derived for rotated coordinate system
- Asymptotes of hyperbola
- Finding the range of product of two distances.
- Constrain coordinates of a point into a circle
- Position of point with respect to hyperbola
- Length of Shadow from a lamp?
- Show that the asymptotes of an hyperbola are its tangents at infinity points
Related Questions in CYCLOID
- Is this curve a cycloid? How to prove or disprove this preposition?
- What is parametric equations of a locus of a fixed point of a circle rolling along a ellipse in $\mathbb{R}^2$?
- An ellipse rolling inside a circle
- Shape drawn by cycloids
- How can I transform one equation about cycloidal cams to another via trigonometry? Does the author makes any assumptions on this?
- What are the practical applications of the Astroid curve?
- Is $\vert\sin{x}\vert$ a cycloid?
- Writing y value of Curtate Trochoid in the function of x?
- Differential equation involving brachistochrone
- Cut off cycloid at an angle for Mountain Bike Jump / Ramp
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
This was my original interpretation of the question:
An arch of a cycloid can be parameterised as $x=r(t-\sin(t)), \ y=r(1-\cos(t)$, where $r$ is the radius of the circle used to draw the cycloid.
From this we can compute $\frac{\mathrm{d}x}{\mathrm{d}t}=r(1-\cos(t))$, $\frac{\mathrm{d}y}{\mathrm{d}t}=r\sin(t)$ and $\frac{\mathrm{d}y}{\mathrm{d}x}=\frac{\sin(t)}{1-\cos(t)}$.
For the lip angle to be $42^\circ$,we require that $\frac{\mathrm{d}y}{\mathrm{d}x}=\tan(48^\circ)$ at the point $(x,y)$ where the cycloid is to be cut. Using the half-angle formula $\cot(\frac{\theta}{2})=\frac{\sin(\theta)}{1-\cos(\theta)}$ we can deduce that $t=2\cot^{-1}(\tan(48^\circ))$.
Plugging $x=7$ and $t=2\cot^{-1}(\tan(48^\circ))$ into $x=r(t-\sin(t)$ will give the required value of $r$.
Edit:
As it turns out, the cycloid section is to start at the middle of the arch (where $x=\pi r$) rather than from the origin and the lip angle is now $42.492$. So we now require that $x=\pi r - 7$ when $t=2\cot^{-1}(\tan(42.492^\circ))$