Relative Extrema: Find a,b,c,d for f(x)

  • Thread starter Thread starter jhodzzz
  • Start date Start date
  • Tags Tags
    Extrema Relative
jhodzzz
Messages
15
Reaction score
0

Homework Statement


I have to find a, b, c, and d such that the function defined by :
f(x) = ax3+bx2+cx+d
will have a relative extrema at points (1,2) and (2,3).

The Attempt at a Solution


From the given critical points, I am able to know that when x=1 or x=2, f'(x)=3ax2+2bx+c should be equal to zero.

Therefore f'(x) should have factors like (x-1) and (x-2) or in simplified form x2-3x+2. Now my problem is that how should I relate the two equations of f'(x) for me to be able to solve for the said unknowns?
 
Physics news on Phys.org
Well you know f'(x) = 3ax^2 + 2bx + c = 0 when x=1 and x=2, So substitute that in. You will get two equations which you can view as linear equations in the variables a, b, c, d, with the coefficient of d being zero.

What else do you need to solve this system and how can you get that information?
 
Gib Z said:
Well you know f'(x) = 3ax^2 + 2bx + c = 0 when x=1 and x=2, So substitute that in. You will get two equations which you can view as linear equations in the variables a, b, c, d, with the coefficient of d being zero.

What else do you need to solve this system and how can you get that information?

>>> after getting the two equations: 3a + 2b + c and 12a + 4b + c, what will I do... I still could not find a way to get the values of a, b, c, and d... after eliminating c, I only get 9a + 2b giving two variables unknown still.. help.. :(
 
You can get two more equations. Look at all your information again!
 
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