Confirmation in my solution to finding these roots

  • Thread starter Thread starter subopolois
  • Start date Start date
  • Tags Tags
    Roots
AI Thread Summary
The discussion focuses on finding the roots of the quadratic equation 3x^2 - 4x + 2 = 0 using the quadratic formula. The initial attempt at a solution leads to complex roots, specifically x = 2 - 2sqrt2i and x = 2 + 2sqrt2i. A key point raised is the importance of using parentheses in mathematical expressions to avoid errors in calculations. The correct application of the quadratic formula is emphasized to ensure accurate results. Overall, the conversation highlights the necessity of proper notation in solving quadratic equations.
subopolois
Messages
81
Reaction score
0

Homework Statement


find the roots of:
3x^2 − 4x + 2 = 0

Homework Equations


quadratic equation


The Attempt at a Solution


4+/- sqrt16-24/6

4+/-sqrt-8/6

4+/- isqrt4 sqrt2

4+/-2isqrt2/6
simplify a bit

x= 2-2sqrt2i
x= 2+2sqrt2i

does this seem right?
 
Physics news on Phys.org
When you're typing mathematical expressions on a single line, you need to use parentheses to group things appropriately.

For your equation, 3x^2 -4x + 2 = 0 (a quadratic equation), you can use the quadratic formula:
x = (-b \pm \sqrt{b^2 - 4*a*c})/(2*a).

Without the LaTeX coding, this can be written as

x = (-b +/- sqrt(b^2 - 4ac))/(2a)

What you have in your first line after applying the quadratic formula is this:
4+/- sqrt16-24/6

If you had used parentheses, you would have had a better chance of getting the right answer. How about giving them a try?
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top