Find the arc length of the curve x= y^4/8+1/〖4y〗^2 from y=1 and y=4
1
Expert's answer
2020-09-09T16:39:12-0400
We need the curve x=8y4+16y21 from
y=1 to y=4. So let's show it on the picture.
To find the length of this curve we should use the formula L=∫ab1+(x′)2dy,
where
x′=2y3−8y31=8y34y6−1;
(x′)2+1=64y616y12−8y6+64y6+1==64y616y12+56y6+1;
L=∫1464y616y12+56y6+1dy;
There is no suitable analytical solution of this integral, but we can calculate it approximately. For this we use the trapezium method in Matlab. The following lines provide the code of calculations and the output:
Comments