Trying to calculate arc length

Click For Summary

Homework Help Overview

The discussion revolves around calculating the arc length of the function f(x) = x√x from x = 1 to x = 7. Participants are examining the correct application of the arc length formula and the derivative of the function.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Participants discuss the formula for arc length and question the original poster's setup and calculations. There are attempts to clarify the derivative and the correct form of the integral. Some suggest using u-substitution for integration and express confusion over the presence of the integral sign in the final expression.

Discussion Status

There is ongoing exploration of the problem, with participants providing guidance on the correct formulation of the integral and discussing integration techniques. Some participants are questioning assumptions and the clarity of the original poster's steps.

Contextual Notes

Participants note the need for clarity in notation and understanding of integral concepts. There is mention of the original poster's uncertainty about the correctness of their calculations and the need to revisit foundational concepts in integration.

James889
Messages
190
Reaction score
1
Hi,

Im trying to calculate the arc length of the function [tex]f(x)=x\sqrt{x}[/tex]
From x=1 to x=7
But I am getting the wrong answer and I am not sure why.

The formula is [tex]\int^{7}_{1}\sqrt{f'(x) + 1}[/tex]

The derivative of f(x) =[tex]\frac{x}{2\sqrt{x}} + \sqrt{x}[/tex]

Squaring yields [tex]~~\frac{x}{4} + 2x +1[/tex] which simplifies to:[tex]\frac{9x}{4}+1[/tex]

Integrating, we get [tex]\int\frac{2(\frac{9x^2}{2}+x)^{3/2}}{27}[/tex]

Inserting the limits of integration i get [tex]\frac{2*(9*49/2 +7)^{3/2}}{27} - \frac{2*(9/2 +1)^{3/2}}{27} = 253.222[/tex]

This is incorrect as the aswer should be something over 27.
What am i doing wrong?
 
Last edited:
Physics news on Phys.org
James889 said:
Hi,

Im trying to calculate the arc length of the function [tex]f(x)=x\sqrt{x}[/tex]
From x=1 to x=7
But I am getting the wrong answer and I am not sure why.

The formula is [tex]\int^{7}_{1}\sqrt{f'(x) + 1}[/tex]

Your formula is wrong. It should have read:

[tex]\int_1 ^ 7 \sqrt{{\color{red}[f'(x)] ^ 2} + 1} {\color{red}dx}[/tex]

The derivative of f(x) =[tex]\frac{x}{2\sqrt{x}} + \sqrt{x}[/tex]

You can apply Multiplication Rule here as what you have done. But it may be shorter to try:

[tex]f(x) = x \sqrt{x} = x ^ {\frac{3}{2}} \Rightarrow f'(x) = \frac{3}{2} x ^ {\frac{3}{2} - 1} = \frac{3}{2} x ^ {\frac{1}{2}} = \frac{3}{2} \sqrt{x}[/tex].

Squaring yields [tex]~~\frac{x}{4} + 2x {\color{red}+1}[/tex] which simplifies to:[tex]\frac{9x}{4}{\color{red}+1}[/tex]

Ok. But try to write it more clearly, what does "squaring yields" mean? What are you squaring? And if you are just squaring f'(x), then why does "+ 1" appear there?

A better way is to write:
[tex][f'(x)] ^ 2 + 1 = \frac{9}{4} x + 1[/tex]

Integrating, we get [tex]\int\frac{2(\frac{9x^2}{2}+x)^{3/2}}{27}[/tex]

Why is there still the 'integral sign' standing in the front?

-------------

Your integral will now become:

[tex]\int_1^7 \sqrt{\frac{9}{4} x + 1} dx[/tex]

Inserting the limits of integration i get [tex]\frac{2*(9*49/2 +7)^{3/2}}{27} - \frac{2*(9/2 +1)^{3/2}}{27} = 253.222[/tex]

You have integrated it incorrectly. Try again then. I'll give you a hint, you need to use u-substitution to do it. Do it step by step. What are u, du? And what are the new lower and upper limits?

I'll give you an example then:

Example:
Integrate:
[tex]\int_0^1 \sqrt{2x + 1} dx[/tex]

Let u = 2x + 1 => du = 2dx => dx = du/2.
x = 0 => u = 1
x = 1 => u = 3

So you new integral is:

[tex]\frac{1}{2}\int_{1} ^ {3} \sqrt{u}du = \frac{1}{2}\left( \left. \frac{u ^ {\frac{3}{2}}}{\frac{3}{2}} \right|_1 ^ 3 \right) = \frac{1}{2} \times \frac{2}{3} \times \left( \left. u ^ \frac{3}{2} \right|_1 ^ 3 \right)[/tex]
[tex]= \frac{1}{3} \left( \left. u ^ \frac{3}{2} \right|_1 ^ 3 \right) = \frac{1}{3} \left( \sqrt{3 ^ 3} - 1 \right) = \frac{1}{3} \left( \sqrt{27} - 1 \right)[/tex].

Ok, let's see if you can complete your problem. :)
 
Last edited:
Thanks for the very helpful/informative post!

Okay.

I have [tex]\int\sqrt{\frac{9x}{4}+1}[/tex]

Rewrite:
[tex]~(\frac{9x}{4} + 1)^{1/2}[/tex]

[tex]u=\frac{9x}{4}+1[/tex]
New limits:
[tex]Upper:~x = 7 \rightarrow u = \frac{67}{4} ~~\\<br /> Lower:~ x = 1 \rightarrow u = \frac{13}{4}[/tex]
[tex]du=\frac{9}{4}dx[/tex]

[tex]dx=\frac{4}{9}du[/tex]

[tex]\frac{4}{9}\int \sqrt{u}du[/tex]

[tex]\frac{4\times 2}{9\times 3}\int u^{3/2}[/tex]

[tex]\frac{4\times 2}{9\times 3}\sqrt{(\frac{67}{4})^3 - (\frac{13}{4})^3}[/tex]
 
Last edited:
James889 said:
Okay.

I have [tex]\int\sqrt{\frac{9x}{4}+1}[/tex]

Well, can you just write it formally. I know you can omit the dx, and du thingy. But, honestly, I think you are pretty new to integrals, so writing it down is no harm, right? It can also help you to know whether you are integrating with respect to x, or to u, or whatever variable.

James889 said:
[tex]\frac{4\times 2}{9\times 3}\int u^{3/2}[/tex]

Nah, why is the integral sign still there?

I think you should go back, and re-read (or have a skim through) the chapter on Integrals (and maybe, my example), after integrating, there's no more integral sign. When reading the Integrals chapter again, if you have something unclear, you can post it here. Other people, and me, are more than willing to help you.

You should grab the basic concepts first, before moving forward. Or you'll find it extremely messy. You must make sure to understand everything about anti-derivative, before moving to definite integrals.

------------------

Well, there are two ways of doing it. The first way is to change the integral to:

[tex]\frac{8}{27} \int_{\frac{13}{4}}^{\frac{67}{4}} \sqrt{u} du[/tex], and solve it, as normal.

------------------

The second way is to find the anti-derivative of [tex]\int \sqrt{\frac{9}{4}x + 1} dx[/tex] (note that this is an indefinite integral, there is no limit there). Do the u-substitution, then switch back to x. After having the anti-derivative of the function, simply use the formula:

[tex]\int_a^b f(x) dx = F(b) - F(a)[/tex]

Using this way, you don't have to change the limits. But you have to switch u back to x.
 
Last edited:
James889 said:
[tex]\frac{4\times 2}{9\times 3}\sqrt{(\frac{67}{4})^3 - (\frac{13}{4})^3}[/tex]

I saw you editing your post when I'm posting mine.. =.="

You are wrong at the final step.

Which should read:

[tex]\frac{8}{27}\left[ \sqrt{\left( \frac{67}{4} \right) ^ 3} - \sqrt{\left( \frac{13}{4} \right) ^ 3} \right][/tex].

There are 2 square root signs, instead of one.
 
You're right. i will go back and check out the basics again.

Anyways, thanks for a great explanation :)
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
Replies
1
Views
1K
  • · Replies 105 ·
4
Replies
105
Views
11K
Replies
7
Views
3K
Replies
4
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
Replies
2
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K