Is This Considered a Linear Equation?

  • Context: High School 
  • Thread starter Thread starter bballwaterboy
  • Start date Start date
  • Tags Tags
    Linear Linear equation
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 1K views
bballwaterboy
Messages
85
Reaction score
3
I know that linear equations have variables, which have a power no greater than one.

So, for example, 5x + 2 = 15 is linear, because the x is to the first power only.

But what about this equation:
x/x+2 = 80

This has an x in the denominator. Could we consider this linear still, because no x/variable is to a power greater than 1? Thanks!
 
Mathematics news on Phys.org
Is that supposed to be x/(x+2) = 80? Because what you wrote would be interpreted as

[tex]\frac{x}{x}+2=80[/tex] which is not a true statement.

If it's the former, then no, it's not linear.

[tex]y=\frac{x}{x+2}[/tex] is what you'd call a rational function because it is comprised of a (linear) polynomial in the numerator and denominator.
 
As it is written, [tex]\frac{x}{x+ 2}= 80[/tex] it is not linear. But it can easily be converted to a linear equation:
x= 80(x+ 2)= 80x+ 160. Some texts call that an "equation of linear type" rather than a "linear equation".