Finding length of curve

samwhite

New member
Joined
Nov 9, 2014
Messages
1
Hi guys,
I'm a new member to the forum here.

So the question given is as follows:
y=(1/6)*(((x^2)+4)^(3/2))
Domain given is [0,2]
"Find the length of the curve, y, on the given domain using integrals."

So far I have been able to get it down to be the integral of (sqrt((x^4)+(4x^2)+1))
I cannot complete the square for this and I am stuck in terms of what to do next (or whether I need to go another way).
 
Hi guys,
I'm a new member to the forum here.

So the question given is as follows:
y=(1/6)*(((x^2)+4)^(3/2))
Domain given is [0,2]
"Find the length of the curve, y, on the given domain using integrals."

So far I have been able to get it down to be the integral of (sqrt((x^4)+(4x^2)+1))
I cannot complete the square for this and I am stuck in terms of what to do next (or whether I need to go another way).

x4 + 4x2 + 1 = x4 + 4x2 + 4 - 3 = (x2 + 2)2 - 3

but

y' = (1/6)*(3/2)[((x^2)+4)^(1/2)]*2*x = (1/2)[((x^2)+4)^(1/2)]*x

1 + (y')2 = (1/4)[x^2 + 4]*x2 + 1 = (1/4)[x4 + 4x2 + 4] = [1/2 * (x2 + 2)]2 = \(\displaystyle \left [\dfrac{x^2}{2} + 1\right ]^2\)
 
Last edited by a moderator:
Top