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 ▸

Differentiate y=ln(ln(x)) with respect to x.


The rate of decay of the mass is modelled by the differential equation dx/dt = -(5/2)x. Given that x = 60 when t = 0, solve the quation for x in terms of t.


Using the substitution x = 2cosu, find the integral of dx/((x^2)(4-x^2)^1/2), evaluated between x=1 and x=sqrt(2).


a) Find the indefinite integral of sec^2(3x) with respect to x. b) Using integration by parts, or otherwise, find the indefinite integral of x*sec^2(3x) with respect to x.