Contents

You’re 90 minutes into the exam. The dynamics problem gives you -4.9t² + 25t – 20 = 0.
Should you factor it? Use the formula? How long will each take?
While you’re deciding, 30 seconds burn off the clock.
The issue isn’t that you can’t solve quadratic equations. You’ve solved hundreds of them. The issue is that you don’t have a default method you trust under pressure, so every time you see one, your brain burns energy deciding how to solve it instead of just solving it.
That optimization impulse—trying to find the faster path in real time—is costing you more time than the quadratic formula ever would.
Here’s what you need: one method, executed the same way every time, with no decisions and no second-guessing. When you see ax² + bx + c = 0, you just run the process and move on.
That’s what this guide gives you. We’ll walk through where quadratic equations actually show up in engineering problems, how to execute the quadratic formula without dropping signs or missing steps, how to interpret the discriminant, and how to pick the root that makes physical sense in context. You’ll see a full worked example, the common mistakes that cost points even when the math is right, and the quick checks that catch errors before you circle an answer.
Before we dig into all that, I’ve put together a video that walks through the complete process from start to finish. If you want to see how this plays out in real time on an actual problem, watch that first—it’ll give you the big picture and show you exactly what clean execution looks like. Then come back here and we’ll break down the structure step by step so you can replicate it on exam day.
What Are Quadratic Equations?

A Quadratic Equation is any equation that can be written in the standard form ax² + bx + c = 0, where a, b, and c are constants and a ≠ 0.
The highest power of the variable is 2, which is what makes it quadratic.
In engineering, Quadratic Equations show up when you’re modeling motion, energy relationships, structural deflections, circuit responses, fluid flow conditions, and optimization scenarios where some quantity varies with the square of another.
Think of it like this: you’re trying to find the value (or values) of x that make the entire equation balance to zero.
Those values are the roots or solutions of the equation.
Sometimes there are two distinct real solutions. Sometimes there’s one repeated solution. And sometimes, if the discriminant is negative, there are no real solutions at all—which often tells you the scenario you modeled isn’t physically possible under the given constraints.
This matters because Quadratic Equations don’t just show up in algebra review.
They appear embedded inside dynamics problems, beam deflection setups, energy balance questions, circuit analysis, projectile motion, and optimization.
You won’t always see them labeled as “solve this quadratic.” Instead, you’ll derive them from Newton’s second law, conservation of energy, or an equilibrium condition, and then you’ll need to solve them cleanly to get the answer the problem is asking for.
On the FE Exam, Quadratic Equations show up when a relationship involves a squared term and you need to back out the variable that satisfies the condition.
The faster you can recognize the form, commit to the quadratic formula, and execute it without second-guessing, the more time you save for the harder conceptual questions.
The equation gives you everything you need. Your job is to pull out a, b, and c correctly, plug them into the formula without dropping signs, and interpret the result in the context of the engineering problem.
Quadratic Equations: FE Problem Solving Workflow

Every Quadratic Equation problem on the FE can be solved using the same structured approach.
Once you’ve run this workflow a few times, it becomes automatic. The confusion drops away, and what used to feel like a guessing game turns into a clean, repeatable solve.
Let’s break it down.
Step 1: Rewrite the equation in standard form
The first thing you need to do with any quadratic equation problem is get clear on what you’re actually working with.
Sometimes the equation will be handed to you cleanly: 3x² – 5x + 2 = 0. Other times it’ll be buried inside a dynamics problem or a beam deflection setup, and you’ll need to derive it first by simplifying the governing equations.
Either way, your job in this step is to get the equation into standard form: ax² + bx + c = 0.
That means everything on one side, zero on the other, with the terms arranged so you can clearly see the coefficient of x², the coefficient of x, and the constant.
This might mean moving terms across the equals sign, combining like terms, or clearing fractions. Whatever it takes to get it clean.
Don’t skip this step. If the equation is scattered or still embedded in a larger expression, you’ll misread the coefficients when you try to pull out a, b, and c, and everything downstream will be wrong.
Before you move on, do a quick check: make sure the coefficient of x² isn’t zero. If it is, you don’t actually have a quadratic equation—you’ve got a linear equation, and you solve that a completely different way.
Step 2: Identify a, b, and c
Now that you’ve got the equation in standard form, the next step is to pull out the three coefficients you’re going to need for the quadratic formula.
This sounds simple, and it is—but it’s also where a lot of students quietly lose points because they move too fast and miss a sign.
Here’s what you’re looking for:
a is the coefficient of x².
b is the coefficient of x.
c is the constant term.
If your equation is 3x² – 5x + 2 = 0, then a = 3, b = -5, and c = 2.
Notice that b is negative. That negative sign is part of the coefficient. It’s not optional, and it’s not something you deal with later—it’s baked into b from the start.
This is critical: write these values down on your scratch paper before you move to the next step. Don’t try to hold them in your head while you’re working through the formula.
The single biggest mistake students make in this step is missing the sign on b. If the equation has a -5x term and you write b = 5 instead of b = -5, your discriminant will be wrong, your roots will be wrong, and you’ll have no idea why your answer doesn’t match any of the choices.
Take two seconds here. Write a, b, and c with their signs clearly marked. Then move on.
Step 3: Apply the quadratic formula
At this point, you’ve got a, b, and c written down with their signs clearly marked. Now it’s time to plug them into the quadratic formula and solve for x.
The quadratic formula is:
x = (-b ± √(b² – 4ac)) / (2a)
This formula works for every quadratic equation, no exceptions. You could try to factor if the numbers look clean, but under exam pressure, factoring is a gamble—you might waste 30 seconds checking patterns that don’t exist. The quadratic formula is reliable, mechanical, and always gets you to the answer.
Here’s how to execute it cleanly.
Start by writing out the formula. Don’t skip this. Seeing it on paper keeps you from mixing up the order of operations or forgetting a piece.
Then substitute your values for a, b, and c. Write out each piece before you start combining anything.
The first thing you’re going to compute is the discriminant: b² – 4ac.
This number tells you how many real solutions you’ll get. If it’s positive, you’ve got two distinct solutions. If it’s zero, you’ve got one repeated solution. If it’s negative, there are no real solutions—which usually means the scenario you’re modeling isn’t physically possible under the given constraints.
Once you’ve got the discriminant, take the square root of it. Don’t forget this step. Students moving fast will sometimes add b² – 4ac directly to -b without taking the square root first, and that throws the entire answer off.
Now compute the numerator: -b plus or minus the square root of the discriminant. You’ll get two values here if the discriminant is positive—one with the plus, one with the minus.
Finally, divide both values by 2a. Not just a. Not just 2. Both pieces. This is the other place students commonly drop points—they get to the end, they’ve done everything else right, and then they divide by a or by 2 but not both.
Before you move on, take a second to make sure your arithmetic is clean and you didn’t drop a sign anywhere. This is where small mistakes quietly turn into wrong answers.
Step 4: Interpret the solutions in context
You’ve run the quadratic formula and you’ve got your solutions. One or two values for x.
But you’re not done yet.
This is the step where you translate the math back into the engineering problem and figure out which solution actually makes sense in the real world.
The quadratic formula doesn’t know anything about physics or constraints or units. It just solves the algebra. Your job is to take those solutions and ask: do these numbers make sense given what the problem is asking for?
Here’s what that looks like in practice.
If the problem is asking for time and one of your solutions is negative, that solution doesn’t work. You can’t go backward in time in a forward motion problem. Discard it.
If you’re solving for a dimension—maybe the height of a beam or the radius of a pipe—and one root is negative while the other is positive, the negative root usually doesn’t make physical sense unless the problem explicitly allows for it.
If both roots are positive, you’ll need to check which one satisfies the boundary conditions or constraints given in the problem. Maybe one of them violates a maximum height, or exceeds the length of the structure, or doesn’t fit the scenario described.
Don’t just grab the first number that comes out of the formula and assume it’s right. The math will give you candidates. You have to pick the one that actually answers the question.
Before you move on, reread the problem statement one more time. Does your final answer match the units they’re asking for? Does it fit the physical scenario? Does it make sense given the constraints?
If something feels off, go back and check your setup before you commit to an answer.
Step 5: Verify and finalize
You’ve picked your solution. You’ve checked that it makes physical sense. Now, before you circle an answer and move on, take five seconds to verify your work.
This step catches the mistakes that would otherwise cost you points on questions you actually know how to solve.
Here’s what to do.
Plug your solution back into the original equation. Does it balance? If you solved for x = 2, substitute x = 2 back into ax² + bx + c and see if you get zero. If you don’t, you made an error somewhere—either in pulling out a, b, and c, or in the arithmetic, or in copying your answer.
Check the magnitude. Does the number make sense given the scenario? If the problem is about a projectile launched from ground level with a reasonable initial velocity, and your answer says it reaches a height of 10,000 meters, something went wrong. That’s a sign error or a coefficient error hiding somewhere in your work.
Make sure you answered the right question. If the problem asked for the positive root and you accidentally circled the negative one, you just lost the point even though your math was perfect.
This step takes almost no time, but it’s the difference between walking away confident and walking away wondering if you missed something.
Once you’ve verified, finalize your answer and move on. You’ve got the point. Don’t second-guess yourself now.
Quadratic Equations Example Problem

With the workflow laid out, let’s run through a realistic FE-style problem that centers a Quadratic Equation inside an engineering context.
You won’t always see these problems labeled “solve this quadratic.” More often, you’ll derive the quadratic from a dynamics setup, a beam deflection condition, or an energy balance, and then you’ll need to solve it cleanly to get the answer.
This problem states:
Determine the time(s) at which the projectile reaches a height of 20 meters.
Quadratic Equations Solution Step by Step

Alright, we’ve got the problem laid out. Now let’s work through it using the same five-step workflow we just covered.
The goal here isn’t just to get the right answer—it’s to show you how the process works when you apply it cleanly from start to finish.
No shortcuts. No guessing. Just the workflow, executed the same way you’d do it on exam day.
Let’s break it down.
Step 1: Rewrite the equation in standard form
The first thing we need to do is figure out what equation we’re actually solving.
The problem gives us a height equation that describes the projectile’s position at any time t:
h = 25t – 4.9t²
That’s useful, but it’s not a quadratic equation yet. It’s just a relationship between height and time.
We’re told the projectile reaches a height of 20 meters, and we need to find when that happens. So we set h equal to 20:
20 = 25t – 4.9t²
Now we’ve got an equation we can solve. But before we can use the quadratic formula, we need to get everything on one side so we can clearly see the coefficients.
Subtract 20 from both sides:
25t – 4.9t² – 20 = 0
Now rearrange the terms so the squared term comes first, the linear term comes second, and the constant comes last:
-4.9t² + 25t – 20 = 0
This is standard form: at² + bt + c = 0.
Now we can move forward.
Step 2: Identify a, b, and c
Now that we’ve got the equation in standard form, the next step is to pull out the three coefficients we’re going to plug into the quadratic formula.
This is where you need to slow down for a second, because this is also where most sign errors happen.
From the equation -4.9t² + 25t – 20 = 0, we’re looking for:
a, which is the coefficient of t²
b, which is the coefficient of t
c, which is the constant term
Reading straight from the equation:
a = -4.9
b = 25
c = -20
Notice the signs. a is negative. b is positive. c is negative.
Those signs are part of the coefficients. They’re not optional. They’re not something you deal with later in the formula. They’re baked in from the start.
Before you move on, write these values down on your scratch paper with the signs clearly marked.
Don’t try to hold them in your head while you’re working through the next step. You will drop a sign. Everyone does when they try to skip this.
a = -4.9, b = 25, c = -20. Write it down. Then keep going.
Step 3: Apply the quadratic formula
At this point, we’ve got a, b, and c written down with their signs clearly marked. Now it’s time to plug them into the quadratic formula and solve for t.
The quadratic formula is:
t = (-b ± √(b² – 4ac)) / (2a)
Let’s work through this piece by piece.
First, we’re going to compute the discriminant, which is the part under the square root: b² – 4ac.
Substitute the values we identified:
b² – 4ac = (25)² – 4(-4.9)(-20)
Now be careful here. We’ve got two negatives multiplying together in that second term. That’s going to give us a positive result.
= 625 – 4(4.9)(20)
= 625 – 392
= 233
The discriminant is 233, which is positive. That tells us we’re going to get two distinct real solutions.
Now let’s plug everything into the full formula:
t = (-b ± √(b² – 4ac)) / (2a)
= (-25 ± √233) / (2 × -4.9)
The square root of 233 is approximately 15.26.
= (-25 ± 15.26) / (-9.8)
Now we split this into two solutions—one with the plus, one with the minus.
t1 = (-25 + 15.26) / (-9.8) = -9.74 / -9.8 ≈ 0.99 seconds
t2 = (-25 – 15.26) / (-9.8) = -40.26 / -9.8 ≈ 4.11 seconds
So we’ve got two times: approximately 1.0 seconds and approximately 4.1 seconds.
But we’re not done yet. We still need to figure out what these numbers actually mean in the context of the problem.
Step 4: Interpret the solutions in context
We’ve got two solutions: t ≈ 1.0 seconds and t ≈ 4.1 seconds.
Now we need to figure out what these actually mean.
The quadratic formula gave us the math. Our job now is to translate that math back into the real-world scenario and make sure both solutions make sense.
In this problem, we’re solving for time. Specifically, we’re finding the times when the projectile is at a height of 20 meters.
Both of our solutions are positive, which is a good sign. Negative time wouldn’t make sense in a forward motion problem—you can’t go backward in time.
But why do we have two times?
Think about what’s happening physically. The projectile is launched upward from the ground. It rises, passes through 20 meters on the way up, continues climbing to some maximum height, then starts falling back down. On the way down, it passes through 20 meters again before hitting the ground.
So t ≈ 1.0 seconds is the time on the way up.
And t ≈ 4.1 seconds is the time on the way down.
Both are valid answers. Both make physical sense.
If the problem had asked specifically for the time on the way up, you’d choose t ≈ 1.0 seconds. If it asked for the time on the way down, you’d choose t ≈ 4.1 seconds.
In this case, the problem just asks for “the time(s)” when the projectile reaches 20 meters, so the complete answer includes both: approximately 1.0 seconds and approximately 4.1 seconds.
Step 5: Verify and finalize
Before we call this done, let’s take five seconds to verify our work.
This step catches mistakes that would otherwise cost you points on questions you actually know how to solve.
Let’s plug t = 1.0 back into the original height equation and see if we get 20 meters:
h = 25t – 4.9t²
h = 25(1.0) – 4.9(1.0)²
h = 25 – 4.9
h = 20.1 meters
That’s close enough given rounding. The math checks out.
Now let’s verify the second solution, t = 4.1:
h = 25(4.1) – 4.9(4.1)²
h = 102.5 – 82.4
h = 20.1 meters
Again, we’re right at 20 meters within rounding error.
Both solutions check out mathematically. Both make physical sense. Both answer the question the problem asked.
So the final answer is: the projectile reaches a height of 20 meters at approximately 1.0 seconds and again at approximately 4.1 seconds.
We’re done. Move on to the next problem.
Common Quadratic Equations Mistakes Students Make

Even when the workflow is clear, Quadratic Equations can still go sideways for a few very predictable reasons.
These aren’t conceptual gaps—they’re small process breakdowns that snowball into wrong answers under exam pressure.
Here’s what tends to trip people up and why.
Mistake 1: Forgetting to move everything to one side before identifying a, b, and c
This happens when students try to apply the quadratic formula directly to an equation that’s still split across the equals sign, like 3x² + 5x = 12.
You can’t identify a, b, and c until the equation is in standard form with zero on one side.
If you try to plug in c = 12 from that setup, you’ll get the wrong discriminant, the wrong roots, and you’ll never know why your answer doesn’t match the choices.
The fix is simple: always rewrite the equation as ax² + bx + c = 0 before you do anything else.
Move terms, combine like terms, and get everything on one side. Only then do you pull out a, b, and c.
Mistake 2: Dropping a negative sign on b or c
This is the number one place students lose Quadratic Equations points, and it’s completely preventable.
If the equation is written as 2x² – 7x + 3 = 0, then b is -7, not 7.
If you miss that negative sign and plug in b = 7, your discriminant will be wrong, your roots will be wrong, and you’ll end up with an answer that looks reasonable but doesn’t match the engineering scenario.
The same thing happens with c. If the constant term is -3, you need to carry that negative through every calculation.
Don’t let your brain auto-correct it to positive just because it feels cleaner.
Before you plug anything into the quadratic formula, write a, b, and c on the side of your scratch paper with their signs clearly marked.
This takes two seconds and saves you from blowing the entire problem.
Mistake 3: Dividing by a instead of 2a
The quadratic formula ends with division by 2a, not just a.
Students who are moving fast will compute the numerator correctly, then divide by a and move on, completely forgetting the 2.
This error is sneaky because the answer you get will still be a real number that looks plausible—it just won’t be correct.
If you catch yourself doing this, the fix is to slow down for one second at the final step and double-check the denominator.
Make sure you’re dividing by 2 times a, not just a.
Mistake 4: Not checking which solution makes physical sense
The quadratic formula will always give you the mathematical solutions. But not all mathematical solutions are physically meaningful in the engineering problem.
If you’re solving for time and one root is negative, that solution probably doesn’t make sense unless the problem explicitly involves looking backward in time.
If you’re solving for a dimension and one root is negative while the other is positive, you usually discard the negative root.
Students who skip this interpretation step will sometimes circle the wrong root just because it appeared first in their calculation, even though it violates the physical constraints of the problem.
Always pause after you compute the roots and ask: which of these makes sense given what the problem is asking for?
If only one root fits the scenario, that’s your answer. If both fit, you might need to report both or check additional constraints.
Mistake 5: Forgetting to take the square root of the discriminant
This mistake shows up when students compute b² – 4ac correctly, but then forget to take the square root before adding or subtracting it from -b.
So instead of computing -b ± √(discriminant), they compute -b ± (discriminant), which gives them a wildly wrong answer that doesn’t even come close to the answer choices.
If your final answers are way off scale and nothing looks right, go back and check whether you actually took the square root.
This is one of those errors that’s easy to catch if you’re looking for it, but it’s also easy to miss if you’re rushing.
Quick Rules of Thumb for Quadratic Equations

Before you move on to the next topic, let’s lock in the essentials.
These aren’t more steps. They’re the quick mental checks that keep everything we just covered from falling apart under pressure.
Scan these once now, then again the night before your exam.
Always rewrite in standard form first. Don’t try to identify a, b, and c until the equation is ax² + bx + c = 0 with everything on one side and zero on the other. This single step prevents half the errors students make.
Write down a, b, and c with their signs before you plug them in. Don’t try to hold the coefficients in your head while you’re working the formula. Write them on your scratch paper with their signs clearly marked, then plug them in one at a time.
The discriminant tells the story. If b² – 4ac is positive, you get two real solutions. If it’s zero, you get one repeated solution. If it’s negative, there are no real solutions—and that often means the scenario you modeled isn’t physically possible under the given constraints.
Divide by 2a, not just a. This is where students drop points even when the rest of the work is perfect. Double-check the denominator before you finalize your answer.
Not all roots are physically meaningful. The quadratic formula gives you math. Your job is to translate that math back into the engineering problem and pick the solution that makes sense. If a root is negative and the problem is asking for time in a forward motion scenario, that root gets discarded.
Plug your answer back in if you have time. If something feels off or you’re between two answer choices, substitute your solution back into the original equation and see if it balances. This quick check catches sign errors, division mistakes, and misread coefficients.
Final Thoughts | Quadratic Equations

You’ve been solving quadratic equations since high school.
The formula hasn’t changed. The algebra hasn’t gotten harder. But somewhere between then and now, the execution stopped being automatic.
That hesitation you feel when you see ax² + bx + c = 0 on the FE? That’s not because you forgot how to do this. It’s because you’re trying to optimize in real time instead of trusting a process you’ve already built.
The shift happens when you stop treating every quadratic equation like it needs a custom approach and start running the same method every single time. No branching. No second-guessing. Just: rewrite, identify, plug in, interpret, verify. Done.
That’s it. That’s the whole thing.
If you want to keep sharpening your skills across other topics, the FE Problem Library is where you can stack more reps. Pick a topic here, run the workflow, compare your work to the walkthrough.
Look, you know what you’re missing. It’s not more practice problems. It’s not another review video. It’s structure, accountability, and a plan you can actually follow. Try Prepineer free for 7 days and see what happens when you stop studying randomly and start preparing systematically.








