Math Help Forum

Math Help Forum Feed Site Feed

Go Back   Math Help Forum > High School Math Help > Pre Algebra and Algebra
Reply
 
Thread Tools Display Modes
  #1  
Old 10-03-2008, 06:28 AM
Member
 
Join Date: Sep 2008
Posts: 54
Country:
Thanks: 13
Thanked 4 Times in 4 Posts
djmccabie is on a distinguished road
Default Further maths. Cubics. What?

Ok this 1 confused my maths teacher! You might need a pen and paper for this....

We have the equation 3x^3 + 6x^2 - 4x +7 = 0 with roots a,b,c
we gotta find the equation with root b+c, c+a, a+b
We did quite a lot of it this is how far we got...

written in the form x^3 - (sum)x^2 + (pairs)x - (product) = 0

sum = -6/3 = -2
pairs = -4/3
product = -7/3

New sum = (b+c) + (c+a) + (a+b)
= 2a + 2b + 2c
= 2(a+b+c)
=2*-2 = -4 We know this from the SUM worked out earlier

New Pairs = (b+c)(c+a) + (c+a)(a+b) + (b+c)(a+b)
= bc + ab + y^2 + ac + ac +bc + a^2 + ba + b^2 + ba + bc + ac
= a^2 + b^2 + c^2 + 3(cb + ca + ab)
= (a+b+c)^2 - 2(ab + ac + bc) + 3(-4/3) we know this from the PAIRS worked out earlier
=(-2)^2 - 2(-4/3) + (-4)
= 4 + 8/3 - 4
=8/3

Here comes the challenge...

New product = (b+c)(c+a)(a+b)
=(bc + ba + c^2 + ac)(a+b)
= bca + yb^2 + ba^2 + ab^2 + ac^2 + bc^2 + ca^2 + abc
= 2abc + a^2(b+c) + c^2(a+b) + b^2(c+a)
= 2(-7/3) .............

Please Help!!
Reply With Quote
Advertisement
 
  #2  
Old 10-03-2008, 07:02 AM
ThePerfectHacker's Avatar
Global Moderator

 
Join Date: Nov 2005
Location: New York City
Posts: 11,339
Country:
Thanks: 329
Thanked 2,943 Times in 2,472 Posts
ThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond repute
Default

Quote:
Originally Posted by djmccabie View Post
Ok this 1 confused my maths teacher! You might need a pen and paper for this....

We have the equation 3x^3 + 6x^2 - 4x +7 = 0 with roots a,b,c
we gotta find the equation with root b+c, c+a, a+b
We did quite a lot of it this is how far we got...
It would be [x-(b+c)][x - (a+c)] [x -  (a+b)] = 0.

Note, (b+c)+(a+c)+(a+b) = 2(a+b+c) = -2\cdot \tfrac{6}{3} = -4

And, (b+c)(a+c)+(b+c)(a+b)+(a+c)(a+b) = (a^2+b^2+c^2) + 3(ab+ac+bc)
This becomes (a^2+b^2+c^2+2ab+2ac+2bc)+ab+ac+bc = (a+b+c)^2 + (ab+ac+bc) = (-\tfrac{6}{3})^2 - \tfrac{4}{3}

Finally, (a+b)(a+c)(b+c)=(a+b+c)(ab+bc+ac) - abc = (-\tfrac{6}{3})(-\tfrac{4}{3}) - (-\tfrac{7}{3})

Use that to set up the cubic.
__________________
We the People of the United States, in Order to form a more perfect Union, establish Justice, insure domestic Tranquility, provide for the common defence, promote the general Welfare, and secure the Blessings of Liberty to ourselves and our Posterity, do ordain and establish this Constitution for the United States of America.
Reply With Quote
The following users thank ThePerfectHacker for this useful post:
Donate to MHF
  #3  
Old 10-03-2008, 08:36 AM
Member
 
Join Date: Sep 2008
Posts: 54
Country:
Thanks: 13
Thanked 4 Times in 4 Posts
djmccabie is on a distinguished road
Default

Thanks a lot!! you made a bit more work for yourself by repeating most of my working out though but thanks for the last part!!
Reply With Quote
  #4  
Old 10-03-2008, 09:42 AM
Super Member


 
Join Date: May 2006
Location: Lexington, MA (USA)
Posts: 5,628
Thanks: 274
Thanked 2,897 Times in 2,335 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, djmccabie!

You did some awesomely excellent work!



Here's one more fact we can dig up . . .


We know: .\begin{array}{cccc}a + b + c &=& \text{-}2 & {\color{blue}[1]}\\ \\[-4mm] ab+bc + ac &=& \text{-}\frac{4}{3} & {\color{blue}[2]}\\ \\[-4mm] abc &=& \frac{7}{3} & {\color{blue}[3]} \end{array}


Square [1]: .(a + b + c)^2 \;=\;(\text{-}2)^2 \quad\Rightarrow\quad a^2 + 2ab + 2ac + b^2 + 2bc + c^2\:=\:4


\text{We have: }\;a^2+b^2+c^2 + 2\underbrace{(ab + bc + ac)}_{\text{This is -}\frac{4}{3}} \:=\:4 \quad\Rightarrow\quad a^2 + b^2 + c^2 + 2\left(\text{-}\frac{4}{3}\right) \:=\:4


Therefore: .a^2+b^2+c^2\;=\;\frac{20}{3}

Reply With Quote
The following users thank Soroban for this useful post:
Donate to MHF
  #5  
Old 10-03-2008, 11:42 AM
Member
 
Join Date: Sep 2008
Posts: 54
Country:
Thanks: 13
Thanked 4 Times in 4 Posts
djmccabie is on a distinguished road
Default

just a quick check now. Do you get the answer 3x^3 + 12x^2 + 8x - 15 = 0 ?

(note coefficients must be integers)
Reply With Quote
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 02:04 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
©2005 - 2008 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.