SOLUTION: The line=2x+c is a tangent to the curve y=2x^2-6+20.find the value of c

Algebra ->  Permutations -> SOLUTION: The line=2x+c is a tangent to the curve y=2x^2-6+20.find the value of c      Log On


   



Question 1159785: The line=2x+c is a tangent to the curve y=2x^2-6+20.find the value of c
Found 3 solutions by Alan3354, MathLover1, ikleyn:
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
The line=2x+c is a tangent to the curve y=2x^2-6+20.find the value of c
--------------------------
=2x+c is not a line
= what?
----
y=2x^2-6+20
y=2x^2 + 14
y' = 4x
======================

Answer by MathLover1(20849) About Me  (Show Source):
You can put this solution on YOUR website!

The line y=2x%2Bc is a tangent to the curve y=2x%5E2-6x%2B20+ (assuming you have highlight%28-6x%29)
find the value of c
f%28x%29+=+2x%5E2-6x%2B20+
first derivate:
f'%28x%29+=++4x-6+
For the tangent +2x%2Bc+ to just touch f%28x%29, we need to find where+f%28x%29 has slope equal to 2:
+4x-6+=+2+ -> remember, the entire LHS is the slope of +f%28x%29
+4x=+2%2B6+
+4x=+8+
x+=+2++

At x=2:
f%282%29+=+2%2A%282%5E2%29+-+6%282%29+%2B+20+=+8-12%2B20+=+16+
So the tangent line +2x%2Bc+ just meets+f%28x%29 at x=2, hence it has value 16 there:
then
+2x+%2B+c+=+2%282%29+%2B+c
4%2Bc+=+16
+c+=+12

your answer is:
+highlight%28c+=+12%29+ and the tangent line is +y=2x%2B12, and the point of tangency is (2,16)





Answer by ikleyn(52778) About Me  (Show Source):
You can put this solution on YOUR website!
.
The line y = 2x+c is a tangent to the curve y = 2x^2-6x+20. Find the value of c.
~~~~~~~~~~~~~~~~


            Notice that I EDITED your post, since it was nonsensical in your original version.


Actually, it is of the pure Algebra problem, and can be solved using Algebra methods,

without disturbing Calculus.


You simply need to find the unique common points of the straight line and the parabola.

Watch my steps.


I will search for a unique common point of the straight line and the parabola.

So, I write this equation

    2x + c  = 2x^2 - 6x + 20    (1)


and simplify it 

    2x^2 - 8x + (20-c) = 0.     (2)


Next I calculate the discriminant

    d = b%5E2+-+4%2Aa%2Ac%29 = (-8)^2 - 4*2*(20-c) = 64 - 160 + 8c = 8c - 96.


Since I want to have a unique root of the quadratic equation (1)  ( or (2) ), I equate the discriminant to 0 (zero)

    8c - 96 = 0,


and I get the solution immediately

    c = 96/8 = 12.     ANSWER

Solved.