7.3 Systems of Nonlinear Equations and Inequalities: Two Variables - College Algebra 2e | OpenStax (2024)

Learning Objectives

In this section, you will:

  • Solve a system of nonlinear equations using substitution.
  • Solve a system of nonlinear equations using elimination.
  • Graph a nonlinear inequality.
  • Graph a system of nonlinear inequalities.

Halley’s Comet (Figure 1) orbits the sun about once every 75 years. Its path can be considered to be a very elongated ellipse. Other comets follow similar paths in space. These orbital paths can be studied using systems of equations. These systems, however, are different from the ones we considered in the previous section because the equations are not linear.

7.3 Systems of Nonlinear Equations and Inequalities: Two Variables - College Algebra 2e | OpenStax (1)

Figure 1 Halley’s Comet (credit: "NASA Blueshift"/Flickr)

In this section, we will consider the intersection of a parabola and a line, a circle and a line, and a circle and an ellipse. The methods for solving systems of nonlinear equations are similar to those for linear equations.

Solving a System of Nonlinear Equations Using Substitution

A system of nonlinear equations is a system of two or more equations in two or more variables containing at least one equation that is not linear. Recall that a linear equation can take the form Ax+By+C=0.Ax+By+C=0. Any equation that cannot be written in this form in nonlinear. The substitution method we used for linear systems is the same method we will use for nonlinear systems. We solve one equation for one variable and then substitute the result into the second equation to solve for another variable, and so on. There is, however, a variation in the possible outcomes.

Intersection of a Parabola and a Line

There are three possible types of solutions for a system of nonlinear equations involving a parabola and a line.

Possible Types of Solutions for Points of Intersection of a Parabola and a Line

Figure 2 illustrates possible solution sets for a system of equations involving a parabola and a line.

  • No solution. The line will never intersect the parabola.
  • One solution. The line is tangent to the parabola and intersects the parabola at exactly one point.
  • Two solutions. The line crosses on the inside of the parabola and intersects the parabola at two points.
7.3 Systems of Nonlinear Equations and Inequalities: Two Variables - College Algebra 2e | OpenStax (2)

Figure 2

How To

Given a system of equations containing a line and a parabola, find the solution.

  1. Solve the linear equation for one of the variables.
  2. Substitute the expression obtained in step one into the parabola equation.
  3. Solve for the remaining variable.
  4. Check your solutions in both equations.

Example 1

Solving a System of Nonlinear Equations Representing a Parabola and a Line

Solve the system of equations.

xy=−1 y= x 2 +1 xy=−1 y= x 2 +1

Solution

Solve the first equation for xx and then substitute the resulting expression into the second equation.

xy=−1 x=y−1 Solveforx. y= x 2 +1 y= (y−1) 2 +1 Substituteexpressionforx. xy=−1 x=y−1 Solveforx. y= x 2 +1 y= (y−1) 2 +1 Substituteexpressionforx.

Expand the equation and set it equal to zero.

y= (y−1) 2 +1 =( y 2 −2y+1)+1 = y 2 −2y+2 0= y 2 −3y+2 =(y−2)(y−1) y= (y−1) 2 +1 =( y 2 −2y+1)+1 = y 2 −2y+2 0= y 2 −3y+2 =(y−2)(y−1)

Solving for yy gives y=2y=2 and y=1.y=1. Next, substitute each value for yy into the first equation to solve for x.x. Always substitute the value into the linear equation to check for extraneous solutions.

xy=−1 x(2)=−1 x=1 x(1)=−1 x=0 xy=−1 x(2)=−1 x=1 x(1)=−1 x=0

The solutions are (1,2)(1,2) and (0,1),(0,1), which can be verified by substituting these (x,y)(x,y) values into both of the original equations. See Figure 3.

7.3 Systems of Nonlinear Equations and Inequalities: Two Variables - College Algebra 2e | OpenStax (3)

Figure 3

Q&A

Could we have substituted values for yy into the second equation to solve for xx in Example 1?

Yes, but because xx is squared in the second equation this could give us extraneous solutions for x.x.

For y=1 y=1

y= x 2 +1 1= x 2 +1 x 2 =0 x=± 0 =0 y= x 2 +1 1= x 2 +1 x 2 =0 x=± 0 =0

This gives us the same value as in the solution.

For y=2 y=2

y= x 2 +1 2= x 2 +1 x 2 =1 x=± 1 =±1 y= x 2 +1 2= x 2 +1 x 2 =1 x=± 1 =±1

Notice that −1−1 is an extraneous solution.

Try It #1

Solve the given system of equations by substitution.

3x-y=-22x2-y=03x-y=-22x2-y=0

Intersection of a Circle and a Line

Just as with a parabola and a line, there are three possible outcomes when solving a system of equations representing a circle and a line.

Possible Types of Solutions for the Points of Intersection of a Circle and a Line

Figure 4 illustrates possible solution sets for a system of equations involving a circle and a line.

  • No solution. The line does not intersect the circle.
  • One solution. The line is tangent to the circle and intersects the circle at exactly one point.
  • Two solutions. The line crosses the circle and intersects it at two points.
7.3 Systems of Nonlinear Equations and Inequalities: Two Variables - College Algebra 2e | OpenStax (4)

Figure 4

How To

Given a system of equations containing a line and a circle, find the solution.

  1. Solve the linear equation for one of the variables.
  2. Substitute the expression obtained in step one into the equation for the circle.
  3. Solve for the remaining variable.
  4. Check your solutions in both equations.

Example 2

Finding the Intersection of a Circle and a Line by Substitution

Find the intersection of the given circle and the given line by substitution.

x 2 + y 2 =5 y=3x−5 x 2 + y 2 =5 y=3x−5

Solution

One of the equations has already been solved for y.y. We will substitute y=3x−5y=3x−5 into the equation for the circle.

x 2 + (3x−5) 2 =5 x 2 +9 x 2 −30x+25=5 10 x 2 −30x+20=0 x 2 + (3x−5) 2 =5 x 2 +9 x 2 −30x+25=5 10 x 2 −30x+20=0

Now, we factor and solve for x.x.

10( x 2 3x+2)=0 10(x2)(x1)=0 x=2 x=1 10( x 2 3x+2)=0 10(x2)(x1)=0 x=2 x=1

Substitute the two x-values into the original linear equation to solve for y.y.

y=3(2)−5 =1 y=3(1)−5 =−2 y=3(2)−5 =1 y=3(1)−5 =−2

The line intersects the circle at (2,1)(2,1) and (1,−2),(1,−2), which can be verified by substituting these (x,y)(x,y) values into both of the original equations. See Figure 5.

7.3 Systems of Nonlinear Equations and Inequalities: Two Variables - College Algebra 2e | OpenStax (5)

Figure 5

Try It #2

Solve the system of nonlinear equations.

x2+y2=10x-3y=-10x2+y2=10x-3y=-10

Solving a System of Nonlinear Equations Using Elimination

We have seen that substitution is often the preferred method when a system of equations includes a linear equation and a nonlinear equation. However, when both equations in the system have like variables of the second degree, solving them using elimination by addition is often easier than substitution. Generally, elimination is a far simpler method when the system involves only two equations in two variables (a two-by-two system), rather than a three-by-three system, as there are fewer steps. As an example, we will investigate the possible types of solutions when solving a system of equations representing a circle and an ellipse.

Possible Types of Solutions for the Points of Intersection of a Circle and an Ellipse

Figure 6 illustrates possible solution sets for a system of equations involving a circle and an ellipse.

  • No solution. The circle and ellipse do not intersect. One shape is inside the other or the circle and the ellipse are a distance away from the other.
  • One solution. The circle and ellipse are tangent to each other, and intersect at exactly one point.
  • Two solutions. The circle and the ellipse intersect at two points.
  • Three solutions. The circle and the ellipse intersect at three points.
  • Four solutions. The circle and the ellipse intersect at four points.
7.3 Systems of Nonlinear Equations and Inequalities: Two Variables - College Algebra 2e | OpenStax (6)

Figure 6

Example 3

Solving a System of Nonlinear Equations Representing a Circle and an Ellipse

Solve the system of nonlinear equations.

x 2 + y 2 =26 (1) 3 x 2 +25 y 2 =100 (2) x 2 + y 2 =26 (1) 3 x 2 +25 y 2 =100 (2)

Solution

Let’s begin by multiplying equation (1) by −3,−3, and adding it to equation (2).

(3)( x 2 + y 2 )=(3)(26) 3 x 2 3 y 2 =78 3 x 2 +25 y 2 =100 22 y 2 =22 (3)( x 2 + y 2 )=(3)(26) 3 x 2 3 y 2 =78 3 x 2 +25 y 2 =100 22 y 2 =22

After we add the two equations together, we solve for y.y.

y 2 =1 y=± 1 =±1 y 2 =1 y=± 1 =±1

Substitute y=±1y=±1 into one of the equations and solve for x.x.

x 2 + (1) 2 =26 x 2 +1=26 x 2 =25 x=± 25 =±5 x 2 + (−1) 2 =26 x 2 +1=26 x 2 =25=±5 x 2 + (1) 2 =26 x 2 +1=26 x 2 =25 x=± 25 =±5 x 2 + (−1) 2 =26 x 2 +1=26 x 2 =25=±5

There are four solutions: (5,1),(−5,1),(5,−1),and(−5,−1).(5,1),(−5,1),(5,−1),and(−5,−1). See Figure 7.

7.3 Systems of Nonlinear Equations and Inequalities: Two Variables - College Algebra 2e | OpenStax (7)

Figure 7

Try It #3

Find the solution set for the given system of nonlinear equations.

4x2+y2=13x2+y2=104x2+y2=13x2+y2=10

Graphing a Nonlinear Inequality

All of the equations in the systems that we have encountered so far have involved equalities, but we may also encounter systems that involve inequalities. We have already learned to graph linear inequalities by graphing the corresponding equation, and then shading the region represented by the inequality symbol. Now, we will follow similar steps to graph a nonlinear inequality so that we can learn to solve systems of nonlinear inequalities. A nonlinear inequality is an inequality containing a nonlinear expression. Graphing a nonlinear inequality is much like graphing a linear inequality.

Recall that when the inequality is greater than, y>a,y>a, or less than, y<a,y<a, the graph is drawn with a dashed line. When the inequality is greater than or equal to, ya,ya, or less than or equal to, ya,ya, the graph is drawn with a solid line. The graphs will create regions in the plane, and we will test each region for a solution. If one point in the region works, the whole region works. That is the region we shade. See Figure 8.

7.3 Systems of Nonlinear Equations and Inequalities: Two Variables - College Algebra 2e | OpenStax (8)

Figure 8 (a) an example of y>a; y>a; (b) an example of ya; ya; (c) an example of y<a; y<a; (d) an example of ya ya

How To

Given an inequality bounded by a parabola, sketch a graph.

  1. Graph the parabola as if it were an equation. This is the boundary for the region that is the solution set.
  2. If the boundary is included in the region (the operator is or ), the parabola is graphed as a solid line.
  3. If the boundary is not included in the region (the operator is < or >), the parabola is graphed as a dashed line.
  4. Test a point in one of the regions to determine whether it satisfies the inequality statement. If the statement is true, the solution set is the region including the point. If the statement is false, the solution set is the region on the other side of the boundary line.
  5. Shade the region representing the solution set.

Example 4

Graphing an Inequality for a Parabola

Graph the inequality y>x2+1.y>x2+1.

Solution

First, graph the corresponding equation y=x2+1.y=x2+1. Since y>x2+1y>x2+1 has a greater than symbol, we draw the graph with a dashed line. Then we choose points to test both inside and outside the parabola. Let’s test the points
(0,2)(0,2) and (2,0).(2,0). One point is clearly inside the parabola and the other point is clearly outside.

y> x 2 +1 2> (0) 2 +1 2>1 True 0> (2) 2 +1 0>5 False y> x 2 +1 2> (0) 2 +1 2>1 True 0> (2) 2 +1 0>5 False

The graph is shown in Figure 9. We can see that the solution set consists of all points inside the parabola, but not on the graph itself.

7.3 Systems of Nonlinear Equations and Inequalities: Two Variables - College Algebra 2e | OpenStax (9)

Figure 9

Graphing a System of Nonlinear Inequalities

Now that we have learned to graph nonlinear inequalities, we can learn how to graph systems of nonlinear inequalities. A system of nonlinear inequalities is a system of two or more inequalities in two or more variables containing at least one inequality that is not linear. Graphing a system of nonlinear inequalities is similar to graphing a system of linear inequalities. The difference is that our graph may result in more shaded regions that represent a solution than we find in a system of linear inequalities. The solution to a nonlinear system of inequalities is the region of the graph where the shaded regions of the graph of each inequality overlap, or where the regions intersect, called the feasible region.

How To

Given a system of nonlinear inequalities, sketch a graph.

  1. Find the intersection points by solving the corresponding system of nonlinear equations.
  2. Graph the nonlinear equations.
  3. Find the shaded regions of each inequality.
  4. Identify the feasible region as the intersection of the shaded regions of each inequality or the set of points common to each inequality.

Example 5

Graphing a System of Inequalities

Graph the given system of inequalities.

x 2 y0 2 x 2 +y12 x 2 y0 2 x 2 +y12

Solution

These two equations are clearly parabolas. We can find the points of intersection by the elimination process: Add both equations and the variable y y will be eliminated. Then we solve for x. x.

x 2 y=0 2 x 2 +y=12 ____________ 3 x 2 =12 x 2 =4 x=±2 x 2 y=0 2 x 2 +y=12 ____________ 3 x 2 =12 x 2 =4 x=±2

Substitute the x-values into one of the equations and solve for y. y.

x 2 y=0 (2) 2 y=0 4y=0 y=4 (−2) 2 y=0 4y=0 y=4 x 2 y=0 (2) 2 y=0 4y=0 y=4 (−2) 2 y=0 4y=0 y=4

The two points of intersection are ( 2,4 ) ( 2,4 ) and ( −2,4 ). ( −2,4 ). Notice that the equations can be rewritten as follows.

x 2 y0 x 2 y y x 2 2 x 2 +y12 y−2 x 2 +12 x 2 y0 x 2 y y x 2 2 x 2 +y12 y−2 x 2 +12

Graph each inequality. See Figure 10. The feasible region is the region between the two equations bounded by 2 x 2 +y12 2 x 2 +y12 on the top and x 2 y0 x 2 y0 on the bottom.

7.3 Systems of Nonlinear Equations and Inequalities: Two Variables - College Algebra 2e | OpenStax (10)

Figure 10

Try It #4

Graph the given system of inequalities.

y x 2 1 xy1 y x 2 1 xy1

Media

Access these online resources for additional instruction and practice with nonlinear equations.

  • Solve a System of Nonlinear Equations Using Substitution
  • Solve a System of Nonlinear Equations Using Elimination

7.3 Section Exercises

Verbal

1.

Explain whether a system of two nonlinear equations can have exactly two solutions. What about exactly three? If not, explain why not. If so, give an example of such a system, in graph form, and explain why your choice gives two or three answers.

2.

When graphing an inequality, explain why we only need to test one point to determine whether an entire region is the solution?

3.

When you graph a system of inequalities, will there always be a feasible region? If so, explain why. If not, give an example of a graph of inequalities that does not have a feasible region. Why does it not have a feasible region?

4.

If you graph a revenue and cost function, explain how to determine in what regions there is profit.

5.

If you perform your break-even analysis and there is more than one solution, explain how you would determine which x-values are profit and which are not.

Algebraic

For the following exercises, solve the system of nonlinear equations using substitution.

6.

x+y=4 x 2 + y 2 =9 x+y=4 x 2 + y 2 =9

7.

y=x−3 x 2 + y 2 =9 y=x−3 x 2 + y 2 =9

8.

y=x x 2 + y 2 =9 y=x x 2 + y 2 =9

9.

y=x x 2 + y 2 =9 y=x x 2 + y 2 =9

10.

x=2 x 2 y 2 =9 x=2 x 2 y 2 =9

For the following exercises, solve the system of nonlinear equations using elimination.

11.

4 x 2 −9 y 2 =36 4 x 2 +9 y 2 =36 4 x 2 −9 y 2 =36 4 x 2 +9 y 2 =36

12.

x 2 + y 2 =25 x 2 y 2 =1 x 2 + y 2 =25 x 2 y 2 =1

13.

2 x 2 +4 y 2 =4 2 x 2 −4 y 2 =25x−10 2 x 2 +4 y 2 =4 2 x 2 −4 y 2 =25x−10

14.

y 2 x 2 =9 3 x 2 +2 y 2 =8 y 2 x 2 =9 3 x 2 +2 y 2 =8

15.

x 2 + y 2 + 1 16 =2500 y=2 x 2 x 2 + y 2 + 1 16 =2500 y=2 x 2

For the following exercises, use any method to solve the system of nonlinear equations.

16.

−2 x 2 +y=−5 6xy=9 −2 x 2 +y=−5 6xy=9

17.

x 2 +y=2 x+y=2 x 2 +y=2 x+y=2

18.

x 2 + y 2 =1 y=20 x 2 −1 x 2 + y 2 =1 y=20 x 2 −1

19.

x 2 + y 2 =1 y= x 2 x 2 + y 2 =1 y= x 2

20.

2 x 3 x 2 =y y= 1 2 x 2 x 3 x 2 =y y= 1 2 x

21.

9 x 2 +25 y 2 =225 (x−6) 2 + y 2 =1 9 x 2 +25 y 2 =225 (x−6) 2 + y 2 =1

22.

x 4 x 2 =y x 2 +y=0 x 4 x 2 =y x 2 +y=0

23.

2 x 3 x 2 =y x 2 +y=0 2 x 3 x 2 =y x 2 +y=0

For the following exercises, use any method to solve the nonlinear system.

24.

x 2 + y 2 =9 y=3 x 2 x 2 + y 2 =9 y=3 x 2

25.

x 2 y 2 =9 x=3 x 2 y 2 =9 x=3

26.

x 2 y 2 =9 y=3 x 2 y 2 =9 y=3

27.

x 2 y 2 =9 xy=0 x 2 y 2 =9 xy=0

28.

x 2 +y=2 −4x+y=−1 x 2 +y=2 −4x+y=−1

29.

x 2 +y=2 2y=x x 2 +y=2 2y=x

30.

x 2 + y 2 =25 x 2 y 2 =36 x 2 + y 2 =25 x 2 y 2 =36

31.

x 2 + y 2 =1 y 2 = x 2 x 2 + y 2 =1 y 2 = x 2

32.

16 x 2 −9 y 2 +144=0 y 2 + x 2 =16 16 x 2 −9 y 2 +144=0 y 2 + x 2 =16

33.

3 x 2 y 2 =12 (x−1) 2 + y 2 =1 3 x 2 y 2 =12 (x−1) 2 + y 2 =1

34.

3 x 2 y 2 =12 (x−1) 2 + y 2 =4 3 x 2 y 2 =12 (x−1) 2 + y 2 =4

35.

3 x 2 y 2 =12 x 2 + y 2 =16 3 x 2 y 2 =12 x 2 + y 2 =16

36.

x 2 y 2 6x4y11=0 x 2 + y 2 =5 x 2 y 2 6x4y11=0 x 2 + y 2 =5

37.

x 2 + y 2 −6y=7 x 2 +y=1 x 2 + y 2 −6y=7 x 2 +y=1

38.

x 2 + y 2 =6 xy=1 x 2 + y 2 =6 xy=1

Graphical

For the following exercises, graph the inequality.

39.

x 2 +y<9 x 2 +y<9

40.

x 2 + y 2 <4 x 2 + y 2 <4

For the following exercises, graph the system of inequalities. Label all points of intersection.

41.

x 2 +y<1 y>2x x 2 +y<1 y>2x

42.

x 2 +y<−5 y>5x+10 x 2 +y<−5 y>5x+10

43.

x 2 + y 2 <25 3 x 2 y 2 >12 x 2 + y 2 <25 3 x 2 y 2 >12

44.

x 2 y 2 >−4 x 2 + y 2 <12 x 2 y 2 >−4 x 2 + y 2 <12

45.

x 2 +3 y 2 >16 3 x 2 y 2 <1 x 2 +3 y 2 >16 3 x 2 y 2 <1

Extensions

For the following exercises, graph the inequality.

46.

y e x yln(x)+5 y e x yln(x)+5

47.

ylog(x) y e x ylog(x) y e x

For the following exercises, find the solutions to the nonlinear equations with two variables.

48.

4 x 2 + 1 y 2 =24 5 x 2 2 y 2 +4=0 4 x 2 + 1 y 2 =24 5 x 2 2 y 2 +4=0

49.

6 x 2 1 y 2 =8 1 x 2 6 y 2 = 1 8 6 x 2 1 y 2 =8 1 x 2 6 y 2 = 1 8

50.

x 2 xy+ y 2 −2=0 x+3y=4 x 2 xy+ y 2 −2=0 x+3y=4

51.

x 2 xy−2 y 2 −6=0 x 2 + y 2 =1 x 2 xy−2 y 2 −6=0 x 2 + y 2 =1

52.

x 2 +4xy−2 y 2 −6=0 x=y+2 x 2 +4xy−2 y 2 −6=0 x=y+2

Technology

For the following exercises, solve the system of inequalities. Use a calculator to graph the system to confirm the answer.

53.

xy<1 y> x xy<1 y> x

54.

x 2 +y<3 y>2x x 2 +y<3 y>2x

Real-World Applications

For the following exercises, construct a system of nonlinear equations to describe the given behavior, then solve for the requested solutions.

55.

Two numbers add up to 300. One number is twice the square of the other number. What are the numbers?

56.

The squares of two numbers add to 360. The second number is half the value of the first number squared. What are the numbers?

57.

A laptop company has discovered their cost and revenue functions for each day: C(x)=3 x 2 −10x+200 C(x)=3 x 2 −10x+200 and R(x)=−2 x 2 +100x+50. R(x)=−2 x 2 +100x+50. If they want to make a profit, what is the range of laptops per day that they should produce? Round to the nearest number which would generate profit.

58.

A cell phone company has the following cost and revenue functions: C(x)=8 x 2 −600x+21,500 C(x)=8 x 2 −600x+21,500 and R(x)=−3 x 2 +480x. R(x)=−3 x 2 +480x. What is the range of cell phones they should produce each day so there is profit? Round to the nearest number that generates profit.

7.3 Systems of Nonlinear Equations and Inequalities: Two Variables - College Algebra 2e | OpenStax (2024)

FAQs

What is a system of nonlinear equations in Algebra 2? ›

A system of nonlinear equations is a system of two or more equations in two or more variables containing at least one equation that is not linear. Recall that a linear equation can take the form Ax+By+C=0 A x + B y + C = 0 . Any equation that cannot be written in this form in nonlinear.

What is a non linear system of equations and inequalities? ›

A system of nonlinear inequalities is a system of two or more inequalities in two or more variables containing at least one inequality that is not linear. Graphing a system of nonlinear inequalities is similar to graphing a system of linear inequalities.

What if an inequality is non-linear? ›

A nonlinear inequality is an inequality containing a nonlinear expression. Graphing a nonlinear inequality is much like graphing a linear inequality. Recall that when the inequality is greater than, y > a , y > a , or less than, y < a , y < a , the graph is drawn with a dashed line.

What is the formula for a nonlinear equation? ›

The common representation of a linear equation is y = mx + c where x and y are variables, m is the slope of the line and c is a constant. The common representation of a nonlinear equation is ax2 + by2 = c where x and y are variables and a, b and c are constants.

What are two common methods for solving system of nonlinear equations? ›

These methods include the substitution method and the elimination method. Other algebraic methods that can be executed include the quadratic formula and factorization.

What are two example of linear inequalities? ›

Example of a linear inequality in one variable: 3x + 5 < 10. Linear inequalities in two variables are formed when 2 linear algebraic expressions in two variables are related by the symbol '<', '>', '≤' and '≥'. Example of a linear inequality in two variables: 3x + 5y ≥ 20.

What are the examples of linear equation and inequalities? ›

Linear Inequations are two expressions where their values are compared by the inequality symbols such as <, >, ≤ or ≥. One variable linear equations and Inequations have only one solution or one root. Examples of one variable linear equations and inequations are x = 4, 2a + 3 = 9, 3x < 2 , 4y - 5 > 6.

What is an example of system of linear inequalities in two variables? ›

The examples of linear inequalities in two variables are: 3x < 2y + 5. 8y – 9x > 10. 9x ≥ 10/y.

How to solve nonlinear inequalities step by step? ›

Solve Nonlinear Inequalities Algebraically
  1. Find the critical numbers.
  2. Graph the critical numbers on a number line.
  3. Choose a number to test in each interval between the critical numbers.
  4. Test these numbers in the inequality to see which produce true statements.

How do you know if an inequality has no solution? ›

If an inequality has no real solution, this means that there are no numbers that can be substituted into the inequality to make the statement true. If an inequality has all real numbers as the solution, this means that every real number can be substituted into the inequality to make a true statement.

How do you know if its non linear? ›

The easiest way to know if a function is linear or not is to look at its graph. A linear function forms a straight line when it is plotted on a graph. A nonlinear function does not form a straight line: it is curved in some way.

How do you solve linear equations in two variables? ›

Step 1: Solve one of the equations for one variable. Step 2: Substitute this in the other equation to get an equation in terms of a single variable. Step 3: Solve it for the variable. Step 4: Substitute it in any of the equations to get the value of another variable.

How to solve an equation with two variables with two equations? ›

Solve one of the two equations for one of the variables in terms of the other. Substitute the expression for this variable into the second equation, then solve for the remaining variable. Substitute that solution into either of the original equations to find the value of the first variable.

What is the formula for linear equations in two variables no solution? ›

Condition for No Solution:

Considering the pair of linear equations by two variables u and v. Therefore a1, b1, c1, a2, b2, c2 are real numbers. If (a1/a2) = (b1/b2) ≠ (c1/c2), then this will result in no solution.

How to solve linear equation in two variables in standard form? ›

The standard form for linear equations in two variables is Ax+By=C. For example, 2x+3y=5 is a linear equation in standard form. When an equation is given in this form, it's pretty easy to find both intercepts (x and y). This form is also very useful when solving systems of two linear equations.

Top Articles
Latest Posts
Article information

Author: Catherine Tremblay

Last Updated:

Views: 6114

Rating: 4.7 / 5 (67 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Catherine Tremblay

Birthday: 1999-09-23

Address: Suite 461 73643 Sherril Loaf, Dickinsonland, AZ 47941-2379

Phone: +2678139151039

Job: International Administration Supervisor

Hobby: Dowsing, Snowboarding, Rowing, Beekeeping, Calligraphy, Shooting, Air sports

Introduction: My name is Catherine Tremblay, I am a precious, perfect, tasty, enthusiastic, inexpensive, vast, kind person who loves writing and wants to share my knowledge and understanding with you.