From dc88212c7fbbab7f017d444954413d0abbfdc4b0 Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Tue, 29 Aug 2023 21:29:44 +0700 Subject: New thumbnails, fixed school about page, new math lesson, and stuff --- lessons/matematika/quadratic-equation/index.html | 222 ++++++++++++++++++++++- 1 file changed, 215 insertions(+), 7 deletions(-) (limited to 'lessons/matematika/quadratic-equation/index.html') diff --git a/lessons/matematika/quadratic-equation/index.html b/lessons/matematika/quadratic-equation/index.html index bcb3ec8..d3d1c4e 100644 --- a/lessons/matematika/quadratic-equation/index.html +++ b/lessons/matematika/quadratic-equation/index.html @@ -13,11 +13,17 @@ + +
- +
@@ -47,18 +53,220 @@
- +
-
❓ Unchecked by Professionals
+
❓ Unchecked by Professionals
- +
- +

Introduction

+ In algebra, a quadratic equation is any equation that can be rearranged in standard form as where x + represents an unknown value, and a, b, and c represent known numbers, where a ≠ 0.[1] +

Formula / Format

+ ax2 + bx + c = 0 +

+ a, b, c = known numbers, where a ≠ 0
+ x = the unknown, or the root +

+

Exercises

+

Finding the roots with factorisation.

+
    +
  1. + +

    +


    + To find the answer, we need to find the factors of b and c.
    + The suitable factor for the equation are 2 and -3.
    + Then, insert each numbers to this formula: , where y is the factor.

    +

    +
    + So, the answer is +

    + +
  2. +
  3. +

    +
    + Factors: 2, 4
    +


    +
    +
    +
    +
    +

    + +
  4. +
+

Relation between Quadratic Equation and Algebraic Expressions

+

This is an algebraic expression → . You can turn that into a quadratic equation.

+ + +

Quadratic Equation's Root Operations

+

Finding Quadratic Equation with Roots

+

You can use the formula below to find a Quadratic Equation with 2 roots.

+ , where x1, 2 are the roots.
+

+ Example:

+ +

+ +

Quadratic Root's Mathematical Operations

+

Formulas

+

+

+

Examples

+
    +
  1. +

    Diketahui persamaan kuadrat , memiliki akar-akar persamaan kuadrat x1 dan x2. Jika x1 < x2, maka tentukan: +

      +
    1. x1 + x2
    2. +
    3. x1 × x2
    4. +
    +

    +
    +
      +
    1. +
    2. +
    +
  2. +
+ +

References

+
    +
  1. Quadratic Equation - The English Wikipedia, https://en.wikipedia.org/wiki/Quadratic_equation
  2. +
-- cgit v1.2.3