New Reply

Bug with mathematica

 
Share Thread
Jul29-11, 10:44 AM   #1
 

Bug with mathematica


When I try
Simplify[Sqrt[1/(c^2 L^2 - k^2 q^2 Q^2)] Sqrt[c^2 L^2 - k^2 q^2 Q^2],
c^2 L^2 - k^2 q^2 Q^2 > 0]
I get
Sqrt[1/(c^2 L^2 - k^2 q^2 Q^2)] Sqrt[c^2 L^2 - k^2 q^2 Q^2]
as output

but when I try
Simplify[Sqrt[1/(c^2 L^2 - k^2 Q^2)] Sqrt[c^2 L^2 - k^2 Q^2],
c^2 L^2 - k^2 Q^2 > 0]
I get
1
as output. Can someone resolve is that a bug or I am doing something wrong.

Thank You,
PhysOrg.com science news on PhysOrg.com

>> City-life changes blackbird personalities, study shows
>> Origins of 'The Hoff' crab revealed (w/ Video)
>> Older males make better fathers: Mature male beetles work harder, care less about female infidelity
Jul29-11, 07:16 PM   #2
 
It's not a bug, in that the answer is not actually wrong... Mma gets confused when there's too many terms, especially in integrals with too many constants that are grouped together. If you run into problems like this where you know there is a group of terms that often occurs, sometimes you need to help it along.

Simplify[Sqrt[1/(c^2 L^2 - k^2 q^2 Q^2)] Sqrt[c^2 L^2 - k^2 q^2 Q^2],
c^2 L^2 > k^2 q^2 Q^2]
(* doesn't work, so help it with *)
Simplify[% /. c^2 L^2 -> a + k^2 q^2 Q^2, a > 0]
New Reply

Similar discussions for: Bug with mathematica
Thread Forum Replies
Mathematica Help! General Math 3
New at Mathematica, Need some help Engineering, Comp Sci, & Technology Homework 1
scattering process in nuclear or high energy physics Math & Science Software 0
Mathematica Help Calculus & Beyond Homework 1
Mathematica help General Math 5