This equation arose when I tried to find out how to derive $\beta$ in Stokes' Drag Force $F=\beta v$ as a function of the time $t$ it takes a mass $m$ to hit the ground after falling from a height $h$: $$\beta^2=\dfrac{m^2g}{h}\left(-\dfrac{\beta t}{m}+e^{\frac{\beta t}{m}}-1\right)$$ I can't figure out how to solve it.
2025-01-13 05:32:41.1736746361
How can I solve $\beta^2=\frac{m^2g}{h}\left(-\frac{\beta t}{m}+e^{\frac{\beta t}{m}}-1\right)$ for $\beta$?
80 Views Asked by Kiran Ganeshan https://math.techqa.club/user/kiran-ganeshan/detail At
1
There are 1 best solutions below
Related Questions in PHYSICS
- Show using centers of mass that the angle bisectors of ΔABC are concurrent at I, where I lies on bisector AP at a position such that:AI/AP = b+c/a+b+c
- Invariance of radiative transfer equation in the absence of absorption and emission
- Solving differential equation and obtain expressions with unknowns?
- Calculation of inverse function
- Drawing Trajectories in a State Space (is Energy Conserved?)
- Stokes' Theorem and Vector Fields with Jump Discontinuities
- Using epsilon to rewrite equations in terms of linear combinations
- Solving Equation of the form $\sqrt{(a+\frac{b}{2})^2+L^2}-\sqrt{(a-\frac{b}{2})^2+L^2}=c$
- Potential energy of a Dipole interaction unexplained sign error.
- Differential equation free fall in gravitational field
Related Questions in MATHEMATICAL-PHYSICS
- Solving differential equation and obtain expressions for unknowns?
- Eliminate all parameters from the differential equation $u_t-Au_x-Bu^3+Cu_{xx}=0$.
- Finding highest weight of a $gl(3)$ submodule of a $gl(4)$-module
- Is this Fourier Transform relation correct?
- Calabi's theorem
- Why can the equivariant volume of a non-compact space be finite?
- Determine if this vector field is a conservative force field?
- How to plot a qubit on the Bloch sphere?
- Rounding in the method of least squares for linear regression analysis?
- What exactly does the Hilbert scheme of points parametrize?
Related Questions in TRANSCENDENTAL-EQUATIONS
- How to solve an equation with a tangent divided by a logarithm?
- Table Maker's Dilemma
- Existence of solution for equation with erfc
- Find the positive root of the equation $\cosh x+\cos x-3=0$, other than numerically
- Difficulty in solving transcendental equation
- For what values of $x$ is $\cos x$ transcendental?
- Genus of trancendental curve
- Solving for a $v$ in $\sum a_i e^{b_i (z^2+d_i) + c_i v}$
- To find number of real solutions of equation $\left(\frac {9}{10}\right)^x =-3+x-x^2 $
- To find roots of given equation
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Refuting the Anti-Cantor Cranks
- Find $E[XY|Y+Z=1 ]$
- 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?
- What are the Implications of having VΩ as a model for a theory?
- How do we know that the number $1$ is not equal to the number $-1$?
- Defining a Galois Field based on primitive element versus polynomial?
- Is computer science a branch of mathematics?
- Can't find the relationship between two columns of numbers. Please Help
- 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
- A community project: prove (or disprove) that $\sum_{n\geq 1}\frac{\sin(2^n)}{n}$ is convergent
- Alternative way of expressing a quantied statement with "Some"
Popular # Hahtags
real-analysis
calculus
linear-algebra
probability
abstract-algebra
integration
sequences-and-series
combinatorics
general-topology
matrices
functional-analysis
complex-analysis
geometry
group-theory
algebra-precalculus
probability-theory
ordinary-differential-equations
limits
analysis
number-theory
measure-theory
elementary-number-theory
statistics
multivariable-calculus
functions
derivatives
discrete-mathematics
differential-geometry
inequality
trigonometry
Popular Questions
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- 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)$?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- How to find mean and median from histogram
- Difference between "≈", "≃", and "≅"
- Easy way of memorizing values of sine, cosine, and tangent
- How to calculate the intersection of two planes?
- What does "∈" mean?
- If you roll a fair six sided die twice, what's the probability that you get the same number both times?
- Probability of getting exactly 2 heads in 3 coins tossed with order not important?
- Fourier transform for dummies
- Limit of $(1+ x/n)^n$ when $n$ tends to infinity
Let's take the physics approach, accepting that our model isn't perfectly descriptive of reality, and therefore solving this equation exactly isn't really worth the effort. Then we simply choose to drop the mass from a height $h$ such that the time it hits the ground $t$ satisfies $\beta t/m \ll 1$. Then Taylor expand the exponential to obtain \begin{align} \beta^{2} = \frac{m^{2}g}{h}\left((\beta t/m)^{2}/2 + (\beta t/m)^{3}/6 \right) + \mathcal{O}((\beta t/m)^4) \end{align} I'll let you take it from there.