LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #5   Report Post  
Posted to microsoft.public.excel.misc
B. R.Ramachandran
 
Posts: n/a
Default How do I use equation of a line to calculate x-values from known .

Hi,

If y=ax^2+bx+c, then ax^2+bx+c-y = 0. So for any given y-value
(Absorbance), you can solve for the x-value (protein concentration) by using
the quadratic formula:

x = (-b + sqrt(b^2-4*a*(c-y)))/(2*a) or (-b - sqrt(b^2-4*a*(c-y)))/(2*a)

When you plug in the values of a, b, c, and y, only one of the above
equations would give a meaningful solution for x (the other one will give a
value for x that is physically absurd); my guess is that the first equation
will give the meaningful x-value for any y-value, but you should try.

So if you have 75 absorbance values in a column (say A2:A76), in B2 enter
the following formula (of course enter the actual values of a, b, and c from
the polynomial fit in place of "a", "b" and "c" in theformula)

=(-b+SQRT(b^2-4*a*(c-A2)))/(2*a)

and autofill the formula down to B76. If the values are not satisfactory,
try changing the "+" sign into "-" and see whether it helps).

Regards,
B. R. Ramachandran

"lizzystien" wrote:

Okay, I'm more than likely just very dense with all of this, but I'm still
having troubles. My equation is in the form y=Ax^2+Bx=C. For the graph that
I used to create the line, the y variable indicates absorbancies while the
x-values are mg of protiens. My 75 known values are absorbancies and I need
to predict the amount of protien for each aborbancy. Still haven't had much
luck, but thank you to bpeltzer for at least trying to teach the unteachable.

"lizzystien" wrote:

I have an xy scatter plot constructed and created a polynomial function for
the line. I want to use the equation obtained to calculate the expected x
values from 75 different y values without punching it all into a calculator.
I know there is a way to do this on excel, but it's been awhile, anyone
willing to be a teacher?



 
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
Line chart even though values missing MattBeckwith Charts and Charting in Excel 1 January 17th 06 08:42 PM
line chart with NA() values grime Charts and Charting in Excel 3 October 19th 05 01:56 PM
How do I calculate the Root Mean Square (RMS) of line of equality aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa Excel Discussion (Misc queries) 1 June 23rd 05 12:22 PM
How do I change x axis values in a line chart? Elizabeth Charts and Charting in Excel 1 March 29th 05 11:05 AM
equation for smoothed XY Scatter line mark Charts and Charting in Excel 2 December 7th 04 04:27 PM


All times are GMT +1. The time now is 02:08 PM.

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"