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

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
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
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.