Consider f(x)=x/(x^2+1). Find the derivative f'(x)

To answer this question we need to decide which differentiation rule to use . The quotient rule looks like the obvious choice, so lets try that. If f(x)=u(x)/v(x) (being careful that v(x) is not zero anywhere, so f makes sense) we have that f'(x)=(v(x)u'(x)-u(x)v'(x))/(v(x)^2). In our example we have u(x)=x and v(x)=x^2+1. Taking derivatives gives u'(x)=1 and v'(x)=2x. So applying the quotient rule we have f'(x)=((x^2+1)-2x^2)/((x^2+1)^2) = (1-x^2)/((x^2+1)^2)

JH

Related Maths A Level answers

All answers ▸

Find the area under the curve y = (4x^3) + (9x^2) - 2x + 7 between x=0 and x=2


Given that the equation of the curve y=f(x) passes through the point (-1,0), find f(x) when f'(x)= 12x^2 - 8x +1


Prove by induction that the nth triangle number is given by n(n+1)/2


The function f is defined for all real values of x as f(x) = c + 8x - x^2, where c is a constant. Given that the range of f is f(x) <= 19, find the value of c. Given instead that ff(2) = 8, find the possible values of c.