Proving the Annihilation of x^ke^{rx} by (D-r)^m

  • Thread starter Thread starter mekkomhada
  • Start date Start date
  • Tags Tags
    Differential Proof
Click For Summary

Homework Help Overview

The discussion revolves around proving that the operator (D-r)^m annihilates the function x^k e^{rx} for k=0,1,...,m-1. Participants explore various approaches to this problem, including induction and algebraic manipulation, while grappling with the complexities of the proof.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants discuss using induction to prove the statement for various values of m. Some express confusion about the validity of their assumptions and the steps involved in the proof. Others question the manipulation of operators and the conditions under which they can be split or factored.

Discussion Status

The conversation is ongoing, with participants sharing their attempts and seeking clarification on specific points. Some have made progress in their understanding, while others continue to struggle with the proof structure and the application of induction.

Contextual Notes

Some participants note that they have not learned induction formally, which affects their ability to follow certain lines of reasoning. There is also mention of imposed homework rules that may limit the methods available for proving the statement.

mekkomhada
Messages
11
Reaction score
0
How would I prove that [itex](D-r)^m[/itex] annihilates [itex]x^ke^{rx}[/itex] where [itex]k=0,1,...,m-1[/itex].

At first I tried to do it as a computation by expanding the whole the thing out but that turned out to be a nightmare. After that I went down a different path that seems promising but I can't seem to figure it out. Here's what I have so far:

[tex](D-r)(x^ke^{rx})=D(kx^{k}e^{rx})-rkx^{k}e^{rx}<br /> =kx^{k-1}e^{rx}[/tex]
and
[tex] (D-r)^m=(D-r)^{m-1}(D-r)[/tex]

I think I'm on the right track here but I'm seriously stuck. I just need a little nudge in the right direction. I appreciate any help.

John
 
Physics news on Phys.org
induction...

(Too bad there isn't a whisper font)
 
Unfortunately we never learned induction and the instructor knows this...don't ask me how we did series without it. :confused:

I did a little reading and from what I gather you prove the case for n=1, then assume the theorem is true for n-1 and doing some algebraic manipulation you can find that the two are equal to each other.

We're trying to prove that
[tex](D-r)^n(x^{n-1}e^{rx})=0[/tex]

The first step is easy to do. (n=1)
[tex](D-r)^1(x^0e^{rx})=D(e^{rx})-re^{rx}=0[/tex]

Then we assume that
[tex](D-r)^{n-1}(x^{n-2}e^{rx})=0[/tex]

Then since
[tex](D-r)^{n}(x^{n-1}e^{rx})=(D-r)^{n}(x^{n-2}xe^{rx})=(D-r)^{n-1}x^{n-2}(D-r)xe^{rx}[/tex]
and
[tex](D-r)xe^{rx}=e^{rx}[/tex]
so
[tex](D-r)^{n-1}x^{n-2}(D-r)xe^{rx}=(D-r)^{n-1}x^{n-2}e^{rx}[/tex]
which we assumed was zero.

Is this right? I understand the process but I have a question. How do I know that my assumption is a good assumption? Is there another step I have to do to complete the proof?

BTW, is there another proof without using induction? The instructor gave us some hints and that's what led me to what I have in my original post but I'm not sure what to do beyond that.

Thanks again for the help.
 
[tex](D-r)^{n}(x^{n-1}e^{rx})=(D-r)^{n}(x^{n-2}xe^{rx})=(D-r)^{n-1}x^{n-2}(D-r)xe^{rx}[/tex]

This isn't right -- you can't split the operand up like that.

At least, unless you've managed to prove:

[tex](D-r)x^{n-1}e^{rx} = x^{n-2} (D-r)xe^{rx}[/tex]


Also, your original work is wrong too.

[tex](D-r)(x^ke^{rx})=D(kx^{k}e^{rx})-rkx^{k}e^{rx}[/tex]

Where'd all those k's come from?
 
I think I was a little too liberal with copy and pasting in the original.
It should have read:

[tex](D-r)(x^ke^{rx})=D(x^ke^{rx})-rx^ke^{rx}=kx^{k-1}e^{rx}[/tex]

I'm not sure why I can't split up the operand. I tried to get it to work but I couldn't so I started down a different path along my original line of thinking.

[tex](D-r)^{m-1}(D-r)x^ke^{rx}[/tex]
and since
[tex](D-r)(x^ke^{rx})=kx^{k-1}e^{rx}[/tex]
we can substitute
[tex](D-r)^{m-1}kx^{k-1}e^{rx}[/tex]
and if you keep going
[tex](D-r)^{m-2}kx^k(k-1)e^{rx}[/tex]
and if you substite m-1 for k
[tex](D-1)^{m-2}(m-1)x^{m-1}(m-2)e^{rx}[/tex]
Now this does annihilate the function for any m but I'm not sure how to actually prove it.

I'm just no good with proofs...I appreciate the help, at least it feels like I'm making some progress.
 
I'm not sure why I can't split up the operand.

But you can't give a reason why you can either. :smile:

Here's a trivial example:

D2(x2) = D(x) D(x)

(BTW, your exponents are off in your previous post)

Do you know the basic form of an induction proof?
 
No I never learned induction so I was trying my best with what I had. And it should have been x^(m-2) in my previous post. For splitting the operand up, I just factored a (D-r) out and made an assumption, which may have been false, that (D-r) is commutative. Plus it just seemed to work out nicely :smile: I spent a lot of time trying to prove that you could split it up from your suggestion that I prove
[tex](D-r)x^{n-1}e^{rx} = x^{n-2} (D-r)xe^{rx}[/tex]
but I haven't had any luck.

I'm sorry, it's probably frustrating seeing me fumbling around with this problem. Maybe if I had learned induction...
 
The basic strategy is this:

(base case) You prove your theorem for the smallest case.

(inductive step) Then, you prove the general case by assuming it's true for the previous cases.


This proves it's true for every case, because if there was a counterexample, there would be a smallest counterexample. But if there was a smallest counterexample, the inductive step would prove it was true for that case!

(Of course, this is assuming the cases are parametrized by positive integers, or something sufficiently similar)
 
I've been working on this for the past couple of days and I'm just going around in circles.

I'm trying to prove
[tex]Q(m)=(D-r)^m x^{m-1} e^{rx}=0[/tex]
So using induction I prove this for m=1
[tex]Q(1)=(D-r)^1 x^0 e^{rx}=D(e^{rx})-re^{rx}=0[/tex]
Then I assume that the following is true
[tex]Q(m-1)=(D-r)^{m-1} x^{m-2} e^{rx}=0[/tex]
Then prove that Q(m) is true
[tex]Q(m)=(D-r)^{m} x^{m-1} e^{rx}=0[/tex]

So I tried this...
[tex]Q(m)=(D-r)^{m-1} (D-r) x^{m-1} e^{rx}=(D-r)^{m-1} (m-1) x^{m-2} e^{rx}[/tex]
but that doesn't get me anywhere.

This is basically what I did the first time but I'm just spinning my wheels after this. What do I do now?
 
  • #10
but that doesn't get me anywhere.

Well, can you see any way to turn

[tex](D-r)^{m-1} (m-1) x^{m-2} e^{rx}[/tex]

into something with

[tex](D-r)^{m-1} x^{m-2} e^{rx}=0[/tex]

in it?
 
  • #11
So I could just do this
[tex](D-r)^{m-1} (m-1) x^{m-2} e^{rx}=(m-1)(D-r)^{m-1} x^{m-2} e^{rx}[/tex]

Then I just say
[tex](D-r)^{m-1} x^{m-2} e^{rx}=0[/tex]
so
[tex](m-1)(D-r)^{m-1} x^{m-2} e^{rx}=0[/tex]
right?

Is that all I have to show? The original problem used [itex]k=0,1,...,m-1[/itex]. Does this prove it for all the other cases too?
 
  • #12
That looks good to me!
 
  • #13
It took me a while but I finally got it. Thanks for all your help.
 

Similar threads

Replies
30
Views
2K
Replies
2
Views
1K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
4
Views
1K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 3 ·
Replies
3
Views
14K
Replies
16
Views
3K
  • · Replies 21 ·
Replies
21
Views
2K
Replies
7
Views
1K