Thread: Quadratic Roots
View Single Post
  #5  
Old December 3rd, 2008, 03:29 PM
euclid2's Avatar
euclid2 euclid2 is offline
Senior Member
 
Join Date: May 2008
Location: Ottawa, Canada
Posts: 322
Country:
Thanks: 92
Thanked 94 Times in 82 Posts
euclid2 will become famous soon enougheuclid2 will become famous soon enough
Default

Quote:
Originally Posted by Soroban View Post
Hello, euclid2!

There are several approaches to this problem.
. . Here's one of them . . .



If the quadratic, ax^2 + bx + c, has roots p\text{ and }q, then: .p+q \:=\:-\frac{b}{a},\;\;pq \:=\:\frac{c}{a}

So we have: .\begin{array}{ccc}p+q &=&4 \\ pq &=& 1\end{array}\quad\Rightarrow\quad\begin{array}{ccc}\frac{b}{a} &=& \text{-}4 \\ \frac{c}{a} &=& 1 \end{array} . \Rightarrow\quad\begin{array}{ccc}b &=&\text{-}4a \\ c &=&a \end{array}

. . The function (so far) is: .f(x) \:=\:ax^2 -4ax + a


Since (1,-2) is on the graph: .a\!\cdot\!1^2 - 4a\!\cdot\!1 + a \:=\:-2 \quad\Rightarrow\quad -2a \:=\:-2

. . Hence: .a\:=\:1,\;\;b\:=\:-4,\;\;c\:=\:1


Therefore: .f(x)\;=\;x^2 - 4x + 1

Thank you very much, although can you edit this to show me where you are getting those numbers from? Thanks, again.
Reply With Quote