Discover the answers to your questions at Westonci.ca, where experts share their knowledge and insights with you. Explore a wealth of knowledge from professionals across various disciplines on our comprehensive Q&A platform. Get quick and reliable solutions to your questions from a community of experienced experts on our platform.

let a = (a1, a2) and b = (b1, b2) and c = (c1,c2) be three non zero vectors. if a1b2 - a2b1 is not equal to 0. then show three are two scalars, α and ß, such that c = αa + ßb.

Sagot :

Consider the contrapositive of the statement you want to prove.

The contrapositive of the logical statement

pq

is

¬q ⇒ ¬p

In this case, the contrapositive claims that

"If there are no scalars α and β such that c = αa + βb, then a₁b₂ - a₂b₁ = 0."

The first equation is captured by a system of linear equations,

[tex]\begin{cases}c_1 = \alpha a_1 + \beta b_1\\ c_2 = \alpha a_2 + \beta b_2\end{cases}[/tex]

or in matrix form,

[tex]\begin{pmatrix}c_1\\c_2\end{pmatrix} = \begin{pmatrix}a_1&b_1\\a_2&b_2\end{pmatrix}\begin{pmatrix}\alpha\\\beta\end{pmatrix}[/tex]

If this system has no solution, then the coefficient matrix on the right side must be singular and its determinant would be

[tex]\begin{vmatrix}a_1&b_1\\a_2&b_2\end{vmatrix} = a_1b_2-a_2b_1 = 0[/tex]

and this is what we wanted to prove. QED

Thank you for your visit. We are dedicated to helping you find the information you need, whenever you need it. Thank you for visiting. Our goal is to provide the most accurate answers for all your informational needs. Come back soon. We're here to help at Westonci.ca. Keep visiting for the best answers to your questions.