How tdo I solve a Linear Equation with an unknown

In summary, the augmented matrix of a linear system is given and the values of a that result in no solution, one solution, or infinitely many solutions are determined by reducing the matrix. A clearer representation of the matrix is provided and it is noted that a=0 also results in 0 solutions. The solution for a/=/(doest not equal) -1, 3 is also mentioned.
  • #1
forensic91
2
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
  • #2
I don't really understand the matrix. Can you not write it a little clearer? then maybe I can help.
 
  • #3
Hmm... I don't really know how to write it clearer does anyone know how to write a matrix on a forum?
 
  • #4
[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:

[tex] \left( \begin{array}{ccc|c}
a & b & c & u\\
d & e & f & v\\
g & h & j & w\\
\end{array} \right)
[/tex]

--Elucidus
 
  • #5
The OP meant:
[tex]\begin{vmatrix}
1 & -1 & 1 & 2\\
a & 0 & a+1 & 2a+3 \\
2a & -2a & a^2-3 & 5a-3
\end{vmatrix}[/tex]

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, 3

I guess it was typo.
 

FAQ: How tdo I solve a Linear Equation with an unknown

What is a linear equation with an unknown?

A linear equation with an unknown is an algebraic expression with one variable that can be represented by a straight line on a graph. It follows the form of y = mx + b, where m represents the slope and b represents the y-intercept.

How do I identify the unknown variable in a linear equation?

The unknown variable in a linear equation is typically represented by the letter x. It is the value that we are trying to solve for in order to make the equation true.

What is the process for solving a linear equation with an unknown?

The process for solving a linear equation with an unknown involves isolating the variable on one side of the equation by using inverse operations. This means that whatever operation is being done to the variable, it must be done to the other side of the equation in order to cancel it out. Once the variable is isolated, you can solve for its value.

Can you give an example of solving a linear equation with an unknown?

Sure! Let's say we have the equation 2x + 5 = 15. We want to isolate the variable x, so we will start by subtracting 5 from both sides to get 2x = 10. Then, we divide both sides by 2 to get x = 5. So the solution to this equation is x = 5.

Are there any special cases when solving a linear equation with an unknown?

Yes, there are two special cases to keep in mind. The first is when the variable is on both sides of the equation, in which case you need to combine like terms before isolating the variable. The second is when the equation has no solution, meaning that the variable cancels out and the equation becomes false. In this case, the equation is inconsistent and has no solution.

Back
Top