Solve x = \sqrt{4 - 3x} Equation

  • Thread starter Thread starter Sheneron
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Sheneron
Messages
360
Reaction score
0

Homework Statement


[tex]x = \sqrt{4 - 3x}[/tex]

The Attempt at a Solution


[tex]x^2 = 4 - 3x[/tex]
[tex]x^2 + 3x - 4 = 0[/tex]
[tex](x+4)(x-1) = 0[/tex]

[tex]x + 4 = 0[/tex]
[tex]x = -4[/tex]

[tex]x -1 = 0[/tex]
[tex]x = 1[/tex]

Plugging back into the original equation, -4 doesn't work and 1 does work. But, if I plug it into the quadratic they both work. So which is it?
 
Physics news on Phys.org
Sheneron said:
Plugging back into the original equation, -4 doesn't work and 1 does work. But, if I plug it into the quadratic they both work. So which is it?

Hi Sheneron! :smile:

(have a square-root: √ and a square: ² :smile:)

-4 would work if -4 = √(16).

But of course √ is defined to be ≥ 0.

So you "lose" any negative solutions. :smile:

(compare, for example, x = √1 and x² = 1 … they look the same, but the only solution to the first is x = 1, while the solution to the second is x = ±1 :wink:)
 
You must check the "solutions" you obtain in the original equation, not in one that comes from squaring that original equation. The reason is this: your two numbers come from a statement is

[tex] a^2 = b^2[/tex]

From this statement alone it is not possible to claim that

[tex] a=b[/tex]

automatically follows. Your result of [tex]x = -4[/tex] is an illustration of this: clearly

[tex] -4 \ne 4 = \sqrt{4 - 3(-4)}[/tex]

but

[tex] 16 = (-4)^2 = \left(\sqrt{4-3(-4)}\right)^2[/tex]