Quadratic word problems
56 flashcards covering Quadratic word problems for the SAT Math section.
Quadratic word problems involve using quadratic equations to model and solve real-world scenarios. These equations are second-degree polynomials, typically in the form ax² + bx + c = 0, where you solve for an unknown variable. For example, they might ask you to find the maximum height of a projectile or the dimensions of a garden that maximize its area. Understanding how to translate everyday situations into these equations is key, as it builds problem-solving skills for more complex math.
On the SAT Math section, quadratic word problems appear in both multiple-choice and grid-in questions, often testing your ability to set up equations from descriptions and interpret results. Common traps include misreading the problem, forgetting real-world constraints like positive values, or algebraic mistakes like incorrect factoring. Focus on defining variables clearly, using methods like the quadratic formula or graphing, and double-checking that your solution fits the context—these problems assess not just computation but practical application.
Practice setting up equations from simple stories to build confidence.
Terms (56)
- 01
Quadratic equation
An equation that can be written in the form ax² + bx + c = 0, where a, b, and c are constants and a is not zero, often used to model real-world scenarios like projectile motion or area calculations.
- 02
Standard form of a quadratic
The form ax² + bx + c = 0, which is useful for identifying coefficients and applying methods like factoring or the quadratic formula in word problems.
- 03
Vertex form of a quadratic
The form y = a(x - h)² + k, where (h, k) is the vertex, helping to quickly find maximum or minimum values in problems like maximizing profit.
- 04
Factoring a quadratic
Breaking down a quadratic expression into two binomials whose product is the original, such as (x + 2)(x - 3) = 0, to solve for roots in word problems.
- 05
Quadratic formula
The formula x = [-b ± √(b² - 4ac)] / (2a) used to find the roots of ax² + bx + c = 0 when factoring is difficult, as in complex word problems involving distance.
- 06
Discriminant
The value b² - 4ac in a quadratic equation, which indicates the nature of the roots: positive for two real roots, zero for one real root, and negative for no real roots, crucial for interpreting solutions in context.
- 07
Roots of a quadratic
The values of x that satisfy ax² + bx + c = 0, representing solutions like the times when an object hits the ground in projectile motion problems.
- 08
Vertex of a parabola
The highest or lowest point on a parabola, given by x = -b/(2a), which often represents a maximum profit or minimum cost in quadratic word problems.
- 09
Axis of symmetry
The vertical line x = -b/(2a) that divides a parabola into two mirror-image halves, useful for understanding symmetry in problems like garden layouts.
- 10
Parabola
The U-shaped graph of a quadratic function, which models curves in real-world situations such as the path of a thrown ball.
- 11
Completing the square
A method to rewrite a quadratic in vertex form by adding and subtracting a constant, helpful for finding the vertex in optimization problems.
- 12
Difference of squares
A factoring pattern for expressions like x² - y² = (x - y)(x + y), often used in word problems involving areas or differences.
- 13
Perfect square trinomial
An expression like x² + 2xy + y² that factors to (x + y)², useful for solving equations in contexts like squared distances.
- 14
Setting up quadratic equations
Translating word problem scenarios into equations by defining variables and using relationships, such as letting x be the width of a rectangle with given perimeter and area.
- 15
Area word problems
Problems where quadratic equations arise from shapes like rectangles, such as finding dimensions when perimeter and area are given, like a rectangle with perimeter 20 and area 24.
- 16
Projectile motion problems
Word problems modeling the path of an object under gravity, using equations like h = -16t² + vt + h0 to find time of flight or maximum height.
- 17
Maximum or minimum value
The peak or trough of a quadratic function, found at the vertex, which answers questions like the maximum height a ball reaches.
- 18
Two numbers with sum and product
Problems where two numbers' sum and product are given, leading to a quadratic like x² - (sum)x + product = 0 to find the numbers.
- 19
Extraneous solutions
Solutions that do not satisfy the original equation, often arising in word problems where negative values make no sense, like negative time.
- 20
Sum and product of roots
For a quadratic ax² + bx + c = 0, the sum of roots is -b/a and the product is c/a, which can help verify solutions in word problems.
- 21
Factoring by grouping
A technique to factor quadratics by grouping terms, such as factoring 2x² + 5x + 2 by grouping to solve related word problems.
- 22
Interpreting negative roots
Determining when a negative root is valid in context, such as discarding negative time in motion problems but keeping it for distances if applicable.
- 23
Break-even point
The point where revenue equals cost in business problems, found by solving a quadratic equation set to zero.
- 24
Time to reach maximum height
In projectile problems, the time at the vertex, calculated as t = -b/(2a) from the height equation.
- 25
Distance formula in quadratics
Using equations like distance = rate × time in scenarios that lead to quadratics, such as two objects meeting at a point.
- 26
Revenue function
A quadratic function like R = -px² + qx representing sales, used to find maximum revenue in business word problems.
- 27
Cost function
A quadratic expression for total costs, such as C = fixed cost + variable cost, leading to equations for break-even analysis.
- 28
Profit maximization
Finding the input that maximizes profit by locating the vertex of a quadratic profit function.
- 29
Quadratic inequalities
Inequalities like ax² + bx + c > 0, solved by finding roots and testing intervals, for problems like determining profitable ranges.
- 30
Graphing quadratics for context
Sketching a parabola to visualize solutions in word problems, such as seeing where a quadratic is positive for feasible regions.
- 31
Y-intercept in word problems
The value when x=0, representing initial conditions like starting height in projectile motion.
- 32
X-intercepts as solutions
The points where the graph crosses the x-axis, corresponding to real-world solutions like times when an object is at ground level.
- 33
Symmetry in word problems
Using the axis of symmetry to understand balanced scenarios, such as equal distances on either side of a midpoint.
- 34
Mixture problems with quadratics
Problems involving mixing solutions where the equation becomes quadratic, like combining alloys with different concentrations.
- 35
Work-rate problems with quadratics
Scenarios where rates lead to quadratic equations, such as two workers completing a task with varying efficiencies.
- 36
Geometry problems with quadratics
Using quadratics in shapes, like finding side lengths in triangles via the Pythagorean theorem combined with area.
- 37
Strategy: Define variables clearly
Always state what a variable represents in a word problem, such as letting x be the length, to avoid setup errors.
- 38
Trap: Forgetting to check solutions
Failing to verify if solutions make sense in context, like rejecting negative lengths in area problems.
- 39
Trap: Incorrectly identifying variables
Misdefining variables, such as confusing width and length, which leads to wrong equations in word problems.
- 40
Trap: Squaring both sides prematurely
Introducing extraneous solutions by squaring equations too early in problems involving squares.
- 41
Example: Rectangle with perimeter and area
A problem where a rectangle has perimeter 20 and area 24, leading to the equation 2(x + y) = 20 and x y = 24, solved as a quadratic.
Solve for x and y to find dimensions approximately 4 and 6.
- 42
Example: Ball thrown upward
A projectile where h = -16t² + 64t + 5, requiring to find time to hit ground by solving the quadratic equation.
The ball hits the ground at t ≈ 4.06 seconds.
- 43
Example: Garden with fence
A garden with a fixed perimeter and maximum area, modeled by a quadratic to find optimal dimensions.
- 44
Example: Two pipes filling a tank
Pipes filling at different rates, leading to a quadratic for when the tank is full, considering overlapping flows.
- 45
Formula: Area of a rectangle
Length times width, which often forms a quadratic when one dimension is expressed in terms of the other.
- 46
Formula: Distance in motion
Equations like d = rt for scenarios that become quadratic when rates vary over time.
- 47
Advanced: Quadratic regression
Using data points to fit a quadratic model, as in trends over time, to predict future values on the SAT.
- 48
Advanced: Systems with quadratics
Solving a system where one equation is quadratic, like intersecting parabolas with lines in real-world contexts.
- 49
Advanced: Discriminant for feasibility
Checking if b² - 4ac > 0 to ensure real solutions exist in problems like possible triangle sides.
- 50
Units in quadratic problems
Ensuring consistent units, such as feet and seconds, when setting up equations to avoid errors in interpretation.
- 51
Zeros of a quadratic function
The x-values where the function equals zero, directly linking to solutions in word problems like break-even points.
- 52
Profit function setup
Creating a quadratic from revenue minus costs, such as P = -x² + 10x - 5, to analyze business scenarios.
- 53
Minimum cost in quadratics
Finding the lowest point of a cost quadratic, which occurs at the vertex, for optimization problems.
- 54
Quadratic in vertex form for max/min
Directly using y = a(x - h)² + k to identify maximum or minimum values without full solving.
- 55
Interpreting the quadratic coefficient
The sign of a determines if the parabola opens upward (minimum) or downward (maximum), key for word problem outcomes.
- 56
Example: Maximum revenue
A company sells x items at price p, with revenue R = x(10 - x), solved to find the value of x that maximizes R.
Maximum at x = 5, revenue = 25.