You can't simply multiply each sum/multiple of roots by 2 because that won't acheive what you want..ben said:what's wrong with this method:
3x^3-2x^2+1=0
let a, b and c be roots
a+b+c=2/3
ab+ac+bc=0
abc=-1/3
new eqn:
x^3-2(a+b+c)x^2+2(ab+ac+bc)x-2abc=0
2(a+b+c)=4/3
2(ab+ac+bc)=0
2(abc)=-2/3
therefore
x^3-4/3x^2+2/3=0
and
3x^3-4x^2+2=0
yeh thats what i didSlide Rule said:You can't simply multiply each sum/multiple of roots by 2 because that won't acheive what you want.
If the roots are double, then the roots are: 2a, 2b and 2c.
That means this:
a+b+c=2/3
ab+ac+bc=0
abc=-1/3
Becomes this:
(2a)+(2b)+(2c)=2(a+b+c)=4/3
(2a)(2b)+(2a)(2c)+(2b)(2c)=4(ab+ac+bc)=0
(2a)(2b)(2c)=8abc=-8/3
A very interesting and ingenious method Slidey, I would presume this works for similar type questions and is perfectly valid to use in the HSC exam?Slide Rule said:Aye, that's what you get for misreading subscripts.
Anyway, a better and more systematic way to solve this problem is the following (although that method is quite neat):
3x^3-2x^2+1=0
Let y=2x, x=y/2. Sub in:
3y^3/8-y^2/2+1
3y^3-4y^2+8
Rewrite in terms of x:
3x^3-4x^2+8
Interesting method Slide Rule, just wondering do we learn that in MX2 polynomials? because that is hell of lot faster than the conventional methodSlide Rule said:Aye, that's what you get for misreading subscripts.
Anyway, a better and more systematic way to solve this problem is the following (although that method is quite neat):
3x^3-2x^2+1=0
Let y=2x, x=y/2. Sub in:
3y^3/8-y^2/2+1
3y^3-4y^2+8
Rewrite in terms of x:
3x^3-4x^2+8
Which means pLuvia and .ben still need to check their working.