Let's say you have a bike with square wheels of side a. In order for a smooth ride, there must be these bumps in the road. Is there a formula for the area of each bump using a?
2026-05-04 12:21:44.1777897304
Road Shape for Square Wheels
2.4k 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 GRAPHING-FUNCTIONS
- Lower bound of bounded functions.
- Do Irrational Conjugates always come in pairs?
- Graph rotation: explanation of equation
- Plot function y = tan(yx)
- Sketching a lemniscate curve with a max function?
- 3 points on a graph
- show $f(x)=f^{-1}(x)=x-\ln(e^x-1)$
- What is this method of sketching a third degree curve?
- Getting a sense of $f(x) = x (\log x)^6$
- Can I describe an arbitrary graph?
Related Questions in AREA
- I cannot solve this simple looking trigonometric question
- Integrand of a double integral
- Area of Triangle, Sine
- Probability of area in a region being less than S
- Calculating an area.
- Proving formula to find area of triangle in coordinate geometry.
- Find the Side length of the shaded isosceles triangle
- Finding area bound by polar graph
- Why are there only two answers for this co-ordinate geometry question?
- Moment of inertia of a semicircle by simple integration.
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?
Let
Choose a coordinate system so that $Q$ is constrained to move on the line $y=0$.
This means $y_Q = 0$ identically.
Parameterize $P$ by arc-length $s$. We will assume the wheel is rolling from left to right without sliding. Furthermore, at $s = 0$, $Q$ is located at origin and lies directly above $P$. More precisely,
$$(x_Q(0), y_Q(0)) = 0,\quad\text{ and }\quad \begin{cases} ( x_P(0), y_P(0) ) = (0,-b)\\ ( x'_P(0),y'_P(0)) = (1,0) \end{cases}$$
After we roll the wheel for a distance $s$, $P$ moved to $(x_P(s), y_P(s))$. The tangent vector and upward normal vector of the bump at that point equals to $t = (x'_P(s),y'_P(s))$ and $n = (-y'_P(s), x'_P(s))$.
Since the wheel is rolling without sliding with respect to the bump. One can reach $Q$ from $P$ by a move along direction $n$ for a distance $b$ followed by a move along direction $-t$ for distance $s$.
This leads to following ODE
$$0 = y_Q(s) = y_P(s) - s y'_P(s) + b x'_P(s)$$
Together with the constraint $x'_P(s)^2 + y_P'(s)^2 = 1$ and given initial conditions, one find:
$$ \begin{cases} x_P(s) = b\sinh^{-1}\frac{s}{b}\\ y_P(s) = -\sqrt{s^2+b^2} \end{cases} \quad \iff \quad \begin{cases} x_P(s) = bt\\ y_P(s) = -b\cosh t \end{cases} \quad\text{ where }\quad t = \sinh^{-1}\frac{s}{b} $$ Let $t_0 = \sinh^{-1}(1) = \log(1+\sqrt{2})$.
The two endpoints of the bump corresponds to $s = \pm b \iff t = \pm t_0$.
At those points, $y_P(s)$ reaches its lowest value $-\sqrt{2}b$.
The area under the bump (but above this $y$) is given by the formula:
$$\begin{align}\int_{-b}^b (y_P(s)+\sqrt{2}b)x'_P(s) ds &= b^2 \int_{-t_0}^{t_0} (\sqrt{2} - \cosh t) dt = 2b^2 \left(\sqrt{2}t_0 - \sinh t_0\right)\\ &= \frac{a^2}{2} \left(\sqrt{2}\log(1+\sqrt{2}) - 1\right) \end{align} $$ Update
About how to solve the ODE, differentiate both equations by $s$, one get $$ \begin{cases} y - s y' + b x' &= 0\\ y'^2 + x'^2 &= 1 \end{cases} \quad\stackrel{\frac{d}{ds}}{\Longrightarrow}\quad \begin{cases} -sy'' + bx'' &= 0\\ y'y'' + x'x'' &= 0 \end{cases} $$ Comparing coefficients for $x''$ and $y''$, we find there is a function $\lambda(s)$ such that $$ (x',y') = ( b\lambda, -s\lambda ) $$
Since we want $x' > 0$, the normalization condition $x'^2 + y'^2 = 1$ fixes $\lambda$ to $\frac{1}{\sqrt{s^2+b^2}}$. Integrate above equation by $s$ will give us the desired solution.