Skip to main content
Best answer by Werner_E

Guess there is an easier, elementary way to come up with 11:7, right?

Haven't found it yet, though.

Werner_E_0-1712317081204.png

EDIT:  Here a little more explanations using a drawing and calculation done in Prime:

Werner_E_0-1712420267365.png

We now use the law of sine in triangles twice to calculate the length AE:

Werner_E_1-1712420297421.png

 

Prime 9 sheet attached

 

3 replies

Werner_E25-Diamond IAnswer
25-Diamond I
April 5, 2024

Guess there is an easier, elementary way to come up with 11:7, right?

Haven't found it yet, though.

Werner_E_0-1712317081204.png

EDIT:  Here a little more explanations using a drawing and calculation done in Prime:

Werner_E_0-1712420267365.png

We now use the law of sine in triangles twice to calculate the length AE:

Werner_E_1-1712420297421.png

 

Prime 9 sheet attached

 

15-Moonstone
April 7, 2024

Elegant solution! In particular the trick to get the ratio you are looking for using the ratio in similar triangles. The only thing that is unclear to me about how MC works is: What is inserted from the equation phi:= ... into the equation AE:= ..? Is it the number phi or is it a logical structure that is then processed by MC according to implemented rules? So in MC does this step involve calculating numbers or transforming them algebraically according to rules?

25-Diamond I
April 7, 2024

@AlfredFlaßhaar wrote:

Elegant solution! In particular the trick to get the ratio you are looking for using the ratio in similar triangles. The only thing that is unclear to me about how MC works is: What is inserted from the equation phi:= ... into the equation AE:= ..? Is it the number phi or is it a logical structure that is then processed by MC according to implemented rules? So in MC does this step involve calculating numbers or transforming them algebraically according to rules?


That depends on how you evaluate AE later. If you evaluate it numerically (normal equal sign), only the stored numeric (approximated) value is used for phi.  But if you evaluate it symbolically (right arrow) as I did, the symbolics traces back the calculations up to the definition and so it uses the exact algebraic expression which you see at the  end of the assignment line phi:=...

So, yes, Mathcads symbolic uses the exact algebraic expression and simplifies it according to the rules. But it has a hard time doing so.

Without "simplify" we get

Werner_E_2-1712486997906.png

Using "simplify" still does not do the job

Werner_E_3-1712487030806.png

It was necessary to use "simplify, max" to get the desired result 7, as you can see in the posted picture.

 

If I would have followed the definition line for phi with an immediate numeric inline evaluation, though, then the symbolic would use this approximated value (about 15-16 decimals, the usual IEEE limit) as the definition of phi and would yield just an inaccurate numeric result for AE (default precision is about 20 decimals, could be set higher using the "float" modifier) and also for the ratio:

Werner_E_1-1712486139410.png

This unfortunately will also be the case when you try to duplicate the calculation with your MC14, as the symbolics in that version (while usually superior to the one on Prime) is not able to come up with an exact algebraic solution for phi but rather yields just a numeric one.

Werner_E_0-1712486122395.png

It could be that if we help Mathcad by simplifying the equation (maybe by applying the rule for the sine of a sum of angles) that good old Mathcad would be also able to provide a symbolic solution - I had not tried to do so, though.

I guess that the symbolic engine in Mathcad 11 (an older version of Maple) as still used by @LucMeekes will do better ...

 

Actually I wonder how I would solve the equation for phi without the help of Mathcad or Prime. Applying the rule for the sine of a sum of angles yields a cubic equation for sin(phi) and Cardano isn't really something I'd like to do without the assistance of Mathcad or similar programs.

That's the reason I suppose that the tasks solution may have a simpler and more basic approach - I just don't see it ...
Maybe @ttokoro  will reveal a simpler, more basic solution when he finally closes this thread.

 

15-Moonstone
April 6, 2024

Please submit the file as readable in MC14.

25-Diamond I
April 6, 2024

@AlfredFlaßhaar wrote:

Please submit the file as readable in MC14.


I guess @ttokoro  can't do so as PTC provides no way (other than retyping) to convert a Prime sheet into real Mathcad format.

But the tasks seems to be clear from the description and the picture anyway, so you won't need the sheet and can start a solution with the version of Mathcad you have.

 

EDIT: I just added a more detailed explanation of my approach in my answer above and used Prime symbolics to do the job.

Often Primes new symbolics is mediocre compared to Mathcad's (MuPad in MC14 & 15) but in this case it came up with a symbolic solution for the angle phi whereas the symbolic in Mathcad only gave a numeric result.

 

Would be interested if someone can come up with a simpler, more basic solution without using Primes solve facilities (symbolic solver, "root" function, solve block with "find").

15-Moonstone
April 6, 2024

I don't have a simpler solution, just a numerical force solution made on the fly (time constraints). The common height of the two right triangles provides the beginning. For tasks with different solution paths, I am mainly interested in the solution paths/thinking of the solvers. That's why I asked for a file for MC4. Let's see if something classically geometric is possible without MC and trigonometry.

15-Moonstone
April 22, 2024

... and now the question of all questions ;-):
Can the line BC be constructed using a compass and ruler without knowing its already calculated length?