A function is defined as f(x) = x / sqrt(2x-2). Use the quotient rule to show that f'(x) = (x-2)/(2x-2)^(3/2)

u = x v = (2x-2)^(0.5)u' = 1 v' = (2x-2)^(-0.5)f'(x) = (vu' - uv') / v^2Therefore, f'(x) = (((2x-2)^(0.5) * 1) - (x * (2x-2)^(-0.5))) / ((2x-2)^(0.5))^2f'(x) = (2x - 2 - x) / (2x-2)^(3/2) = (x-2) / (2x-2)^(3/2)Would be easier to follow with the whiteboard function

IF

Related Maths A Level answers

All answers ▸

A curve C has the following equation: x^3 + 3y - 4(x^3)*(y^3) a) Show that (1,1) lies on C b) Find dy/dx


Find the equation of the tangent to the curve y=x^2+5x+2 at the point where x=5


Find the set of values of k for which x^2 + 2x+11 = k(2x-1)


Why does integration by parts work?