Finding a Solution to a Discrete Math Problem: Is Precise Necessary?

In summary, the conversation discusses solving a problem using matrix multiplication and finding a pattern. The suggestion to use induction or orthogonalisation is given, with further clarification on the matrix being non-diagonalizable. The conversation also suggests breaking down the matrix and using matrix addition to simplify the multiplication. The use of these methods can help with completing a full induction proof.
  • #1
Bashyboy
1,421
5

Homework Statement


I attached the problem as a file

Homework Equations


The Attempt at a Solution


The way I tried to solve this was to write out a few multiplications and find a pattern. I got the right answer, but I was wondering if there was more of a precise way of doing it; or would the procedure that I used be acceptable for a first course in Discrete Mathematics?
 

Attachments

  • Capture.JPG
    Capture.JPG
    4.8 KB · Views: 402
Physics news on Phys.org
  • #2
After you found the rule, try proving it using induction. Show first that it holds for n=2 and then show if it holds for n, then it also holds for n+1.
 
  • #3
Or use orthogonalisation(writing A in the form of [itex]C^{-1}BC[/itex]) in which B is an orthogonal matrix. Then the multiplication can be simplified into: [itex]A^n = C^{-1}B^{n}C[/itex].
 
Last edited:
  • #4
Thank you, Clamtrox.

Raopenq, we haven't learned about orthogonalisation.
 
  • #5
Good, because the matrix is not diagonalizable :) If you want to understand a bit more what's happening here, it might be useful to write the matrix as
[tex]A = \left( \begin{array}{cc} 1 & 1 \\ 0 & 1 \end{array} \right) = \left( \begin{array}{cc} 1 & 0 \\ 0 & 1 \end{array} \right) + \left( \begin{array}{cc} 0 & 1 \\ 0 & 0 \end{array} \right) [/tex]
and then look how these two matrices multiply together.
 
  • #6
Start by multiplying out A2 and A3, what do you notice about the entry a12? Also, use the fact that matrix addition is entry wise.

Both of these should allow you to complete a full induction proof.
 
  • #7
oops sorry...
 

Related to Finding a Solution to a Discrete Math Problem: Is Precise Necessary?

What is a discrete math problem?

A discrete math problem is a mathematical problem that deals with countable and distinct values. It involves solving problems using logical reasoning, algorithms, and mathematical concepts such as graphs, sets, and relations.

Why is finding a solution to a discrete math problem important?

Finding a solution to a discrete math problem is important because it helps in understanding and solving real-world problems. It also develops critical thinking and problem-solving skills, which are essential in many fields such as computer science, engineering, and economics.

What does "precise" mean in the context of discrete math problems?

In the context of discrete math problems, "precise" means finding an exact and accurate solution to the problem. This involves using precise mathematical techniques and concepts to arrive at a correct answer.

Is it necessary to find a precise solution to a discrete math problem?

It depends on the specific problem and its application. In some cases, a precise solution may be necessary, especially in fields like cryptography or computer science. However, in other situations, an approximate solution may suffice.

What are some common techniques for finding a solution to a discrete math problem?

Some common techniques for finding a solution to a discrete math problem include using mathematical formulas, algorithms, logical reasoning, and proof techniques such as induction or contradiction. Different problems may require different techniques, and it is essential to choose the most appropriate one for a particular problem.

Similar threads

  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
880
  • Calculus and Beyond Homework Help
Replies
2
Views
913
  • Calculus and Beyond Homework Help
Replies
10
Views
1K
  • Calculus and Beyond Homework Help
Replies
7
Views
1K
  • Precalculus Mathematics Homework Help
Replies
3
Views
504
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
5
Views
6K
  • Calculus and Beyond Homework Help
Replies
8
Views
4K
Replies
1
Views
2K
Back
Top