Solving a Simple Quadratic Problem: 3x^2 - 12x + 11 with the Quadratic Formula

  • Thread starter Thread starter BuBbLeS01
  • Start date Start date
  • Tags Tags
    Quadratic
AI Thread Summary
The discussion focuses on solving the quadratic equation 3x^2 - 12x + 11 using the quadratic formula. The initial attempt resulted in an incorrect simplification of the square root, specifically with √12. The correct simplification involves recognizing that √12 equals 2√3, which leads to a clearer reduction of the expression. The steps emphasize the importance of using grouping symbols correctly and simplifying fractions properly. Ultimately, the solution simplifies to (6 ± √3) / 3.
BuBbLeS01
Messages
602
Reaction score
0

Homework Statement


I am trying to use the quadratic formula for 3x^2 - 12x +11 and I am getting...
12 +/- (sqrt 12)/6 which is supposed to reduce to 6 +/- (sqrt 3)/3 and I can't figure it out...it's very sad!
 
Physics news on Phys.org
\sqrt{12} = \sqrt{4*3}= \sqrt{4}\sqrt{3} =2\sqrt{3}
 
The 2/2 cancels, involving the distributive property.

You did not use grouping symbols correctly in your message, but see the steps:

((2*2*3) +/- (2*2*3)^(.5))/(2*3)
=((2*2*3) +/- (2)*(3^(0.5)))/(2*3)
= 2*(2*3 +/- (3^(0.5)))/(2*3)
Notice the factor of 2 in numerator and factor of 2 in denominator; you need to write these steps longhand so you can see clearly; no typesetting system here on my end...
... simplifies quite well to
=(2*3 +/- (3^(0.5)))/3
=(6 +/- (3^(0.5))/3

Also watch my work carefully in case I make any grouping symbol error. I just caught a few that I corrected, but again check carefully.
 
rock.freak667 said:
\sqrt{12} = \sqrt{4*3}= \sqrt{4}\sqrt{3} =2\sqrt{3}
So you have (12 * 2 * sqrt 3) / 6 which simplifies to (6 * 1 * sqrt3) / 3 then to
(6 * sqrt 3) / 3
 
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