cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

kenan2
12-Amethyst

help

Is it possible to get a more clear result, and how can I solve the two angles ?

1 ACCEPTED SOLUTION

Accepted Solutions
Werner_E
24-Ruby V
(To:kenan2)


@kenan2 wrote:

Okay is it possible to find a solution in the interval [pi ; 2*pi] ? 


If you tell Prime via an "assume" statement it should deliver what you demand. In case of your (unsimplified) expression Prime/muPad has difficulties finding a solution so we can help a little by splitting the task into two parts:

Werner_E_0-1577480218494.png

You may experiment by adding "simplify" and/or "rewrite,asin" at the end of the second symbolic eval to see the very same result written in different ways.

 

BTW, this is another example where the new symbolic in Prime 6 fails to find a solution.

 

 

View solution in original post

6 REPLIES 6
Werner_E
24-Ruby V
(To:kenan2)

Keep in mind that sqrt(x^2)=x is only valid if we can assume that x>0.

 

So in your result a and t cancel only if we assume that both are real and >0.

Werner_E_0-1577458005508.png

 

kenan2
12-Amethyst
(To:Werner_E)

Okay is it possible to find a solution in the interval [pi ; 2*pi] ? 

Werner_E
24-Ruby V
(To:kenan2)


@kenan2 wrote:

Okay is it possible to find a solution in the interval [pi ; 2*pi] ? 


If you tell Prime via an "assume" statement it should deliver what you demand. In case of your (unsimplified) expression Prime/muPad has difficulties finding a solution so we can help a little by splitting the task into two parts:

Werner_E_0-1577480218494.png

You may experiment by adding "simplify" and/or "rewrite,asin" at the end of the second symbolic eval to see the very same result written in different ways.

 

BTW, this is another example where the new symbolic in Prime 6 fails to find a solution.

 

 

kenan2
12-Amethyst
(To:Werner_E)

Thank you! 

Another question, is it possible to remove all this red circles ?

LucMeekes
23-Emerald III
(To:kenan2)

Yes. Define your A1, A2 Etc as a function of a and t. And follow through.
Success!
Luc
Werner_E
24-Ruby V
(To:kenan2)


@kenan2 wrote:

Thank you! 

Another question, is it possible to remove all this red circles ?


Defining functions as Luc suggested is the mathematically cleanest way, but can get confusing if you have a lot of dependencies.

There are other ways, but they must be handled quite careful.

The red circles stem from the numerics, not the sybolics, because the expression cannot be evaluated numerically as a and t are not defined.

1) Following an assignment immediately by a symbolic evaluation cures that (I am not sure, why), but it doesn't look good to have the same or similar expression displayed twice

Werner_E_0-1577545637527.png

2) You can assign values to the variables (a, t) and then clear the variables for symbolic evaluation. You may hide those regions in a collapsed area.  You may assign any numeric value but I prefer to assign NaN (Not-a-Number). So when accidentality a numeric evaluation is done later in the sheet, the problem can be spotted more easily.

Furthermore its a good idea to clear the variables completely whenever possible. But keep in mind that the already calculated variables (like Ix in my example) still keep their values!

Werner_E_1-1577545935294.png

 

 

 

Top Tags