Determining value of r that makes the matrix linearly dependent

Sunwoo Bae
Messages
60
Reaction score
4
Homework Statement
Given in the context
Relevant Equations
A matrix is linearly dependent if:
1. There are more vectors than entries
2. The matrix contains 0 vector
3. one vector is multiple of another
1622866616972.png


for problem (a), all real numbers of value r will make the system linearly independent, as the system contains more vectors than entry simply by insepection.

As for problem (b), no value of r can make the system linearly dependent by insepection. I tried reducing the matrix into reduced echelon form in order to check if there are any free variables, as presence of free variable indicates the system is linearly dependent. Through reducing the matrix, I can find out that value of 4 would make the last row of the matrix all zero, making x3 a free variable. Therefore, I can conclude that r=4.

The following is my work:
1622868339154.png


Are my answers and reasoning valid for these two problems? Also, is my approach to solving these problems correct?

Thank you for your help.
 
Physics news on Phys.org
The most straightforward way of telling whether the columns of a square matrix are linearly independent is to take the determinant. If zero, the columns are linearly dependent.

That said, your reduction does seem correct and results in the correct answer.
 
Sunwoo Bae said:
for problem (a), all real numbers of value r will make the system linearly independent, as the system contains more vectors than entry simply by insepection.
I guess you mean linearly dependent here?
 
PS for part b) I would have solved the equations: $$a + 2b = -1, \ \ 2a + b = 7$$ then used ##a## and ##b## to determine ##r##.
 
PeroK said:
I guess you mean linearly dependent here?
yes. That was a typo. sorry
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top