Finding Inflection Points for a Quartic Equation

  • Thread starter Thread starter rachael
  • Start date Start date
AI Thread Summary
A quartic function is defined as y=ax^4 + bx^3 + cx^2 + dx + e, with x-axis intercepts at (-1,0) and (2,0), and it passes through the point (1,16). To find the coefficients a, b, c, d, and e, one must substitute the known points into the quartic equation, generating a system of equations. The discussion emphasizes the importance of understanding stationary points and inflection points, suggesting the use of the second derivative to identify inflection points. Participants are encouraged to factor the second derivative to find roots that correspond to the original quartic's behavior. The conversation highlights the need for clarity on how to derive a quartic equation from given points and inflection characteristics.
rachael
Messages
55
Reaction score
0
A quartic function has a equation y=ax^4 + bx^3 + cx^2 + dx + e. Its graph cuts the x-axis at (-1,0) and (2,0). One of these intercepts is a stationary point if inflection. If the graph passes through (1,16), find a, b ,c, d and e.

First i started using y=k(x+a)(x+b)(x+c)(x+d)
then i sub in the x values in the equation
y=k(x-1)(x+2)(X-1)(x+2)
after i sub in (1,16)

is this how i suppose to do it? or it is wrong?
 
Physics news on Phys.org
rachael said:
A quartic function has a equation y=ax^4 + bx^3 + cx^2 + dx + e. Its graph cuts the x-axis at (-1,0) and (2,0). One of these intercepts is a stationary point if inflection. If the graph passes through (1,16), find a, b ,c, d and e.

First i started using y=k(x+a)(x+b)(x+c)(x+d)
then i sub in the x values in the equation
y=k(x-1)(x+2)(X-1)(x+2)
after i sub in (1,16)

is this how i suppose to do it? or it is wrong?

Use the general form: y=ax^4 + bx^3 + cx^2 + dx + e.

You know it passes through (-1,0) and (2,0) and (1,16). That gives you three equations for a,b,c,d,e. Do you recall what a stationary point of inflection point is? (Hint: What points do you look for when you are trying to sketch a graph using Calculus?) Plug in the x-intercepts one at a time and see what the resulting equations can tell you.

-Dan
 
thank you...
 
i'm in precalc but am doing a calc ia so could u please explain how to find a quartic given three inflection points only?
 
thinkgreen95 said:
i'm in precalc but am doing a calc ia so could u please explain how to find a quartic given three inflection points only?

start a new thread with the relevant information.
 
given that your quartic equation is y = ax^4 + bx^3 + cx^2 + dx + e, to find the inflection points you take the second derivative, so you'd get y'' = 12ax^2 + 6bx + 2c. the roots of this equation show you the inflection points of the original quartic. you can factor the y'' equation (find its two roots). check around with both the original quartic given intercepts, and seeing which one matches the point of inflection.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top