Find the arc length of f(x) (x^(5/4))/5

Bryon
Messages
98
Reaction score
0

Homework Statement



find the arc length of f(x) (x^(5/4))/5.
The integration limits are from 0 to 4.

Homework Equations



The arc length formula is integrate sqrt(1 + (f'(x))^2)


The Attempt at a Solution



f'(x) = (5/4)*(1/5)*x^(1/4) = x^(1/4)/4

integral of sqrt(1 + (x^(1/4)/4)^2) = integral of sqrt(1 + sqrt(x)/16)

The part I am stuck on is getting rid of either sqrt roots.

Ive tried this: integral of sqrt(sqrt(x)/sqrt(x)/ + x/(sqrt(x)16))
but that didnt get me any where...Any idea how to simplify this? I am thinking that there is some sort of algebraic simplification that I am missing.
 
Physics news on Phys.org
Why not start by trying the substitution u=1+\frac{\sqrt{x}}{16}[/itex]?
 
Try letting x = u2 followed by v = 1 + (1/16)u.
 
just make the integral like this >>> int of (1/4)Sqrt(16+ Sqrt(x)) dx

then you can substitute >> u = 16 + sqrt(x)

it'll be easy ;)
 
Last edited:
Wow...what a novice mistake I made! Thanks!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top