Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Vince
 
Posts: n/a
Default using the equation of a polynomial

I input my data in column A = inches and B = tons. I then graphed it with an
X-Y graph and added a 2nd order Polynomial to it. The equation that is
displayed is

y=0.0123x2 + 0.411x + 0.996

I want to select an inch value and be able to calculate what the
corresponding ton value will be. Shouldn't I be able to apply the equation
above to do this? If 2 inches = 0.95 tons, what would 10 inches equal, or 50
inches. I need a math lesson!

Any help would be greatly appreciated.

Vince
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bpeltzer
 
Posts: n/a
Default using the equation of a polynomial

Given that equation (and I'm reading into it that x is inches, y is tons),
then to use the equation with the inches from cell A2, for example, the
formula would be =0.996 + A2 * 0.411 + 0.01232 * A2 * A2.

"Vince" wrote:

I input my data in column A = inches and B = tons. I then graphed it with an
X-Y graph and added a 2nd order Polynomial to it. The equation that is
displayed is

y=0.0123x2 + 0.411x + 0.996

I want to select an inch value and be able to calculate what the
corresponding ton value will be. Shouldn't I be able to apply the equation
above to do this? If 2 inches = 0.95 tons, what would 10 inches equal, or 50
inches. I need a math lesson!

Any help would be greatly appreciated.

Vince

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JMB
 
Posts: n/a
Default using the equation of a polynomial

I think you threw in an extra "2".

0.01232 * A2 * A2

or

0.0123 * A2 * A2



"bpeltzer" wrote:

Given that equation (and I'm reading into it that x is inches, y is tons),
then to use the equation with the inches from cell A2, for example, the
formula would be =0.996 + A2 * 0.411 + 0.01232 * A2 * A2.

"Vince" wrote:

I input my data in column A = inches and B = tons. I then graphed it with an
X-Y graph and added a 2nd order Polynomial to it. The equation that is
displayed is

y=0.0123x2 + 0.411x + 0.996

I want to select an inch value and be able to calculate what the
corresponding ton value will be. Shouldn't I be able to apply the equation
above to do this? If 2 inches = 0.95 tons, what would 10 inches equal, or 50
inches. I need a math lesson!

Any help would be greatly appreciated.

Vince

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Vince
 
Posts: n/a
Default using the equation of a polynomial

Thanks for the help, that was the math lesson that I needed!

"bpeltzer" wrote:

Given that equation (and I'm reading into it that x is inches, y is tons),
then to use the equation with the inches from cell A2, for example, the
formula would be =0.996 + A2 * 0.411 + 0.01232 * A2 * A2.

"Vince" wrote:

I input my data in column A = inches and B = tons. I then graphed it with an
X-Y graph and added a 2nd order Polynomial to it. The equation that is
displayed is

y=0.0123x2 + 0.411x + 0.996

I want to select an inch value and be able to calculate what the
corresponding ton value will be. Shouldn't I be able to apply the equation
above to do this? If 2 inches = 0.95 tons, what would 10 inches equal, or 50
inches. I need a math lesson!

Any help would be greatly appreciated.

Vince

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Rosenfeld
 
Posts: n/a
Default using the equation of a polynomial

On Sat, 4 Feb 2006 08:27:09 -0800, "Vince"
wrote:

I input my data in column A = inches and B = tons. I then graphed it with an
X-Y graph and added a 2nd order Polynomial to it. The equation that is
displayed is

y=0.0123x2 + 0.411x + 0.996

I want to select an inch value and be able to calculate what the
corresponding ton value will be. Shouldn't I be able to apply the equation
above to do this? If 2 inches = 0.95 tons, what would 10 inches equal, or 50
inches. I need a math lesson!

Any help would be greatly appreciated.

Vince


One other caveat: you are onlyh displaying the formula to 3 decimals. This
may or may not give you an accurate result.

It may be of value to increase the display to as much as 15 decimals, depending
on the precision you require. IIRC, you right click on the text box where the
formula is displayed; select Format Data Labels; then format the number to show
15 decimals.


--ron
Reply
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
Increaseing Precision in polynomial trendline equations KevinW Charts and Charting in Excel 9 January 6th 06 06:41 PM
Polynomial regression - how does Excel do it? (under "Trendline") JH Charts and Charting in Excel 2 January 5th 06 05:07 PM
Find all roots of a high-order equation Pan Excel Discussion (Misc queries) 1 October 28th 05 02:03 PM
Equation Editor- problem when editing an equation Gaby L. Excel Discussion (Misc queries) 0 September 27th 05 09:24 PM
Need Help with #N/A in equation mkerstei Excel Discussion (Misc queries) 7 July 29th 05 09:03 PM


All times are GMT +1. The time now is 05:52 AM.

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

About Us

"It's about Microsoft Excel"