How do you solve 18u^2-3u=118u23u=1?

2 Answers
Jun 28, 2015

u=1/3u=13 or u= -1/6u=16

Explanation:

Method 1
Solutions for 18u^2-3u = 118u23u=1 or equivalently 18u^2-3u -1 =018u23u1=0
can be determined using the quadratic formula (see bottom, if you don't know this formula).

u= (-(-3)+-sqrt((-3)^2-4(18)(-1)))/(2(18))u=(3)±(3)24(18)(1)2(18)

color(white)("XXXX")XXXX= (3+-sqrt(81))/(36)=3±8136

u = 12/36 = 1/3u=1236=13
or
u=-6/36 = -1/6u=636=16

Method 2
If we recognize that (after moving the 1 to the left side) we can factor:
color(white)("XXXX")XXXX18y^2-3u-1=018y23u1=0
to get
color(white)("XXXX")XXXX(3u-1)(6u+1)=0(3u1)(6u+1)=0

Then either
color(white)("XXXX")XXXX(3u-1) = 0(3u1)=0 which implies u=1/3u=13
or
color(white)("XXXX")XXXX(6u+1)=0(6u+1)=0 which implies u=-1/6u=16

Jun 28, 2015

Factor y = 18x^2 - 3x - 1y=18x23x1

Explanation:

y = 18x^2 - 3x - 1 = 18(x - p)(x - q).y=18x23x1=18(xp)(xq).
I use the new AC Method (Google, Yahoo Search)
Converted y' = x^2 - 3x - 18 = (x - p')(x - q').
Factor pairs of (-18)--> (-2, 9)(-3, 6). This sum is 3 = -b
p' = 3 and q' = - 6
p = 3/18 = 1/6 and q = -6/18 = - 1/3

Factored form: y = 18(x + 1/6)(x - 1/3) = (6x + 1)(3x - 1)