द्विघाती बहुपद: Difference between revisions

From Vidyalayawiki

(added content)
No edit summary
Line 18: Line 18:


इस प्रकार इस द्विघाती समीकरण के मूल <math>x=-2, x=-2</math>  होंगे  
इस प्रकार इस द्विघाती समीकरण के मूल <math>x=-2, x=-2</math>  होंगे  
== Quadratic Polynomial Formula ==
The general formula of a single variable quadratic polynomial is given as <math>ax^2+bx+c</math>. When this quadratic polynomial is used in an equation it is expressed as <math>ax^2+bx+c=0</math>. There are many methods that can be used to find the solutions of an equation containing a quadratic polynomial. These methods are factorizing a quadratic equation, completing the squares, using graphs, and using the quadratic polynomial formula. Out of all these techniques, the simplest way to find the roots of a quadratic polynomial is by using the formula. An added benefit of this method is that several important conclusions can be made by analyzing the discriminant. The quadratic polynomial formula is given below:
<math>x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}</math>
The two values of <math>x</math> that are obtained after applying this formula are known as the solutions, the zeros or the roots of the quadratic equation.
The value <math>b^2-4ac</math> is called the discriminant. It is denoted by <math>D</math>.The nature of the roots can be determined by using the discriminant.
== Quadratic Polynomial Roots ==
The method of factorization is only applicable to certain quadratic polynomials. However, the quadratic polynomial formula can be used for any type of quadratic equation. Furthermore, the value of the discriminant can be used to analyze the nature of the roots of a quadratic polynomial. Given below are the various conditions that can help to predict the nature of the roots:
* <math>D >0</math>: If the discriminant is positive, it indicates that the roots are real and distinct.
* <math>D = 0</math>: If the value of the discriminant is equal to zero, then both the roots are real and are equal to each other.
* <math>D <0</math>: Both the roots are imaginary numbers if the discriminant is negative.
=== Quadratic Polynomial Sum and Product of Roots ===
Using the roots of the equation containing the quadratic polynomial, a relationship can be established between the roots and the coefficients. The sum and the product of the roots of a quadratic polynomial can be determined using the coefficients and the constant term. Suppose one root is given by <math>\alpha</math> and the other root is given by <math>\beta</math>
. For a quadratic equation, <math>ax^2+bx+c=0</math>, containing a quadratic polynomial, the formula for the sum and product of roots is given below:
* '''Sum of roots:''' <math>\alpha +\beta=-</math>Coefficient of <math>x</math> / Coefficient of <math>x^2= -\frac{b}{a}</math>
* '''Product of roots:''' <math>\alpha .\beta=</math> Constant / Coefficient of <math>x^2= \frac{c}{a}</math>
If the sum and product of the roots has been specified then the original quadratic polynomial can be obtained. This is given by
<math>x^2-(\alpha+\beta)x+\alpha.\beta=0</math>
This can also be used to factor qudratic polynomials. Other methods for factorizing a quadratic polynomial will be listed in sections below.
== How to Find Quadratic Polynomial? ==
A quadratic polynomial can be obtained by using the zeros or roots of the equation. Suppose the two roots are given as<math>-4</math> and <math>2</math>. The steps to find the quadratic polynomial are as follows:
* Step 1: Find the sum of the two roots. Sum of roots<math>=-4+2=-2</math>
* Step 2: Find the product of the two roots. Product of roots<math>=-4 \times 2=-8</math>
* Step 3: Substitute these values in the expression <math>x^2-</math> (sum of the roots)<math>x+</math>(product of the roots). Thus, the quadratic polynomial is <math>x^2+2x-8</math>
== How to Factorize Quadratic Polynomials? ==
Generally, factorization can be considered as the reverse of multiplying two expressions. Few methods for factorization of quadratic polynomials are listed below:
=== Common Factor Method ===
In this method, we have to look at all the terms and determine the common terms.
If there is a common term in the equation, we will factor it out for the polynomial.
We use distributive law in reverse.
<math>x(a+b)=xa+xb</math>
We notice that each term has an ''''<math>x</math>'''<nowiki/>' in the equation and the common factor is taken out using the distributive law in reverse as follows,
<math>xa+xb=x(a+b)</math>
'''Example'''
What are the common factors of the terms in the quadratic polynomial equation <math>8x^2-4x=0 ?</math>
'''Solution'''
Let's apply the distributive law in reverse.
'''<math>4x</math>''' is a common factor in the equation.
Thus, '''<math>4x(2x-1)</math>'''are the factors of<math>8x^2-4x=0</math>
=== Sum of Difference Method ===
The sum and the difference of two terms are most likely used when the two factors match exactly, except one term involves addition and the other is a difference.
For example: '''<math>(a+b)(a-b)</math>'''
When we expand and multiply these terms, we get '''<math> a \times a +ab-ab-b \times b</math>'''
Like terms will be in the middle and will result in zero, thus leaving behind '''<math>a^2</math>'''and '''<math>-b^2</math>'''
Thus, the formula becomes '''<math>(a+b)(a-b)=a^2-b^2</math>'''
'''Example'''
Find the solution of '''<math>(5+x)(5-x)</math>''' using the sum of the difference method.
'''Solution'''
Apply the sum of the difference method for solving the terms.
'''<math>(a+b)(a-b)=a^2-b^2</math>'''
'''<math>(5+x)(5-x)=(5^2-x^2)=25-x^2</math>'''
=== Factor By Grouping Method ===
Factor by grouping means that we have to group all the terms with common factors before factoring.
The following steps are used in the factor by grouping method.
* From the given quadratic polynomial, take out a factor from each group.
* Factorize each group of the expression.
* Now take out the factor common to the group formed.
Let’s take a look at an example.
'''Example'''
How can you factorize the quadratic polynomial '''<math>a^2-ac+ab-bc</math>''' by the grouping method?
'''Solution:'''
'''<math>a^2-ac+ab-bc</math>'''
Take the common factor from the quadratic polynomial.
'''<math>=a(a-c)+b(a-c)</math>'''
'''<math>=(a-c)(a+b)</math>'''
Thus, by factoring expressions we get '''<math>(a-c)(a+b)</math>'''
=== Perfect Square Trinomials Method ===
The method of converting any quadratic polynomial into a perfect square is known as the perfect square trinomial method.
The following equations are the perfect square trinomial formulas:
'''<math>a^2+2ab+b^2 =(a+b)^2</math>'''
'''<math>a^2-2ab+b^2 =(a-b)^2</math>'''
'''Example'''
Is the given quadratic polynomial '''<math>x^2-8x+16</math>''' a perfect square?
'''Solution'''
On using the formula, we get
'''<math>x^2-8x+16=x^2-2(1)(4)x+4^2=(x-4)^2</math>'''
Thus, the given quadratic polynomial is a perfect square.


[[Category:बहुपद]]
[[Category:बहुपद]]
[[Category:गणित]]
[[Category:गणित]]
[[Category:कक्षा-9]]
[[Category:कक्षा-9]]

Revision as of 21:50, 11 October 2024

द्विघाती बहुपद वह होता है जिसमें बहुपद व्यंजक में एक चर पद की उच्चतम घात के समान होता है। द्विघाती बहुपद को द्वितीय-क्रम बहुपद के रूप में भी जाना जाता है।

परिभाषा

द्विघाती बहुपद एक द्वितीय-घात बहुपद है जहां उच्चतम घात पद का मान के समान होता है। द्विघात समीकरण का सामान्य रूप के रूप में दिया जाता है। यहां, और गुणांक हैं, अज्ञात चर है और है स्थिर पद. चूँकि इस समीकरण में एक द्विघाती बहुपद है, अतः इसे हल करने पर दो समाधान मिलेंगे। इसका तात्पर्य यह है कि के दो मान हो सकते हैं।

उदाहरण

इस समीकरण का हल खोजने के लिए हम इसका गुणनखंड इस प्रकार करते हैं

इस प्रकार इस द्विघाती समीकरण के मूल होंगे

Quadratic Polynomial Formula

The general formula of a single variable quadratic polynomial is given as . When this quadratic polynomial is used in an equation it is expressed as . There are many methods that can be used to find the solutions of an equation containing a quadratic polynomial. These methods are factorizing a quadratic equation, completing the squares, using graphs, and using the quadratic polynomial formula. Out of all these techniques, the simplest way to find the roots of a quadratic polynomial is by using the formula. An added benefit of this method is that several important conclusions can be made by analyzing the discriminant. The quadratic polynomial formula is given below:

The two values of that are obtained after applying this formula are known as the solutions, the zeros or the roots of the quadratic equation.

The value is called the discriminant. It is denoted by .The nature of the roots can be determined by using the discriminant.

Quadratic Polynomial Roots

The method of factorization is only applicable to certain quadratic polynomials. However, the quadratic polynomial formula can be used for any type of quadratic equation. Furthermore, the value of the discriminant can be used to analyze the nature of the roots of a quadratic polynomial. Given below are the various conditions that can help to predict the nature of the roots:

  • : If the discriminant is positive, it indicates that the roots are real and distinct.
  • : If the value of the discriminant is equal to zero, then both the roots are real and are equal to each other.
  • : Both the roots are imaginary numbers if the discriminant is negative.

Quadratic Polynomial Sum and Product of Roots

Using the roots of the equation containing the quadratic polynomial, a relationship can be established between the roots and the coefficients. The sum and the product of the roots of a quadratic polynomial can be determined using the coefficients and the constant term. Suppose one root is given by and the other root is given by

. For a quadratic equation, , containing a quadratic polynomial, the formula for the sum and product of roots is given below:

  • Sum of roots: Coefficient of / Coefficient of
  • Product of roots: Constant / Coefficient of

If the sum and product of the roots has been specified then the original quadratic polynomial can be obtained. This is given by

This can also be used to factor qudratic polynomials. Other methods for factorizing a quadratic polynomial will be listed in sections below.

How to Find Quadratic Polynomial?

A quadratic polynomial can be obtained by using the zeros or roots of the equation. Suppose the two roots are given as and . The steps to find the quadratic polynomial are as follows:

  • Step 1: Find the sum of the two roots. Sum of roots
  • Step 2: Find the product of the two roots. Product of roots
  • Step 3: Substitute these values in the expression (sum of the roots)(product of the roots). Thus, the quadratic polynomial is

How to Factorize Quadratic Polynomials?

Generally, factorization can be considered as the reverse of multiplying two expressions. Few methods for factorization of quadratic polynomials are listed below:

Common Factor Method

In this method, we have to look at all the terms and determine the common terms.

If there is a common term in the equation, we will factor it out for the polynomial.

We use distributive law in reverse.

We notice that each term has an '' in the equation and the common factor is taken out using the distributive law in reverse as follows,

Example

What are the common factors of the terms in the quadratic polynomial equation

Solution

Let's apply the distributive law in reverse.

is a common factor in the equation.

Thus, are the factors of

Sum of Difference Method

The sum and the difference of two terms are most likely used when the two factors match exactly, except one term involves addition and the other is a difference.

For example:

When we expand and multiply these terms, we get

Like terms will be in the middle and will result in zero, thus leaving behind and

Thus, the formula becomes

Example

Find the solution of using the sum of the difference method.

Solution

Apply the sum of the difference method for solving the terms.

Factor By Grouping Method

Factor by grouping means that we have to group all the terms with common factors before factoring.

The following steps are used in the factor by grouping method.

  • From the given quadratic polynomial, take out a factor from each group.
  • Factorize each group of the expression.
  • Now take out the factor common to the group formed.

Let’s take a look at an example.

Example

How can you factorize the quadratic polynomial by the grouping method?

Solution:

Take the common factor from the quadratic polynomial.

Thus, by factoring expressions we get

Perfect Square Trinomials Method

The method of converting any quadratic polynomial into a perfect square is known as the perfect square trinomial method.

The following equations are the perfect square trinomial formulas:


Example

Is the given quadratic polynomial a perfect square?

Solution

On using the formula, we get

Thus, the given quadratic polynomial is a perfect square.