Show Real Part of Complex Numbers: |y + x|^2 = |y|^2+2|yx|cos(a1-a2)

diewlasing
Messages
14
Reaction score
0
how do I show that:

|y + x|^2 = |y|^2 + |x|^2 + 2|yx|cos(a1-a2)

where y = |y|exp(ia1)
and
where x = |x|exp(ia2)

and how do I show that |exp(z)| = exp(Re(z)) where Re is the real part of an imaginary number z.

thanks is advance
 
Physics news on Phys.org
Okay, your first question was to show that

|y + x|^2 = |y|^2 + |x|^2 + 2|yx|cos(a1-a2)

Using the definitions of y and x given. Start by writting down that

y = |y|exp(ia1) = |y|(cos(a1)+isin(a1))
x = |x|exp(ia2) = |x|(cos(a2)+isin(a2))

Using the series definitions of the exponential, sine and cosine functions.

You should now be able to see that

|y + x|^2 = | |y|cos(a1) + |x|cos(a2) + i( |y|sin(a1) + |x|sin(a2) ) |^2

= ( |y|cos(a1) + |x|cos(a2) )^2 + ( |y|sin(a1) + |x|sin(a2) )^2 (by getting rid of the modulus)
= |y|^2cos^2(a1) + |y|^2sin^2(a1) + |x|^2cos^2(a2) + |x|^2sin^2(a1) + 2|xy|(cos(a1)cos(a2) + sin(a1)sin(a2))

= |y|^2 + |x|^2 + 2|xy|cos( a1 - a2)

Above i expanded the brackets, used the sin^2/cos^2 identity, the identity for the cosine of the difference of two angles. Hope this helped.

For the second question:

Let z = x + iy

|exp(z)| = |exp(x + iy)| = |exp(x)*exp(iy)|

= |exp(x)(cosy + isiny)|
= |exp(x)cosy + iexp(x)siny|
= sqrt(exp(2x)cos^2(y) + exp(2x)sin^2(y))
= sqrt(exp(2x))
= exp(x)
= exp(Re(z))
 
isn't that first question just the law of cosines? or are you saying you want to prove the law of cosines? i.e. is it allowed to use trig? if so there is nothing more to do.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top