|
-
Mar 15th, 2007, 05:45 AM
#1
Thread Starter
Addicted Member
-
Mar 15th, 2007, 11:25 AM
#2
Fanatic Member
Re: Create a quadratic from two values?
You have 2 equations in 3 unknowns, so there are potentially infinitely many solutions. If you are willing to choose c arbitrarily, then you can find a solution by straightforward substitution because the problem reduces to 2 equations in 2 unknowns.
a = c/(x1*x2)
b = -c/x2 - a*x2 = -c(1/x2 + 1/x1)
Last edited by VBAhack; Mar 15th, 2007 at 01:26 PM.
-
Mar 15th, 2007, 04:30 PM
#3
Re: Create a quadratic from two values?
eg x=14.468, x=52.583
(x - 14.468)(x - 52.583) = 0
x2 - 67.051*x + 760.770844 = 0
If you want 'a' to be anything other than 1, simply multiply through by whatever value you want 'a' to be.
-
Mar 16th, 2007, 04:02 AM
#4
Thread Starter
Addicted Member
Re: Create a quadratic from two values?
That's perfect!
Thanks
Another light-hearted post from Guru 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|