Thursday, January 10, 2013

Amplitude-Phase Form Proof

Again, I pulled formulas out of thin air when I showed amplitude-phase form. Your professor may want to see justification, so I will show an example here.

Say you have solved a differential equation, and you got an answer in the form y = c1eβxcos(γx) + c2eβxsin(γx). Now you're supposed to convert to amplitude phase form. As I stated in my previous post, this answer will be in the following form:  y(x) = Aeβxcos(γx - θ). But why?

First, we will start by defining the constant A, which is equal to √(c12 + c22). Now on the right-hand side of your equation, multiply and divide by A. This is the same as multiplying by 1, and does not change the actual problem. You'll get:

y = c1√(c12 + c22)/√(c12 + c22)eβxcos(γx) + c2√(c12 + c22)/√(c12 + c22)eβxsin(γx)

Now visualize a right triangle in which the legs have length c1 and c2. By the Pythagorean theorem, the hypotenuse will be √(c12 + c22).



So you can replace several pieces of the above equation in terms of θ.

y = √(c12 + c22)cos(θ)eβxcos(γx) + √(c12 + c22)sin(θ)eβxsin(γx).

And what's left is equal to A:

y = Acos(θ)eβxcos(γx) + Asin(θ)eβxsin(γx).

Pull out common factors:

y = Aeβx(cos(θ)cos(γx) + sin(θ)sin(γx)).

Now use a trigonometic identity to clean it up: cos(A)cos(B) + sin(A)sin(B) = cos(B-A)

y = Aeβx(cos(γx - θ)

And that's the proof!

1 comment:

  1. Thanks, I've been struggling with this for ages but now I get it ^^

    ReplyDelete