Differentiation equation curve

Trail_Builder
Messages
148
Reaction score
0

Homework Statement



A curve has equation y = Ax^3 + Bx^2 + Cx + D, where A, B, C and D are constants.
Given that the curve has gradient -4 at the point (1,2) and gradient 8 at the point (-1,6), find A, B, C and D.

Homework Equations


The Attempt at a Solution



y = Ax^3 + Bx^2 + Cx + D
dy/dx = 3Ax^2 + 2Bx + C
-4 = 3A + 2B + C (1)
8 = 3A - 2B + C (2)
-12 = 4B(3) = (1)-(2)
B = -3

Right here is where I get stuck. If i eliminate A or C, they both go at the same time :S. I think I'm missing a trick here or something.

hope you can help

thanks
 
Last edited by a moderator:
Physics news on Phys.org
Is there any information in the problem you haven't used?
 
o wait, do i like substitute the y values in from the co-ordinates given?
 
right, did that, now i have D and B, but still can't get to the A and C because they always seem to cancel each other out when i stick them in simeltaneous equations :S


ahhh
 
Maybe you're accidentally using the same equations twice? Now that you know B and D, try starting over and use all four equations again. (But plug in the known values for B and D)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top