Finding the roots of an equation

  • Thread starter Thread starter b2386
  • Start date Start date
  • Tags Tags
    Roots
Click For Summary

Homework Help Overview

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.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Participants discuss graphing the equation to identify roots, with one noting that -1 is a root. There is an exploration of polynomial division and the implications of imaginary roots. Some participants question the correctness of their simplifications and the application of the quadratic formula.

Discussion Status

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.

Contextual Notes

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.

b2386
Messages
34
Reaction score
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?
 
Physics news on Phys.org
I know one way.. graph it on your graphinc calculator. You see that -1 is a zero of the graph, therefore, (x+1)*something=4x^3+x+5..so divide 4x^3+x+5 by (x+1).. You get 4x^2 + 4x + 5..graph that.. Then you see there are no zeros, meaning that those are imaginary factors.. And I can't simplify 4x^2 + 4x + 5 but
http://www.hvks.com/Numerical/websolver.htm
says the imaginary answers are
X1=(0.5-i1)
X2=(0.5+i1)
--
PS someone remind me how to solve 4x^2 + 4x + 5 :D
 
Quadratic formula?
 
Feldoh, although your help is appreciated please do not post complete solutions, never mind incorrect solutions, as it is contrary to our policy.
 
Sorry, and on the downside, apparently I can't add :(
 
Last edited:
Feldoh said:
Sorry, and on the downside, apparently I can't add :(
No problem, don't worry bout it, your a new member so we won't send you to the gallows just yet :-p . Seriously though, any help that you can give in the forums is very much appreciated. Welcome to the Forums! :biggrin:
 
Hootenanny said:
No problem, don't worry bout it, your a new member so we won't send you to the gallows just yet :-p . Seriously though, any help that you can give in the forums is very much appreciated. Welcome to the Forums! :biggrin:

Thanks for the welcome^^
 
Quadratic formula?

I hate the quadratic formula.

To try and simplify 4x^2 + 4x + 5... With quadratic form, I did 4(+/-)[square root of -64]/8
That simplifies to 4(+/-)/[square root of 8]i/8..

Now how do we get
X1=(0.5-i1)
X2=(0.5+i1) from that..

I prefer factoring.. by FOILING..4x^2 + 4x + 5.. Or is it impossible to deFoil imaginaries?
 
You haven't simplified properly;

That simplifies to 4(+/-)/[square root of 8]i/8

When it actually simplifies to;

[tex]x = \frac{4\pm 8i}{8}[/tex]
 
  • #10
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..
 
  • #11
None of this talk about quadratics will help the OP solve their problem, as it is a cubic equation: [itex]4x^3+x+5 = 0[/itex]. The mechanics for solving cubics makes the quadratic formula look like baby stuff. Mathworld has a quite complete discussion on the cubic formula: http://mathworld.wolfram.com/CubicFormula.html" .
 
Last edited by a moderator:
  • #12
pugfug90 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..
This answer is actually correct, I missed the minus sign in my previous post (typo sorry :rolleyes: ), you must have made a mistake in your previous method. As an aside completing the square is equivalent to using the quadratic equation (in fact the quadratic equation is derived by completing the square)
 
  • #13
Hmm..?
http://www.hvks.com/Numerical/websolver.htm
This also yields +0.5 (+/-)i..
same as yours of
https://www.physicsforums.com/latex_images/12/1255823-0.png
But I still don't know where I went wrong with my
x=-0.5 (+/-)i.. solution from completing the square..
---
"None of this talk about quadratics will help the OP solve their problem"
Nope..:D I think the way we did it in class was to assign "p" to the lowest degree, and "q" to the highest degree, find all the factors of each, and the possible zeros are some of "p/q".. Which you can find via graphing..
 
Last edited by a moderator:
  • #14
Hello..llllllllll
 
  • #15
@pugfug90,

[tex]\text{The solution of }4x^2+4x+5=0\text{ is }x=\frac{-4\pm 8i}{8}[/tex]​

so your completing the square solution is absolutely correct. Remember that the quadratic formula is

[tex]x=\frac{-b \pm \sqrt{b^2-4ac}}{2a}[/tex]​

@OP,

The original equation is a cubic, and while there are clever ways to solve it using plain algebra, the easiest way without a calculator is to try every root in the Rational Root Theorem (http://www.mathwords.com/r/rational_root_theorem.htm) . Doing this, you will find, as pugfug90 did, that -1 is a root.

Once you discover that, you know that [tex](x-(-1))=(x+1)[/tex] is a factor of [tex]4x^3+x+5[/tex] by the Factor Theorem (http://www.purplemath.com/modules/factrthm.htm) . Divide through long division or synthetic division to find that

[tex]4x^3+x+5=(x+1)(4x^2-4x+5)=0[/tex]​

so the last two roots are the roots of the remaining quadratic and can be solved. In all these problems, the strategy is to try and simplify polynomials with degrees higher than two by finding easy to find roots until you get a product of quadratics which makes finding all the roots possible.
 
Last edited by a moderator:
  • #16
Does that mean that the online imaginary root calculator is wrong?
 
  • #17
pugfug90 said:
Hmm..?
http://www.hvks.com/Numerical/websolver.htm
This also yields +0.5 (+/-)i..

That website gives
For the real Polynomial:
+4x^2+4x+5
The Solutions are:
X1=(-0.5+i1)
X2=(-0.5-i1)

So no, it is not incorrect.
 
  • #18
Yep, the original application of the quadratic formula a few posts up did not seem to use -b but just b.
 
  • #19
How come putting the original 4x^3+x+5 doesn't decompose into -0.5..?
 
  • #20
pugfug90 said:
How come putting the original 4x^3+x+5 doesn't decompose into -0.5..?

Because you didn't divide (x+1) into 4x3+x+5 correctly. The cubic factors as 4x3+x+5=(x+1)(4x2-4x+5)
 
  • #21
?
:(
So, what's right, my "completing the square", resulting in -0.5 plus blah, or the online calculator's of +0.5 plush blah
 
  • #22
The answer given online is correct. Your completing the square method is correct, but, in post #2, you have the wrong quadratic expression. It should be 4x2-4x+5. Use your completeing the square method on this, and it should work.
 
  • #23
Ahha!
So I completed the square correctly, just not the right number.. Thanks:)
 

Similar threads

  • · Replies 13 ·
Replies
13
Views
3K
Replies
6
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
Replies
9
Views
3K
  • · Replies 22 ·
Replies
22
Views
3K
Replies
6
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K