0
$\begingroup$

I am trying to figure out whether the following equation is non-linear or if it's linear, how would I solve it?

$x+\frac{2}{y}=0$

It can be rewritten as $x+y^{-2}=0$ so I guess if this is non-linear.

  • 1
    Indeed, the function is *not* linear.2011-09-25
  • 0
    But it would be $xy+2=0$, not $x+y^{-2}=0$.2011-09-25
  • 1
    Or it would be $x + 2y^{-1}=0$.2011-09-25
  • 2
    But if _all_ your $y$'s appear as denominators, you can _make_ a linear equation system by substituting $u=1/y$.2011-09-25
  • 4
    @DBLim: When you are dealing with a question from a beginner that is trying to puzzle out some of the basics, please don't "correct" what was likely an error rather than a typo as an edit; it's important to point out those errors to prevent them from being committed again. If you simply edit them out, the OP may not realize he had made an algebraic error along the line.2011-09-25
  • 0
    @ArturoMagidin I see what you mean, thanks for pointing it out.2011-09-25

1 Answers 1

2

It is non-linear, and the criteria of linearity I've put in answer to your previous question. Here $f(x,y) = x+\frac2y$ and for $\alpha = 1,\beta = 1$ we have $$ f(x'+x'',y'+y'') = x'+x''+\frac2{y'}+\frac2{y''}\neq x'+x''+\frac2{y'+y''} = f(x',y')+f(x'',y'') $$ thus the equation is non-linear.

Saw the possible misprint in your question: $\frac2y\neq y^{-2} = \frac1{y^2}$.