Classroom Tips and Techniques: Stepwise Solution of a Trig Equation

Classroom Tips and Techniques: Stepwise Solution of a Trig Equation Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft Intr...
Author: Virginia Johns
2 downloads 0 Views 1MB Size
Classroom Tips and Techniques: Stepwise Solution of a Trig Equation Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft

Introduction Not long ago, I was asked how the "Equation Manipulator" could be used to provide a stepwise solution of the equation , where is given by > > The "Equation Manipulator" is the tool that pops up when "Manipulate Equation" is selected in the Context Menu for an equation. For example, making this selection for the equation > > leads to Figure 1, where we have implemented the complete stepwise solution. The dropdown box labeled "Add" provides the negative of the terms Maple sees in the equation. and multiplying by are shown in Figure 1. Note The results of adding and the "Undo" button on the left, and the "Return Steps" button on the bottom.

Figure 1 The equation "Equation Manipulator"

solved stepwise with the

Figure 2 shows what is returned when the "Return Steps" button is pressed.

Figure 2 Stepwise solution of returned by the "Equation Manipulator"

Not all the steps in the manual solution of the given trig equation can be performed in the

"Equation Manipulator." Hence, we will show how a stepwise solution of this solution can be obtained in a syntax-free manner. >

Preliminary Investigations Figure 3 shows a graph of the left-hand side of the equation, suggesting that there are two solutions in the interval and an infinite number of solutions on the real line. >

Figure 3 Graph of equation .

for the trig

> Maple provides solutions in several ways. For example, the solve command immediately yields >

> Because contains floating-point numbers, the solve command generates numeric solutions, and these include the two real solutions Figure 3 suggests lie in the interval The Context Menu applied to the equation leads to the same results if the Solve option "Obtain Solutions for " is selected. >

Stepwise Solution of the Trig Equation > Enter the equation

Add sides

to both

Use the evaluation template from the Expression Palette to make the substitution

Using the Context Menu, bring the resulting equation into the "Equation Manipulator". Square both sides. Add sides.

to both

Expand the parentheses. Press "Return Steps" button. Via the Context Menu, select the left-hand side of the equation. Via the Context Menu, factor this left-hand side of the equation.

Copy the first factor (linear in ), set it equal to zero, and use the Context Menu to solve for Copy the second factor (linear in ), set it equal to zero, and use the Context Menu to solve for Copy the factor quadratic in and use the Plot Builder to sketch Figure 4.

The graph in Figure 4 has been obtained via the plot command, but could easily be obtained with the Plot Builder accessed through the Context Menu. The figure shows that the factor quadratic in contributes no real solutions to the solution set of the given trig equation. >

Figure 4 Graph of factor quadratic in

>

In Pursuit of an Exact Solution While writing the previous sections, it seemed like a good idea to convert the equation to have rational coefficients, and to articulate the steps of the solution in exact arithmetic. Thus, write as >

> and to the equation >

> add

to both sides to get

>

> Square both sides to get >

> then impose

to get

>

> Bring everything to the left (most easily done with the Context Menu) to obtain

>

> then expand the parentheses. Again, this is most easily done with the Context Menu, but the expand command will suffice. >

> shouldn't distract us from the next step where we attempt to factor The route taken to this expression. Again, we could have used the Context Menu, but the factor command will suffice. >

> The expression does not factor over the rationals. The expression can be made more compact if we write it as >

> Although the expression does not factor over the rationals, it does factor over the reals, as we see from >

> The coefficients in the factored form are approximations of exact representations of irrational numbers. Maple can obtain exact expressions for the zeros of the quartic polynomial but these expressions are exceptionally unwieldy. Indeed, the solve command provides the solutions in the compact RootOf form shown below

>

> but an application of the allvalues command to just the first such solution yields the cumbersome expression >

> The interested reader is welcome to applying allvalues to the other exact solutions as well. To obtain feedback on the calculations factor executes as it attempts to factor , execute > > then > factor/polynom: polynomial factorization: number of terms 5 factor/unifactor: entering factor/unifactor: polynomial has degree 4 with 8 digit coefficients factor/linfacts: computing the linear factors factor/linfacts: there are 0 roots mod 29 factor/fac1mod: entering factor/fac1mod: found prime 7 factor/fac1mod: distinct degree factorization factor/fac1mod: degree set {0} factor/fac1mod: polynomial proven irreducible by degree analysis factor/unifactor: exiting

> In essence, Maple has proven that is irreducible over the rationals. It would be a significant challenge for a student to solve the original trig equation completely "by hand" without some form of advanced technology. Maple's Context Menu system, along with access to palettes and the "Equation Manipulator" make exploring and solving the given equation feasible. Because Maple stores the generated information in a "remember table," executing factor a second time will suppress the data, as we see from > > It makes it seem as though "it doesn't work anymore." However, the cure is > factor/polynom: polynomial factorization: number of terms 5 factor/unifactor: entering factor/unifactor: polynomial has degree 4 with 8 digit coefficients factor/linfacts: computing the linear factors

factor/linfacts: there are 0 roots mod 29 factor/fac1mod: entering factor/fac1mod: found prime 7 factor/fac1mod: distinct degree factorization factor/fac1mod: degree set {0} factor/fac1mod: polynomial proven irreducible by degree analysis factor/unifactor: exiting

>

Legal Notice: The copyright for this application is owned by the author(s). Neither Maplesoft nor the author are responsible for any errors contained within and are not liable for any damages resulting from the use of this material. This application is intended for non-commercial, non-profit use only. Contact the author for permission if you wish to use this application in for-profit activities.

Suggest Documents