Finding the Function of a Given Graph

  • Thread starter Thread starter lch7
  • Start date Start date
  • Tags Tags
    Function Graph
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
2 replies · 2K views
lch7
Messages
17
Reaction score
0
You are given a table and (maybe) a picture of a graph. Here are the points given: 0,0; 1,-.7568; 2,.99061; and 3,-.988. What is the function? Is it possible to figure out by hand?
 
Physics news on Phys.org
lch7 said:
You are given a table and (maybe) a picture of a graph. Here are the points given: 0,0; 1,-.7568; 2,.99061; and 3,-.988. What is the function? Is it possible to figure out by hand?

Call the first co-ordinate x, and the second y in each case.
Graph the points. If it is a straight line, use y=mx to find the equation.

If it it curves up like a parabola, try graphing y vs x2 and or y = y vs x3

If the graph flattens off, try y vs √x etc.
 
If you have a good calc or program, do line of best fit. It is not linear. It very well may be trigonometric due to the alternating signs. There are ways to do it for EXPO and poly but Trig ones are hard by hand.