Page 1 of 1

GR0568 problem 22

Posted: Wed Aug 12, 2009 12:15 pm
by Swimguy112
Can anyone help me with this problem? There is already a post explaining it but I could really use further explanation. The problem states:

___________
Let C(R) be the collection of all continuous functions from R to R (Set of reals to set of reals). Then C(R) is a vector space with pointwise addition and scalar multiplication defined by.

(f+g)(x)=f(x)+g(x) and (rf)(x)=rf(x).

for all f, g in C(R) and all r, x in R. Which of the following are subspaces of C(R)?

I: {f: f is twice differentiable and f''(x)-2f '(x)+3f(x)=0 for all x}
II: {g: g is twice differentiable and g''(x)=3g'(x) for all x}
III:{h: h is twice differentiable and h''(x)=h(x)+1 for all x}

A) I only
B)I and II only
C)I and III only
D) II and III only
E) I, II, and II


The answer is suppose to be B.
_______________

First I tried to find a function f that would satisfy the condition stated in I. I chose the function f(x)=e^(sx), for some unknown s, as a possible solution to the differential equation described in I. However, as I try to solve for the unknown constant I end up with an imaginary number which would imply that f is not within the set C(R).

Work to find the unknown constant in the proposed function:

f''(x)-2f'(x)+3f(x)=0, assume f(x)=e^(sx) then
s^2*e^(sx)-2s*e^(sx)+3*e^(sx)=0 ---->
s^2-2s+3=0.

The solution to s is s=1-i(2)^(1/2) which is an imaginary number. This would also make f(x) imaginary and therefor not a part of C(R).

I know I'm really lost on the problem and probably nowhere on the right track. Anyone that could break this problem down for me would receive my undying gratitude.

Re: GR0568 problem 22

Posted: Wed Aug 12, 2009 12:58 pm
by Nameless
Why you need to find a function $f$ satisfying I)? f''(x)-2f '(x)+3f(x)=0 is a ode and not easy to so :D
if you really want such function, choose $f=0$

Re: GR0568 problem 22

Posted: Wed Aug 12, 2009 4:30 pm
by Swimguy112
I always thought that twice differentiable implied that the second derivative was some value other than zero. i.e. trivial solutions were ignored. But I see your point. Thanks!

Re: GR0568 problem 22

Posted: Wed Aug 12, 2009 5:39 pm
by mk
The key here is to know that taking a derivative is a linear operation. For the set in question to be a subspace it needs to be closed under linear operations and must contain the 0 vector (in this case, the constant function f=0). Since taking a derivative is a linear operation, I, II, and III are all obviously closed under linear operations. (They are also all linear ODEs if that helps to convince you). The catch with III is that it doesn't contain the 0 function, so it cannot be a subspace.

Edit: One other thing I thought of. If you've done some ODEs before you'll know that one way to solve equations like these is to consider the derivatives instead as applications of a differential operator. So equation I, for example, would be D^2 - 2D + 3 = 0 if D is our operator. Then we can solve for D just like in a polynomial. If the polynomial has real roots say, A and B, then the solution to the differential equation is C(e^At) + D(e^Bt) where C and D are arbitrary constants. But if the polynomial has imaginary roots (likely the imaginary number you calculated) then we need to use Euler's identity e^it = cost + isint to make sense of it. So now the solutions will take the same form as before (C(e^At) + D(e^Bt)) but if A and B have some imaginary part then we need to break the solution down using Euler's identity and take the real part of the whole expression which will likely be some sum of sines and cosines of different periods. Note that since these are linear differential equations, taking just the real part of the solution won't stop it from satisfying the differential equation. So in trying to calculate a solution you probably weren't far off, you just needed to use Euler's identity and take the real part.

Re: GR0568 problem 22

Posted: Thu Aug 13, 2009 10:33 am
by Swimguy112
This is incredibly helpful. Thanks everyone for breaking it down for me!