Quadratic Applications: Real-World Problem Solving
Quadratic equations aren't just abstract math! They model real-world situations involving area, projectile motion, and profit maximization. The graph of a quadratic (a parabola) helps us find maximum heights, optimal areas, and break-even points. 🚀
Step-by-Step Problem Solving Guide
- Understand the Problem: Identify what you're solving for (max height, time to hit ground, etc.).
- Set up the Equation: Translate the word problem into a quadratic equation (usually in the form ax² + bx + c = 0).
- Solve the Equation: Use factoring, the quadratic formula, or completing the square.
- Interpret the Solution: Check which answers make sense in the real-world context.
Worked Examples
Example 1: Projectile Motion
A ball is thrown upward from a height of 5 feet. Its height h (in feet) after t seconds is given by h = -16t² + 48t + 5. When does the ball hit the ground?
- Set h = 0: -16t² + 48t + 5 = 0
- Use quadratic formula: t = [-48 ± √(48² - 4(-16)(5))] / (2×-16)
- Simplify: t = [-48 ± √(2304 + 320)] / -32 = [-48 ± √2624] / -32
- Calculate: t ≈ 3.12 seconds (we discard the negative time)
Example 2: Area Problem
A rectangular garden is 10m longer than it is wide. The area is 375 m². Find the dimensions.
- Let width = w, length = w + 10
- Area equation: w(w + 10) = 375 → w² + 10w - 375 = 0
- Factor: (w + 25)(w - 15) = 0
- Solutions: w = -25 or w = 15 (only positive makes sense)
- Width = 15m, Length = 25m
Common Mistakes to Avoid
- Forgetting units: Always include units (feet, seconds, meters) in your final answer.
- Ignoring context: Discard solutions that don't make sense (negative time, negative length).
- Misapplying formulas: Double-check the quadratic formula: x = [-b ± √(b² - 4ac)] / (2a)
Tips & Tricks
- 💡 The vertex of the parabola gives the maximum or minimum value. For h = ax² + bx + c, the x-coordinate is -b/(2a).
- 📐 Draw a quick sketch! Visualizing the problem helps you understand what you're solving for.
- ⏱️ In projectile problems, the ball hits the ground when height = 0.
Practice Suggestions
- Start with area problems (they're usually easier to visualize)
- Practice identifying the key information in word problems
- Create your own problems based on real situations (like throwing a ball)
- Mix up your solving methods - try factoring, quadratic formula, and graphing