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 7965993
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T06:18:10+00:00 2026-06-04T06:18:10+00:00

I need to find a point where a line (its origin is ellipse’ center)

  • 0

I need to find a point where a line (its origin is ellipse’ center) intersects an ellipse in 2D… I can easily find a point on a circle, because I know an angle F and the circle’ radius (R):

x = x0 + R * cosF
y = y0 + R * sinF

However I just can’t figure how am I supposed to deal with an ellipse… I know it’s dimensions (A & B), but what is the way of finding parameter T?!

x = x0 + A * cosT
y = y0 + B * sinT

From what I understand the parameter T (T angle) is not far from the F angle (approximately +-15 degrees in some cases), but I just can’t figure how to calculate it!!!

If there is a kind hearted soul, please help me with this problem…

  • 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-06-04T06:18:12+00:00Added an answer on June 4, 2026 at 6:18 am

    The standard equation of an ellipse, stationed at 0,0, is:

    1 = (x)^2 / (a)    +  (y)^2 / (b)
    

    Where a is 1/2 the diameter on the horizontal axis, and b is 1/2 the diameter on the vertical axis.

    you have a line, assuming an equation:

    y = (m)(x - x0) + y0
    

    So, let us plug-and-play!

    1 = (x)^2 / (a)   +   (m(x - x0) + y0)^2 / (b)
    
    1 = x^2 / a  +  (mx + (y0 - mx0))^2 / b
    
    1 = x^2 / a  +  (m^2 * x^2 + 2mx*(y0 - mx0) + (y0 - mx0)^2) / b
    
    1 = x^2 / a  + (m^2 x^2) / b + (2mx*(y0 - mx0) + (y0^2 - 2y0mx0 + m^2*x0^2)) / b
    
    1 = ((x^2 * b) / (a * b)) + ((m^2 * x^2 * a) / (a * b)) + (2mxy0 - 2m^2xx0)/b + (y0^2 - 2y0mx0 + m^2*x0^2)/b
    
    1 = ((bx^2 + am^2x^2)/(ab)) + (x*(2my0 - 2m^2x0))/b + (y0^2 - 2y0mx0 + m^2*x0^2)/b
    
    0 = x^2*((b + a*m^2)/(ab)) + x*((2my0 - 2m^2x0)/b) + (((y0^2 - 2y0mx0 + m^2*x0^2)/b) - 1)
    

    That last equation follows the form of a standard quadratic equation.

    So just use the quadratic formula, with:

    ((b + a*m^2)/(ab))
    ((2my0 - 2m^2x0)/b)
    and 
    (((y0^2 - 2y0mx0 + m^2*x0^2)/b) - 1)
    

    to get the X values at the intersections; Then, plug in those values into your original line equation to get the Y values.

    Good luck!

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

Sidebar

Related Questions

I need a fastest way to find any point inside triangle(not edges) in 2D.
I want to rotate the image around its center point.The problem i am facing
I can't navigate the XML doc programmatically and I need an one-line XPath solution
I have a ray, I need to find the closest line segment that it
I'm working with some Google maps bounding box lon/lat points and need to find
Need to find the timestamp for the first minute of the first day of
I need to find a flexible solution for access control in PHP. In the
i need to find out automationid for key board values? how to send keystrokes
I need to find all the occurences of a file Test.TXT in c:\ or
I need to find the coordinates of windows open even when they are not

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.