How Do You Solve a 7th Degree Polynomial Interpolation by Hand for Given Points?

Click For Summary

Homework Help Overview

The original poster attempts to find a 7th degree polynomial that fits a set of given points. The problem is situated within the context of polynomial interpolation, specifically requiring a solution without the use of a calculator.

Discussion Character

  • Exploratory, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • Some participants suggest using the method of least squares, while others note the complexity of solving a 7th degree polynomial by hand, especially given the precision of the data points. There is discussion about representing the problem in matrix form and the implications of having 8 data points for 8 unknowns.

Discussion Status

Participants are exploring different interpretations of the problem and questioning the feasibility of solving it by hand. Some guidance is offered regarding the representation of the problem in linear algebra terms, but there is no explicit consensus on the approach to take.

Contextual Notes

There are concerns about the requirement to solve the problem without a calculator, given the precision of the data points and the complexity of the polynomial involved.

adamp1988
Messages
2
Reaction score
0

Homework Statement


Given the following points, generate the function of the curve in form of a 7th degree polynomial.
(1.301, -0.788)
(1.477, -0.454)
(1.602, -0.194)
(1.700, 0)
(1.778, 0.158)
(1.845, 0.288)
(1.903, 0.410)
(1.954, 0.500)

Furthermore, the solution has to be done without a calculator (during exams).

Homework Equations


Don't know of any


The Attempt at a Solution


I tried using the interpolation polynomial, however the graph equation has to be an exact match because I am required to calculate numerous addition details from the equation.

Thanks!
 
Physics news on Phys.org
haha that function doesn't sound very linear to me. I have no idea how to do that, but i would try using the method of least squares.
 
A seventh-degree polynomial isn't linear...
 
The question seems a bit odd considering the points are given with three digit accuracy, a 7th degree polynomial is involved, and you are asked to solve it w/o a calculator.

Since this appears to be from a linear algebra class and you have 8 data points to represent a 7th degree polynomial (with 8 unknowns), the problem can be represented in matrix form Ax = b where A is a 8 x 8 matrix, x is the unknown vector of the polynomial coefficients, and it can solved with techniques learned in linear algebra (e.g. Gauss elimination). But, the solution by hand, even algebraically, would be a real bear, much less tying to do the computations with points to 3 digit accuracy.

I think you need clarification as to what is being asked and how it relates to linear algebra.
 

Similar threads

Replies
1
Views
1K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
7
Views
2K
Replies
5
Views
3K
Replies
4
Views
9K