Given that the roots of 2x^2-4x+5 are alpha and beta,find the value of ...

(i)alpha^3beta^3
(ii)(alpha-beta)^2

2 answers

Using the sum and product of roots property, we know
a+b = - (-4/2) = 2 and ab = 5/2, where a and b are alpha and beta

we know that
(a+b)^3 = a^3 + b^3 + 3a^2b + 3ab^2
(a+b)^3 = a^3 + b^3 + 3ab(b+a)
2^3 = a^3 + b^3 + 3(5/2)(2)
8 = a^3 + b^3 + 15
a^3 + b^3 = -7

in the same way....
(a-b)^2 = a^2 - 2ab + b^2
= a^2 +b^2 - 2ab

but a^2 + b^2 = (a+b)^2 - 2ab

so
(a=b)^2 = (a+b)^2 - 2ab - 2ab
= 4 - 5/2 - 5/2
= -1
in the third last line I should have had

(a-b)^2 = (a+b)^2 - 2ab - 2ab
Similar Questions
    1. answers icon 0 answers
  1. If alpha and beta are the zerosof the polynomial ax^2 + bx + c then evaluateA. (alpha)^2 / beta + (beta)^2 / alpha B. alpha^2
    1. answers icon 3 answers
  2. Why is the output of the code 14, not 8 : alpha=3+5=8?public class Application4{ public static void main(String[] args) { int
    1. answers icon 3 answers
    1. answers icon 2 answers
more similar questions