New Reply

Finding real part of an expression.

 
Share Thread Thread Tools
Dec9-12, 07:30 AM   #1
 

Finding real part of an expression.


Hi, I have the next expression:

[tex] \frac{iw+3}{(iw-3)(iw+6)(iw+1)}[/tex]

Now I want to find the real part of this expression via mathematica or maple, and for the love of god it doesn't work, what have I done wrong here?!

the codes and their errors are in the attachments.
http://oi50.tinypic.com/25zs684.jpg
http://oi50.tinypic.com/24wfqt3.jpg

Peace out!

N.B
w is real parameter.
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Bird's playlist could signal mental strengths and weaknesses
>> Minus environment, patterns still emerge: Computational study tracks E. coli cells' regulatory mechanisms
>> Bacterium uses natural 'thermometer' to trigger diarrheal disease, scientists find
Dec9-12, 03:45 PM   #2
 
In[1]:= FullSimplify[Reduce[a+I b==(I w+3)/((I w-3)(I w+6)(I w+1))&& a∈Reals&& b∈Reals&& w∈Reals,{a,b},Backsubstitution->True]]

Out[1]= w∈Reals &&
a == -((54 + 27*w^2 + w^4)/(324 + 369*w^2 + 46*w^4 + w^6)) &&
b == -((w*(-27 + w^2))/(324 + 369*w^2 + 46*w^4 + w^6))

Check this result very carefully before you depend on it
Dec9-12, 09:56 PM   #3
 
Thanks. Who knew that such a simple task should have a long line of code?!
Dec11-12, 05:02 PM   #4
 
Recognitions:
Gold Membership Gold Member

Finding real part of an expression.


What about "ComplexExpand"? ((Mathematica))

ComplexExpand[(I w + 3)/((I w - 3) (I w + 6) (I w + 1))]

[tex]
-\frac{27 w^2}{\left(w^2+1\right) \left(w^2+9\right) \left(w^2+36\right)}-\frac{54}{\left(w^2+1\right) \left(w^2+9\right) \left(w^2+36\right)}-\frac{w^4}{\left(w^2+1\right) \left(w^2+9\right) \left(w^2+36\right)}\\+i \left(\frac{27 w}{\left(w^2+1\right) \left(w^2+9\right) \left(w^2+36\right)}-\frac{w^3}{\left(w^2+1\right) \left(w^2+9\right) \left(w^2+36\right)}\right)
[/tex]
New Reply
Thread Tools


Similar Threads for: Finding real part of an expression.
Thread Forum Replies
Finding real part of complex eqn Calculus & Beyond Homework 10
real and imaginary parts of an expression General Math 1
HOW TO GET A REAL AND IMAGINARY PART FOR THIS e Calculus & Beyond Homework 0
Mathematica...real part... Math & Science Software 4
Real Part of a Function General Math 7