I got problem in understanding the Im finding method

  • Thread starter Thread starter transgalactic
  • Start date Start date
  • Tags Tags
    Method
transgalactic
Messages
1,386
Reaction score
0
i am puzzled about the method of finding the Im

in one axample i see the method of thaking the column withound the term of the zero
row
and exract the vectors from the column

the other way is taking the "b" term that make the whole row zeros
and extract from it

the third way i making the coulmns zeros

i am really confused about the method of finding Im
because there is 2 example the contaridct each other

http://img504.imageshack.us/my.php?image=img8271ip1.jpg
 
Physics news on Phys.org
You seem to be consistently having trouble distinguishing between "kernel" and "image". If A is a linear transformation from vector space U to vector space V, then the kernel of A is a subspace of U and the image of A is a subspace of V.

In the problem before, where you were seeking the kernel, you found A0, a vector in V, when you should have been solving Au= 0 to get a vector in U.

Now, you appear to be solving the equation
\left[\begin{array}{ccc} 1 & 1 & 0 \\ 0 & 0 & 0 \\ 2 & 0 & 1\end{array}\right]\left[\begin{array}{c} x \\ y \\ z \end{array}\right]= \left[\begin{array}{c} b_1 \\ b_2 \\ b_3 \end{array}\right]
when you should be calculating
\left[\begin{array}{ccc} 1 & 1 & 0 \\ 0 & 0 & 0 \\ 2 & 0 & 1\end{array}\right]\left[\begin{array}{c} x \\ y \\ z \end{array}\right]= \left[\begin{array}{c} x+ y \\ 0 \\ 2x+ z\end{array}\right]

It is obvious that the the second component is always 0 and is easy to see that, since x, y, z are arbitrary, that the first and third components can be any numbers: the image is the set of vectors <x, 0, z> or, equivalently, the subspace with basis <1, 0, 0> and <0, 0, 1>.
 
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...
Back
Top