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

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X

Translate the entire conversation x

Solve , maximum of area of triangle ?

lvl107
20-Turquoise

Solve , maximum of area of triangle ?

Hello Everyone.
From :

Max.PNG

To :
Solve , maximum of area of triangle_ACD ?
Thanks in advance.
Regards.

ACCEPTED SOLUTION

Accepted Solutions
Werner_E
25-Diamond I
(To:lvl107)

This is actually a very simple problem that can be solved straightforward in a variety of ways.

Let O be the center of the circle and, without loss of generality, set the radius of the circle to 1 (AB=2).

Then you could for example very easily express the area as a function of the distance OD.

Or you could express it as a function of the angle DOC, which is also very easy to do.

Both require just the application of the Pythagorean theorem.

Once you have an area function in one variable, you have several options in Mathcad for determining the maximum area.
The classic method would be to set the first derivative to zero to determine the corresponding independent variable and then plug it into the area function.

The equation could be solved either symbolically using "solve" or numerically by using either the "root" function or a solve block with "find".  Or you could do (numerically) without the derivative and use the "maximize" function.

 

Example of using the distance OD as parameter

Werner_E_2-1760791325912.png

 

Example of using the angle phi = DOC as parameter

Werner_E_3-1760791428613.png

 

If you still experience problems solving this task I would suggest that you show what you had tried and attach your worksheet.

ani.gif

View solution in original post

4 REPLIES 4

Like the enclosed that works:

Cheers

Terry

Forgot the calculation of the maximum?

Werner_E
25-Diamond I
(To:lvl107)

This is actually a very simple problem that can be solved straightforward in a variety of ways.

Let O be the center of the circle and, without loss of generality, set the radius of the circle to 1 (AB=2).

Then you could for example very easily express the area as a function of the distance OD.

Or you could express it as a function of the angle DOC, which is also very easy to do.

Both require just the application of the Pythagorean theorem.

Once you have an area function in one variable, you have several options in Mathcad for determining the maximum area.
The classic method would be to set the first derivative to zero to determine the corresponding independent variable and then plug it into the area function.

The equation could be solved either symbolically using "solve" or numerically by using either the "root" function or a solve block with "find".  Or you could do (numerically) without the derivative and use the "maximize" function.

 

Example of using the distance OD as parameter

Werner_E_2-1760791325912.png

 

Example of using the angle phi = DOC as parameter

Werner_E_3-1760791428613.png

 

If you still experience problems solving this task I would suggest that you show what you had tried and attach your worksheet.

ani.gif

lvl107
20-Turquoise
(To:Werner_E)

Many thanks, Terry and Werner. 😊 . I got it. :

Capture 1.PNG

 

 

 

 

Announcements

Top Tags