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.