Creating a non-cubic polynomial

  • Thread starter Thread starter rainyrabbit
  • Start date Start date
  • Tags Tags
    Polynomial
AI Thread Summary
To create a non-cubic polynomial that crosses the x-axis at -2 and touches it at 1, one can use the factors (x + 2) and (x - 1)². This polynomial, (x + 2)(x - 1)², remains positive between -2 and 1, satisfying the condition of being above the x-axis in that interval. Multiplying this polynomial by (x² + 1) preserves the x-intercepts while ensuring no additional contacts with the x-axis, resulting in a quintic polynomial. The original problem did not specify that the polynomial must be non-cubic, allowing for flexibility in the solution. Thus, the polynomial can be effectively constructed to meet all specified criteria.
rainyrabbit
Messages
10
Reaction score
0
Would you please give one or two (or more, sorry hehehe) to help me?

How can you make up a polynomial that:
- crosses the x-axis at -2
- just touches the x-axis at 1 ("touch" as the graph y=x^2 would only touch, not cross, the x-axis)
- and is above the x-axis between -2 and 1.

I know there must be equations that are not cubic that satisfy these conditions. Oh and the graph contains no additional contact with the x-axis. How would you create the equation? Please help^^
 
Physics news on Phys.org
If the equation can't be cubic, then make it quintic (highest term x^5) so it will have the same end behavior.

Let's say that you have a polynomial that is cubic with these properties (do you?). Then can you predict what would happen if you multiply it by (for example) (x^2 + 1)?
 
Last edited:
So you want a function f(x) such that:

\frac{df}{dx}=0 and \frac{d^2f}{dx^2}<0 at x=1

and

f(-2)=0...
 
well very many thanks I give you. Sorry, I am only at precalculus and just at the basic level, so I don't really know what happens when you multiply an equation by (x^2 + 1), but as I tried doing that it worked! The graph of the quintic equation looks very similar to my original cubic equation lol^^

Oh and J77, I'm afraid I do not yet know calculus. Sorry hehehe...

EDIT: Oh I just figured out why. Adding the factor (x^2 + 1) does not add additional x-intercepts!
 
Last edited:
rainyrabbit said:
Would you please give one or two (or more, sorry hehehe) to help me?

How can you make up a polynomial that:
- crosses the x-axis at -2
So one factor is (x-(-2))= (x+2)
- just touches the x-axis at 1 ("touch" as the graph y=x^2 would only touch, not cross, the x-axis)
Okay, the parabola is tangent to the x-axis and another factor is
(x-1)2

- and is above the x-axis between -2 and 1.
(x+2)(x-1)2 itself, at x= 0, is (0+2)(-1)2= 2 which is "above" the x-axis- i.e. positive. Since a polynomial is of one sign between places where it is 0 and (x+2)(x-1)2 is 0 only at -2 and 1, it's positive between -2 and 1: it looks to me like that works.

I know there must be equations that are not cubic that satisfy these conditions. Oh and the graph contains no additional contact with the x-axis. How would you create the equation? Please help^^

Yes, there are "equation" (I assume you mean polygons) that are not cubic yet satisfy these equation. For example, multiply (x+2)(x-1)2 by x2+1 which is always positive and, since x2+ 1 is never 0, does not cross or touch the x-axis at any other point. But why? Your original problem did not state that the polynomial must be not be cubic.
 
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...
Back
Top