Find arclength of curve; stuck trying to integrate radical

Ryaners
Messages
50
Reaction score
2

Homework Statement


Find the arclength of the curve x = ⅓(y2+2)3/2 from y=0 to y=1.

Homework Equations


(Please forgive the crazy definite integral symbols - I'm taking a LaTex class tomorrow so hopefully I'll be able to communicate more clearly from then on..!)

arclength of curve = ∫ab √ (1 + f'(x)2) dx

The Attempt at a Solution


*Note: We haven't covered trig substitution in class yet & so I'm looking for a way to do this using u-substitution or another method.*

This is where I've gotten so far:

dx/dy = y√(y+2) = √(y3 + 2y2)

arclength = ∫01 √(1 + [√(y3 + 2y2)]2) dy
= ∫01 √(1 + y3 + 2y2) dy

Then I get stuck. I've tried the following substitution:
u = 1 + y3 + 2y2
du = 3y2 + 2y

but that doesn't seem to help. I've also tried getting y in terms of x & integrating that but I reach a similar stumbling block with that approach too. Wolfram Alpha gives a nice clean answer of 4/3 which makes me think I'm missing something fairly obvious. Any pointers much appreciated!
 
Physics news on Phys.org
Ryaners said:
This is where I've gotten so far:

dx/dy = y√(y+2) = √(y3 + 2y2)

Any pointers much appreciated!

You may want to double check your differentiation.
 
  • Like
Likes Ryaners
Ryaners said:

Homework Statement


Find the arclength of the curve x = ⅓(y2+2)3/2 from y=0 to y=1.

Homework Equations


(Please forgive the crazy definite integral symbols - I'm taking a LaTex class tomorrow so hopefully I'll be able to communicate more clearly from then on..!)

arclength of curve = ∫ab √ (1 + f'(x)2) dx

The Attempt at a Solution


*Note: We haven't covered trig substitution in class yet & so I'm looking for a way to do this using u-substitution or another method.*

This is where I've gotten so far:

dx/dy = y√(y+2) = √(y3 + 2y2)

arclength = ∫01 √(1 + [√(y3 + 2y2)]2) dy
= ∫01 √(1 + y3 + 2y2) dy

Then I get stuck. I've tried the following substitution:
u = 1 + y3 + 2y2
du = 3y2 + 2y

but that doesn't seem to help. I've also tried getting y in terms of x & integrating that but I reach a similar stumbling block with that approach too. Wolfram Alpha gives a nice clean answer of 4/3 which makes me think I'm missing something fairly obvious. Any pointers much appreciated!

Your differentiation/arclength formula is incorrect; go back and check your algebra.
 
  • Like
Likes Ryaners
Aha! Thank you both for pointing out that error in computing the derivative - getting a nice factorizable expression now :)
 
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