Help Solving Algebra Problem: Find Value of K

  • Thread starter Thread starter ruby_duby
  • Start date Start date
  • Tags Tags
    Algebra Value
ruby_duby
Messages
46
Reaction score
0
Algebra problem!

theres this question that i was given in my class notes and she wants us to try and solve it but i just don't get it and i need your help please. I think that you have to use completing the square method but I am not sure, but here's the question

Find the value of K for which the line y=2x+K is a tangent to the curve y=x²-2x-7.

please help me it would be much appreciated :smile:
 
Physics news on Phys.org
edit: Sorry, what I said before was wrong. Actually, the answer is -11.
 
Last edited:
okay...in algebra you learn something about stuff like that also.

try to find 2 points on y=x^2-2x-7 that are equdistant from the vertex of the parabola. the roots of the equation would work. use midpoint formula to find the coordonate of the vertex, and plug it in f(x) to find it's y-coordonate.

now that you know the y-coordonate of the vertex, that's the K you want.

y'=2x+k...well the "2x" part is given to you ,meaning that you don't actaully know how to make the x^2 turn into a 2x. Looks like an algebra2/precalc problem so use what i wrote above.
 
Robokapp said:
try to find 2 points on y=x^2-2x-7 that are equdistant from the vertex of the parabola. the roots of the equation would work. use midpoint formula to find the coordonate of the vertex, and plug it in f(x) to find it's y-coordonate.
now that you know the y-coordonate of the vertex, that's the K you want.
Wait a minute... If you do this then you get K=-8 but K should be -11!
 
Last edited:
OK, I know how to do this. Let's visualize the given curve and the tangent line. Since you already know the slope of the tangent line, all you have to do to get the equation of the tangent line is to "move" your tangent line (without changing its slope) up or down such that it intersects with the curve. BUT, the tagent line should intersect with the curve only once if it is suppose to be called a "tangent."

Now we know that if curve and the tangent line intersect at a single point then they should have the same y coordinate. So we can set the two equations equal to each other i.e.
2x + K = x^2 - 2x - 7

If we solve for x, we get (using the quadratic equation):

x = \frac{4 \pm \sqrt{44 + 4K}}{2}

Now since we are looking for a single soltion for x (i.e. only one intersection) then the value inside the sqrt should be zero. The only way this is possible is when K = -11. :smile:
 
Last edited:
ok i kind of understand but how do you get 44 in the quadratic equation
 
ruby_duby said:
ok i kind of understand but how do you get 44 in the quadratic equation
Lets start from the top.

So you have

2x + K = x^2 - 2x - 7

Bringing everything to one side we get:

x^2 - 4x - 7 - K = 0

or

x^2 - 4x - (7 + K) = 0

This is of the form ax^2 + bx + c where a = 1, b=-4, and c = -(7+K).

Now you know that we can solve these types of equations using the quadratic forumula which says that

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

Using the particular values for a, b and c we get:

x = \frac{4 \pm \sqrt{16 + 4(7+K)}}{2}

further simplifying we get:

x = \frac{4 \pm \sqrt{44+4K}}{2}

Now the only way we can have a single unique solution for x is when 44+ 4K = 0 which means that K = -11.
 
Last edited:
thank you for breaking it down to me i finally understand it at last. thank you i really appreciate your help
 
Back
Top