SOLUTION: Solve the equation (u - 3)^2 = 2u^2 - 3u - 9 for u. (If there is more than one solution, separate them with commas.)

Algebra ->  Quadratic Equations and Parabolas  -> Quadratic Equations Lessons  -> Quadratic Equation Lesson -> SOLUTION: Solve the equation (u - 3)^2 = 2u^2 - 3u - 9 for u. (If there is more than one solution, separate them with commas.)      Log On


   



Question 391868: Solve the equation
(u - 3)^2 = 2u^2 - 3u - 9
for u.
(If there is more than one solution, separate them with commas.)

Answer by jsmallt9(3758) About Me  (Show Source):
You can put this solution on YOUR website!
%28u-3%29%5E2+=+2u%5E2+-3u+-9
I'm going to show you a clever way to solve this and a striaghtforward way to solve this.

The clever way depends on recognizing that
  • the equation is a quadratic equation. So you will want one side to be zero and the other side to be factored.
  • (u-3) is a factor of both sides of this equation

The straightforward way is to simplify both sides, get one side to be zero and then factor each side. This would be the only method if both sides did not have a common factor like (u-3).

First the clever solution. We start by factoring the right side:
%28u-3%29%5E2+=+%282u+%2B+3%29%28u-3%29
Then we subtract the entire right side from each side of the equation:
%28u-3%29%5E2+-+%282u+%2B+3%29%28u-3%29+=+0
Then we factor out the common factor, (u-3):
%28u-3%29%28%28u-3%29+-+%282u%2B3%29%29+=+0
Simplifying the second factor we get:
%28u-3%29%28-u-6%29+=+0
Now we use the Zero Product Property which tells us that this (or any) product can be zero only if one (or more) of the factors is zero. So:
u-3 = 0 or -u-6 = 0
Solving these we get:
u = 3 or u = -6

%28u-3%29%5E2+=+2u%5E2+-3u+-9
The straightforward way starts with simplifying both sides. Using FOIL or the %28a-b%29%5E2+=+a%5E2+-2ab+%2B+b%5E2 pattern to multiply out the left sides we get:
%28u%29%5E2+-+2%28u%29%283%29+%2B+%283%29%5E2+=+2u%5E2+-3u+-9
which simplifies to:
u%5E2+-6u+%2B+9+=+2u%5E2+-3u+-9
Next we get one side to be zero. Since the step after this is factoring and since factoring is easier with a positive leading coefficient, I am going to subtract the entire left side from both sides:
0+=+u%5E2+%2B3u+-18
Factoring we get:
0 = (u-3)(u+6)
Using the Zero Product Property we get:
u-3 = 0 or u+6 = 0
Solving each of these we get:
u = 3 or u = -6