x is displacement in the x-direction - +ve to the right.
y is displacement in the y-direction - +ve in the downwards direction.
v - initial horizontal velocity.
g - accln due to gravity - taken as +ve.
d - decceln due to wind - taken as -ve.
t - time of displacement.
x = v.t - (1/2)dt²
y = (1/2)gt² ----- > t² = 2y/g, and t = √(2y/g)
substituting for t² and t in the 1st eqn,
x = v.√(2y/g) - (1/2)d(2y/g)
dx/dy = (1/2)v(2y/g)^(-1/2)(2/g) - d/g
setting dx/dy = 1 (45 degree angle for trajectory)
(v/g)√(g/2y) = 1 + d/g = (d+g)/g
√(g/2y) = (d+g)/v
2y/g = v²/(d+g)²
y = (1/2)(v²g)/(d+g)²
================
Ok, now substitute for v,g,d into the above to get the value for y when the trajectory is 45 degrees.
For the radius of curvature, use
R = [1 + (y')²]^(3/2) / |d²y/dx²|
Use the above expresion for dx/dy to get the 2nd derivative.