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)|
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top