Solving a physics problem I obtained following motion equations $$ x(t) = at^2 $$ $$ y(t) = vt - a t^2 $$ And I want to determine what type of curve is it on the interval of $\left<0,v\right>$. Wolfram says it's a parabola but I can't prove it. All I got is what is obvious: $$ y(x) = \frac{v}{\sqrt a} \sqrt x - x $$
2026-03-25 07:48:39.1774424919
Showing that $x(t)=at^2$, $y(t)=vt-at^2$ parameterizes a parabola
107 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in PARAMETRIC
- Suggest parametric equations for a given curve
- Parametric Circle equations and intersections
- Is it possible to construct the equation of a surface from its line element?
- Finding the equation of aline in implicit form
- Finding whether a parametric curve has a well defined tangent at the origin
- Parametric representation of a cylinder generated by a straight line
- Converting circle parametric equation
- Finding the major and minor axes lengths of an ellipse given parametric equations
- Draw (2, 3) torus knot on the unwrapped torus surface
- Question about parametric, implicit equation and vector equation
Related Questions in PLANE-CURVES
- Finding a quartic with some prescribed multiplicities
- How to use homogeneous coordinates and the projective plane to study the intersection of two lines
- Suggest parametric equations for a given curve
- Interpolation method that gives the least arc lenght of the curve.
- Tangent plane when gradient is zero
- Show this curve is a closed set in $R^2$ by using the definition
- Let $F(X,Y,Z)=5X^2+3Y^2+8Z^2+6(YZ+ZX+XY)$. Find $(a,b,c) \in \mathbb{Z}^3$ not all divisible by $13$, such that $F(a,b,c)\equiv 0 \pmod{13^2}$.
- Find the equation of the plane which bisects the pair of planes $2x-3y+6z+2=0$ and $2x+y-2z=4$ at acute angles.
- Could anyone suggest me some good references on interpolation that include other mathematical structures than just single variable functions?
- Question on the span of a tangent plane
Related Questions in KINEMATICS
- Particle collisions in the plane
- Velocity dependent force with arbitrary power
- Doubt with time in the exponent (jerk, Jounce...)
- Quadratics/Algebra word Problem (based on physics)
- Calculate time to cover distance with accelaration and decelaration
- Obtaining kinematic and stress conditions on a free surface, in boundary value problem?
- How are the tangential and normal components of the acceleration vector derived?
- Finding average speed knowing acceleration
- Why can different integration variables appear on different sides of an equation?
- Finding the least acceleration required for particle $A$ to overtake particle $B$
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?
$x = at^2\\ y = vt - at^2\\ y = vt - x\\ vt = x+y\\ v^2t^2 = (x+y)^2\\ \frac {v^2}{a} x = (x+y)^2$
That is a parabola that has been rotated 45 degrees from standard.
If that is not obvious, you could rotate the frame..
$x' = \frac {\sqrt 2}{2} x + \frac {\sqrt 2}{2} y\\ y' = \frac {\sqrt 2}{2} y - \frac {\sqrt 2}{2} x$
Which will rotate your parabola into standard form.
$\frac {v^2}{a} \frac {\sqrt 2}{2}(x' - y') = 2x'^2\\ y'= x' - 2\sqrt 2(\frac a{v^2}) x'^2$
Or you could work with the quadradic form:
$\begin{bmatrix} x&y\end{bmatrix}\begin{bmatrix} 1&1\\1&1\end{bmatrix}\begin{bmatrix} x\\y\end{bmatrix} - x = 0$
And since the matrix is singular, one of the eigenvalues is 0, and it is a parabola.