Value of when a line touches a parabola at one point.

mattstjean
Messages
14
Reaction score
0
The Question asks:
Find the value of m > 0 for which the line y = mx touches the parabola y = (x - 1)2 + 1 at just one point.

So far what I've done...

I know that if the line touches the parabola at one point, it is tangential. So I put together the 2 equations in order to find the intersection (or touch):

mx=(x-1)2+1
0=x2-2x-mx+2
0=x2-(2+m)x+2

That's as far as I've gotten. Someone said I need to find the restriction on 'm' so that the equation only has one root (just touches, as opposed to a full intersection through 2 points), but I don't know what to do...

Any help would be appreciated.
 
Physics news on Phys.org
mattstjean said:
The Question asks:
Find the value of m > 0 for which the line y = mx touches the parabola y = (x - 1)2 + 1 at just one point.

So far what I've done...

I know that if the line touches the parabola at one point, it is tangential. So I put together the 2 equations in order to find the intersection (or touch):

mx=(x-1)2+1
0=x2-2x-mx+2
0=x2-(2+m)x+2

That's as far as I've gotten. Someone said I need to find the restriction on 'm' so that the equation only has one root (just touches, as opposed to a full intersection through 2 points), but I don't know what to do...

Any help would be appreciated.

HINT: Given a quadratic equation ax^2+bx+c=0, its solutions are given by

x = \frac{{ - b \pm \sqrt {{b^2} - 4ac} }}{{2a}}

What should the value of m be so that there is only one solution?
 
danago said:
HINT: Given a quadratic equation ax^2+bx+c=0, its solutions are given by

x = \frac{{ - b \pm \sqrt {{b^2} - 4ac} }}{{2a}}

What should the value of m be so that there is only one solution?

The quadratic formula was my first guess however, since it has two variables: m and x...I didn't know how to use it properly.
 
mattstjean said:
The quadratic formula was my first guess however, since it has two variables: m and x...I didn't know how to use it properly.

You have x^2-(2+m)x+2=0. A general quadratic equation has the form a*x^2+b*x+c=0. a, b and c depend only on m. They don't depend on x. Just identify a, b and c.
 
danago said:
HINT: Given a quadratic equation ax^2+bx+c=0, its solutions are given by

x = \frac{{ - b \pm \sqrt {{b^2} - 4ac} }}{{2a}}

What should the value of m be so that there is only one solution?

Is it when b2-4ac = 0 ?
 
mattstjean said:
Is it when b2-4ac = 0 ?

Yes.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top