Complex Derivative - Easier Method?

SuspectX
7
0

Homework Statement


Find the derivative of:

\frac{(x^{3} + 5x^{2} − 9x + 4)^{3/4}}{(x^{4} − x^{3} + x^{2} − x + 1)([x^{5} − x^{-5}]^{1/2})}

Homework Equations


Product Rule
Quotient Rule

The Attempt at a Solution


I've attempted using the quotient rule for the entire thing and gotten a big mess. Is there an easier way which may include breaking it down first?

So basically I wanted to use the quotient rule, meaning I need the derivative of the numerator and denominator and I got...

Numerator:
\frac{3/4{(3x^{2} + 10x - 9)(x^{3} + 5x^{2} - 9x + 4)^{-1/4}}}{}


Denominator:
\frac{1/2(5x^{4} + 5x^{-6})(x^{5} - x^{-5})^{-1/2}(x^{4}-x^{3}+x^{2}-x+1) + ([x^{5} − x^{-5}]^{1/2})(4x^{3} - 3x^{2} + 2x - 1)}{}
 
Last edited:
Physics news on Phys.org
Show us your attempt.

It helps us to help you.

Added in Edit:

Any way you do this will be a big mess.

It may help to find the derivative of the denominator separately (It will require use of the product rule.), then simplify it and use that result in the overall derivative.
 
Last edited:
I've edited my original post to show what I have so far. I can't seem to find a way or simplifying it, so I'm kinda worried I did something wrong...
 
The only thing that I have come up with is the following:

\displaystyle x^5-x^{-5}=\frac{x^{10}-1}{x^5}

x^{10}-1=(x^2-1)(x^4+x^3+x^2+x+1)(x^4-x^3+x^2-x+1)
=(x^6+x^5-x-1)(x^4-x^3+x^2-x+1)​

So, you can make the denominator simpler at the cost of complicating the numerator.

Your expression then becomes:

\displaystyle \frac{(x^6+x^5-x-1)(x^{3} + 5x^{2} − 9x + 4)^{3/4}}{x^5(x^{5} − x^{-5})^{3/2}}

I don't know that this is all that much better to work with.

Added in Edit:

Let  \displaystyle w=\frac{x^6+x^5-x-1}{x^5}=x+1-x^{-4}-x^{-5}\,,  u=x^{3} + 5x^{2} − 9x + 4\,, and v=x^{5} − x^{-5}\,.

Then the expression becomes: \displaystyle w\,\left(\frac{u}{v^2}\right)^{3/4}

The derivative of this w.r.t. x is: \displaystyle \left(\frac{v^2}{u}\right)^{1/4}\cdot\left(w\cdot\left( \frac{u'\,v-v'\,u}{v^3} \right)+w'\cdot\left(\frac{u}{v^2}\right)\right)

It would be more than a good idea to check my algebra, etc.
 
Last edited:
Hm I think that might just complicate things a bit more. I'll try to juggle around with what I had earlier. Thanks, though!

Still open to any input!
 
SuspectX said:
Hm I think that might just complicate things a bit more. I'll try to juggle around with what I had earlier. Thanks, though!

Still open to any input!
A plus to that last result of mine is that all of the product and quotient rules have been applied by that point. Just u, v, and w are simply polynomials --- well w does have two terms with negative exponents. Their derivatives are easy to evaluate.

I used WolframAlpha to check my expression, \displaystyle \frac{(x^6+x^5-x-1)(x^{3} + 5x^{2} − 9x + 4)^{3/4}}{x^5(x^{5} − x^{-5})^{3/2}} against the original. Their difference is zero, so that's good.


.
 
Last edited:
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 . 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