Ellipse analyticaly geometry problem

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

Homework Help Overview

The problem involves finding the parameter \( a \) such that the line \( y = ax + 11 \) touches the ellipse defined by the equation \( 3x^2 + 2y^2 = 11 \). Participants are exploring the conditions under which a line can be tangent to an ellipse and discussing the implications of different mathematical approaches.

Discussion Character

  • Exploratory, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • Participants discuss rewriting the ellipse equation and the conditions for tangency, including the use of discriminants in quadratic equations. There is an exploration of different values for \( a^2 \) and \( b^2 \) in the context of the tangency condition.

Discussion Status

The discussion is ongoing, with participants questioning the validity of different approaches and interpretations of the ellipse's properties. Some participants express confusion over the graphical representations and the conditions for tangency, while others suggest re-evaluating the equations used in the calculations.

Contextual Notes

There are mentions of potential discrepancies in the graphical outputs and the scales used in plotting the ellipse and the tangent lines. Participants are also considering the implications of the major axis orientation of the ellipse based on the coefficients in its equation.

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
4K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
Replies
3
Views
2K
  • · Replies 10 ·
Replies
10
Views
4K
  • · Replies 14 ·
Replies
14
Views
4K
Replies
8
Views
3K
Replies
1
Views
2K