How tdo I solve a Linear Equation with an unknown

forensic91
Messages
2
Reaction score
0
1. I am having a trouble with this math problem and would like help finding the answer. Here goes: Let (the ~~ indicates where a line should straight line should be going downward and /// are like a space between the numbers)
1 /// (-1) /// 1 ~~ 2
a /// 0 /// a+1 ~~ 2a+3
2a /// (-2a) /// (a^2)-3 ~~ 5a-3

be the augmented matrix of a linear system. For what values of a does the system have no solution? One solution? Infinitely many solutions?





So, if I correctly reduced it, that would mean that
1 /// 0 /// 1+1/a ~~ 2+3/a
0 /// 1 /// 1/a ~~ 3/a
0 /// 0 ///(a-3)(a+1) ~~ a-3


0 solutions when a=-1
infinite solutions when a=3
one solution when a/=/(doest not equal) 1, 3
And also a/=/ 0 because that would be dividing by 0.

Is this the way you are supposed to do this type of problem?
 
Physics news on Phys.org
I don't really understand the matrix. Can you not write it a little clearer? then maybe I can help.
 
Hmm... I don't really know how to write it clearer does anyone know how to write a matrix on a forum?
 
[tex ] \left(

\begin{array}{ccc|c}

a & b & c & u\\

d & e & f & v\\

g & h & j & w\\

\end{array}

\right)

[/ tex]

(except leave out the spaces in the "tex" tags. Substitute the values you need.

It looks like this:

\left( \begin{array}{ccc|c}<br /> a &amp; b &amp; c &amp; u\\<br /> d &amp; e &amp; f &amp; v\\<br /> g &amp; h &amp; j &amp; w\\<br /> \end{array} \right)<br />

--Elucidus
 
The OP meant:
\begin{vmatrix}<br /> 1 &amp; -1 &amp; 1 &amp; 2\\<br /> a &amp; 0 &amp; a+1 &amp; 2a+3 \\<br /> 2a &amp; -2a &amp; a^2-3 &amp; 5a-3 <br /> \end{vmatrix}

Anyway you did it right, except you should mention that for a=0 there are also 0 solutions.

Also, there is one solution when a/=/(doest not equal) -1[/color], 3

I guess it was typo.
 
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