Plot half circles between 2 points with known radius

avatar822

New Member
Joined
Dec 30, 2020
Messages
2
Office Version
  1. 365
Platform
  1. Windows
I need excel to plot a half circle between 2 points located on the x axis of a scatter chart with a radius of half the difference between the the 2 points. The plot needs to start on the X axis and extend above it. I actually need 3 half circles which which increase in size to the right of the Y axis.

And then to complicate things further, I need to plot a line that is tangent to the 3 plotted circles and figure out the angle and intercept of that line.
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
I need excel to plot a half circle between 2 points located on the x axis of a scatter chart with a radius of half the difference between the the 2 points. The plot needs to start on the X axis and extend above it. I actually need 3 half circles which which increase in size to the right of the Y axis.

And then to complicate things further, I need to plot a line that is tangent to the 3 plotted circles and figure out the angle and intercept of that line.
This is all is needed to plot one half circle. If you want more points between A and B, say, 40 points, you'll need to fill the formulae in the range A3:B43.

Cell Formulas
RangeFormula
A3:A23A3=$A$2+($B$2-$A$2)/$C$2*(ROW()-3)
B3:B23B3=(($B$2/2-$A$2/2)^2-(A3-($B$2+$A$2)/2)^2)^(1/2)
 
Upvote 0

Forum statistics

Threads
1,214,975
Messages
6,122,538
Members
449,088
Latest member
RandomExceller01

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top