Creating a Quadratic Equation with Inverted Roots

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 5K views
Maatttt0
Messages
37
Reaction score
0

Homework Statement



The quadratic equation [tex]x^2 + kx + 2k = 0[/tex] where k is a non-zero constant, has roots [tex]\alpha[/tex] and [tex]\beta[/tex].

Find a quadratic equation with roots [tex]\frac{\alpha}{\beta}[/tex] and [tex]\frac{\beta}{\alpha}[/tex]. {one is meant to be inverted - the code isn't working properly :( }

Homework Equations





The Attempt at a Solution



A question like this, I would normal attempt by using 'u' as a variable and get [tex]\alpha[/tex] on it's own, e.g:
[tex]\alpha + 1 = u[/tex]
[tex]\alpha = u - 1[/tex]

I would then subst. the u - 1 part into the equation and get the answer. I'm unsure where to go as alpha and beta are in a fraction together - help please :)
 
Last edited:
Physics news on Phys.org
Maatttt0 said:
Find a quadratic equation with roots [tex]\frac{\alpha}{\beta}[/tex] and [tex]\frac{\alpha}{\beta}[/tex].

Just a question -- are those both intended to be the same or is one of them supposed to be inverted?
 
LCKurtz said:
Just a question -- are those both intended to be the same or is one of them supposed to be inverted?

Ahh thank you - meant to be inverted, I'll edit it now :)
 
I would have started by writing down the equation of the quadratic with those roots, and only then worry about trying to rewrite everything in terms of k.

What relationships do you know exist between alpha, beta, and k?
 
Do you mean;

[tex](x - \alpha)(x - \beta)[/tex]

[tex]x<sup>2</sup> - \alpha x - \beta x + \alpha\bet = 0[/tex]

Therefore [tex]\alpha\beta = 2k...?[/tex] :S
 
Maatttt0 said:
Do you mean;

[tex](x - \alpha)(x - \beta)[/tex]

[tex]x<sup>2</sup> - \alpha x - \beta x + \alpha\bet = 0[/tex]

Therefore [tex]\alpha\beta = 2k...?[/tex] :S

Don't use the sup in combination with tex tags. I think the equation you are trying to write is

[tex]x^2 -(\alpha + \beta)x + \alpha\beta = x^2 + kx + 2k[/tex]

There is currently a bug in the "preview" feature for tex; the workaround is to hit the refresh F5 button on your browser after trying to preview.

Anyway, yes, that gives you a couple of equations to work with for α and β.

Note to Hurkyl: I have tried to get someone's attention about the preview bug in the HH forum and with a message to Greg. Do you know if anything is being looked at?
 
Yes it is - okay thank you, I shall give it ago :)