Estimating Average Ocean Current Speed Using Trapezoidal Rule

chukie
Messages
79
Reaction score
0
Ocean currents (miles/hr) at a certain location are given below

Time of day: Speed mph:
8:00 am 17
8:10 am 20
8:20 am 22
8:30 am 21
8:40 am 17

How can I estimate the average river current speed from 8:00 am to 8:40 am using the trapezoidal rule? I tried but I got a huge number.
 
Physics news on Phys.org
What exactly did you do? Did you draw out the speed-time graph of these points and then attempt to find the area underneath after connecting all the dots?
 
Defennder said:
What exactly did you do? Did you draw out the speed-time graph of these points and then attempt to find the area underneath after connecting all the dots?

I converted 8:40 into hours so 40/60=2/3
Then I supposed 0 to be 8:00, so the equation I had was integral sign 0 to 2/3 S(t) dt.
Then using the data in the chart: (17+2(20)+2(22)+2(21)+17)
Then I multiplied that sum by 1/(b-a) to get the average, and I got a number in the hundreds.
 
Last edited:
nvm i got it
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top