Solving Nonlinear System with 18 Solutions: 0 ≤ α, β, γ ≤ 2π

In summary, the conversation discusses how to find solutions to a nonlinear system with constraints on the variables using the substitution method. The attempt at a solution involves plugging in common angles to the trigonometric functions and creating an augmented matrix. However, it is later discovered that the matrix reduces to the identity matrix, indicating that there is only one solution for the system. This means that the system has a total of 18 solutions, as 0 ≤ α ≤ 2∏, 0 ≤ β ≤ 2∏, and 0 ≤ γ ≤ 2∏, and each variable can take on 2π different values. The solutions for α, β, and γ are then discussed.
  • #1
icesalmon
270
13

Homework Statement



Show that the following nonlinear system has 18 solutions if:

0 ≤ α ≤ 2∏
0 ≤ β ≤ 2∏
0 ≤ γ ≤ 2∏

sin(α) + 2cos(β) + 3tan(γ) = 0
2sin(α) + 5cos(β) + 3tan(γ) = 0
-sin(α) -5cos(β) + 5tan(γ) = 0

using the substitutions x = sin(α) y = cos(β) z = tan(γ)

The Attempt at a Solution


I went ahead and substituted and got:

x + 2y + 3z = 0
2x + 5y + 3z = 0
-x -5y + 5z = 0

and put it into an augmented matrix with the coefficients on one side and the constants on the other.
I also tried computing the values at 0 and 2∏ using the substitution, giving me:

[ 0 2 0 | 0 ]
[ 0 5 0 | 0 ]
[ 0 -5 0 | 0 ]

for both values, and I got 16 more matrices for all the other values that I use with these functions, I seem to be missing one. What I'm thinking about, though: don't they all contain the trivial solution? How are they each different in their own way?

Thanks for your help, PF.
 
Last edited:
Physics news on Phys.org
  • #2


icesalmon said:

Homework Statement



Show that the following nonlinear system has 18 solutions if:

0 ≤ α ≤ 2∏
0 ≤ β ≤ 2∏
0 ≤ γ ≤ 2∏

sin(α) + 2cos(β) + 3tan(γ) = 0
2sin(α) + 5cos(β) + 3tan(γ) = 0
-sin(α) -5cos(β) + 5tan(γ) = 0

using the substitutions x = sin(α) y = cos(β) z = tan(γ)

The Attempt at a Solution


I went ahead and substituted and got:

x + 2y + 3z = 0
2x + 5y + 3z = 0
-x -5y + 5z = 0

and put it into an augmented matrix with the coefficients on one side and the constants on the other.
Okay, and what did you do with it then? What are x, y, and z?


I also tried computing the values at 0 and 2∏ using the substitution, giving me:

[ 0 2 0 | 0 ]
[ 0 5 0 | 0 ]
[ 0 -5 0 | 0 ]

for both values, and I got 16 more matrices for all the other values that I use with these functions, I seem to be missing one. What I'm thinking about, though: don't they all contain the trivial solution? How are they each different in their own way?

Thanks for your help, PF.
 
  • #3


I think that you should't be substituting the values:
0 ≤ α ≤ 2∏
0 ≤ β ≤ 2∏
0 ≤ γ ≤ 2∏

This merely says that the graphs of sin cos and tan is from 0-360 degrees, so for the sin and cos grapghs it should be ne full cycle and for the tan graph it is 2 cycles.

I would think you should find the answers of the variables in the matrix and see how many time that value can occur on the specific graph. Say you get x to be 0.5, how many times can sin(α) on the graph be equal to 0.5... Well that is how I would approach this. Might be wrong but thought you would appreciate any feedback...
 
  • #4


HallsofIvy said:
Okay, and what did you do with it then? What are x, y, and z?
x, y, z are variables that make the system linear, so ones I can use to row reduce the matrix after the substitution.

What I did was plug the common angles into the functions sin(alpha) cos(beta) tan(gamma), 0pi, pi/4, pi/2, 3pi/4, pi, 5pi/4 3pi/2, 7pi/4, 2pi, pi/6, pi/3, 2pi/3, 5pi/6, , 7pi/6, 4pi/3, 5pi/3, 11pi/6 but these aren't even solutions, they are values to the trig functions so I'm not sure what I did makes any sense. Let me try row reducing this, after all that's how I find solutions to any other matrix I work with.

and as expected, the trivial solution. I guess this is either solution #1 or solution #18
 
Last edited:
  • #5


icesalmon said:

Homework Statement



Show that the following nonlinear system has 18 solutions if:

0 ≤ α ≤ 2∏
0 ≤ β ≤ 2∏
0 ≤ γ ≤ 2∏

sin(α) + 2cos(β) + 3tan(γ) = 0
2sin(α) + 5cos(β) + 3tan(γ) = 0
-sin(α) -5cos(β) + 5tan(γ) = 0

using the substitutions x = sin(α) y = cos(β) z = tan(γ)

The Attempt at a Solution


I went ahead and substituted and got:

x + 2y + 3z = 0
2x + 5y + 3z = 0
-x -5y + 5z = 0

and put it into an augmented matrix with the coefficients on one side and the constants on the other.
I also tried computing the values at 0 and 2∏ using the substitution, giving me:

[ 0 2 0 | 0 ]
[ 0 5 0 | 0 ]
[ 0 -5 0 | 0 ]
No one else seems to have noticed this, so I'll mention it. Your work above is incorrect.

When you have a homogeneous system (all constants on the right side are zero), you can omit that column in your augmented matrix. After all no matter what multiple of any row you add to any other row, the far right column will never have any values other than zero.

The matrix you started with --
$$ \begin{bmatrix} 1 & 2 & 3 \\ 2 & 5 & 3 \\ 1 & 5 & -5\end{bmatrix}$$
-- row reduces to the identity matrix. (Note that I multiplied the 3rd row of your matrix by -1 to get the matrix above.

Given that the matrix reduces to I3, what does that say about your solution in terms of x, y, and z?

What does it say about the solution in terms of sin(α), cos(β), and tan(γ), given the constraints on α, β, and γ?

Finally, what are the solutions for α, β, and γ?


icesalmon said:
for both values, and I got 16 more matrices for all the other values that I use with these functions, I seem to be missing one. What I'm thinking about, though: don't they all contain the trivial solution? How are they each different in their own way?

Thanks for your help, PF.
 
  • #6


Mark44 said:
No one else seems to have noticed this, so I'll mention it. Your work above is incorrect.

When you have a homogeneous system (all constants on the right side are zero), you can omit that column in your augmented matrix. After all no matter what multiple of any row you add to any other row, the far right column will never have any values other than zero.

The matrix you started with --
$$ \begin{bmatrix} 1 & 2 & 3 \\ 2 & 5 & 3 \\ 1 & 5 & -5\end{bmatrix}$$
-- row reduces to the identity matrix. (Note that I multiplied the 3rd row of your matrix by -1 to get the matrix above.

Given that the matrix reduces to I3, what does that say about your solution in terms of x, y, and z?

What does it say about the solution in terms of sin(α), cos(β), and tan(γ), given the constraints on α, β, and γ?

Finally, what are the solutions for α, β, and γ?
the values for x, y, and z are the same, 0
that the solution for sin(alpha) cos(beta) and tan(gamma) are the values where these functions are zero in the interval from 0 to 2pi
I have the values, alpha = gamma = pi, 2pi and beta = pi/2 and 3pi/2. :\
 
  • #7


icesalmon said:
the values for x, y, and z are the same, 0
Yes, and so you also have
sin(α) = 0
cos(β) = 0
tan(γ) = 0

Now find the solutions for these equations for α, β, and γ in the interval [0, ##2\pi##]. A sketch of the graph of each function will be helpful.

All told, you should get the 18 solutions that are mentioned in the first post.
icesalmon said:
that the solution for sin(alpha) cos(beta) and tan(gamma) are the values where these functions are zero in the interval from 0 to 2pi
I have the values, alpha = gamma = pi, 2pi and beta = pi/2 and 3pi/2. :\
 
  • #8
α = sin-1(0)
β = cos-1(0)
γ = tan-1(0)

α = γ = 0∏,∏,2∏

β = ∏/2, 3∏/2

I graphed them on my calculator, the zeros I see are in accordance with my answers for alpha, beta, and gamma.

What am I not seeing here.
 
  • #9
You have 3 choices for α, 2 choices for β, and 3 choices for γ. All together, you have 3 * 2 * 3 solutions.
 
  • #10
okay, why do we multiply these solutions together?
i've been counting them up individually.
 
  • #11
A solution will be the triple (α, β, γ). Since there are three choices for α, two choices for β, and three choices for γ, there will be 3 * 2 * 3 possible solutions.

Suppose you're in the market for a new car, which can come in three possible colors - red, white, black, with either a four-cylinder or V6 engine, and can come in one of three different body styles: convertible, 2-door sedan, or 4-door sedan.

Red, 4, convertible
Red, 4, 2Dr
Red, 4, 4Dr
Red, V6, convertible
Red, V6, 2Dr
Red, V6, 4Dr

These are all of the combinations with a red car. There are 6 more combinations for a white car, and 6 more for a black car, making 18 different possible choices all together.
 
  • #12
thank you.
 

Related to Solving Nonlinear System with 18 Solutions: 0 ≤ α, β, γ ≤ 2π

1. What is a nonlinear system?

A nonlinear system is a system of equations or inequalities that cannot be solved by simple substitution or elimination. This is because the equations involve variables that are raised to a power or have other non-linear relationships.

2. How many solutions can a nonlinear system have?

A nonlinear system can have an infinite number of solutions or no solutions at all. It depends on the specific equations and variables involved.

3. What does the notation "0 ≤ α, β, γ ≤ 2π" mean in the context of this problem?

This notation means that the values for α, β, and γ must be between 0 and 2π, including both 0 and 2π as possible values. In other words, the solutions for these variables must fall within this range.

4. How can I solve a nonlinear system with 18 solutions?

Solving a nonlinear system with 18 solutions requires using advanced mathematical techniques such as graphing, substitution, or elimination. It is also important to carefully consider the given constraints, such as the range of values for the variables, in order to find all 18 solutions.

5. Why is solving nonlinear systems important in science?

Nonlinear systems are often used in science to model complex relationships and phenomena that cannot be accurately described by linear equations. Solving these systems allows scientists to better understand and predict the behavior of these systems, which can have important real-world applications in fields such as physics, biology, and economics.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
379
  • Linear and Abstract Algebra
Replies
2
Views
2K
  • Advanced Physics Homework Help
Replies
3
Views
2K
  • Calculus and Beyond Homework Help
Replies
5
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
2K
Replies
3
Views
719
  • Calculus and Beyond Homework Help
Replies
7
Views
3K
Replies
1
Views
1K
  • Precalculus Mathematics Homework Help
Replies
21
Views
1K
  • Calculus and Beyond Homework Help
Replies
11
Views
1K
Back
Top