Given a curve has the equation f'(x) = 18x^2-24x-6 and passes through the point (3,40), use integration to find f(x) giving each answer in its simplest form.

Firstly we need to integrate f(x). The general rule is: the integral of x^n = (1/(n+1))x^(n+1)+CSo apply that rule to each term of f'(x) as so:Integral of 18x^2 = (18/(2+1))x^(2+1) = 6x^3Integral of -24x = (-24/(1+1))x^(1+1) = -12x^2Integral of -6 = (-6/(0+1))x^(0+1) = -6xThen put the parts back together to give f(x) = 6x^3-12x^2-6x+c remebering to add the plus c at the end from our general rule.Once we have this equation we can use the points we are given to calculate the value of C. To do this we insert our values of x and y to give40 = 6(3^3) - 12(3^2) - 6(3) + C = 162 - 108 - 18 +C = 36 +CWe then rearrange to find C, by subtracting 36 from both sides40 - 36 = C + 36 - 364 = CNow we have our value of C we can sub it back into the equation to give our final value of f(x) as:f(x) = 6x^3 - 12x^2 -6x +4

HB

Related Maths A Level answers

All answers ▸

Solve the equation x=4-|2x+1|


For the function f(x) = 4x^3 -3x^2 - 6x, find a) All points where df/dx = 0 and b) State if these points are maximum or minimum points.


Given y = ln((2x+3)/(7x^3 +1)). Find dy/dx


The circle C has centre (2,1) and radius 10. The point A(10,7) lies on the circle. Find the equation of the tangent to C at A and give it in the form 0 =ay + bx + c.