#deriving the determinant and inverse of a generic 2x2 matrix

79 messages · Page 1 of 1 (latest)

vital cedar
#

can someone help me through the process of deriving the formula of the determinant and hence inverse of any 2x2 matrix

pallid stirrupBOT
#
👋 Welcome to your Help Thread!

Hey @vital cedar, Thanks for sharing your math problem with us. While you wait for a Helper to help you, we want to share some vital information with you.

Please take a moment to read the helpee guidelines. This will make sure that your post follows the helpee rules of our community.

Please don't ping <@&775784618955505685>, <@&1283689826742440016>, <@&819616364188139550>, or <@&624327278137966593> for help because their job is to take care of the server's administrative tasks, not to answer queries directly. However, if you have a problem with how a Helper is acting, you can ping a Helper Moderator.

It's always very useful if you can show us the work you've done so far. This makes it easier for our Helpers to find mistakes and help you get to the right answer.

pallid stirrupBOT
vital cedar
#

i dont understand

torpid harness
#

what are you confused about exactly ?

vital cedar
#

seems simple but how did they solve the system of equations for x, u, v and y

#

also what is the importance of the determinant

vital cedar
glacial bay
vital cedar
#

isnt 1/(ad-bc) times the original matrix with a and d switched and c and b minused

vital cedar
#

what does the determinant refer to visually?

quiet kayak
vital cedar
#

ok but then am i correct in assuming there is a factor which represents the shaw of it

#

like how far it turns into a parallelogram

vital cedar
pallid stirrupBOT
#

@vital cedar

:HelpIcon:| Help Reminder

Hello bonaparte5472, this is a friendly reminder that your help request has been inactive for more than 24 hours. If you no longer need assistance, please consider closing the thread using the +close command. This thread will be automatically closed in 3 days if it remains inactive.

pallid stirrupBOT
#

@quiet kayak @glacial bay @torpid harness The user still needs help with this help request.

quiet kayak
vital cedar
#

alright so its not a set expression or

paper grail
#

Let A be a 2x2 matrix

#

A^(-1) is the matrix that satisifies

#

A*A^(-1) = I_2

#

Where I_2 is the identity matrix of order 2

#

So you have

#

$$A = \begin{pmatrix}
a & b \
c & d
\end{pmatrix}\
A^{-1}=\begin{pmatrix}
a' & b' \
c' & d'\end{pmatrix}\
\text{Such that:}\
A \cdot A^{-1} = I_2$$

dense peakBOT
#

._kamikaze._

paper grail
#

We now multiple the two matrices

#

$$A\cdot A^{-1} = \begin{pmatrix}
aa' +bc' & ab' + bd'\
ca' + dc' & cb'+dd'\end{pmatrix}\
= \begin{pmatrix}
1 & 0\
0 & 1
\end{pmatrix}

dense peakBOT
#

._kamikaze._
Compile Error! Click the errors reaction for more information.
(You may edit your message to recompile.)

paper grail
#

Now we solve the system

#

$$\begin{cases}
aa' + bc' = 1\
ab' + bd' = 0\
ca' + dc' = 0\
cb' + dd' = 1
\end{cases}$$

dense peakBOT
#

._kamikaze._

paper grail
#

We are looking for a', c', b' and d'

#

$$
\begin{cases}
aa' + bc' = 1\
ca' + dc' = 0
\end{cases}
\ and \
\begin{cases}
ab' + bd' = 0\
cb' + dd' = 1
\end{cases}
$$

dense peakBOT
#

._kamikaze._

paper grail
#

We will work with elimination

#

$$
\begin{cases}
caa' + cbc' = c\
aca' + adc' = 0
\end{cases}
$$

#

we multiply first line by c and second one by a

dense peakBOT
#

._kamikaze._

paper grail
#

We substract (2) from (1)

#

(n) corresponds to the nth line

dense peakBOT
#

._kamikaze._

#

._kamikaze._

paper grail
#

$$caa' + cbc' - caa' -adc' = c$$

dense peakBOT
#

._kamikaze._

paper grail
#

Which turns into

#

$$ cbc' - adc' = c$$

dense peakBOT
#

._kamikaze._

paper grail
#

We factor out the c'

#

$$c'(cb-ad) = c$$

dense peakBOT
#

._kamikaze._

paper grail
#

thus $c' = \dfrac{c}{cb-ad}$

dense peakBOT
#

._kamikaze._

paper grail
#

We do this for all 4 variables

#

To find the following inverse matrix

#

$$\begin{pmatrix}
\dfrac{d}{ad-bc} & \dfrac{-b}{ad-bc}\
\dfrac{-c}{ad-bc} & \dfrac{a}{ad-bc}
\end{pmatrix}
$$

dense peakBOT
#

._kamikaze._

paper grail
#

We notice that the repeating ad-bc is the det(A)

#

$$\begin{pmatrix}
\dfrac{d}{\det(A)} & \dfrac{-b}{\det(A)}\
\dfrac{-c}{\det(A)} & \dfrac{a}{\det(A)}
\end{pmatrix}
$$

#

And we can now factor it out

#

to find

#

$$A^{-1} = \dfrac{1}{\det(A)}\begin{pmatrix}
d & -b\
-c} & a
\end{pmatrix}$$

dense peakBOT
#

._kamikaze._
Compile Error! Click the errors reaction for more information.
(You may edit your message to recompile.)

#

._kamikaze._

paper grail
#

Nice

#

i think the bot bugged out

#

Nvm it didnt

twin snow
paper grail
#

I don't see how helping twice is a bad thing considering the thread is still open

twin snow
# paper grail How am I spamming?

You did not work with the student, you just left them a bunch of LaTeX entries to read on their own, and have to sift through them and the actual sentences.

As for the channel still being open... they just never closed in. But again, reading the channel would clearly tell you they got help and were satisfied with the help given.

#

Also per the rules, one helper per channel unless the channel has been ghosted by the original helper (and OP is clearly still present.)

paper grail
#

Ok

vital cedar
#

I found it helpful how they explained how they solved it