How can I simplify this derivative to make calculating arc length easier?

jen333
Messages
58
Reaction score
0
Hi! Here's my question on finding arc length. If I've taken the derivative correctly, is there anyway I can simplify it before putting it into the arc length formula?

Homework Statement


Find the arc length where 0\leqx\leq2
y=(x^{3}/3)+x^{2}+x+1/(4x+4)


Homework Equations


L=\intds=\sqrt{1+(dy/dx)^{2}}



The Attempt at a Solution


I've only taken the derivative so far:
(dy/dx)=x^{2}+2x+1-4(4x+4)^{-2}
=(x+1)^{2}-4(4x+4)^{-2}


I tried expanding the equation, but that only makes it more complex.

I know to find the arc length I need to square the derivative and place it in the formula (and possibly using substitution), but I'm just wondering how I can simplify the above equation to make it easier to square and calculate!
 
Last edited:
Physics news on Phys.org
Polynomial division! =]
 
Yeah you should get this if you do the polynomial division correctly:

\int_0^2 (x+1)^2 + \frac{1}{4(x+1)^4} dx.

To make things easier, denote (x+1) by A or some other letter, then it'll look easier.

EDIT: Fixed error
 
Last edited:
I would look at it like this:
y'= x^2+ 2x+ 1- \frac{4}{(4x+ 4)^2}= x^2+ 2x+ 1- \frac{1}{4(x+1)^2}
= (x+ 1)^2- \left(\frac{1}{2(x+1)}\right)^2
so
(y')^2= (x+1)^4- 1/2+ \left(\frac{1}{2(x+1)}\right)^4
(y')^2+ 1= (x+1)^4+ 1/2+ \left(\frac{1}{2(x+1)}\right)^4
= \left((x+1)^2+ \left(\frac{1}{2(x+1)}\right)^2\right)^2
so that
\sqrt{(y')^2+ 1}= (x+1)^2+ \frac{1}{2(x+2)}
 
HallsofIvy said:
= \left((x+1)^2+ \left(\frac{1}{2(x+1)}\right)^2\right)^2
so that
\sqrt{(y')^2+ 1}= (x+1)^2+ \frac{1}{2(x+2)}
There's a small error here, the last term should read 1/4(x+1)^2 instead.
 
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