I am interested in finding out what the actual distance is flown by a golf ball on a drive. You can assume no wind, 10 degree launch angle, goes straight down the middle of the fairway (no draw, no slice...) and no erratic backspin on the ball (so it wont "balloon" but will have stable flight). You can also assume that the ball flies 200 yards of linear distance (relative to the ground). So basically I would like to know how much "extra" distance does the ball fly relative to the 200 yards of linear distance? I was thinking somewhere on the order of 15% more (30 yards more) but that is just a guess.
The answer need not be exact.
Also I am not sure what tag I should use so if someone has a better one go ahead and change it or just tell me and I will change it.
With the assumptions that you make, the golf ball is basically free falling without losing horizontal speed and is therefore described by a parabola: \begin{equation} y=-ax^2+bx+c, \end{equation} where $x$ is the horizontal distance and $y$ is the height of the ball. We know that when $x=\pm 100$, the ball is at the ground, so \begin{equation} 0=-a*10000+b*100+c \end{equation} and \begin{equation} 0=-a*10000-b*100+c \end{equation} If we take the sum and the difference of these formulas, we get \begin{equation} 0=-a*20000+2*c \qquad \text{and}\qquad 0=b*200. \end{equation} This gives us two relations, resulting in $b=0$ and $c=10000*a$. The question is now to determine $c$ or $a$ and we have one given fact left: the 10 degree launch angle. How would we translate this launch angle into mathematics? A 10 degree angle corresponds to a slope of \begin{equation} \frac{dy}{dx}=\tan(10)\approx 0.176. \end{equation} This must be the slope at $x=-100$. So we get \begin{equation} \frac{dy}{dx}|_{x=-100}=-2ax+b|_{x=-100}=200a=0.176 \end{equation} So, we find $a=0.176/200=0.00088$ and we now have the total trajectory of the ball \begin{equation} y=-0.00088 x^2 +8.8. \end{equation} We can use this formula to find the length of the path that the ball follows. We also see immediately that 8.8 is the maximal height that the ball reaches. The length of the trajectory can be calculated by \begin{equation} \int_{-100}^{100} \sqrt{1+(\frac{dy}{dx})^2} dx=\int_{-100}^{100} \sqrt{1+(-2*0.00088*x)^2} dx \approx 201.028 \end{equation} This last integral is easily done with this link! or some graphical calculator. Or you could it algebraically as \begin{equation} \int_{-100}^{100} \sqrt{1+(-2*0.00088*x)^2} dx = \left(-2*0.00088 x \sqrt{1+(-2*0.00088)^2 x^2}+\frac{\sinh^{(-1)}{(-2*0.00088 x)}}{-4*0.00088}\right)\Big|_{-100}^{100}. \end{equation}
In short, 201.028 is the total length of the ball's trajectory. So, it does only 1.028 extra yards. This is not so much as you expected, so maybe the 10 degree angle is a bit on the small side.
You can probably retrace the steps above to find the trajectory length for another launch angle.