Solving 0x^2 + ax + b = 0: Why Different Results?

  • Thread starter Thread starter JusApee
  • Start date Start date
AI Thread Summary
The discussion centers on the confusion surrounding the equation f(x) = 0x^2 + ax + b, where the term 0x^2 is included. It clarifies that this function is linear, not quadratic, because the highest power with a nonzero coefficient is 1. The erroneous treatment of the function as a second-degree polynomial leads to invalid results, particularly involving division by zero when applying the quadratic formula. The conversation also touches on the concept of completing the square and how it can be used to derive solutions for quadratic equations, emphasizing that the quadratic formula is not applicable when a = 0. Ultimately, the importance of recognizing the polynomial's degree is highlighted to avoid such confusion.
JusApee
Messages
2
Reaction score
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.
 
Mathematics news on Phys.org
The derivation of the quadratic equation solution formula is not valid if ##a=0## (division by zero), so you can't use ##x=\frac{-b\pm \sqrt{b^2 -4ac}}{2a}##. Do you know how to derive the formula by "completing the square"?
 
hilbert2 said:
The derivation of the quadratic equation solution formula is not valid if ##a=0## (division by zero), so you can't use ##x=\frac{-b\pm \sqrt{b^2 -4ac}}{2a}##. Do you know how to derive the formula by "completing the square"?

Hmm... Looks like I forgot that detail. It actually makes much more sense now.
Now that I think better, the teacher said this back when I studied this.
ax^2 + bx + c = 0 , \ \ a \not = 0

I don't know what do you mean by deriving the formula by "completing the square". Yes, I know how to derive the functions, I learned this year. I don't know what "completing the square" means. I may have learned it, but I may not know the english name.
 
No matter how close a is to zero, as long as it is not precisely zero, the solution formula to the quadratic equation can be used. This means that it makes sense to examine what happens to the zeros in the limit a\to 0. The important tool to this is the Taylor approximation

<br /> \sqrt{1 + \delta} = 1 + \frac{1}{2}\delta + O(\delta^2)<br />

which holds at the limit \delta\to 0. The solutions to

<br /> ax^2 + bx + c = 0<br />

can be written as

<br /> x = \frac{-b \pm |b|\sqrt{1 - \frac{4ac}{b^2}}}{2a}<br />

and now the quantitity -\frac{4ac}{b^2} takes the role of \delta. In the limit a\to 0 the zeros can be approximated with formula

<br /> x = \frac{-b \pm |b|\big(1 - \frac{2ac}{b^2} + O(a^2)\big)}{2a}<br />

If one studies the cases b&gt;0 and b&lt;0 separately, one finds that eventually the zeros can be simplified to the following forms:

<br /> x = -\frac{c}{b} + O(a)\quad\textrm{or}\quad x = -\frac{b}{a} + \frac{c}{b} + O(a)<br />

Thus we see that one of the zeros approaches the number -\frac{c}{b}, which is the solution to

<br /> bx + c = 0<br />

while the other zero diverges to \pm\infty.
 
JusApee said:
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.
No, the degree of a (nonzero) polynomial is by definition the highest power which occurs with a nonzero coefficient. So ##0x^2 + ax + b## has degree 1, not 2.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...

Similar threads

Back
Top