Finding a matrix with respect to standard basis

Hiche
Messages
82
Reaction score
0

Homework Statement



jzzfnp.png


Homework Equations



...

The Attempt at a Solution



Can someone just point me how to approach this? Do we take a random second degree polynomial and input 2x + 3 instead of x, then find the constants (eg. denoted by a , b , c) by putting the new equation equal to the standard polynomial 1 + x + x^2?
 
Physics news on Phys.org
A good start would be to apply ##T## to the basis vectors ##1, x, x^2##. What do you know about ##[T]_B##? In particular, what are its columns?
 
Oh, thank you. This is what I came up with so far:

T(1) = 1 so (T(1))_B = \begin{pmatrix}1\\0\\0\end{pmatrix}
T(x) = 2x + 3 so (T(x))_B = \begin{pmatrix}3\\2\\0\end{pmatrix}
T(x^2) = 4x^2 + 12x + 9 so (T(x^2))_B = \begin{pmatrix}9\\12\\4\end{pmatrix}

So, A = [T]_B = \begin{pmatrix}1 & 3 & 9\\0 & 2 & 12\\0 & 0 & 4\end{pmatrix}. Is this close?
 
Better than close- that's exactly what I get.
 
Great! Now may I add a couple more questions to this?

Part b) asks to find the eigenvalues of A. The values I found were \lambda_1 = 1, \lambda_2 = 2, \lambda_3 = 4.

Part c) asked to find the formula of [T(p(x))]_B without justification. I am not sure how to handle this question.
 
Hiche said:
Great! Now may I add a couple more questions to this?

Part b) asks to find the eigenvalues of A. The values I found were \lambda_1 = 1, \lambda_2 = 2, \lambda_3 = 4.

Part c) asked to find the formula of [T(p(x))]_B without justification. I am not sure how to handle this question.

The eigenvalues look fine.

What are the B-coordinates of a polynomial ##p(x) = ax^2 + bx +c##? How does the matrix ##[T]_B## transform those coordinates?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top