Eric C. answered 03/21/22
Engineer, Surfer Dude, Football Player, USC Alum, Math Aficionado
Hi Anne,
The equation "y = 2x + 1" gives you a bit of information about the function you're looking for. You know right away that the slope of this tangent line is 2, so you need to find a function whose derivative is 2 at a certain point. You also know that the point has to follow the formula (x, 2x + 1).
You also know what the y-coordinate is at any value of x. Pick a random x value to evaluate, like x = 1.
y(1) = 2(1) + 1 = 3
So you need a function that has coordinate (1,3) and has a derivative of 2 at x = 1.
Let's look at
y = x^2
The derivative is
y' = 2x
and y'(1) = 2(1) = 2
So we've got the derivative part settled. Now we need to check if y(1) = 3
y(1) = (1)^2 = 1
Not quite. We're off by 2.
If we were to update
y = x^2
to
y = x^2 + 2
we'd be in good shape. The derivative would still be
y' = 2x,
and y(1) would actually be 3. Therefore:
y = x^2 + 2
does indeed have a tangent line of
y = 2x + 1.
Your question asked for two examples. I don't know if your teacher would appreciate or roll their eyes at the answer, but technically the function
y = 2x + 1
has a tangent line of
y = 2x + 1
at x = 1.
If you're worried you won't be able to get away with an example like that, you can use the same method above to find another equation that meets the criteria of
f'(x) = 2
and
(x, 2x+1)
Instead of using x = 1, let's try instead to use x = 2.
Since the tangent line is
y = 2x + 1
We need our function to have the point:
y(2) = 2(2) + 1 = 5
P(2,5)
For example,
y = 1/16*x4+4
y(2) = 1/16*(24) + 4 = 5
P(2,5)
We also need the derivative to be 2 at x = 2
y'(x) = 1/4*x^3
y'(2) = 1/4*(2^3) = 1/4*8 = 2
It all checks out. The function
y = 1/16*x^4+4
has a tangent line of
y = 2x + 1
at x = 2.
Hope this helps!
Stanton D.
So do that twice, with different sets of a, b, c, to get two functions.03/21/22