From aae00025bd8bff04de90b22b2472aed8a232f476 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Tue, 26 Mar 2024 18:21:29 -0600 Subject: post testing latex extra --- ...03-26-Derivation-of-the-Quadratic-Equation.html | 90 ++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 docs/posts/2024-03-26-Derivation-of-the-Quadratic-Equation.html (limited to 'docs/posts/2024-03-26-Derivation-of-the-Quadratic-Equation.html') diff --git a/docs/posts/2024-03-26-Derivation-of-the-Quadratic-Equation.html b/docs/posts/2024-03-26-Derivation-of-the-Quadratic-Equation.html new file mode 100644 index 0000000..6f02f7c --- /dev/null +++ b/docs/posts/2024-03-26-Derivation-of-the-Quadratic-Equation.html @@ -0,0 +1,90 @@ + + + + + + + + + Quadratic Formula Derivation + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ +

Quadratic Formula Derivation

+ +

The standard form of a quadratic equation is:

+ +ax2+bx+c=0 + +

Here, a,b,c, and a0

+ +

We begin by first dividing both sides by the coefficient a

+ +x2+bax+ca=0 + +

We can rearrange the equation:

+ +x2+bax=ca + +

We can then use the method of completing the square. (Maths is Fun has a really good explanation for this technique)

+ +x2+bax+(b2a)2=ca+(b2a)2 + +

On our LHS, we can clearly recognize that it is the expanded form of (x+d)2 i.e x2+2x·d+d2

+ +(x+b2a)2=ca+b24a2=4ac+b24a2 + +

Taking the square root of both sides

+ +x+b2a=4ac+b22ax=±4ac+b2b2a=b±b24ac2a + +

This gives you the world famous quadratic formula:

+ +x=b±b24ac2a + +
If you have scrolled this far, consider subscribing to my mailing list here. You can subscribe to either a specific type of post you are interested in, or subscribe to everything with the "Everything" list.
+ +
+ +
+
+ + + + + \ No newline at end of file -- cgit v1.2.3 From f6d2141a480dd6b5b8ee0e48d43bb64773232791 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Tue, 26 Mar 2024 23:38:14 -0600 Subject: add header ids --- docs/posts/2024-03-26-Derivation-of-the-Quadratic-Equation.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/posts/2024-03-26-Derivation-of-the-Quadratic-Equation.html') diff --git a/docs/posts/2024-03-26-Derivation-of-the-Quadratic-Equation.html b/docs/posts/2024-03-26-Derivation-of-the-Quadratic-Equation.html index 6f02f7c..c99950a 100644 --- a/docs/posts/2024-03-26-Derivation-of-the-Quadratic-Equation.html +++ b/docs/posts/2024-03-26-Derivation-of-the-Quadratic-Equation.html @@ -6,13 +6,13 @@ - Quadratic Formula Derivation + id="quadratic-formula-derivation">Quadratic Formula Derivation - - + Quadratic Formula Derivation" /> + Quadratic Formula Derivation" /> @@ -44,7 +44,7 @@
-

Quadratic Formula Derivation

+

Quadratic Formula Derivation

The standard form of a quadratic equation is:

-- cgit v1.2.3 From 9e620084e57378952c1a7f8e0a772ebebd18932b Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Wed, 27 Mar 2024 20:35:09 -0600 Subject: quick fix --- docs/posts/2024-03-26-Derivation-of-the-Quadratic-Equation.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/posts/2024-03-26-Derivation-of-the-Quadratic-Equation.html') diff --git a/docs/posts/2024-03-26-Derivation-of-the-Quadratic-Equation.html b/docs/posts/2024-03-26-Derivation-of-the-Quadratic-Equation.html index c99950a..39bfe88 100644 --- a/docs/posts/2024-03-26-Derivation-of-the-Quadratic-Equation.html +++ b/docs/posts/2024-03-26-Derivation-of-the-Quadratic-Equation.html @@ -6,13 +6,13 @@ - id="quadratic-formula-derivation">Quadratic Formula Derivation + Quadratic Formula Derivation - Quadratic Formula Derivation" /> - Quadratic Formula Derivation" /> + + -- cgit v1.2.3 From 01ff93c9c16867216f2d249664803860e1d6d5eb Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Wed, 27 Mar 2024 22:49:40 -0600 Subject: generate new theme --- ...03-26-Derivation-of-the-Quadratic-Equation.html | 55 +++++++++++++++------- 1 file changed, 37 insertions(+), 18 deletions(-) (limited to 'docs/posts/2024-03-26-Derivation-of-the-Quadratic-Equation.html') diff --git a/docs/posts/2024-03-26-Derivation-of-the-Quadratic-Equation.html b/docs/posts/2024-03-26-Derivation-of-the-Quadratic-Equation.html index 39bfe88..bb2bc8e 100644 --- a/docs/posts/2024-03-26-Derivation-of-the-Quadratic-Equation.html +++ b/docs/posts/2024-03-26-Derivation-of-the-Quadratic-Equation.html @@ -2,14 +2,26 @@ - + + + + + Quadratic Formula Derivation + + + + + + + - Quadratic Formula Derivation - @@ -29,21 +41,27 @@ - -
-
+ + +
-
- +

Quadratic Formula Derivation

The standard form of a quadratic equation is:

@@ -76,14 +94,15 @@ x=b±b24ac2a +
If you have scrolled this far, consider subscribing to my mailing list here. You can subscribe to either a specific type of post you are interested in, or subscribe to everything with the "Everything" list.
-
+
-- cgit v1.2.3 From de19543d7fb44d343b052dc9b34ede78620c4a46 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Wed, 27 Mar 2024 23:36:55 -0600 Subject: Generate --- .../2024-03-26-Derivation-of-the-Quadratic-Equation.html | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'docs/posts/2024-03-26-Derivation-of-the-Quadratic-Equation.html') diff --git a/docs/posts/2024-03-26-Derivation-of-the-Quadratic-Equation.html b/docs/posts/2024-03-26-Derivation-of-the-Quadratic-Equation.html index bb2bc8e..27ad846 100644 --- a/docs/posts/2024-03-26-Derivation-of-the-Quadratic-Equation.html +++ b/docs/posts/2024-03-26-Derivation-of-the-Quadratic-Equation.html @@ -46,7 +46,7 @@ + +
-- cgit v1.2.3 From a982ceab0b45609991179b3020a00260eed6f798 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Wed, 27 Mar 2024 23:45:59 -0600 Subject: css --- docs/posts/2024-03-26-Derivation-of-the-Quadratic-Equation.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/posts/2024-03-26-Derivation-of-the-Quadratic-Equation.html') diff --git a/docs/posts/2024-03-26-Derivation-of-the-Quadratic-Equation.html b/docs/posts/2024-03-26-Derivation-of-the-Quadratic-Equation.html index 27ad846..33d09ec 100644 --- a/docs/posts/2024-03-26-Derivation-of-the-Quadratic-Equation.html +++ b/docs/posts/2024-03-26-Derivation-of-the-Quadratic-Equation.html @@ -5,6 +5,7 @@ + Quadratic Formula Derivation -- cgit v1.2.3