*find coefficients of cubic f(x) given min max & inflexion pt

In summary, the cubic $f(x)=ax^3+bx^2+cx+d$ satisfies the given conditions. The relative maximum is at (3,3), the relative minimum is at (5,1), and the inflection point is at (4,2).
  • #1
karush
Gold Member
MHB
3,269
5
find a, b, c, and d, such the cubic $f(x)=ax^3+bx^2+cx+d$ satisfies the given conditions
Relative maximum (3,3) Relative minimum (5,1) Inflection point (4,2)

I approached this by using the f'(x)= a(3)(x^2)+b(2)(x)+c with the min and max
and f''(x)=6x+2b for inflection pt to get

$27a +6b + c =3$
$75a+10b+c=1$
$24a + 2b = 2$

Then I ran it thru a system equation solver but did not get the coefficeints needed that are in the answer which is ?

$\frac{1}{2}x^3-6x^2+\frac{45}{2}x-24$

probably don't have the dx set up right
Thank ahead for help
 
Physics news on Phys.org
  • #2
You have not understood the given information. Please rethink. The most common error I have encountered is the failure to realize that a min, max, or inflection point is not JUST a hint about the various derivatives. It is also a hint about the function itself.

Relative maximum (3,3)

f(3) = 3
f'(3) = 0

Relative minimum (5,1)

f(5) = 1
f'(5) = 0

Inflection point (4,2)

f(4) = 2
f"(4) = 0
 
  • #3
ok I see m=0 and POI=0

but in the eq still do not have the right numbers plus in the dx the d is gone

$f'(x)= a(3)(x^2) + b(2)(x) + c and f''(x) a(6)x + b(2)$
min/max
at $(3,3) 27a +6b+c =0$
at $(5,1) 75a+10b+c=0$
inflection pts
at $(4,2) 24a+2b=0$

I don't see how else to get the coefficients without $f'(x)$ and $f''(x)$
 
  • #4
We are given the cubic:

$\displaystyle f(x)=ax^3+bx^2+cx+d$

We are told it passes through the points (3,3), (5,1), (4,2) giving us:

(1) $\displaystyle 27a+9b+3c+d=3$

(2) $\displaystyle 125a+25b+5c+d=1$

(3) $\displaystyle 64a+16b+4c+d=2$

Computing the first derivative, we find:

$\displaystyle f'(x)=3ax^2+2bx+c$

We are given:

(4) $\displaystyle f'(3)=27a+6b+c=0$

(5) $\displaystyle f'(5)=75a+10b+c=0$

Computing the second derivative, we find:

$\displaystyle f''(x)=6ax+2b$

We are given:

(6) $\displaystyle f''(4)=24a+2b=0$

From (6) we find:

$\displaystyle b=-12a$

Substituting for b into either (4) or (5) we find:

$\displaystyle c=45a$

Substituting for b and c into (1) and (3) we find:

$\displaystyle 27a+9(-12a)+3(45a)+d=3$

$\displaystyle 64a+16(-12a)+4(45a)+d=2$

which simplify to:

$\displaystyle 54a+d=3$

$\displaystyle 52a+d=2$

Subtracting, we find:

$\displaystyle 2a=1$

$\displaystyle a=\frac{1}{2}$

and so:

$\displaystyle d=2-26=-24$

$\displaystyle b=-6$

$\displaystyle c=\frac{45}{2}$
 
  • #5
this thread was also posted on Linkedin as having 25k+ views
 
Last edited:

FAQ: *find coefficients of cubic f(x) given min max & inflexion pt

How do I find the coefficients of a cubic function given the minimum, maximum, and inflection point?

To find the coefficients of a cubic function, you will need to use the information provided about the minimum, maximum, and inflection point. Start by setting up a system of equations using the general form of a cubic function, f(x) = ax^3 + bx^2 + cx + d. Then, plug in the coordinates of the minimum, maximum, and inflection point to solve for the four unknown coefficients.

What is the general form of a cubic function?

The general form of a cubic function is f(x) = ax^3 + bx^2 + cx + d, where a, b, c, and d are constants. This form is used to represent any cubic function and can be used to find the coefficients given specific points on the graph.

Can I find the coefficients of a cubic function without knowing the inflection point?

Yes, it is possible to find the coefficients of a cubic function without knowing the inflection point. However, having the inflection point will make the process easier and more accurate. Without the inflection point, you will need to use additional information, such as the slope at a specific point, to solve for the coefficients.

How many coefficients are needed to fully define a cubic function?

Four coefficients are needed to fully define a cubic function. These coefficients are a, b, c, and d in the general form of a cubic function, f(x) = ax^3 + bx^2 + cx + d. These coefficients represent the slope, curvature, and vertical position of the graph and can be used to determine the behavior of the function.

Is it possible to have multiple cubic functions with the same minimum, maximum, and inflection point?

Yes, it is possible to have multiple cubic functions with the same minimum, maximum, and inflection point. This is because the coefficients of a cubic function can be scaled or shifted without changing the overall shape and behavior of the graph. Therefore, there are infinitely many cubic functions that can have the same minimum, maximum, and inflection point.

Back
Top