Solve the Equation: Finding X in (x+3)^2 + 2x^2 = 18

Question

Solve the following equation:

(x+3)2+2x2=18 (x+3)^2+2x^2=18

Video Solution

Solution Steps

00:00 Find X
00:03 Use the abbreviated multiplication formulas
00:23 Substitute appropriate values according to the given data and open the parentheses:
00:43 Substitute in our equation
00:58 Arrange the equation so that one side equals 0
01:04 Collect like terms
01:24 Simplify as much as possible
01:39 Identify the coefficients
01:54 Use the quadratic formula
02:17 Substitute appropriate values and solve
02:44 Calculate the square and multiplications
02:53 Calculate the square root of 16
03:05 These are the 2 possible solutions (addition, subtraction)
03:26 And this is the solution to the problem

Step-by-Step Solution

To solve the equation (x+3)2+2x2=18(x+3)^2 + 2x^2 = 18, we'll follow these steps:

  • Step 1: Expand the expression (x+3)2(x+3)^2.
  • Step 2: Combine and simplify terms to form a standard quadratic equation.
  • Step 3: Use the quadratic formula to find values of xx.

Now, let's work through each step.
Step 1: Expand (x+3)2(x+3)^2:

(x+3)2=x2+2×x×3+32=x2+6x+9(x+3)^2 = x^2 + 2 \times x \times 3 + 3^2 = x^2 + 6x + 9.

Step 2: Substitute back into the original equation:

x2+6x+9+2x2=18x^2 + 6x + 9 + 2x^2 = 18.

Combine like terms:

3x2+6x+9=183x^2 + 6x + 9 = 18.

Subtract 18 from both sides to form the quadratic equation:

3x2+6x+918=03x^2 + 6x + 9 - 18 = 0.

Simplify:

3x2+6x9=03x^2 + 6x - 9 = 0.

Divide every term by 3 to simplify further:

x2+2x3=0x^2 + 2x - 3 = 0.

Step 3: Use the quadratic formula x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}, where a=1a=1, b=2b=2, and c=3c=-3.

Calculate discriminant: b24ac=224×1×(3)=4+12=16b^2 - 4ac = 2^2 - 4 \times 1 \times (-3) = 4 + 12 = 16.

Since the discriminant is positive, there are two real roots.

Find roots:

x=2±162×1x = \frac{-2 \pm \sqrt{16}}{2 \times 1}.

Calculate roots:

x1=2+42=1x_1 = \frac{-2 + 4}{2} = 1,
x2=242=3x_2 = \frac{-2 - 4}{2} = -3.

Therefore, the solutions to the equation are x1=1 x_1 = 1, x2=3 x_2 = -3 .

Answer

x1=1,x2=3 x_1=1,x_2=-3