Question
Question: A particle is projected with a velocity $\vec{v} = (2\hat{i} + 3\hat{j})$ m/s in the presence of a u...
A particle is projected with a velocity v=(2i^+3j^) m/s in the presence of a uniform acceleration a=(−3i^−4j^) m/s². The path of the particle will be

Straight line
Parabolic
Circular
Elliptical
Parabolic
Solution
The position vector of a particle at time t moving with initial velocity v0 and uniform acceleration a is given by:
r(t)=r(0)+v0t+21at2
Let the initial position be the origin, r(0)=0. Given initial velocity v0=(2i^+3j^) m/s and uniform acceleration a=(−3i^−4j^) m/s². The position vector at time t is:
r(t)=(2i^+3j^)t+21(−3i^−4j^)t2 r(t)=(2t−23t2)i^+(3t−2t2)j^
Let the coordinates of the particle at time t be (x(t),y(t)).
x(t)=2t−23t2 y(t)=3t−2t2
To find the path, we eliminate t from these two equations. Multiply the first equation by 4 and the second by 3:
4x=8t−6t2 3y=9t−6t2
Subtract the first equation from the second:
3y−4x=(9t−6t2)−(8t−6t2) 3y−4x=t
Now substitute this expression for t back into either of the original equations. Using the equation for y:
y=3(3y−4x)−2(3y−4x)2 y=9y−12x−2(9y2−24xy+16x2) y=9y−12x−18y2+48xy−32x2
Rearranging the terms to the left side:
32x2+18y2−48xy+12x+y−9y=0 32x2+18y2−48xy+12x−8y=0
This is a general second-degree equation in x and y of the form Ax2+Bxy+Cy2+Dx+Ey+F=0. Here, A=32, B=−48, C=18. The nature of the conic section is determined by the discriminant B2−4AC.
B2−4AC=(−48)2−4(32)(18)=2304−4(576)=2304−2304=0.
Since B2−4AC=0, the path is a parabola (or a degenerate case like parallel lines). In the case of motion under constant acceleration where the initial velocity is not parallel to the acceleration, the path is a parabola.
We can check if the initial velocity v0=(2,3) and acceleration a=(−3,−4) are parallel. Two vectors u and v are parallel if u=kv for some scalar k. Is (2,3)=k(−3,−4)?
2=−3k⟹k=−2/3 3=−4k⟹k=−3/4
Since the value of k is not unique, the vectors are not parallel.
Therefore, the path is a parabola.