Finding a polynomial when only given five points

In summary, In summary, The conversation is about a calculator project given by a professor in a linear algebra class. The first question of the project involves finding the polynomial that passes through five given points. The second question is to sketch the graph of the polynomial. The student asked for help from the professor and was given a hint to use an equation in the fourth degree. After solving the matrix, the student found the polynomial to be y=x^4+x^3-7x^2-x+6 and is now looking for the name of this type of polynomial. The conversation also includes a discussion on finding and graphing polynomials of different degrees.
  • #1
cougarsoccer
12
0
i just enrolled at the linear algebra class at my university. and after out first test the professor gave us this "calculator project" (meaning just using the calculator in some way to get the answer) that has 4 linear algebra application problems. i figured out the last three but i am stuck on the first one. it is in two parts.

a. determine the polynomial whose graph passes through the points (-1/2, 75/16), (0,6), (2/3, 220/81), (3,48), and (4,210)

b. the second question just says to sketch an accurate graph of the polynomial.

i went and asked the professor the other day how we might go about finding the answer. and she hinted around having a equation in the fourth degree (ax^4+bx^3+cx^2+dx+e if I'm not mistaken) all the other questions involved me making a matrix out of the system of equations and putting them in reduced row echelon form to find the answer so I'm suspecting that it must be done that way for this one too b/c that is all we have learned in the class so far. any helps or hints would be appreciated guys.
 
Physics news on Phys.org
  • #2
What would you get if you plugged in the 5 data points into ax^4+bx^3+cx^2+dx+e ?
 
  • #3
ok i solved the matrix i got in the end and found the equation to be
y=x^4+x^3-7x^2-x+6
the question says to name the type of polynomial. is there anywhere i can find graphs related to this equation to show me the different kinds of polynomials and their names. i graphed it on my calculator and it showed me what the graph looks like but i don't know what the name of this one is. any ideas where i can find somehting like this?
 
  • #4
cougarsoccer said:
ok i solved the matrix i got in the end and found the equation to be
y=x^4+x^3-7x^2-x+6
the question says to name the type of polynomial. is there anywhere i can find graphs related to this equation to show me the different kinds of polynomials and their names. i graphed it on my calculator and it showed me what the graph looks like but i don't know what the name of this one is. any ideas where i can find somehting like this?

From wikipedia:
The following names are assigned to polynomials according to their degree:

* Degree 1 - linear
* Degree 2 - quadratic
* Degree 3 - cubic
* Degree 4 - quartic
* Degree 5 - quintic
* Degree 6 - 6th degree
* Degree 7 - 7th degree

etc...
 
  • #5
I'm curious as to what your prof told you about the order of the polynomial. Could it have been done easily if you weren't told as a hint that the polynomial was 4th order?

As for graphing, just apply the first and second derivative test to find all the turning points.
 
  • #6
she said she wants it to be named. such as a slope, parabola, etc. i just can't find what equations of the fourth degree are named
 
  • #7
Graph it and see if you can recognise the shape of the graph.
 
  • #8
i have graphed it and its kinda weird looking and have not seen one like it before. here is the function if anyone wants to graph it and see if they know
y=x^4+x^3-7x^2-x+6
 
  • #9
Well I reread your OP and saw that all that is required is a graph of the function. I graphed the function you got (I didn't check if you got that function correctly) online and saw that it has four real roots, but that I can't think of any name for the graph except that it is a graph of a fourth order polynomial with 4 real roots.
 
  • #10
I find it hard to believe that your teacher said "she said she wants it to be named. such as a slope, parabola, etc. i just can't find what equations of the fourth degree are named". "slope" is not a kind of graph. "Linear" or "straight line", perhaps.

In any case, danalo has already told you: "* Degree 4 - quartic".
 
  • #11
i am on that same problem and still cannot figure it out. I am confused on how to put it in the calculator. help needed.
 
  • #12
? Did you just create a new user account?

And what do you mean "how to put it in the calculator" ?
 
  • #13
what i mean is i believe i solved for the equation but when i put it in the calculator it shows me a function curve not a polynomial
 
  • #14
yes i just started an acount today
 
  • #15
Well actually I meant to ask "Did you just create a duplicated account in addition to your old "cougarsoccer" account ?"

And what do you think a polynomial curve means? A polynomial is a function is it not? What were you expecting instead?
 
  • #16
no icreated my own account. it just so happens that i have the same question as cougar. yes a poly is a function so that makes sense. The equation that you use is y=ex^0+dx^1+cx^2+bx^3+ax^4 ?? plug all five points in?
 
  • #17
Well yes. That's how you find the unknown coefficients. Then you have to graph it. This was explained above.
 
  • #18
so this curve is a quartic? where do you find that info?
 
  • #19
It's given above. Search Wikipedia for it.
 
  • #20
Any first degree polynomial, y= A1x+ A0, has 2 coefficients.
Any second degree polynomial, y= A2x2+ A1x+ A0, has 3 coefficients.

In general, an nth degree polynomial, Anxn+ An-1xn-1+ ... + A1x+ A0, has n+1 coefficients, one for each power of x from n down to 0.

If you have k points you can set up k equations to solve for k coefficients and so can match a polynomial of degree k-1. If you have 5 points you can set up 5 equations to solve for 5 coefficients and so can match a polynomial of degree 5-1= 4.
 

1. How many points do I need to find a polynomial?

Typically, you need at least n+1 points to find a polynomial of degree n. In this case, you need 5 points to find a polynomial of degree 4.

2. Can I use any five points to find a polynomial?

No, the five points need to be distinct and not all on the same line. Otherwise, there would be infinitely many polynomials that pass through the points.

3. What is the process for finding a polynomial with five points?

The general process involves setting up a system of equations using the coordinates of the points and solving for the coefficients of the polynomial. This can be done using methods such as Gaussian elimination or Lagrange interpolation.

4. Is there a unique polynomial that passes through five points?

Yes, as long as the points are distinct and not all on the same line, there is a unique polynomial that passes through them.

5. Can I find a polynomial with more than five points?

Yes, you can find a polynomial that passes through any number of points using interpolation methods. However, keep in mind that the degree of the polynomial will increase with the number of points.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
4
Views
1K
  • Precalculus Mathematics Homework Help
Replies
3
Views
8K
  • Calculus and Beyond Homework Help
Replies
9
Views
1K
  • Linear and Abstract Algebra
Replies
2
Views
2K
  • Precalculus Mathematics Homework Help
Replies
11
Views
491
  • Precalculus Mathematics Homework Help
Replies
3
Views
751
  • Engineering and Comp Sci Homework Help
Replies
2
Views
3K
Replies
19
Views
2K
Replies
3
Views
708
  • Precalculus Mathematics Homework Help
Replies
7
Views
372
Back
Top