Ballistic trajectory, can't isolate angle

AI Thread Summary
A function for ballistic trajectory is presented, defined by the equation y=tan(a)x+gx^2/(2(cos(a)v)^2), where 'x' and 'y' represent the object's position, 'v' is velocity, 'a' is the launch angle, and 'g' is gravitational acceleration. The user seeks to isolate the angle 'a' to determine the angle at which an object will strike a specific (x,y) position with a given velocity. The discussion emphasizes the need for calculus knowledge, specifically derivatives, to achieve this. It is suggested that the angle can be found using the relationship tan(a)=dy/dx, linking the angle to the derivative of the trajectory function. Understanding derivatives is essential for solving the problem effectively.
Nico-M
Messages
1
Reaction score
0
Hey guys,

I constructed a function that describes the ballistic trajectory of an object with a given velocity and angle. This is what it looks like:
y=tan(a)x+gx^2/(2(cos(a)v)^2)
'x' and 'y' are the x- and y-positions of the object in flight.
'v' is the velocity and 'a' the angle in degrees at which the object is thrown/launched.
'g' is the gravitational acceleration that causes the object to travel in an arc.

What I'd like to be able to do with this function is to calculate at which angle the object will strike a given (x,y)-position with a given velocity. For this I had to isolate the angle-variable...well I tried to. I wrote down all the algebra I could think of but I just can't figure out how to isolate that angle with all those sines and cosines in the way. Not very experienced with these yet...

I hope someone can help me out with this one, and step-by-step instructions would be awesome!
 
Last edited:
Mathematics news on Phys.org
Well... for calculating what you want, you will need to know (or learn) the bit of calculus called derivatives. If you know it already, the angle you are searching for is given by:

tan(a)=\frac{dy}{dx}

where dy/dx is the derivative of the y function you got.

If you don't know how to calculate (or even what are) derivatives, i fear you will have to learn it first to be able to understand this.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Back
Top