Thread Closed

Derivative of an exponential

 
Share Thread Thread Tools
Jul29-03, 10:52 PM   #1
 
Question

Derivative of an exponential


Is there a simplist f(x) such that

(d/dx)(exp(2[pi]i(f(x))))=(x/c+c/x)(exp(2[pi]i(f(x)))),

where c is a constant? My thanks in advance.
PhysOrg.com
PhysOrg
mathematics news on PhysOrg.com

>> Mathematicians analyze social divisions using cell phone data
>> Can math models of gaming strategies be used to detect terrorism networks?
>> Mathematician proves there are infinitely many pairs of prime numbers less than 70 million units apart
Jul30-03, 01:31 AM   #2
 
(d/dx) [ e2π i f(x) ] = (x/c + c/x) e2π i f(x) (the given)

set y = e2π i f(x) (subtitution)

(d/dx) [y] = (x/c + c/x) y
(1/y) (dy/dx) = x/c + c/x
∫(1/y)dy = ∫(x/c + c/x)dx
ln|y| = x2/(2c) + c ln|x| + k
eln|y| = ex2/(2c) + c ln|x| + k
|y| = K ex2/(2c) + c ln|x| (extract k)
e2π i f(x) = K ex2/(2c) + c ln|x| (substitute original expression for y)

2π i f(x) = x2/(2c) + c ln|x|
ln( K e2π i f(x) ) = ln(K ex2/(2c) + c ln|x|)
f(x) = -ix2/(2π+1c) - ic ln|x|/2π + K
(same answer as hallsofivy except using 2π instead of 2. note: i forgot to "un-e" the righthand side last time)
edit: made a serious typo plus changed to reflect that i stands for sqrt(-1)
Jul30-03, 10:29 AM   #3
 
suffian, yes, "i" is here the imaginary number. How does that change your result?
Jul30-03, 12:14 PM   #4
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus

Derivative of an exponential


(d/dx)(exp(2i(f(x))))=(x/c+c/x)(exp(2i(f(x))))

(d/dx(exp(2if(x))))= 2i f'(x) exp(2if(x)) so this equation is the same as

2i f' (x)= x/c+ c/x which is a first order, non-linear differential equation for f. It is separable and can be written as

2i df= (x/c+ c/x)dx

Integrating both sides 2i f= (1/2c)x2+ c ln|x|+ D
( D is the constant of integration- an arbitrary complex number).

f(x)= (-i/4c)x2+ (-i/2)c ln|x|+ D
Jul30-03, 02:22 PM   #5
 
Recognitions:
Science Advisor Science Advisor
Originally posted by Loren Booda
Is there a simplist f(x) such that

(d/dx)(exp(2[pi]i(f(x))))=(x/c+c/x)(exp(2[pi]i(f(x)))),

where c is a constant? My thanks in advance.
Good, I'm glad that you haven't given up on your idea. Keep in mind though that it's usually faster to prove an idea wrong. A famous remark attributed to Feynman is that the job of a physicist is to prove themselves wrong as quickly as possible. No one wants to discover years later that their idea was not only doomed from the outset but that seeing this wasn't actually all that difficult, if only they'd been a little more objective. Also, don't underestimate how much can be learned by picking apart interesting, if ultimately wrong ideas, especially when they're your own.

There's always been a certain attraction in viewing things in dual terms. In physics, complementarity and more recently the dualities of string theory have given rise to all sorts of spectulation by people who like to play with abstract ideas (even if they don't understand them all that well at the time).
Thread Closed
Thread Tools


Similar Threads for: Derivative of an exponential
Thread Forum Replies
Derivative using complex exponential Calculus & Beyond Homework 3
Derivative of exponential function Calculus & Beyond Homework 3
Exponential Derivative Calculus & Beyond Homework 7
Derivative of an imaginary exponential Calculus & Beyond Homework 11
More on derivative of an exponential General Math 5