3.141592654
- 85
- 0
Homework Statement
Find the arc length of the curve:
y=\frac{x^5}{6}+\frac{1}{10x^3}
1\leqx\leq2
Homework Equations
ds=\sqrt{dx^2+dy^2}
ds=\sqrt{1+\frac{dy}{dx}^2}dx
The Attempt at a Solution
\frac{dy}{dx}=\frac{5}{6}x^4-\frac{3}{10x^4}
ds=\sqrt{1+(\frac{5}{6}x^4-\frac{3}{10x^4})^2}dx
If I use Trig. Sub, I have tan \theta=(\frac{5}{6}x^4-\frac{3}{10x^4}).
However, I don't know how to solve this for X. If this is the right path, can anyone help with the next steps, and is there a better way to do this problem?
Thanks.