Examples of...
Popular examples
Top Examples
Examples of Quadratic Equations
Quadratic Equations
The name Quadratic comes from "quad" meaning square, because the variable gets squared (like x2).
Quadratic Equation looks like: ax2 + bx + c = 0
To find the solution you can use the special quadratic formula:
Some examples of solutions of quadratic equations:
x2 = 3x - 1 -> x2 - 3x + 1 = 0 -> a=1, b=-3, c=1
2(w2 - 2w) = 5 -> 2w2 - 4w - 5 = 0 -> a=2, b=-4, c=-5
z(z-1) = 3 -> z2 - z - 3 = 0 -> a=1, b=-1, c=-3
5 + 1/x - 1/x2 = 0 -> 5x2 + x - 1 = 0 -> a=5, b=1, c=-1
Example: Solve 5x˛ + 6x + 1 = 0
Coefficients are:
a = 5, b = 6, c = 1
Quadratic Formula:
x = < -b ± √(b2-4ac) > / 2a
Put in a, b and c:
x = < -6 ± √(62-4×5×1) > / (2×5)
Solve:
x = < -6 ± √(36-20) >/10
x = < -6 ± √(16) >/10
x = ( -6 ± 4 )/10
x = -0.2 or -1
Check -0.2:
5×(-0.2)˛ + 6×(-0.2) + 1
= 5×(0.04) + 6×(-0.2) + 1
= 0.2 -1.2 + 1 = 0
Check -1:
5×(-1)˛ + 6×(-1) + 1
= 5×(1) + 6×(-1) + 1
= 5 - 6 + 1 = 0
Is this example useful?
To share this example, copy and paste this code into your website, blog or forum:
Quadratic Equation looks like: ax2 + bx + c = 0
To find the solution you can use the special quadratic formula:

Some examples of solutions of quadratic equations:
x2 = 3x - 1 -> x2 - 3x + 1 = 0 -> a=1, b=-3, c=1
2(w2 - 2w) = 5 -> 2w2 - 4w - 5 = 0 -> a=2, b=-4, c=-5
z(z-1) = 3 -> z2 - z - 3 = 0 -> a=1, b=-1, c=-3
5 + 1/x - 1/x2 = 0 -> 5x2 + x - 1 = 0 -> a=5, b=1, c=-1
Example: Solve 5x˛ + 6x + 1 = 0
Coefficients are:
a = 5, b = 6, c = 1
Quadratic Formula:
x = < -b ± √(b2-4ac) > / 2a
Put in a, b and c:
x = < -6 ± √(62-4×5×1) > / (2×5)
Solve:
x = < -6 ± √(36-20) >/10
x = < -6 ± √(16) >/10
x = ( -6 ± 4 )/10
x = -0.2 or -1
Check -0.2:
5×(-0.2)˛ + 6×(-0.2) + 1
= 5×(0.04) + 6×(-0.2) + 1
= 0.2 -1.2 + 1 = 0
Check -1:
5×(-1)˛ + 6×(-1) + 1
= 5×(1) + 6×(-1) + 1
= 5 - 6 + 1 = 0
Is this example useful?
To share this example, copy and paste this code into your website, blog or forum:
Comments
To leave a comment, you must register for free a> or if you are already registered log in.
Has not written any comments yet.
Has not written any comments yet.
Related examples
Find the Median Value Posted on 2011-05-05 18:41:40
The Median is the "middle number" (in a sorted list of numbers). To find the Median, place the numbers you are given in value order and find...Convert Areas Posted on 2011-05-05 10:34:38
To convert area, simply remember that area is length by width:
Area = Length × Width
So, you need to convert once for the length and once a...Convert Volumes Posted on 2011-05-05 10:33:40
Conversion is simply a matter of multiplying by the right number.
For example: Convert 30 cubic feet into cubic meters (30 ft3 to m3)
The...Convert Lengths Posted on 2011-05-05 10:32:44
Conversion is simply a matter of multiplying by the right number.
For example, the conversion for kilometers into miles is:
1 km = 0.6214 m...Convert Metric to imperial Posted on 2011-05-05 10:29:21
Conversion is simply a matter of multiplying by the right number.
Some examples:
What is 2,000 meters in Imperial?
1. In the chart it sho...