Find the value of x1^6 +x2^6 of this quadratic equation without solving it

AI Thread Summary
To find the value of x1^6 + x2^6 for the quadratic equation 25x^2 - 5√76x + 15 = 0 without solving it, one can use the relationships derived from Vieta's formulas. The sum of the roots x1 + x2 is calculated as -b/a, and the product x1 * x2 as c/a. The discussion highlights that factoring the quadratic does not equate to solving it, and completing the square is suggested as a method. The participants emphasize the importance of deriving the necessary values from the coefficients rather than finding the roots directly. This approach allows for the calculation of x1^6 + x2^6 using the established relationships.
chloe1995
Messages
2
Reaction score
0

Homework Statement



Solve for x_1^6+x_2^6 for the following quadratic equation where x_1 and x_2 are the two real roots and x_1 > x_2, without solving the equation.

25x^2-5\sqrt{76}x+15=0

Homework Equations


The Attempt at a Solution



I tried factoring it and I got (-5x+\sqrt{19})^2-4=0

What can I do afterwards that does not constitute as solving the equation? Thanks.
 
Physics news on Phys.org
Notice that 5 can be factored from the quadratic without changing the roots.

Also, you haven't truly factored the quadratic, you have merely re-written it.
 
chloe1995 said:

Homework Statement



Solve for x_1^6+x_2^6 for the following quadratic equation where x_1 and x_2 are the two real roots and x_1 > x_2, without solving the equation.

25x^2-5\sqrt{76}x+15=0

Homework Equations


The Attempt at a Solution



I tried factoring it and I got (-5x+\sqrt{19})^2-4=0

What can I do afterwards that does not constitute as solving the equation? Thanks.
Hello chloe1995. Welcome to PF !

Suppose that x1 and x2 are the solutions to the quadratic equation, \displaystyle \ \ ax^2+bx+c=0\ .

Then \displaystyle \ \ x_1 + x_2 = -\frac{b}{a}\ \ and \displaystyle \ \ x_1\cdot x_2=\frac{c}{a}\ .\
 
SteamKing said:
Notice that 5 can be factored from the quadratic without changing the roots.

Also, you haven't truly factored the quadratic, you have merely re-written it.

Oops! I meant completing the square.

SammyS said:
Hello chloe1995. Welcome to PF !

Suppose that x1 and x2 are the solutions to the quadratic equation, \displaystyle \ \ ax^2+bx+c=0\ .

Then \displaystyle \ \ x_1 + x_2 = -\frac{b}{a}\ \ and \displaystyle \ \ x_1\cdot x_2=\frac{c}{a}\ .\

Thank you.
 
So, Have you managed to solve the problem?
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top