Different forms of linear equations

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
3 replies · 12K views
Beam me down
Messages
46
Reaction score
0
A while back in maths we were introduced to the linear equation in two forms:

[tex]a x + b y = c[/tex] (1)

[tex]y = m x + c[/tex] (2)

Now I can use both forms of these, but I was told that:

[tex]y = m x + c \Leftrightarrow a x + b y = c[/tex]

where [tex]m = \frac{a}{b}[/tex]

Thiis can't be right can it? As:

[tex]a x + b y = c[/tex]

[tex]b y = c - a x[/tex]

[tex]y = \frac{c}{b} - \frac{a x }{b}[/tex]
 
Last edited:
Physics news on Phys.org
Obviously the c's in equations 1 and 2 are not the same. They cannot be as you have demonstrated.

Using [tex]y = \frac{c}{b} - \frac{a x }{b}[/tex]

and [tex]y = m x + d[/tex],

then m = [tex]-\frac{a}{b}[/tex] and

d = [tex]\frac{c}{b}[/tex]
 
Astronuc said:
Obviously the c's in equations 1 and 2 are not the same. They cannot be as you have demonstrated.

Thanks. My teacher was saying the two forms are the same (ie: at least "c" in both equations are the same). I couldn't prove it, and nor could she, and we both forgot about it.
 
Both equations represent a line, but the coefficients must be numerically different.

Basically, one is dividing all terms in (1) by the coefficient (b) of y, and to be equal, the m = - (a/b) and c in equation 2 must be c/a, so the c's must be different.