Exercise calculus.differentiation.quotient

Description
Use the quotient-rule to find the derivative of a polynomial. Only remove parentheses in the numerator.

Examples

medium (28)

D(x) (5/(x-1))

D(x) (3/(x+2))

D(x) ((-2)/(x-3))

D(x) ((-3)/(x+4))

D(x) (3/(2*x-1))

D(x) (2/(3*x+4))

D(x) ((-4)/(3*x-1))

D(x) ((-2)/(4*x+3))

D(x) ((x+1)/(x-2))

D(x) ((x-3)/(x+4))

D(x) ((x+5)/(x-1))

D(x) ((x-2)/(x+1))

D(x) ((2*x+3)/(4*x-1))

D(x) ((3*x-1)/(2*x+1))

D(x) ((4*x+3)/(3*x-2))

D(x) ((5*x-2)/(3*x+4))

D(x) (3*x^2/(2*x^3+4))

D(x) (2*x^3/(3*x^2-1))

D(x) (x^2/(4*x^3-2))

D(x) (3*x^3/(5*x^2+7))

D(x) ((1-x^3)/(x+4))

D(x) ((x+3)/(2-x^2))

D(x) ((1-2*x^3)/(x+1))

D(x) ((x+5)/(2-3*x^2))

D(x) ((2-x)/(x^2+1)+2*x^3)

D(x) ((x^3-3)/(4-x)+x^2)

D(x) ((3-2*x)/(2*x^2-3)+x^3)

D(x) ((2*x^3-4)/(6-5*x)+4*x^2)