- #1
bornofflame
- 56
- 3
Homework Statement
I don't want to clog up the forums with a few "small" problems so I am lumping them together here.
2. Let ##T:P^1 → R \text { be given by } T(p(x)) = \int^b_a p(x)dx##. Describe Ker(T) using set notation.
3. Let ##H = \left\{f ∈ C[a, b] | f'(x) ≥ 0 ~\text for ~a<x<b\right\}##. Determine if H is a subspace of C[a, b], and if so, prove it. If H is not a subspace explain why not.
4. Let ##H = \left\{f ∈ C[-1, 1] | f(0) = 0\right\}##. Determine if H is a subspace of ##C[-1, 1]##, and if so, prove it. If H is not a subspace explain why not.
5. Let ##H = Span \left\{cos x, sin x\right\}. \rm Let ~B = \left\{cos x, sin x\right\}## be the standard basis for H. Also let D = {3cos x - sin x, 2cos x + sin x} be another basis for H. Let f(x) = 5cos x + 10sin x be an element of H.
a. Determine ##\left[ f \right]_B ##
b. Determine the matrix P such that ##P\left[ f \right]_B = \left[ f \right]_D##.
c. Determine ##\left[ f \right]_D ##
6. Let ##T:P^2 \rightarrow P^2## be defined by ##T(p(x)) = \frac d {dx} p(x)##
i. Describe the range of T.
ii. Describe the kernel of T.
7. Let ##T:P^1 \rightarrow P^1## be defined by ##T(p(x)) = \int^1_0 p(x){dx}##
i. Describe the range of T.
ii. Describe the kernel of T.
Homework Equations
The Attempt at a Solution
2. The kernel is the set of solution in ##P^1## that map to the 0 vector in ℝ, so:
##Ker(T) = \left\{x | T(x) = 0\right\}##
3. To be a subspace H must contain the 0 vector and be closed under vector addition and scalar multiplication:
ii. Closed under vector addition: (f + g)(x) = [F(b) - F(a)] + [G(b) - G(a)].
I'm not really sure where to go after this, however,
4. To be a subspace H must contain the 0 vector and be closed under vector addition and scalar multiplication:
i. f(0) = 0, Since H only contains the functions that are equal to 0 when their input is 0, it definitely contains the 0 vector.
ii. Closed under vector addition: (f + g)(0) = 0 + 0 = f(0) + g(0).
Not really sure that this holds water, to be honest. To show that it's closed, I need more general evidence.
iii. Closed under scalar multiplication: f(c0) = 0 = cf(0)
∴ H is a subspace.
5.
a. ##\left[ f \right]_B = \left[ c_1 ~ c_2 \right] \rightarrow c_1 = 5, c_2 = 10 \rightarrow \left[ f \right]_B = \begin{bmatrix} 5 \\ 10 \end{bmatrix}##
b. ##P = ? \text { such that } P \left[ f \right]_B = \left[ f \right]_D##
##P \begin{bmatrix}5 \\ 10 \end{bmatrix} = \left[ f \right]_D##
##P = \begin{bmatrix}3 & 2 \\ -1 & 1 \end{bmatrix}##
c. ##\left[ f \right]_D = ?##
Steps:
1. Construct ##P_{B \leftarrow D}##:
Done in part b: ##P = \begin{bmatrix}3 & 2 \\ -1 & 1 \end{bmatrix}##
2. Find ##P^1_{B \leftarrow D}##:
Per the calculator: ##P^1_{B \leftarrow D} = \begin{bmatrix} 0.2 & -0.4 \\ 0.2 & 0.6 \end{bmatrix}##
3. Solve for ##\left[ x \right]_D##:
##\left[ x \right]_D = P^1_{B \leftarrow D} \left[ x \right]_D = \begin{bmatrix} 0.2 & -0.4 \\ 0.2 & 0.6 \end{bmatrix} \begin{bmatrix}5 \\ 10 \end{bmatrix} = \begin{bmatrix}-3 \\ 7 \end{bmatrix}##
6.
a. Ker(T) is the set of all p(x) in ##P^2 ## that are mapped onto p(x) = 0
or
##Nul T = \left\{p(x) | p(x) \in P^2 and T(p(x)) = 0 \right\}##
b. Range T is the set of all T(p(x)) in ##P^2## that are solutions for T(p(x)) = b
7.
a. Range T is the set of numbers resulting from the mapping from ##P^1 \rightarrow P^1##
b. Ker T is the set of all ##T(p(x))## such that ##\int^1_0 p(x){dx} = 0##
Last edited: