Finding the line tangent to a curve

randomjibberi
Messages
1
Reaction score
0

Homework Statement


Find an equation for the line tangent to the curve at the point defined by the given value of t.
x = 2 cos t
y = 2 sin t
t = pi/4

Homework Equations


sin (pi/4) = sqrt(2)/2
cos (pi/4) = sqrt(2)/2

The Attempt at a Solution



Determining the slope:
[dy/dt]/[dx/dt] = [2 cos t]/[-2 sin t]
= [2 cos (pi/4)]/[-2 sin (pi/4)]
= [2 (sqrt(2)/2)]/[-2 (sqrt(2)/2)]
= [sqrt(2)]/[-sqrt(2)]
= -1
slope = -1

Finding the line:
y = mx+b
m = -1
2 sin t = -1(2 cos t)+ b
2 sin t = -2 cos t + b
2 sin (pi/4) = -2 cos(pi/4) + b
2 [sqrt(2)/2] = -2 [sqrt(2)/2] + b
sqrt(2) = -sqrt(2) + b
b = 2 sqrt(2)

y = -1x + 2 sqrt(2)

The answer the book has says [y = -x + 2]. I'm not sure what I did wrong with the problem.
 
Physics news on Phys.org
The book is certainly wrong. y=(-x)+2 doesn't work at all.
 
For one thing, \sqrt{2}\ne -\sqrt{2}+ 2 so that line does not even pass through the point (\sqrt{2},\sqrt{2}).
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top