How do you find the length of the curve for y=x^(3/2) y=x32 for (0,6)?

2 Answers
Mar 10, 2018

See below.

Explanation:

We need int_a^b sqrt(1+(dy/dx)^2) dxba1+(dydx)2dx.

int_0^6 sqrt(1+(9x)/4) dx = 4/9 int_0^6 sqrt(1+(9x)/4) 9/4dx 601+9x4dx=49601+9x494dx

= 4/9 [2/3(1+(9x)/4)^(3/2)]_0^6=49[23(1+9x4)32]60

= 8/27[(4+9x)^(3/2)/8]_0^6=827(4+9x)32860

= 1/27(58sqrt58 - 8)=127(58588)

Mar 10, 2018

16.064 (to 3 places of decimals)

Explanation:

Denoting some short segment of the curve by dsds, and abusing terminology a little, note that it is possible to approximate dsds using the Pythagorean relationship

ds^2 = dx^2 + dy^2ds2=dx2+dy2

Extracting dx^2dx2 as a factor from the right hand side

ds^2 = (1 + dy^2/dx^2) dx^2ds2=(1+dy2dx2)dx2

Taking square roots of both sides

ds = sqrt((1 + dy^2/dx^2)) dxds= (1+dy2dx2)dx

from which

s = int sqrt((1 + (dy/dx)^2)) dxs= (1+(dydx)2)dx

Now noting

y = x^(3/2)y=x32

implies

dy/dx = 3/2 x^(1/2)dydx=32x12

so

s = int sqrt((1 + (3/2 x^(1/2))^2)) dxs= (1+(32x12)2)dx

that is

s = int (sqrt(1 + 9/4 x)) dxs=(1+94x)dx

so the required solution is

int_0^6 (sqrt(1 + 9/4 x)) dx60(1+94x)dx

= 1/2 int_0^6 (sqrt(4 + 9x)) dx=1260(4+9x)dx (after rearrangement)

Gritting teeth and going for integration by substitution with

u = 4+9xu=4+9x

so that

(du)/dx= 9dudx=9

from which

1/9 int du = int dx19du=dx

and noting required limits under the substitution

u(0) = 4 and u(6) = 58u(0)=4andu(6)=58

so

s = (1/2)(1/9) int_4^58 (sqrt(u)) dus=(12)(19)584(u)du

that is

s = (1/2)(1/9)(2/3) [u^(3/2)]_4^58s=(12)(19)(23)[u32]584

= (1/27)(58^(3/2) - 4^(3/2))=(127)(5832432)

= 16.064=16.064 (3 places of decimals)