0% found this document useful (0 votes)
90 views2 pages

Math 270 Assignment 5 Overview

Assignment

Uploaded by

Shaily Patel
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
90 views2 pages

Math 270 Assignment 5 Overview

Assignment

Uploaded by

Shaily Patel
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Assignment 5

This assignment, based on the content of Unit 5 of the Study Guide, is worth 3% of
your grade. We recommend that you hand it in after you complete Unit 5. You must
show all of your work in order to obtain full marks. For your convenience, each
exercise mentions the section of the Study Guide that corresponds to the given
problem.

Note: Each of the questions below is of equal weight, and each will be marked out
of twenty (20) points. To gain full marks, you must show all your work.

(Section 5.1)
20 points 1. a. Let V be the set of real-valued functions that are defined at each x in the
interval (−∞, ∞). If f~ = f (x) and ~g = g(x) are two functions in V and if
k is any scalar, then define the operations of addition and scalar
multiplication by

(f~ + ~g ) = f (x) + g(x)


k f~ = kf (x)

Verify the Vector Space Axioms for the given set of vectors.

b. Let V consist of the form ~u = (u1 , u2 , ..., un , ...) in which


u1 , u2 , ..., un , ... is an infinite sequence of real numbers. Define two
infinite sequences to be equal if their corresponding components are equal,
and define addition and scalar multiplication componentwise by

~u + ~v = (u1 , u2 , ..., un , ...) + (v1 , v2 , ..., vn , ...)


= (u1 + v1 , u2 + v2 , ..., un + vn , ...)
k~u = (ku1 , ku2 , ..., kun , ...).

Prove that the given set is a vector space.

(Section 5.2)
20 points 2. a. In each part express the vector as a linear combination of
p~1 = 2 + x + 4x2 , p~2 = 1 − x + 3x2 , and p~3 = 3 + 2x + 5x2 .

i. −9 − 7x − 15x2

ii. 6 + 11x + 6x2

iii. 0

iv. 7 + 8x + 9x2

b. Suppose that v~1 = (2, 1, 0, 3), v~2 = (3, −1, 5, 2), and v~3 = (−1, 0, 2, 1).
Which of the following vectors are in span {v~1 , v~2 , v~3 }?

i. (2, 3, −7, 3)

ii. (0, 0, 0, 0)

iii. (1, 1, 1, 1)

iv. (−4, 6, −13, 4)

Mathematics 270: Linear Algebra I Assignment 5 1


(Section 5.3)
20 points 3. a. i. Show that the vectors v~1 = (1, 2, 3, 4), v~2 = (0, 1, 0, −1), and
v~3 = (1, 3, 3, 3) form a linearly dependent set in IRn .

ii. Express each vector in part i. as a linear combination of the other two.

b. Prove that if {v~1 , v~2 , v~3 } is a linearly independent set of vectors, then so
are {v~1 , v~3 }, and {v~2 }.

(Section 5.4)
20 points 4. a. i. Use matrix multiplication to find the contraction of (a, b) with factor
k = 1/α, where α > 1.

ii. Use matrix multiplication to find the dilation of (a, b) with factor
k = α, where α > 1.

b. Find the standard matrix for the reflection of IR2 about the line that makes
an angle of π/4 (= 45◦ ) with the positive x-axis, and then use that matrix
to find the reflection of (1, 2) onto this line.

(Section 5.5)
20 points 5. a. Find the matrix for a shear in the x-direction that transforms the triangle
with vertices (0, 0), (2, 1), and (3, 0) into a right triangle with the right
angle at the origin.

b. Draw a figure that shows the image of the triangle with vertices
(0, 0), (1, 0), and (0.5, 1) under a shear by a factor of 2 in the x-direction.

2 Assignment 5 Mathematics 270: Linear Algebra I

Common questions

Powered by AI

To find the standard matrix for reflection about a line making an angle \(\theta\) with the x-axis, use \(\begin{bmatrix} \cos(2\theta) & \sin(2\theta) \\ \sin(2\theta) & -\cos(2\theta) \end{bmatrix}\). Given \(\theta = \pi/4\), the matrix becomes \(\begin{bmatrix} 0 & 1 \\ 1 & 0 \end{bmatrix}\). Applying this to reflect a point \((1, 2)\) results in \((2, 1)\), providing the new coordinates reflected across the line .

To form a right triangle through shear, select a shear factor that aligns one side parallel with an axis. For example, transform a triangle with vertices \((0, 0), (2, 1), (3, 0)\) using a shear matrix \(\begin{bmatrix} 1 & k \\ 0 & 1 \end{bmatrix}\) with \(k\) such that the resulting vertex aligns along the x-axis. Applying a factor of 2 changes vertices to \((0, 0), (4, 1), (3, 0)\), forming a right triangle with the right angle at \((0, 0)\).

To confirm linear independence in reduced or reshuffled vector sets, verify that no vector in the set can be expressed as a linear combination of others. This involves constructing and analyzing the determinant (if square), or applying row-reduction or other linear algebraic methods to assess linear relationships. For instance, given \(\{\vec{v}_1, \vec{v}_2, \vec{v}_3\}\) being independent ensures subsets \(\{\vec{v}_1, \vec{v}_3\}\) and \(\{\vec{v}_2\}\) hold due to non-zero coefficients not producing zeros for any component in non-triviality .

Matrix multiplication is used to find the contraction or dilation of a vector \((a, b)\) in \(\mathbb{R}^2\). For contraction by a factor \(1/\alpha\) where \(\alpha > 1\), multiply by the matrix \([ \begin{smallmatrix} 1/\alpha & 0 \\ 0 & 1/\alpha \end{smallmatrix} ]\). For dilation by factor \(\alpha\), multiply by \([ \begin{smallmatrix} \alpha & 0 \\ 0 & \alpha \end{smallmatrix} ]\). The result is a scaled version of the vector, either compressed or expanded depending on the factor .

To determine the matrix for a shear transformation in the x-direction, define the shear factor \(k\) and construct the matrix \(\begin{bmatrix} 1 & k \\ 0 & 1 \end{bmatrix}\). To apply to a triangle with vertices, multiply each vertex by the shear matrix. For a shear factor of 2 and vertices \((0, 0), (1, 0), (0.5, 1)\), shear results in new vertices \((0, 0), (1, 0), (2.5, 1)\), thereby visually altering the triangle .

The set of vectors \(\{\vec{v}_1, \vec{v}_2, \vec{v}_3\}\) is linearly dependent if there exist scalars \(c_1, c_2,\) and \(c_3\), not all zero, such that \(c_1\vec{v}_1 + c_2\vec{v}_2 + c_3\vec{v}_3 = \vec{0}\). For the given vectors, one can find the relationship \(\vec{v}_1 + (-1)\vec{v}_2 = \vec{v}_3\), implying that \(\vec{v}_3\) is a linear combination of \(\vec{v}_1\) and \(\vec{v}_2\), indicating dependency .

To express a given vector (or polynomial) \(\vec{q}\) as a linear combination of \(\vec{p}_1, \vec{p}_2,\) and \(\vec{p}_3\), solve for coefficients \(c_1, c_2,\) and \(c_3\) such that \(c_1\vec{p}_1 + c_2\vec{p}_2 + c_3\vec{p}_3 = \vec{q}\). Each coefficient corresponds to matching the terms of like degree from both sides of the equation. For example, solve the system of linear equations derived from equating the coefficients of \(x, x^2,\) and constant terms separately .

To constitute a vector space, the set of real-valued functions must satisfy the vector space axioms when the operations of addition \((\vec{f} + \vec{g}) = f(x) + g(x)\) and scalar multiplication \(k\vec{f} = kf(x)\) are applied. These axioms include: closure under addition and scalar multiplication, existence of a zero vector such that \(\vec{f} + \vec{0} = \vec{f}\), existence of an additive inverse for each vector \(\vec{f}\), associativity and commutativity of vector addition, and distributive properties for scalar addition and multiplication. Each axiom must hold true for the set defined .

To prove that an infinite sequence of real numbers forms a vector space, you must show that it satisfies all vector space axioms with the given operations. Closure is shown by demonstrating that for any two sequences \(\vec{u} = (u_1, u_2, ..., u_n, ...)\) and \(\vec{v} = (v_1, v_2, ..., v_n, ...)\), their sum \(\vec{u} + \vec{v} = (u_1 + v_1, u_2 + v_2, ..., u_n + v_n, ...)\) is also a sequence of real numbers. Scalar multiplication is similarly verified as closed. The zero sequence, \(\vec{0} = (0, 0, ..., 0)\), acts as an additive identity, and each \(\vec{u}\) has an additive inverse \((-u_1, -u_2, ..., -u_n, ...)\). Associativity, commutativity of addition, and distributive laws must also be demonstrated to hold .

To determine if a vector is in the span \(\{\vec{v}_1, \vec{v}_2, \vec{v}_3\}\), check if it can be expressed as a linear combination of \(\vec{v}_1\), \(\vec{v}_2\), and \(\vec{v}_3\). This involves setting up the equation \(c_1\vec{v}_1 + c_2\vec{v}_2 + c_3\vec{v}_3 = \vec{w}\) for each vector \(\vec{w}\) in question and solving for scalars \(c_1, c_2,\) and \(c_3\). For instance, \((0, 0, 0, 0)\) is trivially in the span. For other vectors like \((2, 3, -7, 3), (1, 1, 1, 1),\) and \((-4, 6, -13, 4)\), perform this procedure iteratively .

You might also like