Need help solving n^5+80=5n^4+16n?

  • Thread starter Thread starter ymersion
  • Start date Start date
AI Thread Summary
To solve the equation n^5 + 80 = 5n^4 + 16n, factoring is a recommended approach, particularly by guessing integer roots. The roots identified are n = 5, 2, and -2, which can be found by rearranging the equation to n^5 - 5n^4 - 16n + 80 = 0. Factoring leads to the expression (n^4 - 16)(n - 5) = 0, allowing for the determination of roots as n = ±2 and n = 5. Synthetic division and factoring by grouping are also effective methods for solving such polynomial equations. The discussion highlights the importance of recognizing patterns and relationships in the coefficients for successful factorization.
ymersion
Messages
4
Reaction score
0
Can someone help me solve this? I can't figure it out.

n^5+80=5n^4+16n
 
Physics news on Phys.org
Factorisation might work here. Especially if you can "guess" one root.
 
Does n mean you are looking only for integer roots?
 
n is just the variable, any rational answer will work. I've tried to factor but, I can't.
 
Maybe if you can guess a root (try n = 1, 2, 3, -1, -2, -3, ...), you can factor the remaining polynomial.
Especially for homework assignments this tends to work, because the exercise is constructed such that most roots are integers near 0.
 
I have the answer. I just don't know how to solve it. Answer is n=5,2,-2
 
Move everything to one side and note that 80 = 5*16. Factor into a sum of two terms each involving a product of two terms. Then try to factor the resulting expression.
 
Last edited:
Hey,you have to guess a value of n(which i found to be -2) to make n^5-80-5n^4+16n equal to zero and that's one of the roots then you can continue to find the other by doing your long division.
 
I finally got it. Thanks for the help. FYI, this is how I solved it.

n^5-5n^4-16n+80=0
n^4(n-5)-16(n-5)=0
(n^4-16)(n-5)=0
n^4=16 and n-5=0
n=+/-2,5
 
  • #11
That was my first hunch too. Then I realized with the constant term being 80, factoring was the best way to go. Keeping in mind Compuchip's hint, it's easy to see -1, 0, and 1 won't work. 2 worked out nicely and really at that point synthetic division would have done the trick but I remembered learning "factoring by grouping" and realizing that 80 was a multiple of 16 made everything clear.
 
  • #12
There are many ways to skin that cat :smile:
 
Back
Top