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 tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top