Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3988730
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T06:17:14+00:00 2026-05-20T06:17:14+00:00

I am trying to use computer to show some planar geometry plots. I donot

  • 0

I am trying to use computer to show some planar geometry plots. I donot know what software can do this, or whether mathematica can produce such plots easily.

For example, I have the following plot to show.
Given any triangle ABC, let AD be the line bisecting angle BAC and intersecting BC at D. Let M be the midpoint of AD. Let the circle whose diameter is AB intersects CM at F.

How to produce these plots and show the relevant labeling of the points in mma? Is it easy to do? Could someone please give an example, or give some recommendation as to what software is best suited for this purposes?

Many thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T06:17:14+00:00Added an answer on May 20, 2026 at 6:17 am

    I thought I’d show how one might approach this in Mathematica. While not the simplest thing to code, it does have flexibility. Also bear in mind that the author is fairly inept when it comes to graphics, so there might be easier and/or better ways to go about it.

    offset[pt_, center_, eps_] := center + (1 + eps)*(pt - center);
    
    pointfunc[{pt_List, center_List, ptname_String}, siz_, 
       eps_] := {PointSize[siz], Point[pt], 
       Inset[ptname, offset[pt, center, eps]]};
    
    Manipulate[Module[
      {plot1, plot2, plot3, siz = .02, ab = bb - aa, bc = cc - bb, 
       ac = cc - aa, cen = (aa + bb)/2., x, y, soln, dd, mm, ff, lens, 
       pts, eps = .15},
      plot1 = ListLinePlot[{aa, bb, cc, aa}];
      plot2 = Graphics[Circle[cen, Norm[ab]/2.]];
      soln = NSolve[{Norm[ac]*({x, y} - aa).ab - 
           Norm[ab]*({x, y} - aa).ac == 
          0, ({x, y} - cc).({-1, 1}*Reverse[bc]) == 0}, {x, y}];
      dd = {x, y} /. soln[[1]];
      mm = (dd + aa)/2;
      soln = NSolve[{({x, y} - cen).({x, y} - cen) - ab.ab/4 == 
          0, ({x, y} - cc).({-1, 1}*Reverse[mm - cc]) == 0}, {x, y}];
      ff = {x, y} /. soln;
      lens = Map[Norm[# - cc] &, ff];
      ff = If[OrderedQ[lens], ff[[1]], ff[[2]]];
      pts = {{aa, cen, "A"}, {bb, cen, "B"}, {cc, cen, "C"}, {dd, cen, 
         "D"}, {ff, cen, "F"}, {mm, cen, "M"}, {cen, ff, "O"}};
      pts = Map[pointfunc[#, siz, eps] &, pts];
      plot3 = Graphics[Join[pts, {Line[{aa, dd}], Line[{cc, mm}]}]];
      Show[plot1, plot2, plot3, PlotRange -> {{-.2, 1.1}, {-.2, 1.2}}, 
       AspectRatio -> Full, Axes -> False]],
     {{aa, {0, 0}}, {0, 0}, {1, 1}, Locator},
     {{bb, {.8, .7}}, {0, 0}, {1, 1}, Locator},
     {{cc, {.1, 1}}, {0, 0}, {1, 1}, Locator}, 
     TrackedSymbols :> None]
    

    Here is a screen shot.

    enter image description here

    Daniel Lichtblau
    Wolfram Research

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to use some code that I wrote on another computer that splits
I'm trying to use the mail() function on my computer so I can test
Trying to use this method (gist of which is use self.method_name in the FunnyHelper
Trying to use GnuPG with Delphi (Win32). I need to sign some file with
Trying to use this code to connect the AD PrincipalContext context = new PrincipalContext(ContextType.Domain,
I am trying to use pexpect to ssh into a computer but I do
Basically I am on school computer trying to use gdb. But there are way
I'm trying to use Autohotkey to create a script that will Mute the computer's
Hi I'm trying to use robocopy to copy a single file from my computer
I'm trying to use RODBC to connect to a MySQL db on my computer

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.