How to Solve a Quadratic Inequality with Two Variables?

  • Thread starter Thread starter skyturnred
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
skyturnred
Messages
117
Reaction score
0

Homework Statement



-1<2x[itex]^{2}[/itex]-x<1

Homework Equations





The Attempt at a Solution



I can't seem to solve this.. I am in calculus but I get to this point at the end of a long question, and it seems so trivial that I didn't think it would be a good idea to post this in the calculus forum.

How do you solve this? I know (from wolframalpha) that the answer is -1/2<x<1 but I don't know how it got this.
 
Physics news on Phys.org
skyturnred said:

Homework Statement



-1<2x[itex]^{2}[/itex]-x<1

Homework Equations





The Attempt at a Solution



I can't seem to solve this.. I am in calculus but I get to this point at the end of a long question, and it seems so trivial that I didn't think it would be a good idea to post this in the calculus forum.

How do you solve this? I know (from wolframalpha) that the answer is -1/2<x<1 but I don't know how it got this.
The inequality is equivalent to
0 < 2x2 - x + 1 < 2,
which is the same as these two inequalities:
0 < 2x2 - x + 1 AND 2x2 - x + 1 < 2

Do you know how to solve these quadratic inequalities?

Graphically, the solution set to your inequality is the set of x values on the graph of y = 2x2 - x for which -1 < y < 1.
 
Mark44 said:
The inequality is equivalent to
0 < 2x2 - x + 1 < 2,
which is the same as these two inequalities:
0 < 2x2 - x + 1 AND 2x2 - x + 1 < 2

Do you know how to solve these quadratic inequalities?

Graphically, the solution set to your inequality is the set of x values on the graph of y = 2x2 - x for which -1 < y < 1.

OK thanks! Splitting it up into two inequalities really makes it much easier to think about.