How do you find the derivative for #y= (x^2 + 2x + 5) / (x + 1)#?

1 Answer
Jul 31, 2015

#y^' = 1 - 4/(x+1)^2#

Explanation:

You could differentiate this function by using the quotient rule, or you could simplify the function first, then use the chain rule.

Here's how you could simplify this function. Notice that the numerator can be written as

#y = (x^2 + 2x + 1 + 4)/(x+1)#

This is an important thing to notice because you can use the formula for the square of a binomial

#color(blue)( (a+b)^2 = a^2 + 2ab + b^2)#

to write

#y = ((x + 1)^2 + 4)/(x+1)#

You can then go ahead and simplify this by

#y = (x+1)^color(red)(cancel(color(black)(2)))/(color(red)(cancel(color(black)((x+1))))) + 4/(x+1)#

#y = x + 1 + 4/(x+1)#This can be differentiated by using the chain rule for

#d/dx((x+1)^(-1)) = d/(du)u^(-1) * d/dx(u)#

#d/dx((x+1)^(-1)) = -u^(-2) * d/dx(x+1)#

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

Your target derivative will thus be equal to

#y^' = d/dx(x) + d/dx(1) + 4 * [-(x+1)^(-2)]#

#y^' = 1 + 0 - 4 * 1/(x+1)^2 = color(green)(1-4/(x+1)^2)#