Section 5.4 Systems of Nonlinear Equations

New York Stock Exchange

Before Starting this Section, Review

  1. 1 Solve systems of linear equations (Sections 5.1 and 5.2)

Objectives

  1. 1 Solve systems of nonlinear equations by substitution.

  2. 2 Solve systems of nonlinear equations by elimination.

  3. 3 Solve applied problems using nonlinear systems.

Investing in the Stock Market

A stock is a certificate that shows you own a small fraction of a corporation. When you own stock in a company, you are referred to as a shareholder. When you buy stock, you are paying for a small percentage of everything the company owns, including a slice of its profits (or losses).

Suppose you inherit some money and want to invest $1000 in the stock market. Where do you invest your money? (This is a serious question. You may have to do a great deal of research on the companies that interest you, or you may have to get help from a broker.)

Suppose you get a tip from a friend who heard it from his brother-in-law (a taxi driver who overheard his customer’s conversation) that Microsoft is coming out with a new version of Microsoft Windows that is going to double the company’s business. Where do you buy Microsoft stock? You go to a broker. A brokerage house (such as Fidelity Investments) is a supermarket of stocks. You can tell any broker that you have $1000 and want to buy as much Microsoft stock as you can. The broker might reply, “A share of Microsoft at this time [the price may fluctuate every second] costs $73 [the actual closing price on September 25, 2017, was $73.26], and I am going to charge you $5 for my services. So you can buy 100057313.63, or 13 shares of Microsoft.” You then give the broker the money, and you become part owner of Microsoft. (Usually, the broker does not give you the paper stock certificate, but rather transfers ownership to you.)

You can make a profit on your investment if you sell your stock for more than the total amount you paid for it. You can also make money while you own certain stocks by receiving dividends. A dividend on a share of stock is a return on your investment and represents the portion of the company’s profits allocated to that share. The dividend can be in the form of cash or additional shares of the company. In Example 3, we discuss such a scenario.

Systems of Nonlinear Equations

In Sections 5.1 and 5.2, we discussed systems of linear equations. We now consider systems of nonlinear equations involving two variables: In these systems, at least one equation is nonlinear.

To determine whether an ordered pair is a solution of a nonlinear system, you check whether it is a solution of each equation in the system. Thus, (2, 1) is a solution of the system

{x2+3y=7(1)5x24y2=16(2)

because 22+3(1)=4+3=7 and 5(2)24(1)2=204=16 are both true statements.

Solving Systems of Nonlinear Equations by Substitution

  1. 1 Solve systems of nonlinear equations by substitution.

We follow the same steps used in the substitution method for solving a system of linear equations in Section 5.1. See page 517. This method is useful when one of the equations in the system is linear in one of the variables.

Example 1 Using Substitution to Solve a Nonlinear System

Solve the system of equations by the substitution method.

{4x+y=3(1)x2+y=1(2)

Solution

Because both equations are linear in y, we solve either equation for y.

  1. Step 1 Solve for one variable. In equation (2), express y in terms of x.

    y=x2+1(3)Solve equation (2) for y.
  2. Step 2 Substitute. Substitute x2+1 for y in equation (1).

    4x+y=3Equation (1)4x+(x2+1)=3Replace y with (x2+1).4x+x2+4=0Add 3 to both sides.x2+4x+4=0Rewrite in descending powers of x.
  3. Step 3 Solve the resulting equation from Step 2.

    (x+2)(x+2)=0Factor.x+2=0Zero-product propertyx=2Solve for x.
  4. Step 4 Back-substitute. Substitute x=2 in equation (3) to find the corresponding y -value.

    y=x2+1Equation (3)y=(2)2+1Replace x with 2.y=5Simplify.
  5. Step 5 From Steps 3 and 4, we have x=2 and y=5. The apparent solution set of the system is {(2, 5)}.

  6. Step 6 Check: Replace x with 2 and y with 5 in both equations.

    Equation (1)Equation (2)4x+y=34(2)+5=?38+5=3x2+y=1(2)2+5=?1Replace x with 2 and y with  5.4+5=1

    The graphs of the line 4x+y=3 and the parabola y=x2+1 confirm that the solution set is {(2, 5)}. See Figure 5.10 .

    Figure 5.10

Practice Problem 1

  1. Solve the system of equations by the substitution method.

    {x2+y=2(1)2x+y=3(2)

Solving Systems of Nonlinear Equations by Elimination

  1. 2 Solve systems of nonlinear equations by elimination.

We follow the same steps outlined for solving systems of linear equations by the elimination method. See page 519. This method works well when both equations of the system are of the same degree in the same variable.

Example 2 Using Elimination to Solve a Nonlinear System

Solve the system of equations by the elimination method.

{x2+y2=25(1)x2y=5(2)

Solution

  1. Step 1 Adjust the coefficients. Because x has the same power in both equations, we choose the variable x for elimination. We multiply equation (2) by 1 and obtain the equivalent system:

  2. Step 2

    {x2+y2=25x2+y=5_(1)(3)Multiply equation (2) by 1.y2+y=20(4)Add equations (1) and (3).
  3. Step 3 Solve the equation found in Step 2: y2+y=20.

    y2+y20=0(y+5)(y4)=0Subtract 20 from both sides.Factor.y+5=0ory4=0y=5ory=4Zero-product propertySolve for y.
  4. Step 4 Back-substitute the values in one of the original equations to solve for the other variable.

    1. Substitute y=5 in equation (2) and solve for x.

      x2y=5Equation (2)x2(5)=5Replace y with 5.x2=0Simplify.x=0Solve for x.

      So (0, 5) is a solution of the system.

    2. Substitute y=4 in equation (2) and solve for x.

      x2y=5Equation (2)x24=5Replace y with 4.x2=9Add 4 to both sides.x=±3Square root property

      So (3, 4) and (3, 4) are solutions of the system.

      From (i) and (ii), the apparent solution set for the system is {(0, 5), (3, 4), (3, 4)}.

  5. Step 5 Check:

    x2+y2=25x2y=5(0, 5)02+(5)2=?2525=2502(5)=?55=5(3, 4)32+42=?259+16=2525=25324=?594=5(3, 4)(3)2+42=?259+16=?2525=25(3)24=?594=5

    The graphs of the circle x2+y2=25 and the parabola y=x25 sketched in Figure 5.11 confirm the three solutions.

Figure 5.11

Practice Problem 2

  1. Solve the system of equations.

    {x2+2y2=34x2y2=7

Applications

  1. 3 Solve applied problems using nonlinear systems.

In the next example, we solve an investment problem that involves a nonlinear system of equations.

Example 3 Investing in Stocks

Danielle bought 240 shares of Alpha Airlines stock at $40 per share and paid $100 in broker’s fees. She kept these shares for three years, during which time she received a number of additional shares of the stock as dividends. At the end of three years, her dividends were worth $2400 and she sold all of her stock and made a profit of $7100 (after paying $100 in initial broker’s commission). How many shares of the stock did she receive as dividends? What was the selling price of each share of the stock?

Solution

Let x=number of shares she received as dividendsp=selling price per share

Then

xp=2400(1)The total dividend is $2400.

The number of shares she sold at p dollars per share is 240+x.

and

RevenueCost=Profit(240+x)p9700=7100(240+x)p=16,800Add 9700 to both sides.240p+xp=16,800(2)Distributive property

We solve the system of equations:

{xp=2400(1)Revenue from the dividends240p+xp=16,800(2)RevenueCost=profit

Substitute xp=2400 from equation (1) into equation (2).

240p+xp=16,800(2)240p+2400=16,800(3)Substitute 2400 for xp in (2).240p=14,400Subtract 2400 from both sides.p=60Solve for p.

Back-substitute p=60 in equation (1).

xp=2400Equation (1)x(60)=2400Replace p with 60.x=240060=40Solve for x.

Danielle received x=40 shares as dividends and sold her stock at p=$60 per share.

Practice Problem 3

  1. Rework Example 3, assuming that Danielle’s dividends were worth $1950 after three years and her profit was $7850.

Section 5.4 Exercises

Concepts and Vocabulary

  1. In a system of nonlinear equations,                           equation must be nonlinear.

  2. Both the                           and                           methods can also be used to solve systems of nonlinear equations.

  3. The solutions of the system

    {ax+by=c(1)(xh)2+(yk)2=r2(2)represent the points

    of                           of the graphs of equations (1) and (2).

  4. The system of equations in Example 1 has exactly one solution because the graph of equation (1) is a(n)                           line to the graph of equation (2).

  5. True or False. The system of equations

    {y=ax2(xh)2+(yk)2=r2 may have 0, 1, 2, 3, or 4 real solutions.

  6. True or False. If 4x+3y=8 is one of the equations in a system of equations, then the system is linear.

  7. True or False. The system of equations {y=ax2y=mx+b may have 0, 1, or 2, real solutions.

  8. True or False. The system of equations {xy=3x2+y2=4 has 4 real solutions.

Building Skills

In Exercises 9–16, determine which of the given ordered pairs are solutions of each system of equations.

  1. {2x+3y=3xy2=2(1, 3), (3, 1), (6, 3), (5, 12)

  2. {x+2y=6y=x2(2, 2), (2, 4), (0, 3), (1, 2)

  3. {5x2y=7x2+y2=2(54, 1), (0, 114), (1, 1), (3, 4)

  4. {x2y=5x2+y2=25(1, 3), (5, 0), (3, 4), (3, 4)

  5. {4x2+5y2=180x2y2=9(5, 4), (5, 4), (3, 0), (5, 4)

  6. {x2y2=3x24x+y2=3(2, 1), (2, 1), (2, 1), (2, 1)

  7. {y=ex1y=2x1(1, 1), (0, 1), (2, e), (1, 3)

  8. {y=ln(x+1)y=x(1, 1), (0, 0), (1, 1), (e1, 1)

In Exercises 17–32, solve each system of equations by the substitution method. Check your solutions.

  1. {y=x2y=x+2

  2. {y=x2x+y=6

  3. {x2y=6xy=0

  4. {x2y=65xy=0

  5. {x2+y2=9x=3

  6. {x2+y2=9y=3

  7. {x2+y2=5xy=3

  8. {x2+y2=132x3y=0

  9. {x24x+y2=2xy=2

  10. {x28x+y2=62xy=1

  11. {xy=2xy=3

  12. {x2y=4xy=6

  13. {4x2+y2=25x+y=5

  14. {x2+4y2=16x+2y=4

  15. {x2y2=245x7y=0

  16. {x27y2=9xy=3

In Exercises 33–42, solve each system of equations (only real solutions) by the elimination method. Check your solutions.

  1. {x2+y2=20x2y2=12

  2. {x2+8y2=93x2+y2=4

  3. {x2+2y2=127y25x2=8

  4. {3x2+2y2=77x26y2=19

  5. {x2y=22xy=4

  6. {x2+3y=0xy=12

  7. {x2+y2=53x22y2=5

  8. {x2+4y2=59x2y2=8

  9. {x2+y2+2x=9x2+4y2+3x=14

  10. {x2+y2=9x2+y218x=0

In Exercises 43–56, use any method to solve each system of equations.

  1. {x+y=8xy=15

  2. {2x+y=8x2y2=5

  3. {x2+y2=23x2+3y2=9

  4. {x2+y2=53x2y2=11

  5. {y2=4x+4y=2x2

  6. {xy=125y=x2

  7. {x2+4y2=25x2y+1=0

  8. {y=x25x+43x+y=3

  9. {x23y2=1x2+4y2=8

  10. {4x2y2=124y2x2=12

  11. {x2xy+5x=42x23xy+10x=2

  12. {x2xy+x=43x22xy2x=4

  13. {x2+y28x=8x24y2+6x=0

  14. {4x2+y29y=44x2y23y=0

Applying the Concepts

Exercises 57 and 58 show the demand and supply functions of a product. In each case, p represents the price per unit and x represents the number of units, in hundreds. Determine the price that gives market equilibrium and the number of units that are demanded and supplied at that price.

  1. {p+2x2=96p13x=39

  2. {p2+6p+3x=75p+x=13

In Exercises 59–66, use systems of equations to solve the problem.

  1. Numbers. Find two positive numbers whose sum is 24 and whose product is 143.

  2. Numbers. Find two positive numbers whose difference is 13 and whose product is 114.

  3. Commercial land. A commercial parcel of land is in the form of a trapezoid with two right angles, as shown in the figure. The oblique side is 100 meters in length, and two sides that meet at the vertex of one of the right angles are equal. The perimeter of the land is 360 meters. Find

    1. the lengths of the remaining sides.

    2. the area of the land.

  4. Dividing a pasture. The area of a rectangular pasture is 8750 square feet. The pasture is divided into three smaller pastures by two fences parallel to the shorter sides. The widths of two of the larger pastures are the same, and the width of the third is one-half that of the others. Find the possible dimensions of the original pasture if the perimeter of the smaller of the subdivisions is 190 feet.

  5. Chartering a fishing boat. A group of students of a fraternity chartered a fishing boat that would cost $960. Before the date of the fishing trip, eight more students joined the group and agreed to pay their share of the cost of the charter. The cost per student was reduced by $6. Find the original number of students in the group and the original cost per student.

  6. Carpet sale. A salesperson sold a square carpet and a rectangular carpet whose length was 6 feet more than its width. The combined area of the two carpets was 540 square feet. The price of the square carpet was $12 per square yard, and the price of the rectangular carpet was $10 per square yard. Assuming that the rectangular piece was $50 more than the square piece, find the dimensions of each carpet.

  7. Buying and selling stocks. Flat Fee Brokerage, Inc., charges $100 commission for every transaction (purchase or sale) you make. Anju bought a block of stock containing over 400 shares that cost her $10,000, including the commission. After one year, she received a stock dividend of 30 shares. She then sold all of her stock for $3 more per share than it cost and made a profit of $1900 (after paying the commission). How many shares did she buy, and what was the original price of each share?

  8. Trading stocks. Repeat Exercise 65 with the following details: Anju does not receive dividends and decides to keep 100 shares of the stock. She sells the remaining stock for $10 more per share than it cost and makes a profit of $3900 after paying the commission.

Beyond the Basics

In Exercises 67–70, the given circle intersects the given line at the points A and B. Find the coordinates of A and B and compute the distance d(A, B).

  1. Circle: x2+y27x+5y+6=0; line: x-axis

  2. The circle of Exercise 67 and the y-axis

  3. Circle: x2+y2+2x4y5=0; line: xy+1=0

  4. Circle: x2+y26x8y50=0; line: 2x+y5=0

  5. Show that the line with equation x+2y+6=0 is a tangent line to the circle with equation x2+y22x+2y3=0. (A line that intersects the circle at exactly one point is a tangent line to the circle.)

  6. Repeat Exercise 71 for the line with equation 3x4y=0 and the circle with equation x2+y22x4y+4=0.

In Exercises 73–76, find the value(s) of c so that the graphs of the equations in the system are tangent.

  1. {x+y=2x2+y2=c2

  2. {cxy=5x2+y2=16

  3. {4x2+y2=258x+3y=c

  4. {x2+4y2=9cx+2y=4

In Exercises 77–80, solve by letting u=1x and v=1y.

  1. {1x1y=51xy24=0

  2. {1x+1y=31x21y2=3

  3. {5x23y2=26x2+1y2=7

  4. {3x22y2=16x2+5y2=11

In Exercises 81–86, find square roots of each complex number w. [z=a+bi is a square root of w if z2=w.]

  1. w=5+12i

  2. w=1630i

  3. w=724i

  4. w=34i

  5. w=13+83i

  6. w=145i

In Exercises 87–92, solve each system of equations and verify the solutions graphically.

  1. {y=3x+42y=32x2

  2. {y=ln x+1y=ln x2

  3. {y=2x+32y=22x+1

  4. {y=2x+3y=4x+1

  5. {x=3y32y=3x2

  6. {x=3yx2=3y+12

Critical Thinking / Discussion / Writing

  1. Consider a system of two equations in two variables.

    {y=mx+by=Ax3+Bx2+Cx+D, A0

    Explain whether it is possible for this system to have

    1. no real solutions.

    2. one real solution.

    3. two real solutions.

    4. three real solutions.

    5. four real solutions.

    6. more than four real solutions.

  2. Repeat Exercise 93 for the system.

    {y=mx+by=Ax4+Bx3+Cx2+Dx+E, A0

Getting Ready for the Next Section

In Exercises 95–102, sketch the graph of each equation.

  1. 2x+y=0

  2. 2yx=0

  3. 3x+4y=12

  4. 4x3y=24

  5. y2x2=0

  6. yx2=3

  7. y+x22=0

  8. x2+y2=16

In Exercises 103–106, determine which of the given points are on the graph of the equation.

Equation Points
  1. 5x+3y=0

(0, 0), (3, 5), (1, 1), (1, 1)
  1. 3x+4y=12

(0, 0), (4, 0), (0, 3), (3, 4)
  1. y=x2+3

(0, 0), (1, 4), (1, 4), (2, 5)
  1. y+x2=2

(0, 0), (0, 2), (2, 2), (1, 1)
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset