Seems simple but just can't do it

  • Thread starter Thread starter Phymath
  • Start date Start date
Phymath
Messages
183
Reaction score
0

Homework Statement


Show for:

A exp(iax)+B exp(ibx) = C exp(icx) for all x that A+B = C and a=b=c where they are all real constants.


The Attempt at a Solution


first part easy
x = 0

A + B = C done

second part

d/dx -> (x=0) a A + b B = c (A + B) how do i make the last step?
 
Physics news on Phys.org
Why have you only put in one value of x? Why didn't you put some more into get some more constraints? Or differentiate again? In short, why have you stopped there and not tried some more things?
 
I'm not sure that I understand how you are trying to show the general case. Since the left and right are complex numbers, can you try just showing that their magnitudes and phase angles are the same? Or alternatively, show that their real and imaginary components are equal?
 
berkeman's method yields...

A cos(ax) + B cos(bx) = A cos(cx) + B cos(cx)
A sin(ax) + B sin(bx) = A sin(cx) + B sin(cx)

-> tan(ax) + tan(bx) = 2 tan(cx)

i just don't know how to put into words why c = a = b
 
Last edited:
Phymath said:
berkeman's method yields...

A cos(ax) + B cos(bx) = A cos(cx) + B cos(cx)
A sin(ax) + B sin(bx) = A sin(cx) + B sin(cx)

-> tan(ax) + tan(bx) = 2 tan(cx)

i just don't know how to put into words why c = a = b

Maybe try the magnitude and phase angle approach instead...
 
i really am lost on this one
 
Phymath said:
i really am lost on this one

How do you calculate the magnitude and phase angle of a complex number? You could do a quick search at wikipedia.org if your textbook doesn't cover it. What class is this from, and what is the textbook?
 
i think this will do it...

d/dx: aA exp(iax)+ bB exp(ibx) = cC exp(icx) for all x

x = 0 gives

aA + bB = c(A+B) (1

x = 1 gives

aA + bB exp(i(b-a)) = c(A+B) exp(i(c-a)) this must return condition 1 if it is for all x thus a=b=c

good enough?
 
It's hard for me to get a sense of what math level you are at, but do you know that exp(iax) and exp(ibx) are linearly independent functions if a is not equal to b? Do you know about inner products on function spaces? If so there is a much more economical way to think about this than putting individual points in. I think this is what berkeman is after, what do you already know?
 
  • #10
I'm not well practiced in linearly independent functions but yes I know what you're talking about and the inner product on function spaces, please continue...
 
  • #11
Good! Suppose you have the equation aA+bB=cC and you know A, B and C are linearly independent vectors. What do you conclude about a,b and c? That's the spirit of reasoning I'm talking about. In your problem, suppose a,b and c are not all equal. Then what?
 
Back
Top