<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Trevor Pythagoras Maths &#187; quadratic</title>
	<atom:link href="http://trevorpythag.co.uk/tag/quadratic/feed/" rel="self" type="application/rss+xml" />
	<link>http://trevorpythag.co.uk</link>
	<description>Maths help and revision for GCSE, A/AS Level and Further Maths</description>
	<lastBuildDate>Wed, 25 Jan 2012 07:42:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Quadratic Inequalties</title>
		<link>http://trevorpythag.co.uk/2009/mathematics/algebra/quadratic-inequalties/</link>
		<comments>http://trevorpythag.co.uk/2009/mathematics/algebra/quadratic-inequalties/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 16:36:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Algebra]]></category>
		<category><![CDATA[greater than]]></category>
		<category><![CDATA[in-equation]]></category>
		<category><![CDATA[inequality]]></category>
		<category><![CDATA[less than]]></category>
		<category><![CDATA[quadratic]]></category>

		<guid isPermaLink="false">http://trevorpythag.wordpress.com/?p=158</guid>
		<description><![CDATA[solve quadratic inequalities]]></description>
			<content:encoded><![CDATA[<p style="text-align:left;">Quadratic inequalities can often cause problems when trying to decide which range of x values are the solutions. As they are quadratics you usually get two values of x and then have to decide whether it is the values of x between the two bounds that are the solutions or the values of x either side.</p>
<p>For example when solving the inequality:<br />
2x<sup>2</sup>+x-6&gt;0<br />
we get<br />
(2x-3)(x+2)&gt;0</p>
<p>From this you may be tempted to write x&lt;3/2 and x&lt;-2 however this would be incorrect. The solution must be either -2&lt;3/2, or (x&lt;-2 or x&gt;3/2).<br />
This must be the case for any quadratic with two real roots because all the points between the two roots have one sign and these which are outside the roots have another, as can be clearly seen by considering the general graph.</p>
<p>We can determine which of the two solutions to use by either putting in values to see which work or by drawing a sketch, usually drawing a sketch is the best. For the sketch we only need to consider whether the coefficient of x<sup>2</sup>, in this case 2, is positive or negative so we know which way the graph curves. The y intercept of the graph is irrelevant.</p>
<p>So in our case because 2&gt;=0 the sketch is a &#8220;happy&#8221; face so the y&gt;0 either side of the roots and therefore our solutions for x are:<br />
x&lt;-2 or x&gt;3/2</p>
<p style="text-align:right;">By David Woodford</p>
<h3  class="related_post_title">Also see</h3><ul class="related_post"><li><a href="http://trevorpythag.co.uk/2009/mathematics/algebra/derive-quadratic-formula/" title="Derive Quadratic Formula">Derive Quadratic Formula</a> (16)</li><li><a href="http://trevorpythag.co.uk/2008/mathematics/algebra/factorizing-quadratics/" title="Factorizing Quadratics">Factorizing Quadratics</a> (1)</li><li><a href="http://trevorpythag.co.uk/2008/mathematics/algebra/quadratic-formula/" title="Quadratic Formula">Quadratic Formula</a> (9)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://trevorpythag.co.uk/2009/mathematics/algebra/quadratic-inequalties/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Derive Quadratic Formula</title>
		<link>http://trevorpythag.co.uk/2009/mathematics/algebra/derive-quadratic-formula/</link>
		<comments>http://trevorpythag.co.uk/2009/mathematics/algebra/derive-quadratic-formula/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 21:44:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Algebra]]></category>
		<category><![CDATA[david woodford]]></category>
		<category><![CDATA[derive]]></category>
		<category><![CDATA[explanation]]></category>
		<category><![CDATA[maths]]></category>
		<category><![CDATA[proof]]></category>
		<category><![CDATA[quadratic]]></category>
		<category><![CDATA[quadratic formula]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://trevorpythag.wordpress.com/?p=134</guid>
		<description><![CDATA[Derivation of the Quadratic formula by completing the square]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">If you want an explanation on using the formula go to the <a title="quadratic formula and c++ program" href="http://trevorpythag.wordpress.com/2008/02/24/quadratic-formula/">quadratic formula post (with a downloadable solver)</a></p>
<p style="text-align: left;">
<p style="text-align: left;">The quadratic formula,<br />
<img class="size-full wp-image-27 aligncenter" title="Quadratic Formula" src="http://trevorpythag.files.wordpress.com/2008/02/qdrtc2.gif" alt="x=-b +/- sqrt(b*b - 4ac)/2a" width="234" height="164" /></p>
<p>for the general equation ax<sup>2</sup>+bx+c=0</p>
<p style="text-align: left;">can be derived using the method of &#8220;completing the square&#8221; as follows.<br />
starting with</p>
<p style="text-align: center;">ax<sup>2</sup>+bx+c=0</p>
<p style="text-align: left;">divide through by a</p>
<p style="text-align: center;">x<sup>2</sup>+bx/a+c/a=0</p>
<p style="text-align: left;">take the c part to the other side</p>
<p style="text-align: center;">x<sup>2</sup>+bx/a=-c/a</p>
<p style="text-align: left;">In order to complete the square we need to add half the coefficient of x (that&#8217;s b/2a) squared to both sides so we get</p>
<p style="text-align: center;">x<sup>2</sup>+bx/a + b<sup>2</sup>/4a<sup>2</sup>=-c/a +b<sup>2</sup>/4a<sup>2</sup></p>
<p style="text-align: left;">Now we can factorise the left into a squared bracket (you can check this by multiplying it back out)</p>
<p style="text-align: center;">(x + b/2a)<sup>2</sup>=-c/a +b<sup>2</sup>/4a<sup>2</sup></p>
<p style="text-align: left;">So if we square root both sides and take b/2a to the other side we have x on its own</p>
<p style="text-align: center;">x = -b/2a ±√(-c/a +b<sup>2</sup>/4a<sup>2</sup>)</p>
<p style="text-align: left;">Now to get this in the more traditional form we can take out 1/2a (Which means each term in the root is timesed by 4a<sup>2</sup>) from the square root to put the whole thing over 2a</p>
<p style="text-align: center;"><strong>x = (-b ±√(b<sup>2</sup>-4ac))/2a</strong></p>
<p style="text-align: center;">
<h3>Quadratic Solver</h3>
<p>Fill in the boxes for the coefficients below to solve any quadratic equation (is also able to find complex roots)<br />
<!--start_raw--></p>
<div style="text-align:center;">
<input type="text" id="quadratica" size="5" />x<sup>2</sup>+<br />
<input type="text" id="quadraticb" size="5" />x+<br />
<input type="text" id="quadraticc" size="5" />=<br />
<input </p>
<p>type="text" id="quadraticd" size="5" /><br />
<br/></p>
<input type="button" value="solve" onclick="solvequadratic();" />
<br/><br />
<span id="quadraticans"></span></div>
<p><script type="text/javascript">
function solvequadratic()
{
	var x;
	var a = Number(document.getElementById("quadratica").value);
	var b = Number(document.getElementById("quadraticb").value);
	var c = Number(document.getElementById("quadraticc").value) - Number(document.getElementById("quadraticd").value);
	var errormessage = "";
	if(isNaN(a))
	{
		if(document.getElementById("quadratica").value == "-")
		{
			a=-1;
		}
		else
		{
			errormessage += "Please only enter numeric values for the coefficent of x squared <br/>";	
			var error = 1;
		}
	}
	if(isNaN(b))
	{
		if(document.getElementById("quadraticb").value == "-")
		{
			a=-1;
		}
		else
		{
			errormessage += "Please only enter numeric values for the coefficent of x <br/>";	
			var error = 1;
		}
	}
	if(isNaN(c))
	{
			errormessage += "Please only enter numeric values for the coefficent of x <br/>";	
			var error = 1;
	}
	if(error==1)
	{
		document.getElementById("quadraticans").innerHTML = errormessage;
		return;
	}</p>
<p>	if(a ==0 &#038;&#038; b==0)
	{
		document.getElementById("quadraticans").innerHTML = "To solve the equation it must have at least one x term";
		return;
	}
	else if(a==0)
	{
		x = c/b;
		document.getElementById("quadraticans").innerHTML = "x = " + x;
		return;
	}</p>
<p>	realx = -b/(2*a);
	rootof = (b*b - 4*a*c)/(4*a*a);
	if(rootof<0)
	{
		imagx = Math.sqrt(-rootof);
		document.getElementById("quadraticans").innerHTML = "x = " + realx + " + " + imagx + "i and x = " + realx + " - " + imagx + "i";
	}
	else if(rootof>0)
	{
		document.getElementById("quadraticans").innerHTML = "x = " + (realx + Math.sqrt(rootof)) + " and x = " + (realx - Math.sqrt(rootof));
	}
	else
	{
		document.getElementById("quadraticans").innerHTML = "x = " +  realx + "(is a repeated root)";
	}
}
</script><!--end_raw--></p>
<h3  class="related_post_title">Also see</h3><ul class="related_post"><li><a href="http://trevorpythag.co.uk/2008/mathematics/trigonometry/proof-of-cosine-rule/" title="Proof of Cosine Rule">Proof of Cosine Rule</a> (3)</li><li><a href="http://trevorpythag.co.uk/2009/mathematics/geometry/area-of-a-triangle/" title="Area of a Triangle">Area of a Triangle</a> (3)</li><li><a href="http://trevorpythag.co.uk/2009/mathematics/number-theory/proof-by-contradiction/" title="Proof by Contradiction">Proof by Contradiction</a> (0)</li><li><a href="http://trevorpythag.co.uk/2009/mathematics/number-theory/rational-and-irrational-numbers/" title="Rational and Irrational Numbers">Rational and Irrational Numbers</a> (5)</li><li><a href="http://trevorpythag.co.uk/2009/mathematics/algebra/how-to-use-surds-add-multiply-and-rationalise/" title="How to use Surds &#8211; Add, Multiply and Rationalise">How to use Surds &#8211; Add, Multiply and Rationalise</a> (1)</li><li><a href="http://trevorpythag.co.uk/2008/mathematics/trigonometry/trigonometry-identities/" title="Trigonometry Identities">Trigonometry Identities</a> (11)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://trevorpythag.co.uk/2009/mathematics/algebra/derive-quadratic-formula/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Factorizing Quadratics</title>
		<link>http://trevorpythag.co.uk/2008/mathematics/algebra/factorizing-quadratics/</link>
		<comments>http://trevorpythag.co.uk/2008/mathematics/algebra/factorizing-quadratics/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 22:14:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Algebra]]></category>
		<category><![CDATA[factorising]]></category>
		<category><![CDATA[factorizing]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[maths]]></category>
		<category><![CDATA[quadratic]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://trevorpythag.wordpress.com/?p=34</guid>
		<description><![CDATA[simple tutorial on factorizing quadratics]]></description>
			<content:encoded><![CDATA[<p><strong>Factorising quadratics is basically putting them in brackets. In this section we will look at two different ways of factorising quadratics( for simple and complex ones) and when they should be used.</strong></p>
<h3>Note/ sometimes a quadratic cannot be factorized using whole numbers, this is when you must use the quadratic equation to find the values of x. See my earlier <a title="quadratic formula and c++ program" href="http://trevorpythag.wordpress.com/2008/02/24/quadratic-formula/">post and c++ program</a></h3>
<h3>Simple type</h3>
<p>Use when there is no coefficent of x<sup>2</sup></p>
<p>eg)x<sup>2</sup>+2x-8</p>
<p>start by opening 2 brackets with an x in each<br />
(x   )(x    )<br />
put the first sign in the first bracket. If the second sign is + put the same sign in both, if its &#8211; put the opposite sign in the second bracket<br />
(x+ )(x- )<br />
find the 2 numbers that will add(if both signs in brackets are +) or subtract(if the signs in the brackets are different) to make the middle number(2) and multiply to make the end number(8)<br />
(x+4)(x-2)<br />
and thats your quadratic factorized</p>
<p><strong>Complex Type</strong></p>
<p>Use when there is a coefficient of x<sup>2</sup></p>
<p>eg) 8x<sup>2</sup>-14x-15<br />
Before we can open brackets we need to split up the 14x<br />
8x<sup>2</sup> ?x ?x-15<br />
the rule for the signs is the same as in the simple case, put the first sign before the first x term. If the second sign is + put the same sign in both, if its &#8211; put the opposite sign before the second x term<br />
8x<sup>2</sup>-?x+?x-15<br />
we also use the same rule for the to coefficients of x, they must add or subtract to make the middle number(14) but they must times to make the end number times the first(15&#215;8=120)<br />
8x<sup>2</sup>-20x+6x-15<br />
we then take out the common factor of the first 2 terms(4x)<br />
4x(2x-5) + 6x -15<br />
we use the bracket(2x-5) as the common factor for the second 2 terms and find what we need to multiply by(3)<br />
4x(2x-5)+3(2x-5)<br />
we then take the 2 numbers in front of the brackets(4x and 3) as our second bracket<br />
(4x+3)(2x-5)<br />
and there we have a fully factorized quadratic</p>
<h3  class="related_post_title">Also see</h3><ul class="related_post"><li><a href="http://trevorpythag.co.uk/2009/mathematics/algebra/derive-quadratic-formula/" title="Derive Quadratic Formula">Derive Quadratic Formula</a> (16)</li><li><a href="http://trevorpythag.co.uk/2009/mathematics/geometry/area-of-a-triangle/" title="Area of a Triangle">Area of a Triangle</a> (3)</li><li><a href="http://trevorpythag.co.uk/2009/mathematics/number-theory/proof-by-contradiction/" title="Proof by Contradiction">Proof by Contradiction</a> (0)</li><li><a href="http://trevorpythag.co.uk/2009/mathematics/trigonometry/auxiliary-angle-method-for-solving-trigonometry-equations/" title="Auxiliary Angle Method for Solving Trigonometry Equations">Auxiliary Angle Method for Solving Trigonometry Equations</a> (0)</li><li><a href="http://trevorpythag.co.uk/2009/mathematics/number-theory/rational-and-irrational-numbers/" title="Rational and Irrational Numbers">Rational and Irrational Numbers</a> (5)</li><li><a href="http://trevorpythag.co.uk/2009/mathematics/algebra/how-to-use-surds-add-multiply-and-rationalise/" title="How to use Surds &#8211; Add, Multiply and Rationalise">How to use Surds &#8211; Add, Multiply and Rationalise</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://trevorpythag.co.uk/2008/mathematics/algebra/factorizing-quadratics/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Quadratic Formula</title>
		<link>http://trevorpythag.co.uk/2008/mathematics/algebra/quadratic-formula/</link>
		<comments>http://trevorpythag.co.uk/2008/mathematics/algebra/quadratic-formula/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 19:45:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Algebra]]></category>
		<category><![CDATA[calculate]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[equation]]></category>
		<category><![CDATA[formaula]]></category>
		<category><![CDATA[maths]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[quadratic]]></category>
		<category><![CDATA[quadratic formula]]></category>

		<guid isPermaLink="false">http://trevorpythag.wordpress.com/?p=25</guid>
		<description><![CDATA[remove_filter(&#8216;the_content&#8217;, &#8216;wpautop&#8217;); The quadratic formula is a quick(unless you can factorise) way of solving quadratic equations. You basically take the coefficient&#8217;s of x, x2 and numbers, put then in the formula, work out the two answers and have your 2 solutions of x. And if that wasn&#8217;t easy enough written a console program in c++ [...]]]></description>
			<content:encoded><![CDATA[<phpcode>remove_filter(&#8216;the_content&#8217;, &#8216;wpautop&#8217;);</phpcode>
The quadratic formula is a quick(unless you can factorise) way of solving quadratic equations. You basically take the coefficient&#8217;s of x, x<sup>2</sup> and numbers, put then in the formula, work out the two answers and have your 2 solutions of x. And if that wasn&#8217;t easy enough written a console program in c++ that will solve them for you(and gives dodgy answers for complex solution ie) imaginary answers when there are no real roots.</p>
<p>so for the general quadratic<br />
ax<sup>2</sup>+bx+c=0</p>
<p><a title="qdrtc2.gif" href="http://trevorpythag.files.wordpress.com/2008/02/qdrtc2.gif"></a></p>
<div style="text-align: center;"><a title="qdrtc2.gif" href="http://trevorpythag.files.wordpress.com/2008/02/qdrtc2.gif"><img src="http://trevorpythag.files.wordpress.com/2008/02/qdrtc2.thumbnail.gif" alt="qdrtc2.gif" width="253" height="178" /></a></div>
<p><a title="Quadratic Formula" rel="attachment wp-att-24" href="http://trevorpythag.co.uk/?attachment_id=24"><br />
</a></p>
<p>So what do you do, well enter a, b and c from the general equation into the formula, work out the answers and they are your solutions.</p>
<p>Whats the plus/minus thingy. You might be wondering what the thing is after the -b, well its a plus or minus sign. Because when you work out a square root it can have to answers, eg)root 9 = +3 and -3, he formula takes this into account by saying you must use the plus and the minus answers. This therefore means you will be 2 solutions to the quadratic, which makes sense as the graph is a curve and it therefore must cut the x-axis twice.</p>
<p>When the root part is negative(before you find the root) there are no real roots, only complex ones. This means that the curve comes down above the x-axis and doesn&#8217;t cut it. If you work out the complex roots, using i for root(-1), your pair of answers will be a conjugate pair.</p>
<h3>Quadratic Calculator</h3>
<p>Enter the coefficients of your quadratic equations into the boxes below and click solve to find the solutions to your quadratic. Will give complex solutions as well if your equation has them.<br />
<!--start_raw--></p>
<div style="text-align:center;">
<input type="text" id="quadratica" size="3" style="display:inline;" />x<sup>2</sup>+<br />
<input type="text" id="quadraticb" style="display:inline;" size="3" />x+<br />
<input type="text" id="quadraticc" style="display:inline;" size="3" />=<br />
<input type="text" style="display:inline;" id="quadraticd" size="3" />
<br/></p>
<input type="button" value="solve" onclick="solvequadratic();" />
<br/><br />
<span id="quadraticans"></span></div>
<p><script type="text/javascript">
function solvequadratic()
{
	var x;
	var a = Number(document.getElementById("quadratica").value);
	var b = Number(document.getElementById("quadraticb").value);
	var c = Number(document.getElementById("quadraticc").value) - Number(document.getElementById("quadraticd").value);
	var errormessage = "";
	if(isNaN(a))
	{
		if(document.getElementById("quadratica").value == "-")
		{
			a=-1;
		}
		else
		{
			errormessage += "Please only enter numeric values for the coefficent of x squared <br/>";	
			var error = 1;
		}
	}
	if(isNaN(b))
	{
		if(document.getElementById("quadraticb").value == "-")
		{
			a=-1;
		}
		else
		{
			errormessage += "Please only enter numeric values for the coefficent of x <br/>";	
			var error = 1;
		}
	}
	if(isNaN(c))
	{
			errormessage += "Please only enter numeric values for the coefficent of x <br/>";	
			var error = 1;
	}
	if(error==1)
	{
		document.getElementById("quadraticans").innerHTML = errormessage;
		return;
	}</p>
<p>	if(a ==0 &#038;&#038; b==0)
	{
		document.getElementById("quadraticans").innerHTML = "To solve the equation it must have at least one x term";
		return;
	}
	else if(a==0)
	{
		x = c/b;
		document.getElementById("quadraticans").innerHTML = "x = " + x;
		return;
	}</p>
<p>	realx = -b/(2*a);
	rootof = (b*b - 4*a*c)/(4*a*a);
	if(rootof<0)
	{
		imagx = Math.sqrt(-rootof);
		document.getElementById("quadraticans").innerHTML = "x = " + realx + " + " + imagx + "i and x = " + realx + " - " + imagx + "i";
	}
	else if(rootof>0)
	{
		document.getElementById("quadraticans").innerHTML = "x = " + (realx + Math.sqrt(rootof)) + " and x = " + (realx - Math.sqrt(rootof));
	}
	else
	{
		document.getElementById("quadraticans").innerHTML = "x = " +  realx + "(is a repeated root)";
	}
}
</script><!--end_raw--><br />
<strong>David Woodfords Quadratic Calculator</strong><br />
This is a console program that i wrote in c++ that will solve a quadratic for you. Just download the file and run it, follow the instructions and it will output the 2 answers for you. I tried to make it work for complex roots as well but somewhere in the decimal data types Ive messed up so only the second parts of the complex answers are correct &#8211; though im sure working out -b/2a isn&#8217;t too hard for you.<br />
<a href="http://www.dwebs.bravehost.com/quadratic.exe">Download quadratic calculator</a></p>
<h3  class="related_post_title">Also see</h3><ul class="related_post"><li><a href="http://trevorpythag.co.uk/2009/mathematics/algebra/derive-quadratic-formula/" title="Derive Quadratic Formula">Derive Quadratic Formula</a> (16)</li><li><a href="http://trevorpythag.co.uk/2009/mathematics/trigonometry/auxiliary-angle-method-for-solving-trigonometry-equations/" title="Auxiliary Angle Method for Solving Trigonometry Equations">Auxiliary Angle Method for Solving Trigonometry Equations</a> (0)</li><li><a href="http://trevorpythag.co.uk/2008/compting/matrix-calculator-c-program-by-david-woodford/" title="Matrix Calculator, C++ Program by David Woodford">Matrix Calculator, C++ Program by David Woodford</a> (5)</li><li><a href="http://trevorpythag.co.uk/2008/mathematics/algebra/factorizing-quadratics/" title="Factorizing Quadratics">Factorizing Quadratics</a> (1)</li><li><a href="http://trevorpythag.co.uk/2010/mathematics/algebra/algebraic-fractions/" title="Simplifying and Solving equations with Algebraic Fractions">Simplifying and Solving equations with Algebraic Fractions</a> (0)</li><li><a href="http://trevorpythag.co.uk/2010/blog/the-new-trevor-pythagoras-book-store/" title="The new Trevor Pythagoras Book Store">The new Trevor Pythagoras Book Store</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://trevorpythag.co.uk/2008/mathematics/algebra/quadratic-formula/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

