2 Parabolas Intersecting at 2 Know Points.

  • Thread starter Thread starter deltapapazulu
  • Start date Start date
  • Tags Tags
    Points
Click For Summary
SUMMARY

The discussion focuses on finding the equations of two parabolas intersecting at known points (0,0) and (50, 3.44) to determine the launch angle of a projectile. The user successfully derived the angle using a method involving the elimination of time (t) from the projectile motion equations, resulting in angles of approximately 31 and 63 degrees. However, it was noted that without two defined parabolas, the problem cannot be solved analytically. A suggestion was made to utilize VBA or other software for a more efficient calculation method.

PREREQUISITES
  • Understanding of projectile motion equations
  • Familiarity with parabolic equations in analytic geometry
  • Basic knowledge of calculus, specifically derivatives
  • Experience with VBA or similar programming tools for automation
NEXT STEPS
  • Learn how to derive projectile motion equations using calculus
  • Explore the use of VBA for automating mathematical calculations
  • Study the properties of parabolas in analytic geometry
  • Investigate numerical methods for solving systems of equations
USEFUL FOR

Students and professionals in physics, engineering, and mathematics who are interested in projectile motion analysis and those seeking efficient computational methods for solving complex equations.

deltapapazulu
Messages
84
Reaction score
13
Is it possible to find the equations of 2 parabolas intersecting at 2 known points, (0,0) and (50, 3.44) for instance. Looking for quicker way to find angular range of projectile launched from (0,0) and passing through x=50m y=3.44m when launched at 25m/s. I got the right answer by the tedious (but pedagogically fruitful) method of eliminating (t) from X=VoCos@(t) and Y=VoSin@(t)-.5g(t^2) and then solving for the angle. I did it all symbolically resulting in a theta = arctan(a really messy quadratic). Plugged in the values and it spat out @={31,63}degrees, the correct answer.

Is there an easier way to solve this?
 
Physics news on Phys.org
Yes, you can find the intersecting points of two parabolas fairly easily but that is not going to solve your problem. If I understand your problem correctly, in order to solve for the intersecting points you actually need to have two defined parabolas, and you only have one.

If you don't like crunching numbers, try writing something in VBA or some other software. Then you only have to enter numbers and push a button.
 
I believe your solution is the easiest approach. You can find the launch angle using analytic geometry for parabolas but your problem doesn't give you enough information for that approach. Projectile motion can be described as a opening down parobola in the form (x-h)^2=-4a(y-k) where the vertex is (h,k) and the focus is at (h,k-a). If you were given the vertex and one additional point you would have the equation of the parabola. Taking the first derivative and evaluating at (0,0) would give you the slope of the tangent line at (0,0), the arctanget of which is the launch angle.
 

Similar threads

Replies
1
Views
3K
Replies
12
Views
2K
  • · Replies 16 ·
Replies
16
Views
5K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 3 ·
Replies
3
Views
11K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 1 ·
Replies
1
Views
5K
  • · Replies 27 ·
Replies
27
Views
9K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K