Solving quintic equation

Qwertyuiop[]

Junior Member
Joined
Jun 1, 2022
Messages
123
Hi, i have this equation of degree 5. The equation is (x54x3)2=0(x^5 - 4x^3)^2 =0
I did it like this , i just need to know if i did it right. So i factor out x^3 and we get: (x3(x24))2=0(x^3(x^2-4))^2 = 0I took the square root of both sides and set equal to 0 and got x=0 , x=2 , x=-2.

The other way is to expand but i get an equation of degree 10 and it gets a little complicated. How would you solve this, by factoring out the x^6 ?
This is the expanded form : x^10 - 8(x^8) + 16(x^6)= 0
 
How would you solve this, by factoring out the x^6 ?
(x54x3)2=x6(x24)2=0(x^5 - 4x^3)^2 =x^6(x^2-4)^2=0

It follows that x6=0x^6=0 or (x24)2=0    x=0,±2.(x^2-4)^2=0 \implies x=0,\pm 2.

Hope this helps :)
 
Hi, i have this equation of degree 5. The equation is (x54x3)2=0(x^5 - 4x^3)^2 =0
I did it like this , i just need to know if i did it right. So i factor out x^3 and we get: (x3(x24))2=0(x^3(x^2-4))^2 = 0I took the square root of both sides and set equal to 0 and got x=0 , x=2 , x=-2.

The other way is to expand but i get an equation of degree 10 and it gets a little complicated. How would you solve this, by factoring out the x^6 ?
This is the expanded form : x^10 - 8(x^8) + 16(x^6)= 0
I don't see any problems with your solution.
 
There is nothing wrong with what you did.

I might do it as follows

{x3(x24)}2=0    {x3(x2)(x+2)}2=0    x3(x2)(x+2)=0=0     by the zero-product property thatx=0, x=2, or x=2.\{x^3(x^2 - 4)\}^2 = 0 \implies \{x^3(x - 2)(x + 2)\}^2 = 0 \implies \\ x^3(x - 2)(x + 2) = \sqrt{0} = 0 \implies \text { by the zero-product property that} \\ x = 0, \ x = 2, \text { or } x = - 2.
 
There is nothing wrong with what you did.

I might do it as follows

{x3(x24)}2=0    {x3(x2)(x+2)}2=0    x3(x2)(x+2)=0=0     by the zero-product property thatx=0, x=2, or x=2.\{x^3(x^2 - 4)\}^2 = 0 \implies \{x^3(x - 2)(x + 2)\}^2 = 0 \implies \\ x^3(x - 2)(x + 2) = \sqrt{0} = 0 \implies \text { by the zero-product property that} \\ x = 0, \ x = 2, \text { or } x = - 2.
oh yes, the difference of two squares, i missed that . Just one thing, by taking square root of both sides, can we loose solutions?
 
Hi, i have this equation of degree 5. The equation is (x54x3)2=0(x^5 - 4x^3)^2 =0
I did it like this , i just need to know if i did it right. So i factor out x^3 and we get: (x3(x24))2=0(x^3(x^2-4))^2 = 0I took the square root of both sides and set equal to 0 and got x=0 , x=2 , x=-2.

The other way is to expand but i get an equation of degree 10 and it gets a little complicated. How would you solve this, by factoring out the x^6 ?
This is the expanded form : x^10 - 8(x^8) + 16(x^6)= 0
How many roots did you find for x^10 - 8(x^8) + 16(x^6)= 0 ?
 
(x-2)4 =0

will have

4 roots - (2, 2, 2, 2) - but all those are repeating roots. The graph of the function will be really (really , really , really ) flat at x = 2.
 
First (x5−4x3)2=0 is a 10th degree equation, not a 5th degree equation.

I like to think through what I do.
I would first ask myself what do I square to get 0. The answer is just 0
So (x5−4x3)=0
Like you, I would factor next, getting x3(x2−4)=0
Then x3=0 or (x2−4)=0
Giving us the solution x=0, x=2 or x=-2
Notice that there is no need to be concerned with taking the square root.
 
Top