What is the equation of a curve with gradient 4x^3 -7x + 3/2 which passes through the point (2,9)?

The important thing to note is that examiners always give the minimum amount of information for the question to still be answerable. If you have not used all the information then you probably haven't answered it right.

Firstly, we must remember that the gradient of a curve is just the derivative of it's original equation. So what we want to do is reverse this process and get back to the original equation. The opposite of differentiating is to integrate.

Lets call our original equation f(x).
f(x) = integral(gradient)dx
so
f(x) = integral(4x3 - 7x + 3/2)dx

Remembering the standard rule: integral(xn)dx = 1/(n+1)*xn+1 
Or in words, we increase the power of x by 1 and then divide by this new power.

f(x) = 4*(x3+1)/(3+1) - 7(x1+1)/(1+1) + 3/2*(x0+1)/(0+1) + c   Notice here that x0=1 (anything to the power of 0 =1)
f(x) = x4 -7x2/2 + (3/2)x + c

The easiest mistake to make here is to miss out the "+ c" on the end. When you integrate without limits to the integral there must always be a constant at the end. The terms with an x tell us about the shape of the line, the constant fixes it's height on the y axis. If the "+ c" was left off I would be automatically asuming that it intercepts the y-axis at (0,0) this might not be true.

Now for the last part, we use the coordinates provided in the question to work out a value for c.
We know that when x =2, f(x) = 9
So, 9 = 24- (7/2)*22 + (3/2)*2 + c
9 = 5 + c
This can only be true if c = 4
So our final equation is f(x) = x4 - (7/2)x2 + (3/2)x +4

RN

Related Maths A Level answers

All answers ▸

Calculate (7-i*sqrt(6))*(13+i*sqrt(6))


How do I calculate the eigenvalues and eigenvectors of a 2x2 matrix, and what is the point of doing this calculation?


How can we solve a two-equation, two-unknown values?


A curve (C) with equation y=3x^(0.5)-x^(1.5) cuts the X axis at point A and the origin, calculate the co-ordinates of point A.