Simple linear algebra refresher?

Click For Summary

Homework Help Overview

The original poster is tasked with finding a quadratic polynomial that interpolates given data points. The points provided are (-1, -1), (1, 1), and (2, 8). The problem falls under the subject area of polynomial interpolation in linear algebra.

Discussion Character

  • Exploratory, Problem interpretation, Assumption checking

Approaches and Questions Raised

  • Participants discuss the formulation of the problem and the symbolic representation of the equations needed to define the polynomial. There are attempts to express the relationships between the coefficients and the data points, as well as questions about the meaning of the variables in the context of the polynomial.

Discussion Status

Some participants have provided guidance on how to approach the problem, suggesting that the original poster clarify the symbolic representation of the question. There is an ongoing exploration of the relationships between the coefficients of the polynomial and the data points, with some participants attempting to derive the equations needed for interpolation.

Contextual Notes

The original poster expresses difficulty recalling the necessary methods for solving the problem, indicating a potential gap in understanding the foundational concepts of polynomial interpolation.

medinaj2160
Messages
13
Reaction score
0

Homework Statement



Given the three x-values {-1,1,2} and the corresponding y-values {-1,1,8}, write down the three equations that define the quadratic polynomial that interpolates this data.

I have completely forgot how to do this.

Thanks


Homework Equations



IDK y=mx+b



The Attempt at a Solution



none, I already have taken calculus 1-3 and de, and I cannot remember how to do this :(
 
Physics news on Phys.org
Before worrying about how to do the question, try first stating what the question is, symbolically.
 
Hurkyl said:
Before worrying about how to do the question, try first stating what the question is, symbolically.

Like I said I don't remember anything my brain is fried for some reason.

Looking at the data I just know that they are points
(-1,-1) (1,1) (2,8)

I got

-1=a-b+c
1=a+b+c
8=4a+2b+c

?
 
Last edited:
From the latest post, I suspect you've remembered a lot more than you let on -- just to double check, can you say what a, b, and c are, and how they relate to the quadratic interpolating polynomial you're trying to find?



So anyways -- you've reduced the problem to "How do I solve a system of three linear equations in three unknown variables?" right? And there's nothing else to it?
 
Hurkyl said:
From the latest post, I suspect you've remembered a lot more than you let on -- just to double check, can you say what a, b, and c are, and how they relate to the quadratic interpolating polynomial you're trying to find?



So anyways -- you've reduced the problem to "How do I solve a system of three linear equations in three unknown variables?" right? And there's nothing else to it?

:smile: I solve for a, b, c using the solver I got 6, 1, -6

So I guess the quadratic polynomial that interpolates the data is f(x)= 6x^2+Y-6, correct?


Part 2)
Write down the matrix equation whose solution is the vector of coefficients of the interpolating polynomial.

In this part, is he asking for the 3X3 matrix of the 3 equations?
a=[1 -1 1; 1 1 1; 2 2 1] b=[-1 1 8]
where
a*X=b
 
Hurkyl's asking you what a, b, and c represent (not their values) in terms of the interpolating quadratic.
 
Mark44 said:
Hurkyl's asking you what a, b, and c represent (not their values) in terms of the interpolating quadratic.

the values in which the interpolation will take place?
 
No - what is the interpolating polynomial you are using?
 
Mark44 said:
No - what is the interpolating polynomial you are using?

Is this one f(x)= 6x^2+Y-6
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 32 ·
2
Replies
32
Views
3K
  • · Replies 69 ·
3
Replies
69
Views
11K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 7 ·
Replies
7
Views
1K
Replies
12
Views
11K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K