The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum
 Origin Forum
 Extrapolation of circle fitting.

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
mohamed1986 Posted - 01/26/2015 : 08:23:54 AM
Origin Ver. and Service Release (Select Help-->About Origin): 9.1
Operating System:win. 7

Dear friends,
I fitted my data to a circle to appear as shown in the figure.


Now I need to extrapolate the fitting to the x-axis, and get the value of the angle between the x-axis and the radius of the circle arc crossing this axis as in the following picture.
Thanks much
4   L A T E S T    R E P L I E S    (Newest First)
mohamed1986 Posted - 01/26/2015 : 12:29:36 PM
Thanks much sir for your kind help.
lkb0221 Posted - 01/26/2015 : 12:02:19 PM
That's just a matter of direction, since your yc is negative. Please use abs(yc) instead.
Anyway, it's just basic analytic geometry, you can figure it out.

For fitting curve range, please go to NLFit dialog, Settings tab, Fitted Curves page, Fitted Curve Plot branch, Data Type of x sub-branch, range option.
mohamed1986 Posted - 01/26/2015 : 11:55:47 AM
Thanks much sir for your kind help.

Is the expression for the angle written correctly ??
"The angle will be asin(yc / r)."
As it appears to be a negative value to me after the fitting.

Is it possible to extend the fitted curve to extrapolate the x-axis?

Thanks much
lkb0221 Posted - 01/26/2015 : 10:07:40 AM
The angle will be asin(yc / r).
coordinate of intercept on X will be x1 = xc+sqrt(r^2-yc^2) and x2 = xc-sqrt(r^2-yc^2).

You can add them as derived parameters in your fitting function so next time you fit your data, they will be calculated automatically.

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000