LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 103
Default Determining the apex of a order 2 polynomial

History:

I created a spreadsheet with functions only that will provide feedback from
a data point on an xy scatter chart. I charted several thousand cells with
simple functions such that =if(and(a,b),1,0) to provide feedback based on
these coordinates and then used v or h lookup to come up with the adjusted
information. This is for a field determination of what the data points should
produce.

I thought it would be nice to duplicate the form for a similar process in
the lab. We frequently test the field information to gain more exact
information in the lab. This would allow me to show both the field
determination and the lab results on the same chart.

The lab test is performed and results in 3 to 8 x,y data points. There will
never be less than 3 or more than 8 even if it results in 400 samples. We
will only use the last 8 at the maximum. Through testing I have found that
the 2nd order polynomial trend line exactly pinpoints the results 99.9% of
the time,(I haven't had a miss yet but you never know). I need to know how to
draw the x,y data point from the apex of the polynomial trend line.

Example:

x = 13.0,15.1,16.9,19.2
y = 120.0,125.0,130.0,127.0

X will always grow no matter how many tests we perform(at a relatively
stable rate). Y grows and breaks, declines, at a very unstable rate. Y will
always break 1 data point prior to the last. All points are calculated to the
nearest tenth (#.#)

I have set the series up such that if the y point breaks, the remainder of
the empty x and y cells are automatically set to the final break point
(127,19 see above). This seems to eliminate all the empty data points by
merging them into the last and subsequently eliminates them from the
polynomial trend line.

Question

How do I find the apex of this polynomial trend line? I ran several hundred
samples and have found that the trend line equation that excel emits is
always different. I tried running the regression analysis but found no two
cells that could be used as some sort of factoring.

If this is a VBA answer and you choose to help me, please feed me pablum as
I have no clue how to even begin with VBA. I do know javascript fairly well
if there is any coorelation.
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I solve for x in a second-order polynomial trend? DianeD Charts and Charting in Excel 2 February 23rd 07 04:04 PM
How do I determine which order to use in a polynomial trendline? Nina Charts and Charting in Excel 1 January 25th 07 05:58 PM
Is there a way to obtain a polynomial trendline of order higher th Vikram Charts and Charting in Excel 6 December 15th 06 12:01 AM
Automating Polynomial Order Selection in Linest Nick Flyger Excel Worksheet Functions 3 October 4th 06 09:51 AM
Determining error associated with polynomial trend lines. BJ Richter Charts and Charting in Excel 1 April 21st 06 10:16 PM


All times are GMT +1. The time now is 02:45 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"