5

How is the equation $x_1+5x_2-\sqrt{(2x_3)} = 1$ a linear equation? The answer given in the book is, "The Equation is linear".

How can an equation involving a square root like the above equation be a linear equation?

here is the cutting of the book, enter image description here

  • 2
    It isn't. But if you had $\sqrt 2 x_3$ instead of $\sqrt{2x_3}$, it would be... I suspect there was a typo. – David Mitra Dec 26 '12 at 17:16
  • The original post clearly did not have $2x_3$ nested in parentheses. – David Mitra Dec 26 '12 at 17:20
  • no this is not misprint you can see the cutting from the book, this is (a) part and at the bottom you can see the answer – Zia ur Rahman Dec 26 '12 at 17:22
  • @DavidMitra I only put parenthesis because LaTeX cut off the top of the square root sign, which sort of defeated the purpose of the question. – Sidd Singal Dec 26 '12 at 17:23
  • 2
    It's a typesetting error, clearly. The variables were not meant to be under the radicand (if the answer is to be correct). – David Mitra Dec 26 '12 at 17:25
  • @mathguy Ah. If I may suggest a TeX tip: If you want a bit of extra space, use "," or "\thinspace" at the end (these are plain TeX commands). "\sqrt{2x_3}" gives $\sqrt{2x_3}$, while "\sqrt{2x_3,}" gives $\sqrt{2x_3,}$. – David Mitra Dec 26 '12 at 17:36
  • @DavidMitra Ohh...I'll definitely keep that in mind, thanks! – Sidd Singal Dec 26 '12 at 18:13
  • Let's hope those are ugly, big, annoying and confusing typesetting errors ( in (a) and (f) ) and not mathematical ones by that book's author... – DonAntonio Dec 26 '12 at 18:34
  • Shouldn't they have written it as $x_3\sqrt2$ to avoid this mess in the first place? – Mike Dec 26 '12 at 18:44

3 Answers3

13

Here is the real exercise found on Amazon...

enter image description here

GEdgar
  • 111,679
  • You saved us here. ;-) – Mikasa Dec 26 '12 at 18:01
  • 1
    This picture is from the latest edition. It seems in some earlier edition the erroneous statements appear (see the question itself). Nowadays textbooks have on-line errata sites. In the olden days it was not so easy... – GEdgar Dec 26 '12 at 22:32
4

$$(x+5y-1)=\sqrt{2z}$$ so $$(x+5y-1)^2=2z$$ and this is not a linear equation because the order of variabes are 2.

Mikasa
  • 67,374
4

Answer to title question: It's NOT!

Your question is legitimate:

$$x_1+5x_2-\sqrt{2x_3\;} = 1\tag{1}$$

$(1)$ is not a linear equation as you suggest.

Nor is $(f)$ linear, as typeset in the image.


I suspect there was a misprint in the problem set (book), or a careless typo that the author (and/or editor) over-looked, and which was intended to be:

$$x_1 + 5x_2 - \sqrt{2}\;\cdot x_3 = 1\tag{2}$$

NOW, $(2)$ is a linear equation.

amWhy
  • 209,954