Quadratic equations
53 flashcards covering Quadratic equations for the GMAT Quantitative section.
Quadratic equations are mathematical expressions that involve a variable raised to the second power, typically written in the form ax² + bx + c = 0, where a, b, and c are constants and a isn't zero. They represent parabolic relationships and are used to model real-world scenarios, like projectile motion or profit maximization. Solving them helps find the values of the variable (called roots) through methods such as factoring, completing the square, or using the quadratic formula, making them essential for understanding more complex algebraic problems.
On the GMAT Quantitative section, quadratic equations often appear in problem-solving and data sufficiency questions, where you might need to solve for roots, analyze graphs, or apply them to word problems involving maximum or minimum values. Common traps include misfactoring equations, overlooking extraneous solutions, or confusing the vertex with the roots, so focus on mastering the discriminant to determine the number of real solutions and practicing quick identification of perfect square trinomials. Always double-check your algebra to avoid careless errors.
A concrete tip: Memorize the quadratic formula and practice plugging in values swiftly.
Terms (53)
- 01
Quadratic equation
A quadratic equation is a polynomial equation of the second degree, typically written as ax² + bx + c = 0, where a, b, and c are constants and a is not zero.
- 02
Standard form of a quadratic equation
The standard form expresses a quadratic equation as ax² + bx + c = 0, where a, b, and c are real numbers and a ≠ 0, making it easy to identify coefficients for solving.
- 03
Coefficient in a quadratic equation
In a quadratic equation ax² + bx + c = 0, the coefficients are the constants a, b, and c, where a is the leading coefficient, b affects the linear term, and c is the constant term.
- 04
Roots of a quadratic equation
The roots are the values of x that satisfy the equation ax² + bx + c = 0, representing the points where the quadratic expression equals zero.
- 05
Factoring a quadratic equation
Factoring involves rewriting a quadratic equation as a product of two binomials, such as (x + p)(x + q) = 0, to find the roots by setting each factor to zero.
- 06
Difference of squares
A difference of squares is a quadratic expression like x² - y², which factors into (x - y)(x + y), useful for simplifying and solving certain equations.
- 07
Perfect square trinomial
A perfect square trinomial is an expression like x² + 2xy + y², which factors into (x + y)², helping in completing the square or recognizing patterns.
- 08
Completing the square
Completing the square is a method to solve a quadratic equation by rewriting it as (x + k)² = m, allowing you to find roots by taking square roots of both sides.
- 09
Quadratic formula
The quadratic formula is x = [-b ± √(b² - 4ac)] / (2a), used to find the roots of ax² + bx + c = 0 when factoring is not straightforward.
- 10
Discriminant
The discriminant is the expression b² - 4ac in a quadratic equation, determining the nature of the roots: positive for two real roots, zero for one real root, and negative for no real roots.
- 11
Positive discriminant
A positive discriminant (b² - 4ac > 0) indicates that a quadratic equation has two distinct real roots, which is common in problems requiring multiple solutions.
- 12
Zero discriminant
A zero discriminant (b² - 4ac = 0) means the quadratic equation has exactly one real root, often indicating a repeated or tangent root in applications.
- 13
Negative discriminant
A negative discriminant (b² - 4ac < 0) shows that a quadratic equation has no real roots, only complex ones, which may appear in advanced GMAT inequality problems.
- 14
Sum of roots
For a quadratic equation ax² + bx + c = 0, the sum of the roots is -b/a, a property useful for verifying solutions or solving related word problems quickly.
- 15
Product of roots
For a quadratic equation ax² + bx + c = 0, the product of the roots is c/a, helping in checks or when constructing equations from given roots.
- 16
Vertex of a parabola
The vertex is the highest or lowest point on a parabola, found at x = -b/(2a) for y = ax² + bx + c, representing maximum or minimum values in real-world scenarios.
- 17
Axis of symmetry
The axis of symmetry is the vertical line through the vertex of a parabola, given by x = -b/(2a), useful for graphing or analyzing symmetric problems.
- 18
Maximum value of a quadratic
For a quadratic function y = ax² + bx + c where a < 0, the maximum value occurs at the vertex and equals the y-coordinate there, often in profit maximization.
- 19
Minimum value of a quadratic
For a quadratic function y = ax² + bx + c where a > 0, the minimum value is at the vertex, relevant in cost minimization or distance problems.
- 20
Vertex form of a quadratic
Vertex form is y = a(x - h)² + k, where (h, k) is the vertex, making it easier to graph or identify key features compared to standard form.
- 21
Graphing a quadratic function
Graphing involves plotting y = ax² + bx + c by finding the vertex, y-intercept, and roots, then sketching the parabola to visualize solutions or intersections.
- 22
Quadratic inequality
A quadratic inequality compares a quadratic expression to zero, like ax² + bx + c > 0, requiring you to determine intervals where the inequality holds based on roots.
- 23
Solving quadratic inequalities
To solve, first find the roots, then test intervals on a number line to see where the quadratic expression is positive or negative, excluding or including roots as needed.
- 24
Sign chart for inequalities
A sign chart is a tool to analyze quadratic inequalities by marking roots on a number line and testing points in each interval to determine where the expression is positive or negative.
- 25
Word problems with quadratics
Word problems translate real scenarios, like projectile motion, into quadratic equations to solve for unknowns such as time or distance using the standard methods.
- 26
Projectile motion equation
In physics-related GMAT problems, the height of a projectile is modeled by h = -16t² + vt + s, a quadratic equation solved to find time of flight or maximum height.
- 27
Profit maximization
Profit as a quadratic function, like P = -x² + 10x, is maximized at the vertex, helping determine optimal production levels in business scenarios.
- 28
Break-even analysis
Break-even points are found by solving a quadratic equation where revenue equals cost, such as setting a profit equation to zero to identify equilibrium quantities.
- 29
Systems of quadratic equations
Systems involve solving two equations simultaneously, one quadratic, by substitution or elimination to find intersection points, common in geometry or optimization.
- 30
Substitution in quadratic systems
Substitution replaces a variable in one equation with an expression from the other, turning the system into a single quadratic equation to solve.
- 31
Extraneous roots
Extraneous roots are solutions that arise during solving but do not satisfy the original equation, often from squaring both sides, requiring verification.
- 32
Factoring by grouping
For quadratics like x³ + 2x² + 3x + 6, grouping terms allows factoring into (x² + 2x)(x + 3), though it's more for cubics adaptable to quadratics.
- 33
Using quadratic formula when factoring fails
When a quadratic doesn't factor easily, apply the quadratic formula to find exact roots, ensuring accuracy in complex problems.
- 34
Deriving the quadratic formula
The quadratic formula is derived by completing the square on ax² + bx + c = 0, transforming it into a form that isolates x for solving.
- 35
Converting to vertex form
Convert y = ax² + bx + c to vertex form by completing the square, aiding in graphing or finding the vertex without recalculating.
- 36
Domain of a quadratic function
The domain of a quadratic function y = ax² + bx + c is all real numbers, as there are no restrictions on x, unlike some other functions on the GMAT.
- 37
Range of a quadratic function
The range is y ≥ k for a parabola opening upwards or y ≤ k for one opening downwards, where k is the y-coordinate of the vertex.
- 38
Increasing and decreasing intervals
For y = ax² + bx + c, the function decreases left of the vertex and increases right if a > 0, or vice versa if a < 0, useful for optimization.
- 39
Symmetry in parabolas
Parabolas are symmetric about their axis, meaning points equidistant from the axis have the same y-value, aiding in sketching or problem-solving.
- 40
Applications in economics
Quadratics model economic functions like cost or revenue, solved to find break-even points or optimal prices in GMAT quantitative reasoning.
- 41
Time to reach maximum height
In projectile problems, solve for time at the vertex of the height equation to determine when an object reaches its peak.
- 42
Distance problems with quadratics
Quadratics represent distances in scenarios like two objects moving toward each other, solved to find meeting times.
- 43
Mental math for factoring
On the GMAT, quickly factor quadratics by recognizing patterns or estimating factors mentally to save time during the exam.
- 44
Recognizing perfect squares
Identify expressions like x² + 6x + 9 as (x + 3)² to simplify solving or factoring efficiently.
- 45
Common factors in quadratics
Factor out common terms first, like 2x from 2x² + 4x, before proceeding to solve the quadratic.
- 46
Grouping method for quadratics
For expressions like x² + 5x + 6, group factors mentally as (x + 2)(x + 3) by finding pairs that multiply to the constant and add to the middle term.
- 47
Deriving quadratic from roots
If roots are given, form the quadratic as a(x - r1)(x - r2) = 0, then expand to standard form for equation construction.
- 48
Inverse operations in quadratics
Use inverse operations like adding or multiplying by reciprocals to isolate terms when manipulating quadratic equations.
- 49
Quadratic in disguise
Some equations, like √x + x = 2, can be rewritten as a quadratic by substitution, such as letting u = √x, then solving the resulting equation.
- 50
Absolute value with quadratics
Equations involving absolute values may lead to quadratics when squared, requiring careful solving and checking for extraneous solutions.
- 51
Graph interpretation of quadratics
Interpret graphs to find roots as x-intercepts or vertex as extrema, common in data analysis or function problems on the GMAT.
- 52
Shifts in quadratic graphs
A quadratic like y = (x - 2)² + 3 shifts the graph right by 2 units and up by 3, affecting roots and vertex in transformation problems.
- 53
Dilations in quadratic graphs
Changing the coefficient a in y = ax² + bx + c stretches or compresses the parabola vertically, impacting the width and scale in graphing tasks.