JusApee
- 2
- 0
Hello, PF! I'm here with a question. It may be stupid and I may be wrong (I'm surely wrong somewhere in here)...
Okay, so we have:
f(x) = 0x^2+ax+b = ax+b
You agree with me, right? But what if I won't remove 0x^2 from my equation? That would leave it like f(x) = 0x^2 + ax + b which is still the same thing but it is a 2nd degree function.
So if I try to solve f(x) = 0 and treat it like a 2nd degree function, it would look like this:
0x^2 + ax + b = 0;
Δ = a^2 - 4*0*b = a^2 ≥ 0
So.. ∃ x_1 , x_2 , \in\mathbb R
x_1,_2 = \frac{-a\ \ \pm\ \ a}{0}
And that leaves us with the solutions:
x_1 = \frac{-2a}{0} \not\in\mathbb R
and
x_2 = \frac{0}{0} \not\in\mathbb R
However, we all know that a linear function:
g(x) = ax+b has the solution: x = \frac{-b}{a}
So why do I get such different results if I treat the same function differently? I mean, did I think something wrong in my reasoning? It's not part of my homework or anything, it just came to me while reading a topic here and I had to write it down to see what would happen... So it got my attention. Something must be wrong here, but teoretically f(x) = g(x) ... So I got curious about it.
Okay, so we have:
f(x) = 0x^2+ax+b = ax+b
You agree with me, right? But what if I won't remove 0x^2 from my equation? That would leave it like f(x) = 0x^2 + ax + b which is still the same thing but it is a 2nd degree function.
So if I try to solve f(x) = 0 and treat it like a 2nd degree function, it would look like this:
0x^2 + ax + b = 0;
Δ = a^2 - 4*0*b = a^2 ≥ 0
So.. ∃ x_1 , x_2 , \in\mathbb R
x_1,_2 = \frac{-a\ \ \pm\ \ a}{0}
And that leaves us with the solutions:
x_1 = \frac{-2a}{0} \not\in\mathbb R
and
x_2 = \frac{0}{0} \not\in\mathbb R
However, we all know that a linear function:
g(x) = ax+b has the solution: x = \frac{-b}{a}
So why do I get such different results if I treat the same function differently? I mean, did I think something wrong in my reasoning? It's not part of my homework or anything, it just came to me while reading a topic here and I had to write it down to see what would happen... So it got my attention. Something must be wrong here, but teoretically f(x) = g(x) ... So I got curious about it.