b2386
- 34
- 0
Homework Statement
How do I find the roots of 4x^3+x+5 = 0? It doesn't appear to be in a nice form like many equations in the textbook?
The discussion revolves around finding the roots of the cubic equation 4x^3 + x + 5 = 0. Participants explore various methods for solving polynomial equations, particularly focusing on the transition from cubic to quadratic forms.
The conversation is ongoing, with various methods being proposed and evaluated. Some participants have offered guidance on the use of the Rational Root Theorem and polynomial division, while others are clarifying their understanding of completing the square and the quadratic formula.
There is a noted confusion regarding the correct quadratic expression derived from the cubic equation, which affects the simplification process. Participants are also navigating the constraints of homework policies that discourage complete solutions.
No problem, don't worry bout it, your a new member so we won't send you to the gallows just yetFeldoh said:Sorry, and on the downside, apparently I can't add :(
Hootenanny said:No problem, don't worry bout it, your a new member so we won't send you to the gallows just yet. Seriously though, any help that you can give in the forums is very much appreciated. Welcome to the Forums!
![]()
That simplifies to 4(+/-)/[square root of 8]i/8
This answer is actually correct, I missed the minus sign in my previous post (typo sorrypugfug90 said:Oopd.. Forgot to take the square root after de squaring 64 :D
Is there any way to simplify 4x^2 + 4x + 5 besides quadratic formula?
I tried completing the square..
4x^2 + 4x + 5..
4(x^2 + x)=-5
(x^2 + x)=-5/4
(x^2 + x + 0.25)=-1
(x+0.5)^2=-1
x+0.5=(+/-)i
x=-0.5 (+/-)i..
I got real close.. then got that -0.5 at the end..
pugfug90 said:
For the real Polynomial:
+4x^2+4x+5
The Solutions are:
X1=(-0.5+i1)
X2=(-0.5-i1)
pugfug90 said:How come putting the original 4x^3+x+5 doesn't decompose into -0.5..?