Find the equation of the line with slope -1 that is tangent to the curve y=1/x-1

AI Thread Summary
To find the equation of the line with slope -1 that is tangent to the curve y=1/x-1, the equation can be set up as -x + k = 1/x - 1. Rearranging leads to a quadratic equation, which requires using the discriminant to ensure a single solution for tangency. The correct form of the equation is derived as -x^2 + kx - 1, where the discriminant gives k = -2. Thus, the final equation of the tangent line is y = -x - 2.
gibguitar
Messages
9
Reaction score
0

Homework Statement



Find the equation of the line with slope -1 that is tangent to the curve y=1/x-1

Homework Equations



y=1/x-1

The Attempt at a Solution



Slope of -1 means y=-1x+k

So...
-1x+k = 1/x-1

I don't know how to rearrange this into a quadratic equation so that I can solve this.
I know I use b^2-4ac=0 and substituting for a, b and c... I'm just stuck on rearranging the equation into the form: ax^2+bx+c=0
 
Physics news on Phys.org
gibguitar said:

Homework Statement



Find the equation of the line with slope -1 that is tangent to the curve y=1/x-1

Homework Equations



y=1/x-1

The Attempt at a Solution



Slope of -1 means y=-1x+k

So...
-1x+k = 1/x-1

I don't know how to rearrange this into a quadratic equation so that I can solve this.
I know I use b^2-4ac=0 and substituting for a, b and c... I'm just stuck on rearranging the equation into the form: ax^2+bx+c=0
You're missing a very important piece: how to find the slope of the tangent line to y = 1/x - 1.

I'm going to guess that you are in a class that has discussed how to find the tangent to a curve.
 
OTOH, maybe this actually is a precalculus-type problem. What does it mean to say that a line is tangent to a curve?

For your equation, -x + k = 1/x - 1, what about multiplying both sides by x?
 
Mark44 said:
OTOH, maybe this actually is a precalculus-type problem. What does it mean to say that a line is tangent to a curve?

For your equation, -x + k = 1/x - 1, what about multiplying both sides by x?

(-x+k)(x) = -x^2+k(x)
(1/x-1)(x) = ?

You're right, but I'm confused as to how to multiply the second part? x/x^2-x ?
 
Here's my second stab at it...

-1x+k = 1/x-1

Rearranged: -x^2+kx-1

Using the discriminant of the quadratic formula:

(b^2-4ac)

a=-1 b=k^2 c=-1

k^2-4(-1)(-1)=0
Solving:
k = -2

Therefore the equation is y=-1x-2
For the line with a slope of -1 that is tangent to the curve of 1/x-1
Can anybody verify if I got this right?
 
gibguitar said:
Here's my second stab at it...

-1x+k = 1/x-1

Rearranged: -x^2+kx-1
Where did the = go? Also, you have an error.
gibguitar said:
Using the discriminant of the quadratic formula:

(b^2-4ac)

a=-1 b=k^2 c=-1

k^2-4(-1)(-1)
Solving:
k = -2

Therefore the equation is y=-1x-2
For the line with a slope of -1 that is tangent to the curve of 1/x-1
Can anybody verify if I got this right?
 
gibguitar said:
(-x+k)(x) = -x^2+k(x)
(1/x-1)(x) = ?

You're right, but I'm confused as to how to multiply the second part? x/x^2-x ?
What is x * (1/x)?
What is x * (-1)?
 
From post #3:
What does it mean to say that a line is tangent to a curve?
 
gibguitar said:

Homework Statement



Find the equation of the line with slope -1 that is tangent to the curve y=1/x-1

Homework Equations



y=1/x-1

The Attempt at a Solution



Slope of -1 means y=-1x+k

So...
-1x+k = 1/x-1

I don't know how to rearrange this into a quadratic equation so that I can solve this.
I know I use b^2-4ac=0 and substituting for a, b and c... I'm just stuck on rearranging the equation into the form: ax^2+bx+c=0

What you wrote means (1/x) - 1. Is that what you meant, or did you really mean 1/(x-1)? If you meant the latter, you need to use brackets, but if you meant the former then what you wrote is OK.

RGV
 
  • #10
Ray Vickson said:
What you wrote means (1/x) - 1. Is that what you meant, or did you really mean 1/(x-1)? If you meant the latter, you need to use brackets, but if you meant the former then what you wrote is OK.
I think he meant (1/x) - 1, but I'm not certain of it.
 
Back
Top