What is the first derivative and critical numbers of #y= (x^4)/(x^4-1)#?

1 Answer
Nov 21, 2017

Critical points are at #x=-1, x=0, x=1#

Explanation:

This derivative can of course be computed by using the quotient rule. However, that tends to be somewhat cumbersome, so we can be clever. If we use a bit of algebraic long division, we can get away with a simple chain rule application.

#x^4/(x^4-1)=1+1/(x^4-1)=1+(x^4-1)^-1# (using algebraic long division)

#d/dx(1+(x^4-1)^-1)=#

Let #u=x^4-1#:

#=d/(du)(1+u^-1)d/dx(x^4-1)=# (using the chain rule)

#=-u^-2*4x^3=# (by the power rule)

Resubstitute:

#=-(x^4-1)^-2*4x^3=-(4x^3)/((x^4-1)^2)#

To solve for the critical points, we simply set the derivative expression equal to 0 and solve for x, and also find any x's where the function is undefined:

#-(4x^3)/((x^4-1)^2)=0#

When we have an expression of something divided by something else equals 0, we can deduce that the top expression must be 0, since if the bottom were to be 0, the value would be undefined.

#-4x^3=0#

#x^3=0#

#x=root(3)0#

#x=0#

So, we know that #x=0# is the only point that the derivative of the function equals zero. However, we also have to consider what would make this function undefined. We said before that if the denominator would be equal to 0, then the expression would be undefined, so let's set the denominator equal to 0:

#(x^4-1)^2=0#

#x^4-1=sqrt(0)=0#

#x^4=1#

#x=+-root(4)1#

#x=+-1#

So, if #x=1# or #x=-1#, the denominator would equal to zero, which would make the function undefined, so we know that these two points also are critical points on the graph.