Lista de Exercícios: Equações do 2º Grau
Lista de Exercícios: Equações do 2º Grau
Transforming quadratic equations to standard form ax^2 + bx + c = 0 is crucial as it simplifies solving by directly identifying coefficients needed for applying formulaic methods like the quadratic formula or factoring, ensuring correct interpretation of solutions structure for efficiency .
No real solutions exist for quadratic equations when their discriminant (b^2 - 4ac) is negative. This indicates imaginary roots since the square root of a negative number is not real. For instance, x² + 9 = 0 has no real solutions as its discriminant (0 - 4*1*9) is negative .
When taking square roots of both sides of an equation, it's important to consider both the positive and negative roots because squaring either a positive or negative number results in a positive value. For instance, x² - 49 = 0 has solutions x = ±7, acknowledging that both (±7)^2 result in 49 .
A quadratic equation is in the form ax^2 + bx + c = 0, where a ≠ 0. From the list, the quadratic equations are b) x^2 - 7x + 10 = 0, e) 4x^2 - 1 = 0, and f) x^2 - 7x, as they all include the x^2 term with a non-zero coefficient .
Multiplying binomials leads to a quadratic equation as each term in one binomial multiplies with each term in the other. For example, (2x - 1)² expands to (2x - 1)(2x - 1) = 4x² - 4x + 1, resulting in a quadratic form when simplified .
To verify solutions of quadratic equations, substitute the obtained roots back into the original equation and check if the left side equals the right side. For example, for x² - 49 = 0, substituting x = -7 gives (-7)² - 49 = 49 - 49 = 0 and substituting x = 7 gives 7² - 49 = 49 - 49 = 0, confirming both as correct solutions .
Writing a quadratic equation in reduced form involves arranging terms such that ax^2 + bx + c = 0, simplifying if possible. This format is necessary because it standardizes quadratic equations, making it easier to apply solving techniques. For example, rearranging -11x^2 + 8x + 5 = 0 gives a clear structure for identifying coefficients .
Quadratic equations can be classified as complete if they include all three terms ax^2, bx, and c, such as x^2 - 7x + 10 = 0 (a=1, b=-7, c=10) and as incomplete if they lack either bx or c. For example, x^2 - 16 = 0 (missing bx term) and x^2 - 7x (missing c term) are incomplete .
To solve ax^2 + c = 0, first isolate the x^2 term by setting ax^2 = -c. Then divide by a to get x^2 = -c/a. Finally, take the square root of both sides, yielding x = ±√(-c/a). For example, for 4x^2 - 36 = 0, we get x^2 = 9 and thus x = ±3 .
Changes in coefficients a, b, and c in a quadratic equation affect the roots by altering the position and nature of the vertex and discriminant. Affects the axis of symmetry and vertex position, b influences the vertex horizontally and slope of symmetry, and c shifts the parabola vertically. These collectively determine root existence and type: distinct, repeated, or complex .