Lösung 3.2:2

Aus Online Mathematik Brückenkurs 1

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
K
K (Robot: Automated text replacement (-{{Displayed math +{{Abgesetzte Formel))
Zeile 1: Zeile 1:
The first thing we do is to square both sides of the equation
The first thing we do is to square both sides of the equation
-
{{Displayed math||<math>2x+7 = (x+2)^2</math>}}
+
{{Abgesetzte Formel||<math>2x+7 = (x+2)^2</math>}}
to obtain an equation without a root sign. It is possible that we thereby introduce so-called spurious roots (solutions to the new equation which are not solutions to the old equation), so we need to test the solutions in the original root equation before we answer.
to obtain an equation without a root sign. It is possible that we thereby introduce so-called spurious roots (solutions to the new equation which are not solutions to the old equation), so we need to test the solutions in the original root equation before we answer.
Zeile 7: Zeile 7:
If we expand the right-hand side in the squared equation, we get
If we expand the right-hand side in the squared equation, we get
-
{{Displayed math||<math>2x+7=x^{2}+4x+4</math>|(*)}}
+
{{Abgesetzte Formel||<math>2x+7=x^{2}+4x+4</math>|(*)}}
which we also can write as
which we also can write as
-
{{Displayed math||<math>x^{2}+2x-3=0\,\textrm{.}</math>}}
+
{{Abgesetzte Formel||<math>x^{2}+2x-3=0\,\textrm{.}</math>}}
Completing the square of the left-hand side gives
Completing the square of the left-hand side gives
-
{{Displayed math||<math>x^2+2x-3 = (x+1)^2-1^2-3 = (x+1)^2-4\,\textrm{.}</math>}}
+
{{Abgesetzte Formel||<math>x^2+2x-3 = (x+1)^2-1^2-3 = (x+1)^2-4\,\textrm{.}</math>}}
The equation then becomes
The equation then becomes
-
{{Displayed math||<math>(x+1)^2 = 4</math>}}
+
{{Abgesetzte Formel||<math>(x+1)^2 = 4</math>}}
which has solutions
which has solutions

Version vom 08:40, 22. Okt. 2008

The first thing we do is to square both sides of the equation

\displaystyle 2x+7 = (x+2)^2

to obtain an equation without a root sign. It is possible that we thereby introduce so-called spurious roots (solutions to the new equation which are not solutions to the old equation), so we need to test the solutions in the original root equation before we answer.

If we expand the right-hand side in the squared equation, we get

\displaystyle 2x+7=x^{2}+4x+4 (*)

which we also can write as

\displaystyle x^{2}+2x-3=0\,\textrm{.}

Completing the square of the left-hand side gives

\displaystyle x^2+2x-3 = (x+1)^2-1^2-3 = (x+1)^2-4\,\textrm{.}

The equation then becomes

\displaystyle (x+1)^2 = 4

which has solutions

  • \displaystyle x=-1+\sqrt{4}=-1+2=1
  • \displaystyle x=-1-\sqrt{4}=-1-2=-3

A quick check shows also that \displaystyle x=-3 and \displaystyle x=1 are solutions to the squared equation (*):

  • x = -3:
\displaystyle \ \text{LHS} = 2\cdot (-3)+7 = -6+7 = 1 and
\displaystyle \ \text{RHS} = (-3+2)^{2} = 1
  • x = 1:
\displaystyle \ \text{LHS} = 2\cdot 1+7 = 2+7 = 9 and
\displaystyle \ \text{RHS} = (1+2)^2 = 9

When we test the solutions in the root equation, we get that

  • x = -3:
\displaystyle \ \text{LHS} = \sqrt{2\cdot (-3)+7} = \sqrt{-6+7} = \sqrt{1} = 1 and
\displaystyle \ \text{RHS} = -3+2 = -1
  • x = 1:
\displaystyle \ \text{LHS} = \sqrt{2\cdot 1+7} = \sqrt{2+7} = \sqrt{9} = 3
\displaystyle \ \text{RHS} = 1+2 = 3

and therefore \displaystyle x=1 is the only solution to the root equation (\displaystyle x=-3 is a spurious root).


Note: The check we carry out when substituting the solutions into equation (*) is not strictly speaking necessary, but more for seeing that we haven't calculated incorrectly. On the other hand, testing in the root equation is necessary.