Top answers


Using differentiation, show that f(x) = 2x^3 - 12x^2 + 25x - 11 is an increasing function.

First compute the derivative of f(x) using the power rule on each term. f(x) = 2x^3 - 12x^2 + 25x - 11 so f'(x) = 6x^2 - 24x + 25. Now complete the square for the derivative. f'(x) = 6 * ((x-2)^2 - 4) + 25 =...
MT
4191 Views

f(x) = 3x^3 – x^2 – 20x – 12 (a) Use the factor theorem to show that (3x + 2) is a factor of f(x). [2 marks] (b) Factorise f(x) fully. [3 marks]

(a) Factor theorem hence, use x = -2/3. Sub in : 3(-2/3) 3 - (-2/3) 2 -20 (-2/3) -12 = 0 (b) (3x+2)(ax 2 + bx+c) = 3x 3 – x 2 – 20x – 12 3ax 3 + (3b+2a)x 2 + (3c+2b)x + 2c = 3x 3 – x 2 – 20x – 12 Therefore, ...
DW
4969 Views

Find the coordinates of the minimum point of the function y=(x-5)(2x-2)

At the minimum point the gradient is zero so dy/dx=0. To find dy/dx, first expand out the brackets so y=2x^2 - 12x + 10. Using differentiation dy/dx=4x - 12. At the minimum 4x-12=0 so 4x=12 therefore x=3. Pu...
PC
2558 Views

The equation of the line L1 is y = 3x – 2 The equation of the line L2 is 3y – 9x + 5 = 0 Show that these two lines are parallel.

Two lines are parallel if they have the same gradient. This can be found by looking at the coefficient of x. When the equation is written in the form y=ax+b, with b a constant, the gradient of the line would...
JS
2323 Views

Point A lies on the curve: y=x^2+5*x+8. The x-coordinate of A is -4. What is the equation of the normal to the curve at A?

First we will find the gradient of the tangent of the curve at A. So first, we differentiate y with respect to x. We get that dy/dx=2 x+5. We can plug in x=-4 to find the gradient of the tangent at A. We get...
AG
8346 Views