How can I get a function relation with these two sets?

AI Thread Summary
To establish a functional relationship between the given sets, one approach is to recognize patterns, such as polynomial fitting or exponential functions. The discussion highlights that for four points, a polynomial can be constructed using the form y = x^4 + ax^3 + bx^2 + cx + d, leading to a system of linear equations to solve for coefficients. While algebraic methods are viable, using software can simplify the process. Additionally, resources like the OEIS website can help identify known sequences, such as Pentagonal numbers, based on the provided values. Overall, both algebraic and computational methods are valid for deriving function relations.
zeion
Messages
455
Reaction score
1

Homework Statement



I have these two sets:

Pairwise, (1, 1) (2, 4) (3, 9) (4, 16). Clearly this is just squared.

How can I get a function relation with like:
(1, 1) (2, 3) (3, 9) (4, 10)

or like

(1, 1) (2, 5) (3, 12) (4, 22)


Homework Equations





The Attempt at a Solution




I know it is exponential...
Can I do something with log?
 
Physics news on Phys.org
Any number of ways. You could just fit a polynomial to them if you only have four points.
 
Do I need a program to do it or can I do it by algebra..?
 
Sure you can do it by algebra. Write y=x^4+a*x^3+b*x^2+c*x+d. Put in your four x and y values. That gives you a system of four linear equation in a,b,c,d. Solve them. It's certainly easier using a program, but you can do it by hand.
 
Thanks!
 
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