I am trying to find the equation of a parabola that is tangent to an exterior circle (this is for designing a bell-shaped nozzle). I know the point (0.055, 0.9) lies on the parabola and also that the circle of radius 0.1625 is centered at (0.1875, 0.25). But I am having trouble getting the point of tangency and then finding the parameters for the parabola.
I tried to match derivates of the functions, but ran into some algebra problems. I started with a general parabola ($y=ax^2+bx+c$) and took the derivate ($y'=2ax+b$). Then I got the equation of a circle centered at (h,k) ( $(x-h)^2+(y-k)^2=r^2$ ) and took the derivate through Wolfram Alpha to get $y'=-\frac{x-h}{y-k}$ but then I got stuck trying to equate the two and find the point of intersection.
Please let me know what I could to try and solve this. Thank you!






Unfortunately you do not have enough information. Let's simplify the problem, and suppose that the parabola is symmetric around the vertical axis. Then the formula for it is $$y=ax^2+c$$ You still have the following unknowns $a$, $c$, $x_i$, $y_i$. The last two are coordinates of the intersection point. But you have only two equations:
The solution to your problem is unique only if you fix two of those variables. You can fix for example the intersection point. Or you can fix the shape of the parabola.