manogyana25
- 6
- 2
Why doesn't x^2+1 has no zeroes i.e, zero of the polynomial??
The discussion revolves around the polynomial equation ##x^2 + 1## and the question of why it does not have any real zeroes. Participants explore the properties of the polynomial, including its behavior for both positive and negative inputs, and touch on related concepts such as the discriminant and the nature of roots in quadratic equations.
Participants generally agree that ##x^2 + 1## has no real zeroes, but there is disagreement regarding the explanation and understanding of the roots of ##x^2 - 1##, as well as the implications of the discriminant.
Some participants express uncertainty about the mathematical concepts discussed, indicating varying levels of familiarity with quadratic equations and their properties.
This discussion may be useful for individuals interested in understanding the nature of polynomial equations, the concept of real versus imaginary roots, and the application of the discriminant in determining the nature of roots in quadratic equations.
X^2-1=0AdityaDev said:##x^2+1## is always positive. For a negative number -k, you get
##f(-k)=(-k)^2+1=k^2+1##
For positive numbers also, it will always return a positive number.
Since ##x^2>=0##
##x^2+1>=1##
Hence it can never be zero.
{This part is optional:
If you know calculus,
##\frac{dy}{dx}=2x##
For critical points,##2x=0## so x=0 is a point of inflection
##d^2y/dx^2=2## which is positive. So at x=0, you have a minimum value.
##f(0)=1##
So the least possible value attained by the polynomial is 1. }
Hence, the curve never goes below the y=1.So the polynomial can never be zero.
Take this as a question for practice:
Prove that ##x^2-1## has two distinct zeroes
Correct.manogyana25 said:Hey, I have another thought regarding this..
X^2+1=0
X^2=-1
X=√-1 which is an imaginary number..
So it can never be zero..
Sorry.. Whatever the curve, parabola and everything you said, I didn't understand. I haven't took those classes yet. Can you please name that chapter for me??AdityaDev said:Correct.
The method with which you tried to show that x^2-1 has two real distinct zeroes is wrong.
x^2 can also be zero. But it does not have distinct roots.
For distinct roots, the curve has to come below the x-axis. That is, the parabola should have a negative minimum.
Or you can use this: b^2 - 4ac>0
Discriminant.manogyana25 said:What is D
This is not correct (or at least, not complete).manogyana25 said:X^2-1=0
X^2=1
X=√1
X=1
Similar to the above, if x2 + 1 = 0, then x = i or x = -i. Again, there are two solutions, neither of which is real.manogyana25 said:Hey, I have another thought regarding this..
X^2+1=0
X^2=-1
X=√-1 which is an imaginary number..
So it can never be zero..
Hey but its not (x^2-1)^2 ... Its x^2 -1 right?? Then how can it be (x+1)(x-1)Mark44 said:This is not correct (or at least, not complete).
If x2 = 1,
then x2 - 1 = 0
so (x - 1)(x + 1) = 0
so x = 1 or x = -1
The point is, there are two solutions.
Similar to the above, if x2 + 1 = 0, then x = i or x = -i. Again, there are two solutions, neither of which is real.
x2 - 1 factors into (x + 1)(x - 1). To verify this for yourself, carry out the multiplication of (x + 1)(x - 1).manogyana25 said:Hey but its not (x^2-1)^2 ... Its x^2 -1 right?? Then how can it be (x+1)(x-1)