Let $a$ and $b$ be the roots of the quadratic equation $x^2-25x+80=-28x+75$. Compute $\frac{a^2}{b} + \frac{b^2}{a}$.
Simplify:
x2+3x+5=0
Plugging in the values a = 1, b = 3, and c = 5 into the quadratic equation x=−b±√b2−4ac2a, we get:
x=−3±√9−202
The discriminant, or √b2−4ac, is less than 0, meaning that this quadratic equation has complex roots, which include imaginary numbers, as we are dealing with the square root of a negative number.
Further simplifying, we get:
x=−3±√11i2, where i is not in the square root, but rather it is the square root of 11 multiplied by i.
We get that the complex roots of the quadratic equation are:
x=−√11i−32, x=√11i−32
So, we get that a = −√11i−32, and b = √11i−32.
Plugging in these values into the expression a2b+b2a, we get:
(−√11i−32)2√11i−32+(√11i−32)2−√11i−32
Can you do the rest?
a^2 / b + b^2 / a = [ a^3 + b^3 ] / [ab ] ^2 = [(a + b) (a^2 + b^2 - ab ) ] / [ab]
x^2 -25x + 80 = -28x + 75 simplify
x^2 + 3x + 5 = 0
We have the form mx^2 + nx + c = 0
Sum of roots
a + b = -n/m = -3/1 = -3
Product of roots = ab = c / m = 5/1 = 5
a + b = -3 square both sides
a^2 + 2ab + b^2 = 9
a^2 +2(5) + b^2 = 9
a^2 + 10 + b^2 = 9
a^2 + b^2 = -1
So
[(a + b) (a^2 + b^2 - ab) ] / [ab] =
[ ( -3)( -1 - 5) ] / [5] =
[ 18 ] / [5 ] =
18 / 5 = 3.6