Math Help Forum

Math Help Forum Feed Site Feed

Go Back   Math Help Forum > Pre-University Math Help > Pre-Algebra and Algebra
Reply
 
Thread Tools Display Modes
  #1  
Old December 3rd, 2008, 03:26 PM
euclid2's Avatar
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 Quadratic Roots

Find the equation of the quadratic given it's real roots 2-\sqrt 3 and 2 + \sqrt3 which passes through the point (1,-2)
Reply With Quote
Advertisement
 
  #2  
Old December 3rd, 2008, 04:02 PM
skeeter's Avatar
MHF Contributor

 
Join Date: Jun 2008
Location: North Texas
Posts: 4,777
Country:
Thanks: 40
Thanked 2,067 Times in 1,958 Posts
skeeter has a reputation beyond reputeskeeter has a reputation beyond reputeskeeter has a reputation beyond reputeskeeter has a reputation beyond reputeskeeter has a reputation beyond reputeskeeter has a reputation beyond reputeskeeter has a reputation beyond reputeskeeter has a reputation beyond reputeskeeter has a reputation beyond reputeskeeter has a reputation beyond reputeskeeter has a reputation beyond repute
Default

if r_1 and r_2 are two roots of a quadratic ...

f(x) = k(x - r_1)(x - r_2)

f(x) = k[x^2 -(r_1 + r_2)x + r_1 \cdot r_2]

now, substitute r_1 = 2-\sqrt{3} and r_2 = 2 + \sqrt{3} to determine the basic quadratic in [...], then use the fact that f(1) = -2 to find k
Reply With Quote
The following users thank skeeter for this useful post:
Donate to MHF
  #3  
Old December 3rd, 2008, 04:16 PM
euclid2's Avatar
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 skeeter View Post
if r_1 and r_2 are two roots of a quadratic ...

f(x) = k(x - r_1)(x - r_2)

f(x) = k[x^2 -(r_1 + r_2)x + r_1 \cdot r_2]

now, substitute r_1 = 2-\sqrt{3} and r_2 = 2 + \sqrt{3} to determine the basic quadratic in [...], then use the fact that f(1) = -2 to find k
I'm not sure exactly what you mean, can you please work it down further? I have never learned this formula.
Reply With Quote
  #4  
Old December 3rd, 2008, 04:21 PM
Super Member

 
Join Date: May 2006
Location: Lexington, MA (USA)
Posts: 7,189
Thanks: 555
Thanked 4,600 Times in 3,666 Posts
Soroban has a reputation beyond reputeSoroban has a reputation beyond reputeSoroban has a reputation beyond reputeSoroban has a reputation beyond reputeSoroban has a reputation beyond reputeSoroban has a reputation beyond reputeSoroban has a reputation beyond reputeSoroban has a reputation beyond reputeSoroban has a reputation beyond reputeSoroban has a reputation beyond reputeSoroban has a reputation beyond repute
Default

Hello, euclid2!

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


Quote:
Find the equation of the quadratic given its real roots 2-\sqrt 3 and 2 + \sqrt3
which passes through the point (1,-2)

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

Reply With Quote
The following users thank Soroban for this useful post:
Donate to MHF
  #5  
Old December 3rd, 2008, 04:29 PM
euclid2's Avatar
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
  #6  
Old December 3rd, 2008, 04:56 PM
skeeter's Avatar
MHF Contributor

 
Join Date: Jun 2008
Location: North Texas
Posts: 4,777
Country:
Thanks: 40
Thanked 2,067 Times in 1,958 Posts
skeeter has a reputation beyond reputeskeeter has a reputation beyond reputeskeeter has a reputation beyond reputeskeeter has a reputation beyond reputeskeeter has a reputation beyond reputeskeeter has a reputation beyond reputeskeeter has a reputation beyond reputeskeeter has a reputation beyond reputeskeeter has a reputation beyond reputeskeeter has a reputation beyond reputeskeeter has a reputation beyond repute
Default

f(x) = k(x - r_1)(x - r_2)

f(x) = k[x^2 -(r_1 + r_2)x + r_1 \cdot r_2]

r_1 + r_2 = (2 - \sqrt{3}) + (2 + \sqrt{3}) = 4

r_1 \cdot r_2 = (2 - \sqrt{3})(2 + \sqrt{3}) = 4 - 3 = 1

f(x) = k(x^2 - 4x + 1)

since f(1) = -2

-2 = k[(1)^2 - 4(1) + 1]

-2 = k(-2)

k = 1

so ...

f(x) = x^2 - 4x + 1
Reply With Quote
The following users thank skeeter for this useful post:
Donate to MHF
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


All times are GMT -7. The time now is 10:17 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
©2005 - 2009 Math Help Forum


Math Help Forum is a community of maths forums with an emphasis on maths help in all levels of mathematics.
Register to post your math questions or just hang out and try some of our math games or visit the arcade.