Determining Equations with Squared Roots: Learn from O, P, and Q | Expert Help"

  • Thread starter Thread starter sissi169
  • Start date Start date
  • Tags Tags
    Roots
AI Thread Summary
To determine the equation with roots o², p², and q² from the original cubic equation ax³ + bx² + cx + d = 0, one must first express the new cubic in terms of the original roots. The new equation can be represented as x³ + ex² + fx + g = (x - o²)(x - p²)(x - q²). Key steps include finding the relationships between the coefficients of the original and new equations, specifically relating b/a, c/a, and d/a to the new roots. A substitution method, such as y = x², can help derive the new equation, but care must be taken with negative roots. Ultimately, the new equation's coefficients can be expressed in terms of the original coefficients, leading to a complete cubic polynomial.
sissi169
Messages
1
Reaction score
0
if o,p,q are roots of the equation ax^3+bx^2+cx+d=0, determine the equation whose roots are o^2,p^2 and q^2

who can help me solve it? thank you
 
Physics news on Phys.org
This is missplaced.

Please study the rules of this forum before posting.
 
Thread moved to Homework Help, Precalc Math.
 
Unless I am missing some completely obvious substitution (and I may be), this question is solvable, but not trivial to solve or explain. I'm assuming you want a new function that only has o2, p2, and q2 as roots; thus it will be cubic (barring imaginary roots). Only the constants a, b, c, and d will be different, and we want to write the new constants in terms of a, b, c, and d.

What you will need to do is to realize that ax^3+bx^2+cx+d and x^3+(b/a)x^2+(c/a)x + (d/a) have the same roots, because the second one is just the first one divided by a \neq 0. The right hand side is still 0, so the solutions aren't changed.

Now, we know we can factor and get

x^3 + \frac{b}{a}x^2 + \frac{c}{a}x + \frac{d}{a} = (x-o)(x-p)(x-q)

Multiply out and find b/a, c/a, and d/a in terms of o, p, and q. Then, suppose that the new cubic equation we want, with roots o2, p2, and q2 is

x^3 + ex^2 + fx + g = (x-o^2)(x-p^2)(x-q^2)

Find e, f, and g in terms of o2, p2, and q2. Try to relate it to b/a, c/a, and d/a.

That last part takes some thought, but give it a try and post back if you're still stuck after trying awhile.
 
Last edited:
Usually in Further math, if we have an equation,ax^3+bx^2+cx+d=0 whose roots are \alpha, \beta, \gamma and we want to find an equation whose roots are \alpha^2,\beta^2, \gamma^2. A substitution such as y=x^2 gives you it directly.
 
Except what happens if the roots are negative? That's the problem I had with substituting y = x2. You will end up with a new equation, but the square root is always positive, so you may not come up with the same solutions. Maybe I am getting myself confused; your idea seems the more reasonable answer.
 
sub x=\sqrt{y} into the equation and simplify. It doesn't matter whether or not the roots are -ve or +ve.
 
Suppose f(x) = (x + 1)3. The triple root is -1. If we substitute \sqrt{y} we find f(y) = (\sqrt{y} + 1)^3 which doesn't have any real roots. Of course, this is only because we define the square root as positive, but I think that is a real concern.
 
f(x)=(x+1)^3 has root \alpha (=-1) for his equation, there are 3 not one.
 
  • #10
If a polynomial, with leading coefficient a, has roots o, p, q, then it can be written as a(x-p)(x-q)(x-o)= ax3-a(p+q+o)x2+a (op+ oq+ pq)x- aopq= 0

Similarly, the equation whose roots are p2, q2, and o2 must be of the form x3- (p2+ q2+ o2)x2- (o2p2+ o2q2+ p2q2)x- o2p2q2= 0.

You know -aopq= d so opq= d/a and o2p2q2= d2/a2. That's the constant term of the equation you are seeking. In fact if you multiply out (o+ p+ q)2 that will equal b2/a2, that should give you most of what you want.
 

Similar threads

Back
Top