Are These Vectors Linearly Independent in R*R?

ak123456
Messages
50
Reaction score
0

Homework Statement


determine whether the following are linear independent sets of vectors in the vector space R*R of all functions from R to R
a)fn:=1+t+...+t^n for n=1,...4
b) sin,sin^2 ,sin^3
c)1,sin^2,cos^2

Homework Equations





The Attempt at a Solution


can i do like this for (b)(c)
sin^3=sin(sin^2)
sin^2+cos^2=1
so they are linearly dependent sets
 
Physics news on Phys.org
ak123456 said:
sin^3=sin(sin^2)
That doesn't look like a linear combination.
 
wywong said:
That doesn't look like a linear combination.

why? I think sin^3=(sin) * (sin^2) is right
 
ak123456 said:
why? I think sin^3=(sin) * (sin^2) is right
It's right but completely irrelevant.

For b, use the definition of linear independence to show that the equation
c1*sin(t) + c2*sin2(t) + c3*sin3(t) = 0 has exactly one solution for the constants c1, c2, and c3. (If there is more than one solution, the functions are linearly dependent.)

For c, the functions 1, sin2(t) and cos2(t) are linearly dependent, as you said. The first function, 1, is a linear combination of the other two.

Another way to look at this is that the equation
c1*1 + c2*sin2(t) + c3*cos2(t) = 0 has a solution where not all of the constants are zero. One such solution is c1 = -1, c2 = 1, c3 = 1. There are lots of solutions.
 
Mark44 said:
It's right but completely irrelevant.

For b, use the definition of linear independence to show that the equation
c1*sin(t) + c2*sin2(t) + c3*sin3(t) = 0 has exactly one solution for the constants c1, c2, and c3. (If there is more than one solution, the functions are linearly dependent.)

For c, the functions 1, sin2(t) and cos2(t) are linearly dependent, as you said. The first function, 1, is a linear combination of the other two.

Another way to look at this is that the equation
c1*1 + c2*sin2(t) + c3*cos2(t) = 0 has a solution where not all of the constants are zero. One such solution is c1 = -1, c2 = 1, c3 = 1. There are lots of solutions.

i see thanks a lot
 
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