Roots of a quadratic equation.

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 3K views
Darth Frodo
Messages
211
Reaction score
1

Homework Statement



[itex]\alpha[/itex] and [itex]\alpha^{2}[/itex] are two roots of the equation x[itex]^{2}[/itex] -12x + k = 0

Find 2 values for k.


The Attempt at a Solution



[itex]\alpha[/itex] + [itex]\alpha[/itex][itex]^{2}[/itex] = 12
[itex]\alpha[/itex][itex]^{3}[/itex] = k

I have no idea where to go from here. Any help appreciated.
 
Last edited by a moderator:
Physics news on Phys.org
Darth Frodo said:

Homework Statement



[itex]\alpha[/itex] and [itex]\alpha^{2}[/itex] are two roots of the equation x[itex]^{2}[/itex] -12x + k = 0

Find 2 values for k.


The Attempt at a Solution



[itex]\alpha[/itex] + [itex]\alpha[/itex][itex]^{2}[/itex] = 12
[itex]\alpha[/itex][itex]^{3}[/itex] = k

I have no idea where to go from here. Any help appreciated.

Solve for α in the equation α2 + α - 12 = 0. Then substitute into your second equation to find k.
 
a(1 + a) = 12
a = 12 a = 11


12[itex]^{2}[/itex] - 12(12) + k = 0
k = 0

11[itex]^{2}[/itex] -12(11) + k = 0
k = 11

Is this right, because the answers at the back of my book are k = -64 k = 27
 
Darth Frodo said:
a(1 + a) = 12
a = 12 a = 11
This is not how to solve a quadratic equation. Read what I said in post #2.
Darth Frodo said:
12[itex]^{2}[/itex] - 12(12) + k = 0
k = 0

11[itex]^{2}[/itex] -12(11) + k = 0
k = 11

Is this right, because the answers at the back of my book are k = -64 k = 27
 
Last edited:
I apologize both to you and myself for such an error in my judgement.

Is there a rule as to when you are allowed to factorize via taking out what's common? Does the equation have to equal zero?
 
Darth Frodo said:
I apologize both to you and myself for such an error in my judgement.

Is there a rule as to when you are allowed to factorize via taking out what's common? Does the equation have to equal zero?
Let me be a bit pedantic here by saying that an equation does not equal a number. An expression can be equal to a number, but an equation already has an '=' mark in it, so it would be meaningless to say that an equation is equal to zero or any other number.

What you might be alluding to is a theorem that says if the product of two numbers is 0, then one or the other of the numbers, or both, must be 0.

What you had was a(a + 1) = 12, from which you concluded that a = 12 or a = 11. This doesn't work at all. There are lots of ways that two numbers can multiply to 12, such as 1*12, 2*6, 3*4, (1/3)*36, -1*(-12), etc., etc. If you had checked your work, by replacing a with 12, you would have seen that 12(13) ≠ 12. Similarly, if a = 11, you would have seen that 11(12) ≠ 12.

But, by writing the equation as a2 + 1 - 12 = 0, and then factoring or using the Quadratic Formula, you should come out with the values that are solutions to the equation.
 
Ah ok, I see. Thanks for the clarification!