Ellipse analyticaly geometry problem

  • Thread starter Thread starter Government$
  • Start date Start date
  • Tags Tags
    Ellipse Geometry
Click For Summary
SUMMARY

The discussion centers on determining the parameter 'a' such that the line equation y = ax + 11 is tangent to the ellipse defined by 3x² + 2y² = 11. The correct value for 'a' is ±√(63/2), as derived from the condition that the discriminant of the quadratic equation formed by substituting the line into the ellipse equation equals zero. The incorrect value of k² = 6.75 was identified as a miscalculation, leading to confusion in graphing the tangent line. The major axis of the ellipse is vertical, confirming that a² = 11/2 and b² = 11/3.

PREREQUISITES
  • Understanding of conic sections, specifically ellipses.
  • Knowledge of quadratic equations and their discriminants.
  • Familiarity with slope-intercept form of linear equations.
  • Ability to graph equations and interpret their intersections.
NEXT STEPS
  • Study the properties of ellipses, focusing on their standard forms and axes.
  • Learn how to derive conditions for tangency between lines and conic sections.
  • Explore the use of graphing tools like WolframAlpha for visualizing conic sections.
  • Investigate the implications of discriminants in quadratic equations.
USEFUL FOR

Students studying analytical geometry, mathematics educators, and anyone interested in the geometric properties of conic sections and their applications in calculus.

Government$
Messages
87
Reaction score
1

Homework Statement


Find parameter a so that line y=ax + 11 touches ellipse 3x^2 + 2y^2 = 11


The Attempt at a Solution

|

I can rewrite ellipse equation like \frac{x^2}{\frac{11}{3}} + \frac{y^2}{\frac{11}{2}} = 1

And i know that line y=kx + n touches ellipse when a^2k^2 + b^2 = n^2

So in essence i am looking for a slope of a line.
({\frac{11}{3}})^2k^2 + ({\frac{11}{2}})^2 = 11^2

({\frac{121}{9}})k^2 + ({\frac{121}{4}}) = 121

When i solve for k i get k^2 = 6.75

Problem is that this is not a solution. Here is what my textbook says:

Line that touches ellpise if and only if system y=ax + 11, 3x^2 + 2y^2 = 11 has one solution i.e. when discriminant of quadratic equation 3x^2 + 2(ax+ 11)^2 = 11 is equal to 0, and for that a = \pm \sqrt{\frac{63}{2}}

I tried graphing this problem with both solutions and line doesn't touches ellipse.
 
Physics news on Phys.org
Government$ said:
I tried graphing this problem with both solutions and line doesn't touches ellipse.
Looks touching (using sqrt(63/2))
This one does not (using sqrt(6.75))

You used two different equations to plug in your numbers in a^2k^2+b^2=n^2 - either use the given equation (with a^2=3, b^2=2) or the modified equation (with n^2=1).
 
mfb: shouldn't the ellipse plot the same regardless of the equation of the line?

If you look at both plots, you will see that the major axis of the second ellipse is at right angles to the major axis of the first ellipse. Warum das?
 
Government$ said:

Homework Statement


Find parameter a so that line y=ax + 11 touches ellipse 3x^2 + 2y^2 = 11


The Attempt at a Solution

|

I can rewrite ellipse equation like \frac{x^2}{\frac{11}{3}} + \frac{y^2}{\frac{11}{2}} = 1

And i know that line y=kx + n touches ellipse when a^2k^2 + b^2 = n^2

So in essence i am looking for a slope of a line.
({\frac{11}{3}})^2k^2 + ({\frac{11}{2}})^2 = 11^2

({\frac{121}{9}})k^2 + ({\frac{121}{4}}) = 121

When i solve for k i get k^2 = 6.75

Problem is that this is not a solution. Here is what my textbook says:

Line that touches ellpise if and only if system y=ax + 11, 3x^2 + 2y^2 = 11 has one solution i.e. when discriminant of quadratic equation 3x^2 + 2(ax+ 11)^2 = 11 is equal to 0, and for that a = \pm \sqrt{\frac{63}{2}}

I tried graphing this problem with both solutions and line doesn't touches ellipse.

What are the values of a^2 and b^2 to be used in the equation: ##a^2k^2+b^2=n^2##. You squared both a^2 and b^2 while substituting them in the equation.
 
Government$ said:

Homework Statement


Find parameter a so that line y=ax + 11 touches ellipse 3x^2 + 2y^2 = 11

The Attempt at a Solution

|

I can rewrite ellipse equation like \frac{x^2}{\frac{11}{3}} + \frac{y^2}{\frac{11}{2}} = 1

And i know that line y=kx + n touches ellipse when a^2k^2 + b^2 = n^2

So in essence i am looking for a slope of a line.
({\frac{11}{3}})^2k^2 + ({\frac{11}{2}})^2 = 11^2

({\frac{121}{9}})k^2 + ({\frac{121}{4}}) = 121

When i solve for k i get k^2 = 6.75

Problem is that this is not a solution. Here is what my textbook says:

Line that touches ellipse if and only if system y=ax + 11, 3x^2 + 2y^2 = 11 has one solution i.e. when discriminant of quadratic equation 3x^2 + 2(ax+ 11)^2 = 11 is equal to 0, and for that a = \pm \sqrt{\frac{63}{2}}

I tried graphing this problem with both solutions and line doesn't touches ellipse.
I see a couple of major problems.

1. 11/2 > 11/3, so the major axis of the ellipse is along the y-axis .

2. The standard form for the equation of such an ellipse is often written as follows.
\displaystyle \frac{x^2}{b^2}+\frac{y^2}{a^2}=1
So that a2 = 11/2 , not a = 11/2 , etc.
 
SteamKing said:
mfb: shouldn't the ellipse plot the same regardless of the equation of the line?
It is, but the scales used in the plots are different.
 
mfb: I appreciate your efforts at illustration, but the Mathematica plots of the tangent line candidates still make no sense. Both lines have y-intercepts of (0, 11), and neither line passes thru this point.
 
Do we see different graphs? Both lines hit (0,11).
Here are the raw inputs to WolframAlpha:
y=sqrt(63/2)*x+11 and 3x^2+2y^2=11
y=sqrt(6.75)*x+11 and 3x^2+2y^2=11
And here a direct comparison:
y=sqrt(63/2)*x+11 and y=sqrt(6.75)*x+11 and 3x^2+2y^2=11
 
mfb: I apologize. Overlooked scale for x-axis.
 

Similar threads

Replies
4
Views
3K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 10 ·
Replies
10
Views
3K
Replies
3
Views
2K
  • · Replies 14 ·
Replies
14
Views
3K
Replies
8
Views
3K
Replies
1
Views
2K