Solve √(x^2+3x+7)-√(x^2-3x+9)+2=0

  • MHB
  • Thread starter SigmaS
  • Start date
In summary, the first equation can be solved by rewriting it in the form of a quadratic equation and using the quadratic formula to find the solutions. For the second equation, the correct method is to isolate the remaining square root and then square both sides of the equation to eliminate the square root. However, this method may introduce extraneous solutions, so it is important to check the solutions in the original equation.
  • #1
SigmaS
5
0
I'm struggling with two particular equations in my Algebra textbook.

1) $x^2+m^2=2mx+(nx)^2 $
2) $\sqrt{x^2+3x+7}-\sqrt{x^2-3x+9}+2=0$

I know the answer to the first equation is {$\frac{m}{1-n}, \frac{m}{1+n}$}. The answer to the second equation is {$-\frac{9}{5}$}.

I don't understand why I'm struggling on problems that look so simple. Here's how I approached the first problem:
$$x^2+m^2-2mx=n^2(x^2)$$
$$x^2+2mx+m^2-2mx=n^2x^2$$
$$\sqrt{x^2+m^2}=\sqrt{n^2x^2}$$
$$x=\frac{x+m}{n}, \frac{x-m}{n}$$

I suspect my answer is actually correct but it is only translated differently. I'm not too sure. I did plug my answer into a simplified version of the problem and indeed, I got, $x=\frac{x+m}{n}, \frac{x-m}{n}$ but I don't think that's trustworthy.

My approach to the second problem goes as follows:
$$\sqrt{x^2+3x+7}-\sqrt{x^2-3x+9}=-2$$
$$(\sqrt{x^2+3x+7})^2-(\sqrt{x^2-3x+9})^2=(-2)^2$$
$$x^2+3x+7-x^2+3x-9=4$$
$$6x=6$$
$$x=1$$

I don't believe squaring the roots actually works the way I tried here, but this was the best I could do. I tried factoring the polynomials within the roots individually, but that led to some really messy results so I avoided it.

Could someone please explain each step of either problem using TeX commands? Other people I asked either gave vague answers without much explanation or did part of the problem in hopes I would connect the dots and complete the rest. I'd really just appreciate a straight forward, detailed solve. Also, I would prefer if you do not skip steps - I don't mind if it's very long.
 
Mathematics news on Phys.org
  • #2
SigmaS said:
I don't understand why I'm struggling on problems that look so simple. Here's how I approached the first problem:
$$x^2+m^2-2mx=n^2(x^2)$$
$$x^2+2mx+m^2-2mx=n^2x^2$$
$$\sqrt{x^2+m^2}=\sqrt{n^2x^2}$$
$$x=\frac{x+m}{n}, \frac{x-m}{n}$$

I suspect my answer is actually correct but it is only translated differently. I'm not too sure. I did plug my answer into a simplified version of the problem and indeed, I got, $x=\frac{x+m}{n}, \frac{x-m}{n}$ but I don't think that's trustworthy.

At the second line you added the term 2mx just on the left side of the equation. Instead, we can use the formula $(a-b)^2=a^2-2ab+b^2$. Then we have the following:
\begin{equation*}x^2+m^2-2mx=n^2(x^2) \Rightarrow x^2-2mx+m^2=n^2x^2 \Rightarrow (x-m)^2=(nx)^2 \end{equation*} Now we take the square root and get \begin{equation*}\sqrt{(x-m)^2}=\sqrt{(nx)^2 }\Rightarrow x-m=\pm nx\end{equation*}
So we get \begin{align*}&x-m=nx \ \text{ or } \ x-m=-nx \\ & \Rightarrow x-nx =m \ \text{ or } \ x+nx =m \\ & \Rightarrow x(1-n) =m \ \text{ or } \ x(1+n) =m \\ & \Rightarrow x =\frac{m}{1-n} \ \text{ or } \ x =\frac{m}{1+n}\end{align*}

SigmaS said:
My approach to the second problem goes as follows:
$$\sqrt{x^2+3x+7}-\sqrt{x^2-3x+9}=-2$$
$$(\sqrt{x^2+3x+7})^2-(\sqrt{x^2-3x+9})^2=(-2)^2$$
$$x^2+3x+7-x^2+3x-9=4$$
$$6x=6$$
$$x=1$$

I don't believe squaring the roots actually works the way I tried here, but this was the best I could do. I tried factoring the polynomials within the roots individually, but that led to some really messy results so I avoided it.

At the second line, if you square the equation it should be $(a-b)^2=a^2-2ab+b^2$ on the left side, instead of $a^2-b^2$. Then you have still one square root. You leave this root alone at one side of the equation and square again the equation.
 
  • #3
The first equation, [tex]x^2+ m^2- 2mx= n^2x^2[/tex], can be written as [tex](1- n^2)x^2- 2mx+ m^2= 0[/tex]. Now use the quadratic formula.

For the second equation, [tex]\sqrt{x^2+ 3x+ 7}- \sqrt{x^2- 3x+ 9}= 2[/tex], no, your "method" is not valid. If a- b= 2 then [tex](a- b)^2= a^2- 2ab+ b^2= 4[/tex], not "[tex]a^2- b^2= 4[/tex]".

Because I would really rather not multiply two square roots together my first step would be to rewrite the equation as [tex]\sqrt{x^2+ 3x+ 7}= \sqrt{x^2- 3x+ 9}+ 2[/tex]. NOW square both sides: [tex]x^2+ 3x+ 7= x^2- 3x+ 9+ 4\sqrt{x^2- 3x+ 9}+ 4[/tex].

Now isolate that remaining square root, [tex]6x- 6= 4\sqrt{x^2- 3x+ 9}[/tex] or [tex]3x- 3= 2\sqrt{x^2- 3x+ 9}[/tex], and square again: [tex]9x^2- 18x+ 9= 4(x^2- 3x+ 9)[/tex]. That is a fairly easy quadratic equation to solve for x.

Caution- when you square both sides of an equation, you may introduce new roots that do not satisfy the original equation. That last quadratic equation will have two roots but they may not both satisfy the original equation. Try both roots in the original equation to see.
 
  • #4
SigmaS said:
My approach to the second problem goes as follows:
$$\sqrt{x^2+3x+7}-\sqrt{x^2-3x+9}=-2$$
$$(\sqrt{x^2+3x+7})^2-(\sqrt{x^2-3x+9})^2=(-2)^2$$
A simple example to show your method is not quite correct:

sqrt(25) - sqrt(4) = 3

[sqrt(25)]^2 - [sqrt(4)]^2 = 3^2

25 - 4 = 9
21 = 9

Do you "see" now why your method was not quite correct?
 
  • #5
Country Boy said:
The first equation, [tex]x^2+ m^2- 2mx= n^2x^2[/tex], can be written as [tex](1- n^2)x^2- 2mx+ m^2= 0[/tex]. Now use the quadratic formula.

For the second equation, [tex]\sqrt{x^2+ 3x+ 7}- \sqrt{x^2- 3x+ 9}= 2[/tex], no, your "method" is not valid. If a- b= 2 then [tex](a- b)^2= a^2- 2ab+ b^2= 4[/tex], not "[tex]a^2- b^2= 4[/tex]".

Because I would really rather not multiply two square roots together my first step would be to rewrite the equation as [tex]\sqrt{x^2+ 3x+ 7}= \sqrt{x^2- 3x+ 9}+ 2[/tex]. NOW square both sides: [tex]x^2+ 3x+ 7= x^2- 3x+ 9+ 4\sqrt{x^2- 3x+ 9}+ 4[/tex].

Now isolate that remaining square root, [tex]6x- 6= 4\sqrt{x^2- 3x+ 9}[/tex] or [tex]3x- 3= 2\sqrt{x^2- 3x+ 9}[/tex], and square again: [tex]9x^2- 18x+ 9= 4(x^2- 3x+ 9)[/tex]. That is a fairly easy quadratic equation to solve for x.

Caution- when you square both sides of an equation, you may introduce new roots that do not satisfy the original equation. That last quadratic equation will have two roots but they may not both satisfy the original equation. Try both roots in the original equation to see.

Hey, can you explain why I can rewrite the first equation as [tex](1- n^2)x^2- 2mx+ m^2= 0[/tex]? It's [tex](1- n^2)x^2[/tex] that confuses me. I can complete from there without struggle, but I just don't understand why translating that way works. Also, thank you for the second equation, I finally got the right answer! However, I believe you were supposed to subtract the 2 rather than move it to the other side (in this case it makes no difference because we end up squaring, anyway), like so: [tex]\sqrt{x^2+ 3x+ 7}= \sqrt{x^2- 3x+ 9}-2[/tex]
 
  • #6
SigmaS said:
Hey, can you explain why I can rewrite the first equation as [tex](1- n^2)x^2- 2mx+ m^2= 0[/tex]?
x^2 + m^2 - 2mx = n^2 x^2

x^2 - n^2 x^2 + m^2 - 2mx = 0

x^2(1 - n^2) + m^2 - 2mx = 0

Hokay?
 

What is the equation?

The equation is √(x^2+3x+7)-√(x^2-3x+9)+2=0.

What is the unknown variable?

The unknown variable is x.

What is the degree of the equation?

The degree of the equation is 2.

What is the solution to the equation?

The solution to the equation is x = -1 or x = -2.

How do you solve the equation?

To solve the equation, you can use the quadratic formula or factor the equation and solve for x.

Similar threads

Replies
4
Views
856
  • General Math
Replies
4
Views
902
Replies
7
Views
1K
Replies
1
Views
879
  • General Math
Replies
10
Views
2K
  • General Math
Replies
7
Views
501
Replies
2
Views
1K
  • General Math
Replies
1
Views
1K
Replies
6
Views
2K
  • General Math
Replies
2
Views
1K
Back
Top