How do I find the derivative of a fraction?

1 Answer
May 1, 2018

We use quotient rule as described below to differentiate algebraic fractions or any other function written as quotient or fraction of two functions or expressions

Explanation:

When we are given a fraction say f(x)=(3-2x-x^2)/(x^2-1)f(x)=32xx2x21. This comprises of two fractions - say one g(x)=3-2x-x^2g(x)=32xx2 in numerator and the other h(x)=x^2-1h(x)=x21, in the denominator. Here we use quotient rule as described below.

Quotient rule states if f(x)=(g(x))/(h(x))f(x)=g(x)h(x)

then (df)/(dx)=((dg)/(dx)xxh(x)-(dh)/(dx)xxg(x))/(h(x))^2dfdx=dgdx×h(x)dhdx×g(x)(h(x))2

Here g(x)=3-2x-x^2g(x)=32xx2 and hence (dg)/(dx)=-2-2xdgdx=22x and as h(x)=x^2-1h(x)=x21, we have (dh)/(dx)=2xdhdx=2x and hence

(df)/(dx)=((-2-2x)xx(x^2-1)-2x xx(3-2x-x^2))/(x^2-1)^2dfdx=(22x)×(x21)2x×(32xx2)(x21)2

= (-2x^3-2x^2+2x+2-6x+4x^2+2x^3)/(x^2-1)^22x32x2+2x+26x+4x2+2x3(x21)2

= (2x^2-4x+2)/(x^2-1)^22x24x+2(x21)2

or (2(x-1)^2)/(x^2-1)^22(x1)2(x21)2

= 2/(x+1)^22(x+1)2

Observe that (3-2x-x^2)/(x^2-1)=((1-x)(3+x))/((x+1)(x-1))=(-3-x)/(x+1)32xx2x21=(1x)(3+x)(x+1)(x1)=3xx+1 and using quotient rule

(df)/(dx)=(-(x+1)-(-3-x))/(x+1)^2=2/(x+1)^2dfdx=(x+1)(3x)(x+1)2=2(x+1)2