Find the curve given the tangent

  • Thread starter Thread starter madachi
  • Start date Start date
  • Tags Tags
    Curve Tangent
madachi
Messages
29
Reaction score
0

Homework Statement



Given that the tangent to the curve c(t) at any point on the curve is T(t) = (-sin(t), cos(t) ), find c(t) if the curve passes through the point (0,0).

The Attempt at a Solution



I try to let
c(t) = ( x(t), y(t) )
Then
c'(t) = ( x'(t), y'(t) )
| c'(t) | = \sqrt{[x'(t)]^2 + [y'(t)]^2 }
And
T(t) = \frac{c'(t)}{|c'(t)|}

However this is complicated and consequently I am not sure how to solve it. I am also not sure how to "use" the point given since (0, 0) correspond the the values x and y respectively rather than t.

Thanks.
 
Physics news on Phys.org
If you had c'(t) =<2t,1> then c(t) = <t2+A,t+B> where A,B=constant.


But you have

c'(t)/|c'(t)| = <-sint,cost>

so what is c(t) ? (note that |c'(t)| is just a constant)

At (0,0), t=0. So what is c(t) now?
 
rock.freak667 said:
If you had c'(t) =<2t,1> then c(t) = <t2+A,t+B> where A,B=constant.


But you have

c'(t)/|c'(t)| = <-sint,cost>

so what is c(t) ? (note that |c'(t)| is just a constant)

At (0,0), t=0. So what is c(t) now?

c(t) = (cos(t) + C, sin(t) + K)
t= 0, point is (0,0)

So x(t) = 1 + C = 0, C = -1
And y(t) = 0 + K, K=0

So c(t) = (cos(t) -1 , sin(t) ) ?
 
madachi said:
c(t) = (cos(t) + C, sin(t) + K)
t= 0, point is (0,0)

So x(t) = 1 + C = 0, C = -1
And y(t) = 0 + K, K=0

So c(t) = (cos(t) -1 , sin(t) ) ?

Yes but you forgot out |c'(t)| which is the distance from the center to any tangent. In this case it would just be the same as |T(t)|
 
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