Thread Closed

How Do I Derive Equation From a Graph?

 
Share Thread Thread Tools
Apr19-07, 10:53 AM   #1
 

How Do I Derive Equation From a Graph?


How can I derive the equation from a Graph?

The x coordinates are: 28,30,32,33,34,35

The Y coordinates are: 7,8,9,10,11,12


We could express this as a relation, r:

r{(7,28), (8,30), (9,32), (10,33), (11,34) (12,35)}


Regards,

Gordon,
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Bird's playlist could signal mental strengths and weaknesses
>> Minus environment, patterns still emerge: Computational study tracks E. coli cells' regulatory mechanisms
>> Bacterium uses natural 'thermometer' to trigger diarrheal disease, scientists find
Apr19-07, 11:25 AM   #2
 
Mentor
Are you familiar with the general form of a linear equation, y=mx+b? What are m and b?

Graph your points by hand, and you should be able to figure out m and b. Then, you should look in your book to see how you figure out m and b when you are given just two x,y points for a line in the general case...
Apr19-07, 11:26 AM   #3
 
Mentor
BTW, I moved this thread to Homework Help, Precalculus Math. Please be sure to post all homework and coursework problems in the Homework Help forums, and not in the general forums.
Apr19-07, 12:09 PM   #4
 

How Do I Derive Equation From a Graph?


Berkeman,

The relation describes a curve, not a line.

See the attached graph.


Regards,

Gordon
Attached Thumbnails
graph.JPG  
Apr19-07, 12:27 PM   #5
 
Mentor
Ah, I'd just glanced at the first few data points, and it looked like the delta y was 1 for each 2 delta x. But now I see that it's actually two straight lines that join in the middle....

So you should be able to write the equation as piecewise continuous straight lines over two x intervals....
Apr19-07, 12:36 PM   #6
 
Okay thanks, Berkeman.

Actually there are more data points, so it becomes more like a curve than two straight lines.

I'm going to try function transformations to see if I can come up with a formula that comes close to matching the curve.

Regards,

Gordon.
Apr19-07, 12:38 PM   #7
 
Recognitions:
Homework Helper Homework Help
The most straightforward approach is to fit an (n-1) degree polynomial to the n points, in this case a degree 5 since you have 6 points. It means solving a 6 x 6 set of simultaneous linear equations to get the coefficients of the polynomial. The fit will be exact, but the function may be wiggly - may or may not be what you want.

If you are looking for an approximating function that is fit to the points in a least squares sense, that's more complicated. There is no way I know of to determine the best form of the equation to model the points (exhaustive trial and error will get you close). If the points came from experimental data, you might glean a hint from knowledge of the mathematical/physical nature of the experiment. Short of that, you can look at the points and make intelligent guesses as to functions to try (e.g. low order polynomials, exponential, etc.). It means trial and error, but that's a perfectly valid technique.
.
Apr19-07, 03:07 PM   #8
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
There exists an infinite number of graphs that will pass through any given finite set of points. What other conditions do you have? Are you looking for the polynomial of lowest degree that gives a graph through those points?
Apr25-07, 08:55 PM   #9
 
You can get a best fit line from a graphing calculator or Excel, seeing as you already have the data in there
Thread Closed
Thread Tools


Similar Threads for: How Do I Derive Equation From a Graph?
Thread Forum Replies
How to derive equation using matlab? Math & Science Software 0
How to Derive an Equation. Introductory Physics Homework 7
Derive Velocity Equation Introductory Physics Homework 3
How would i derive the equation? Introductory Physics Homework 3
I have to derive my own equation, I need help General Math 7