dan greig said:
i really need some help with this question, my assignment is due in tommorow, i don't really understand the question - please help!
A curve has a gradient (2x-3)(3x+2) at the point (x,y) and passes through the point (2,-3). Find the equation of the curve. illustrate the answer with a sketch.
Okay, I think I'll make it a bit clearer for you.
A curve has a gradient (2x-3)(3x+2) at the point (x,y) simply means that the slope of the tangent line to the function at the point (x, y) is (2x-3)(3x+2). Or in other words, the derivative of that function is (2x-3)(3x+2). Can you get this?
So what you should do is to find the function by knowing its derivative, and 1 point it passes through.
You should first find the functons whose derivative is (2x-3)(3x+2), you can do this by integrating the derivative. And only 1 of those functions will pass the point given, with this information, you'll be able to obtain the desired function.
---------------
Example:
Find the curve whose derivative is 4x
3 + 5, and passes through the point (0, 1).
---------------
First, you integrate the derivative:
\int (4x ^ 3 + 5) dx = x ^ 4 + 5x + C
For every value of C, you'll have a function, and those functions that have the form x
4 + 5x + C will have the derivative of 4x
3 + 5 (they are parallel to each other, pick 2 distinct C's, graph it, and see what I mean, e.g x
4 + 5x, and x
4 + 5x + 4).
And
1 and only 1 of them will pass through (0, 1)
So:
1 = 0
4 + 5.0 + C
<=> C = 1.
So the curve is y = x
4 + 5x + 1.
Can you get this? :)