I have a physics problem where I have to find for which angle and time is the target at distance $r$ and height $0$ hit if initial velocity is $v_0$. I am aware that this problem is very basic and I also understand the physics behind it and how you solve it, but I am not sure about the mathematical side. So I have a set of equations:$$v_0\cdot \cos(x)\cdot t=r$$ $$v_0 \cdot \sin(x)\cdot t -\frac{gt^2}{2}=0$$ $$0<x<\pi/2$$ I know intuitively that I should have two angles and two times that solve the set of equations, but I am not sure how can one tell, mathematically speaking, that the given system has two solutions. I would normally solve this by factoring out $t$, but than I only get one valid solution. Only after solving $\cos(x)^2+\sin(x)^2=1$, I get both solutions.
2026-03-25 17:25:55.1774459555
Roots of transcendental equations in physics problem
158 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in PHYSICS
- Why is the derivative of a vector in polar form the cross product?
- What is meant by input and output bases?
- Does Planck length contradict math?
- Computing relative error with ideal gas law.
- Planetary orbits in a $4$-dimensional universe
- Applied Maths: Equations of Motion
- Return probability random walk
- What will be the velocity of a photon ejected from the surface of cesium by a photon with a frequency of 6.12E14 s^-1?
- What mathematical principal allows this rearrangement during simplifying
- Time when velocity of object is zero and position at that point in time
Related Questions in TRANSCENDENTAL-EQUATIONS
- Transcendental equation $x - c \sin(x)=0$
- Solve $a^x = 1-x$
- Transcendental equation with Bessel function
- Uniqueness of solution for transcedental equation on the open set
- How to solve equations like these?
- Solving exponential equation by hand?
- Number of roots of the equation $x\sin x-1=0$ for $x\in [0,2\pi]$
- Generalizing the Lambert W function
- Equivalence between $\phi (z,s,a)$ and a sum of single impulses
- Issue solving an equation
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?
The second equation $v_0 \cdot sin(x)\cdot t -\dfrac{gt^2}{2}=0$ says that $$(v_0 \cdot sin(x) - \frac{gt}{2})\cdot t = 0 .$$ Thus either $t = 0$ or $t = \dfrac{2v_0\sin(x)}{g}$. The solution $t = 0$ disqualifies because the first equation would produce $0 = r$. Therefore we must have $$t = \frac{2v_0\sin(x)}{g} .$$ Inserting in the first equation produces $$\sin(2x) = 2\cos(x)\sin(x) = \frac{gr}{v_0^2} . $$ Thus a solution $x$ exists if and only if $\dfrac{gr}{v_0^2} \le 1$, i.e $v_0 \ge \sqrt{gr}$. The third inequality says that $0 < 2x < \pi$, thus you get two solutions for $x$ if $v_0 > \sqrt{gr}$ and one solution $x = \pi/4$ if $v_0 = \sqrt{gr}$. Thus the final result is this:
Your system of three equations has a solution if and only if $$v_0 \ge \sqrt{gr} .$$ If $v_0 > \sqrt{gr}$ you get two angles $x \in (0,\pi/2)$ determined by $$\sin(2x) = \frac{gr}{v_0^2} .$$ The smaller angle $x_s$ has the property $0 < x_s < \pi/4$, the bigger angle $x_b$ has the property $\pi/4 < x_b < \pi/2$ and is related to $x_s$ by $x_b = \pi/2 - x_s$.
If $v_0 = \sqrt{gr}$ you get one angle $x = \pi/4$.
For each possible angle $x$ you get the time $$t = \frac{2v_0\sin(x)}{g} .$$
Edited:
The physical problem is to study a projectile shot at an angle $x \in (0,\pi/2)$ with the initial velocity of $v_0$, with gravity $g$ acting on it, air resistance is neglected. The shooting takes place in a plane.
Its trajectory lies an a parabola and has parameterization $$\phi(t) = (r(t),h(t)) = (v_0 \cdot \cos(x)\cdot t, v_0 \cdot sin(x)\cdot t -\dfrac{gt^2}{2}) \in \mathbb R^2 .$$ Therefore, given $x$ and $v_0$, the projectile hits the ground at the distance $r(t^*)$ where $h(t^*) = 0$ with $t^* > 0$. We get $t^* = \dfrac{2v_0\sin(x)}{g}$ and $$r(t^*) = \dfrac{v_0^2 \sin(2x)}{g} .$$ Clearly the maximal firing range occurs at an angle of $x = \pi/4$ where $\sin(2x) = 1$. Moreover, given $x$ and $r = r(t^*)$, we see that we must have $$v_0 = v_0(r) = \sqrt{\frac{gr}{\sin(2x)}} \ge \sqrt{gr} .$$