2 Parabolas Intersecting at 2 Know Points.

  • Thread starter Thread starter deltapapazulu
  • Start date Start date
  • Tags Tags
    Points
AI Thread Summary
Finding the equations of two parabolas intersecting at known points (0,0) and (50, 3.44) requires defining both parabolas, but only one is provided. The tedious method of eliminating time (t) from the projectile motion equations yields the correct launch angles of approximately 31 and 63 degrees. An easier approach involves using software like VBA to automate calculations, reducing manual effort. Analytic geometry can help find the launch angle if the vertex and an additional point are known. Without sufficient information, solving for the angles directly from the given points remains complex.
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.
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Back
Top