I was given the task to come up with an equation $p(t)$ describing the path of a point on a circle rolling along the x-Axis (with $t$ describing time). The center of the circle has a constant velocity of $(v,0)$. I came up with the following: \begin{equation} p_x(t)=r\cdot\cos\left(\frac{3\pi}{2}-vt\right)+vt =-r\sin(vt)+vt \end{equation} \begin{equation} p_y(t)=r\cdot\sin\left(\frac{3\pi}{2}-vt\right)+r=-r\cos(vt)+r =r(1-\cos(vt)) \end{equation} I was wondering if this is the correct solution. Comparing my solution with the equation of a cycloid I noticed that (in the x-component) instead of adding "$vt$" I should add "$r\cdot vt$" but I can't seem to figure out why.
2026-02-23 13:02:18.1771851738
Solution Verfication (and question about): Path equation of a point on a rolling circle
61 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in SOLUTION-VERIFICATION
- Linear transform of jointly distributed exponential random variables, how to identify domain?
- Exercise 7.19 from Papa Rudin: Gathering solutions
- Proof verification: $\forall n \in \mathbb{Z}, 4\nmid(n^2+2)$
- Proof verification: a function with finitely many points of discontinuity is Riemann integrable
- Do Monoid Homomorphisms preserve the identity?
- Cantor-Lebesgue's theorem
- If $a$ is an integer, prove that $\gcd(14a + 3, 21a + 4) = 1$.
- Number theory gcd
- $|G| > 1$ and not prime implies existence of a subgroup other than two trivial subgroups
- Prove/Disprove: Sum of im/ker of linear transformation contained in ker/im of each linear trasnfromation
Related Questions in CIRCLES
- Point in, on or out of a circle
- Constrain coordinates of a point into a circle
- Circle inside kite inside larger circle
- How to find 2 points in line?
- Locus of a particular geometric situation
- Properties of a eclipse on a rotated plane to see a perfect circle from the original plane view?
- Complex numbers - prove |BD| + |CD| = |AD|
- Number of line segments to approximate a circle
- Right Angles in Circles
- Simpler Derivation of $\sin \frac{\pi}{4} = \cos \frac{\pi}{4} = \frac{1}{\sqrt{2}}$,
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?
- The prolate cycloid
- Differential equation involving brachistochrone
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?
If the linear speed of the centre is $v$, and the circle rolls without slipping, then the angular speed $\omega$ of rotation is given by $$v=r\omega$$.
So the angle turned at time $t$ is $\omega t$, while the horizontal displacement of the centre is still $vt$.
Therefore in your trigonometric expressions, you should replace $vt$ with $\omega t$ or $\frac{vt}{r}$, but keep the additional $vt$ part of the $x$ coordinate.
So the final equations are $$x=vt-r\sin\left(\frac{vt}{r}\right)$$ $$y=r\left(1-\cos\left(\frac{vt}{r}\right)\right)$$