James889
- 190
- 1
Hi,
Im trying to calculate the arc length of the function f(x)=x\sqrt{x}
From x=1 to x=7
But I am getting the wrong answer and I am not sure why.
The formula is \int^{7}_{1}\sqrt{f'(x) + 1}
The derivative of f(x) =\frac{x}{2\sqrt{x}} + \sqrt{x}
Squaring yields ~~\frac{x}{4} + 2x +1 which simplifies to:\frac{9x}{4}+1
Integrating, we get \int\frac{2(\frac{9x^2}{2}+x)^{3/2}}{27}
Inserting the limits of integration i get \frac{2*(9*49/2 +7)^{3/2}}{27} - \frac{2*(9/2 +1)^{3/2}}{27} = 253.222
This is incorrect as the aswer should be something over 27.
What am i doing wrong?
Im trying to calculate the arc length of the function f(x)=x\sqrt{x}
From x=1 to x=7
But I am getting the wrong answer and I am not sure why.
The formula is \int^{7}_{1}\sqrt{f'(x) + 1}
The derivative of f(x) =\frac{x}{2\sqrt{x}} + \sqrt{x}
Squaring yields ~~\frac{x}{4} + 2x +1 which simplifies to:\frac{9x}{4}+1
Integrating, we get \int\frac{2(\frac{9x^2}{2}+x)^{3/2}}{27}
Inserting the limits of integration i get \frac{2*(9*49/2 +7)^{3/2}}{27} - \frac{2*(9/2 +1)^{3/2}}{27} = 253.222
This is incorrect as the aswer should be something over 27.
What am i doing wrong?
Last edited: