As part of my 4th year individual project I am programming a series of equations into Matlab. My project heavily relies on shallow water hydrodynamics and more specifically on the article for slender-body resistance published by Mitchell in 1898 and later expanded upon by Tuck in 1966.
My problem arises with the fact that are aren't any explanations to how an integral is converted into it's final form, which I must use. The issue is that I do not even know what to call the final result. It looks like some kind of convolution, but I need help shedding some light on what I am dealing with more specifically. I have the following equation:
I have values but no functions for any of the things appearing in the equation. What I can't figure out is: what is $s'(ξ)$? I have an array for $s(x)$ and can differentiate that to get $s'(x)$ . I also have a $k(x)$ array, but I am completely clueless on how I get the ξ variable. I spoke with my supervisor and was advised that this is a dummy variable, but that doesn't help me deal with the integrals numerically. To deal with the integrals, I simply use trapezoidal rule since each of the arrays has 100 elements the error is of no consequence in this case. Any help would be highly appreciated