Skip to main content
1-Visitor
May 7, 2018
Solved

How can i solve an equation in a specific range?

  • May 7, 2018
  • 2 replies
  • 2047 views

Hello. I have the following function:

Capture.PNG

 

There are two intervals above 0 in which the value of the function is bigger than 0.2.

How can I get those intervals?

 

Thanks!

Best answer by Fred_Kohlhepp

@Lksfnd wrote:

Hello. I have the following function:

Capture.PNG

 

There are two intervals above 0 in which the value of the function is bigger than 0.2.

How can I get those intervals?

 

Thanks!


Not in my Mathcad!

Capture.PNG

2 replies

23-Emerald IV
May 7, 2018

There is ONE interval where the value of the function is above 0.2.

The start and end points of that interval as found as follows:

LM_20180507_Solve.png

 

Success!
Luc

23-Emerald I
May 7, 2018

@Lksfnd wrote:

Hello. I have the following function:

Capture.PNG

 

There are two intervals above 0 in which the value of the function is bigger than 0.2.

How can I get those intervals?

 

Thanks!


Not in my Mathcad!

Capture.PNG

Lksfnd1-VisitorAuthor
1-Visitor
May 7, 2018

Oh yeah, I made a mistake describing my function. I wanted the intervals where it's either above 0.2 or below -0.2. But you already answered my question, thanks!