Linear independence of $cos(2x)$, $sin^2(x)$ and $cos(x)$. [closed]
$begingroup$
Having three different vectors:
$u_1 = cos(2x)$ and $u_2 = sin^2(x)$ and $u_3 = cos(x)$
How can I prove that they are linearly independent?
Thank you!
linear-algebra
$endgroup$
closed as off-topic by amWhy, Holo, Mike Miller, mrtaurho, José Carlos Santos Dec 23 '18 at 0:00
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please provide additional context, which ideally explains why the question is relevant to you and our community. Some forms of context include: background and motivation, relevant definitions, source, possible strategies, your current progress, why the question is interesting or important, etc." – amWhy, Holo, Mike Miller, mrtaurho, José Carlos Santos
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
$begingroup$
Having three different vectors:
$u_1 = cos(2x)$ and $u_2 = sin^2(x)$ and $u_3 = cos(x)$
How can I prove that they are linearly independent?
Thank you!
linear-algebra
$endgroup$
closed as off-topic by amWhy, Holo, Mike Miller, mrtaurho, José Carlos Santos Dec 23 '18 at 0:00
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please provide additional context, which ideally explains why the question is relevant to you and our community. Some forms of context include: background and motivation, relevant definitions, source, possible strategies, your current progress, why the question is interesting or important, etc." – amWhy, Holo, Mike Miller, mrtaurho, José Carlos Santos
If this question can be reworded to fit the rules in the help center, please edit the question.
$begingroup$
I edited your post to get the $LaTeX$ to work better. Cheers!
$endgroup$
– Robert Lewis
Dec 22 '18 at 23:21
2
$begingroup$
@RobertLewis Thank you! :)
$endgroup$
– Miguel Ferreira
Dec 22 '18 at 23:23
add a comment |
$begingroup$
Having three different vectors:
$u_1 = cos(2x)$ and $u_2 = sin^2(x)$ and $u_3 = cos(x)$
How can I prove that they are linearly independent?
Thank you!
linear-algebra
$endgroup$
Having three different vectors:
$u_1 = cos(2x)$ and $u_2 = sin^2(x)$ and $u_3 = cos(x)$
How can I prove that they are linearly independent?
Thank you!
linear-algebra
linear-algebra
edited Dec 22 '18 at 23:21
Robert Lewis
46.8k23067
46.8k23067
asked Dec 22 '18 at 23:18
Miguel FerreiraMiguel Ferreira
864
864
closed as off-topic by amWhy, Holo, Mike Miller, mrtaurho, José Carlos Santos Dec 23 '18 at 0:00
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please provide additional context, which ideally explains why the question is relevant to you and our community. Some forms of context include: background and motivation, relevant definitions, source, possible strategies, your current progress, why the question is interesting or important, etc." – amWhy, Holo, Mike Miller, mrtaurho, José Carlos Santos
If this question can be reworded to fit the rules in the help center, please edit the question.
closed as off-topic by amWhy, Holo, Mike Miller, mrtaurho, José Carlos Santos Dec 23 '18 at 0:00
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please provide additional context, which ideally explains why the question is relevant to you and our community. Some forms of context include: background and motivation, relevant definitions, source, possible strategies, your current progress, why the question is interesting or important, etc." – amWhy, Holo, Mike Miller, mrtaurho, José Carlos Santos
If this question can be reworded to fit the rules in the help center, please edit the question.
$begingroup$
I edited your post to get the $LaTeX$ to work better. Cheers!
$endgroup$
– Robert Lewis
Dec 22 '18 at 23:21
2
$begingroup$
@RobertLewis Thank you! :)
$endgroup$
– Miguel Ferreira
Dec 22 '18 at 23:23
add a comment |
$begingroup$
I edited your post to get the $LaTeX$ to work better. Cheers!
$endgroup$
– Robert Lewis
Dec 22 '18 at 23:21
2
$begingroup$
@RobertLewis Thank you! :)
$endgroup$
– Miguel Ferreira
Dec 22 '18 at 23:23
$begingroup$
I edited your post to get the $LaTeX$ to work better. Cheers!
$endgroup$
– Robert Lewis
Dec 22 '18 at 23:21
$begingroup$
I edited your post to get the $LaTeX$ to work better. Cheers!
$endgroup$
– Robert Lewis
Dec 22 '18 at 23:21
2
2
$begingroup$
@RobertLewis Thank you! :)
$endgroup$
– Miguel Ferreira
Dec 22 '18 at 23:23
$begingroup$
@RobertLewis Thank you! :)
$endgroup$
– Miguel Ferreira
Dec 22 '18 at 23:23
add a comment |
5 Answers
5
active
oldest
votes
$begingroup$
Let $a,b,c$ such that $acos(2x)+bsin^2(x)+ccos(x)=0$ for all $xinmathbb{R}$.
(1) If $x=0$ then $a+c=0to a=-c$.
(2) If $x=pi$ then $a-c=0to a=cto_{(1)} a=c=0$.
(3) If $x=pi/2$ then $b=0$.
Ie, are LI
$endgroup$
add a comment |
$begingroup$
If $a cos (2x)+bsin^{2}(x)+ccos, x=0$ then $a cos (2x)+frac b 2 (1-cos (2x))+ccos, x=0$. Put $x=pi /2$ to get $b-a=0$. Put $x=0$ to get $a+c=0$ and put $x=pi /4$ to get $frac b 2 +cfrac 1 {sqrt 2}=0$. From these can you drive $a=b=c=0$?
$endgroup$
add a comment |
$begingroup$
Suppose
$$
alpha_1u_1+alpha_2u_2+alpha_3u_3=0
$$
(the constant zero function). Evaluate at suitable values of $x$, for instance $x=0$, $x=pi/4$ and…
$endgroup$
$begingroup$
But, since that for $x = pi$ the sum equals 0, and with a = b = c = 1, how can they be LI? Thank you!
$endgroup$
– Miguel Ferreira
Dec 22 '18 at 23:38
$begingroup$
@MiguelFerreira The relation must hold for every $x$.
$endgroup$
– egreg
Dec 22 '18 at 23:39
$begingroup$
@egred Oh, that's right! Thank you very much! :)
$endgroup$
– Miguel Ferreira
Dec 22 '18 at 23:50
add a comment |
$begingroup$
You can do this via the definition. So suppose there are scalars $a,b,c$ such that $$acos(2x)+bsin^2(x)+ccos(x)=0qquad forall x$$ then you want to show that $a=b=c=0$. The key here is that the above equation should hold for all $x$, so try evaluating at certain $x$ values to have parts vanish and get some equations that show the desired result.
$endgroup$
$begingroup$
Thank you for the help! @Dave
$endgroup$
– Miguel Ferreira
Dec 22 '18 at 23:50
add a comment |
$begingroup$
$c_1cos 2x+c_2sin^2x+c_3cos x=0\implies c_1cos 2x+frac{c_2}2(1-cos 2x)+c_3cos x=0\implies c'cos 2x+c_3cos x+c''=0$
where $c'=c_1-c_2/2,c''=c_2/2$.
If $c'$ or $c_3$ is non-zero, the $LHS$ will be periodic with period at-most $2pi$ while the same cannot be said for the $RHS$, which is the zero function. So $c'=c_3=0implies c''=c_1=c_2=c_3=0$.
$endgroup$
add a comment |
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Let $a,b,c$ such that $acos(2x)+bsin^2(x)+ccos(x)=0$ for all $xinmathbb{R}$.
(1) If $x=0$ then $a+c=0to a=-c$.
(2) If $x=pi$ then $a-c=0to a=cto_{(1)} a=c=0$.
(3) If $x=pi/2$ then $b=0$.
Ie, are LI
$endgroup$
add a comment |
$begingroup$
Let $a,b,c$ such that $acos(2x)+bsin^2(x)+ccos(x)=0$ for all $xinmathbb{R}$.
(1) If $x=0$ then $a+c=0to a=-c$.
(2) If $x=pi$ then $a-c=0to a=cto_{(1)} a=c=0$.
(3) If $x=pi/2$ then $b=0$.
Ie, are LI
$endgroup$
add a comment |
$begingroup$
Let $a,b,c$ such that $acos(2x)+bsin^2(x)+ccos(x)=0$ for all $xinmathbb{R}$.
(1) If $x=0$ then $a+c=0to a=-c$.
(2) If $x=pi$ then $a-c=0to a=cto_{(1)} a=c=0$.
(3) If $x=pi/2$ then $b=0$.
Ie, are LI
$endgroup$
Let $a,b,c$ such that $acos(2x)+bsin^2(x)+ccos(x)=0$ for all $xinmathbb{R}$.
(1) If $x=0$ then $a+c=0to a=-c$.
(2) If $x=pi$ then $a-c=0to a=cto_{(1)} a=c=0$.
(3) If $x=pi/2$ then $b=0$.
Ie, are LI
answered Dec 22 '18 at 23:23
Martín Vacas VignoloMartín Vacas Vignolo
3,816623
3,816623
add a comment |
add a comment |
$begingroup$
If $a cos (2x)+bsin^{2}(x)+ccos, x=0$ then $a cos (2x)+frac b 2 (1-cos (2x))+ccos, x=0$. Put $x=pi /2$ to get $b-a=0$. Put $x=0$ to get $a+c=0$ and put $x=pi /4$ to get $frac b 2 +cfrac 1 {sqrt 2}=0$. From these can you drive $a=b=c=0$?
$endgroup$
add a comment |
$begingroup$
If $a cos (2x)+bsin^{2}(x)+ccos, x=0$ then $a cos (2x)+frac b 2 (1-cos (2x))+ccos, x=0$. Put $x=pi /2$ to get $b-a=0$. Put $x=0$ to get $a+c=0$ and put $x=pi /4$ to get $frac b 2 +cfrac 1 {sqrt 2}=0$. From these can you drive $a=b=c=0$?
$endgroup$
add a comment |
$begingroup$
If $a cos (2x)+bsin^{2}(x)+ccos, x=0$ then $a cos (2x)+frac b 2 (1-cos (2x))+ccos, x=0$. Put $x=pi /2$ to get $b-a=0$. Put $x=0$ to get $a+c=0$ and put $x=pi /4$ to get $frac b 2 +cfrac 1 {sqrt 2}=0$. From these can you drive $a=b=c=0$?
$endgroup$
If $a cos (2x)+bsin^{2}(x)+ccos, x=0$ then $a cos (2x)+frac b 2 (1-cos (2x))+ccos, x=0$. Put $x=pi /2$ to get $b-a=0$. Put $x=0$ to get $a+c=0$ and put $x=pi /4$ to get $frac b 2 +cfrac 1 {sqrt 2}=0$. From these can you drive $a=b=c=0$?
answered Dec 22 '18 at 23:28
Kavi Rama MurthyKavi Rama Murthy
61.2k42262
61.2k42262
add a comment |
add a comment |
$begingroup$
Suppose
$$
alpha_1u_1+alpha_2u_2+alpha_3u_3=0
$$
(the constant zero function). Evaluate at suitable values of $x$, for instance $x=0$, $x=pi/4$ and…
$endgroup$
$begingroup$
But, since that for $x = pi$ the sum equals 0, and with a = b = c = 1, how can they be LI? Thank you!
$endgroup$
– Miguel Ferreira
Dec 22 '18 at 23:38
$begingroup$
@MiguelFerreira The relation must hold for every $x$.
$endgroup$
– egreg
Dec 22 '18 at 23:39
$begingroup$
@egred Oh, that's right! Thank you very much! :)
$endgroup$
– Miguel Ferreira
Dec 22 '18 at 23:50
add a comment |
$begingroup$
Suppose
$$
alpha_1u_1+alpha_2u_2+alpha_3u_3=0
$$
(the constant zero function). Evaluate at suitable values of $x$, for instance $x=0$, $x=pi/4$ and…
$endgroup$
$begingroup$
But, since that for $x = pi$ the sum equals 0, and with a = b = c = 1, how can they be LI? Thank you!
$endgroup$
– Miguel Ferreira
Dec 22 '18 at 23:38
$begingroup$
@MiguelFerreira The relation must hold for every $x$.
$endgroup$
– egreg
Dec 22 '18 at 23:39
$begingroup$
@egred Oh, that's right! Thank you very much! :)
$endgroup$
– Miguel Ferreira
Dec 22 '18 at 23:50
add a comment |
$begingroup$
Suppose
$$
alpha_1u_1+alpha_2u_2+alpha_3u_3=0
$$
(the constant zero function). Evaluate at suitable values of $x$, for instance $x=0$, $x=pi/4$ and…
$endgroup$
Suppose
$$
alpha_1u_1+alpha_2u_2+alpha_3u_3=0
$$
(the constant zero function). Evaluate at suitable values of $x$, for instance $x=0$, $x=pi/4$ and…
answered Dec 22 '18 at 23:23
egregegreg
182k1486204
182k1486204
$begingroup$
But, since that for $x = pi$ the sum equals 0, and with a = b = c = 1, how can they be LI? Thank you!
$endgroup$
– Miguel Ferreira
Dec 22 '18 at 23:38
$begingroup$
@MiguelFerreira The relation must hold for every $x$.
$endgroup$
– egreg
Dec 22 '18 at 23:39
$begingroup$
@egred Oh, that's right! Thank you very much! :)
$endgroup$
– Miguel Ferreira
Dec 22 '18 at 23:50
add a comment |
$begingroup$
But, since that for $x = pi$ the sum equals 0, and with a = b = c = 1, how can they be LI? Thank you!
$endgroup$
– Miguel Ferreira
Dec 22 '18 at 23:38
$begingroup$
@MiguelFerreira The relation must hold for every $x$.
$endgroup$
– egreg
Dec 22 '18 at 23:39
$begingroup$
@egred Oh, that's right! Thank you very much! :)
$endgroup$
– Miguel Ferreira
Dec 22 '18 at 23:50
$begingroup$
But, since that for $x = pi$ the sum equals 0, and with a = b = c = 1, how can they be LI? Thank you!
$endgroup$
– Miguel Ferreira
Dec 22 '18 at 23:38
$begingroup$
But, since that for $x = pi$ the sum equals 0, and with a = b = c = 1, how can they be LI? Thank you!
$endgroup$
– Miguel Ferreira
Dec 22 '18 at 23:38
$begingroup$
@MiguelFerreira The relation must hold for every $x$.
$endgroup$
– egreg
Dec 22 '18 at 23:39
$begingroup$
@MiguelFerreira The relation must hold for every $x$.
$endgroup$
– egreg
Dec 22 '18 at 23:39
$begingroup$
@egred Oh, that's right! Thank you very much! :)
$endgroup$
– Miguel Ferreira
Dec 22 '18 at 23:50
$begingroup$
@egred Oh, that's right! Thank you very much! :)
$endgroup$
– Miguel Ferreira
Dec 22 '18 at 23:50
add a comment |
$begingroup$
You can do this via the definition. So suppose there are scalars $a,b,c$ such that $$acos(2x)+bsin^2(x)+ccos(x)=0qquad forall x$$ then you want to show that $a=b=c=0$. The key here is that the above equation should hold for all $x$, so try evaluating at certain $x$ values to have parts vanish and get some equations that show the desired result.
$endgroup$
$begingroup$
Thank you for the help! @Dave
$endgroup$
– Miguel Ferreira
Dec 22 '18 at 23:50
add a comment |
$begingroup$
You can do this via the definition. So suppose there are scalars $a,b,c$ such that $$acos(2x)+bsin^2(x)+ccos(x)=0qquad forall x$$ then you want to show that $a=b=c=0$. The key here is that the above equation should hold for all $x$, so try evaluating at certain $x$ values to have parts vanish and get some equations that show the desired result.
$endgroup$
$begingroup$
Thank you for the help! @Dave
$endgroup$
– Miguel Ferreira
Dec 22 '18 at 23:50
add a comment |
$begingroup$
You can do this via the definition. So suppose there are scalars $a,b,c$ such that $$acos(2x)+bsin^2(x)+ccos(x)=0qquad forall x$$ then you want to show that $a=b=c=0$. The key here is that the above equation should hold for all $x$, so try evaluating at certain $x$ values to have parts vanish and get some equations that show the desired result.
$endgroup$
You can do this via the definition. So suppose there are scalars $a,b,c$ such that $$acos(2x)+bsin^2(x)+ccos(x)=0qquad forall x$$ then you want to show that $a=b=c=0$. The key here is that the above equation should hold for all $x$, so try evaluating at certain $x$ values to have parts vanish and get some equations that show the desired result.
answered Dec 22 '18 at 23:24
DaveDave
8,96911033
8,96911033
$begingroup$
Thank you for the help! @Dave
$endgroup$
– Miguel Ferreira
Dec 22 '18 at 23:50
add a comment |
$begingroup$
Thank you for the help! @Dave
$endgroup$
– Miguel Ferreira
Dec 22 '18 at 23:50
$begingroup$
Thank you for the help! @Dave
$endgroup$
– Miguel Ferreira
Dec 22 '18 at 23:50
$begingroup$
Thank you for the help! @Dave
$endgroup$
– Miguel Ferreira
Dec 22 '18 at 23:50
add a comment |
$begingroup$
$c_1cos 2x+c_2sin^2x+c_3cos x=0\implies c_1cos 2x+frac{c_2}2(1-cos 2x)+c_3cos x=0\implies c'cos 2x+c_3cos x+c''=0$
where $c'=c_1-c_2/2,c''=c_2/2$.
If $c'$ or $c_3$ is non-zero, the $LHS$ will be periodic with period at-most $2pi$ while the same cannot be said for the $RHS$, which is the zero function. So $c'=c_3=0implies c''=c_1=c_2=c_3=0$.
$endgroup$
add a comment |
$begingroup$
$c_1cos 2x+c_2sin^2x+c_3cos x=0\implies c_1cos 2x+frac{c_2}2(1-cos 2x)+c_3cos x=0\implies c'cos 2x+c_3cos x+c''=0$
where $c'=c_1-c_2/2,c''=c_2/2$.
If $c'$ or $c_3$ is non-zero, the $LHS$ will be periodic with period at-most $2pi$ while the same cannot be said for the $RHS$, which is the zero function. So $c'=c_3=0implies c''=c_1=c_2=c_3=0$.
$endgroup$
add a comment |
$begingroup$
$c_1cos 2x+c_2sin^2x+c_3cos x=0\implies c_1cos 2x+frac{c_2}2(1-cos 2x)+c_3cos x=0\implies c'cos 2x+c_3cos x+c''=0$
where $c'=c_1-c_2/2,c''=c_2/2$.
If $c'$ or $c_3$ is non-zero, the $LHS$ will be periodic with period at-most $2pi$ while the same cannot be said for the $RHS$, which is the zero function. So $c'=c_3=0implies c''=c_1=c_2=c_3=0$.
$endgroup$
$c_1cos 2x+c_2sin^2x+c_3cos x=0\implies c_1cos 2x+frac{c_2}2(1-cos 2x)+c_3cos x=0\implies c'cos 2x+c_3cos x+c''=0$
where $c'=c_1-c_2/2,c''=c_2/2$.
If $c'$ or $c_3$ is non-zero, the $LHS$ will be periodic with period at-most $2pi$ while the same cannot be said for the $RHS$, which is the zero function. So $c'=c_3=0implies c''=c_1=c_2=c_3=0$.
answered Dec 22 '18 at 23:55
Shubham JohriShubham Johri
5,177717
5,177717
add a comment |
add a comment |
$begingroup$
I edited your post to get the $LaTeX$ to work better. Cheers!
$endgroup$
– Robert Lewis
Dec 22 '18 at 23:21
2
$begingroup$
@RobertLewis Thank you! :)
$endgroup$
– Miguel Ferreira
Dec 22 '18 at 23:23