Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Calculus Homework Help!?
If f(2)=3 and f '(2)=5, find an equation of 1. the tangent line and 2. the normal line to the graph of y=f(x) at the point where x=2.
Explanation would be greatly appreciated!
3 Answers
- Iggy RockoLv 710 years agoFavorite Answer
1) tangent line
general equation for a line is y - y1 = m(x - x1). substitute 2 for x1, 3 for y1, and 5 for m:
y - 3 = 5(x - 2)
y - 3 = 5x - 10
y = 5x - 7
2) normal line
The normal line and the tangent line are perpendicular. Perpendicular lines have slopes that are negative reciprocals of each other.
Therefore, m = -1/5.
y - 3 = -1/5(x - 2)
y - 3 = -x/5 + 2/5
y = -x/5 + 17/5
- CharlieLv 510 years ago
You were asked for an equation of the TANGENT line. When the equation of the tangent line is evaluated at x = 2, y' = 5. Five is not the slope. it is the solution when x = 2.
Try something simple
y' = 2x + 1 + c...f'(2) does equal 5. Now the anti-derivative will give us f(x)
y or f(x) = x^2 + x + c.....f(2) = 3
2^2 + 2 + c = 3
6 + c = 3
c = -3
f(x) = x^2 + x -3.... f(2) does equal 3, both equation satisfy the original problem.
Check with your instructor. I'm sure he/she will tell you there are many possible solutions to this problem. If i am wrong, please email me and let me know so I can learn too.
- 10 years ago
You're given the point (2,3) and the slope m = 5. You should be able to easily construct a line using point-slope form.
y - y₁ = m(x - x₁)