Group Abstract Group Abstract

Message Boards Message Boards

Another inequality to solve

Hi everyone, I'm trying to solve an equation that is similar to my previous post, but I don't get how it could be different and doesn't end running again. Do I forgot something? I'm putting the file with the code to be more practical. Thanks in advance for any help or leads! enter image description here

Attachments:
POSTED BY: Xavier Koch
4 Replies
Posted 5 years ago

In a fresh start of Mathematica this

Condition34=Reduce[{(a-c β)^2(6 b^2+4 b λ+λ^2)/(8 b^3)>3(a-c α)^2/(4 b),
  a>c>0,1>p>0,1>t>0,1>b>0,0<λ<1,β>α>1,a>c α,a>c β},β]

instantly gives me

α<β<a/c-Sqrt[6]*Sqrt[(a^2*b^2-2*a*b^2*c*α+b^2*c^2*α^2)/(c^2*(6*b^2+4*b*λ+λ^2))]]

I have no evidence that it might be the cause of the problem, but you might remember that if you assign a value to a variable then Mathematica will silently remember that assignment until you clear that or restart Mathematica. Some users are surprised when hours or days later something doesn't work and it is finally discovered that they didn't realize a previous assigned value was being used.

Please check all this very carefully.

POSTED BY: Bill Nelson
Attachments:
POSTED BY: Xavier Koch
Posted 5 years ago
POSTED BY: Bill Nelson

Welcome to Wolfram Community! Please make sure you know the rules: https://wolfr.am/READ-1ST

The rules explain how to format your code properly. Formatting your code makes it easier for other members to copy your code and help you. You can still keep your notebook attached. Please EDIT your post and make sure code blocks start on a new paragraph and look framed and colored like this.

int = Integrate[1/(x^3 - 1), x];
Map[Framed, int, Infinity]

enter image description here

Alternatively you can use the button "Add Notebook" to view the contents of your attached notebook in your post.

POSTED BY: EDITORIAL BOARD
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard