Linear and Quadratic Word Problems
Linear and Quadratic Equation Word Problems
Word problems require you to translate real-world situations into mathematical equations. In algebra, these scenarios usually result in either linear or quadratic equations. The main challenge isn't just solving the mathâit's figuring out how to set up the equation correctly and ensuring your final answer makes sense in the real world.
5 Steps to Solve Word Problems
- Read and Understand: Identify what the problem is asking you to find.
- Define the Variable: Choose a letter (like x or t) to represent your unknown value.
- Set Up the Equation: Translate the words from the problem into mathematical expressions.
- Solve the Equation: Use algebraic methods (like factoring or the quadratic formula) to find the value of your variable.
- Check the Context: Does your answer make sense? In the real world, lengths, areas, and time cannot be negative. You will often need to reject negative solutions.
Example 1: Area and Dimensions (Quadratic)
The Problem: The area of a rectangle is 72Â m2. The length is 2Â m more than the width. Find the dimensions.
The Solution: First, define the variables. Let the width be w. The length is 2Â m more than the width, so the length is w+2.
The formula for the area of a rectangle is Area=lengthÃwidth. Set up the equation: w(w+2)=72
Expand and set the equation to zero to solve the quadratic equation: w2+2wâ72=0
Factor the quadratic equation: (w+9)(wâ8)=0
This gives us two possible solutions for w: w=â9orw=8
Since a width cannot be negative, we reject â9. Therefore, the width is 8Â m. The length is 8+2=10Â m.
Answer: The dimensions are 8Â m by 10Â m.
Example 2: Projectile Motion (Quadratic)
The Problem: A ball is thrown upward, and its height h in feet after t seconds is given by the equation h(t)=â16t2+48t+5. When does it hit the ground?
The Solution: The ball hits the ground when its height is zero. So, we set h(t)=0: â16t2+48t+5=0
Because this doesn't factor easily, we use the quadratic formula: t=2aâb±b2â4acââ
Plug in a=â16, b=48, and c=5: t=2(â16)â48±482â4(â16)(5)ââ t=â32â48±2304+320ââ t=â32â48±2624ââ
Calculate the two possible values for t: tââ32â48+51.22âââ0.1Â s tââ32â48â51.22ââ3.1Â s
Time cannot be negative, so we reject â0.1.
Answer: The ball hits the ground after approximately 3.1 seconds.