Is this involute equation correct?

  • Level: Undergrad 
  • Thread starter Thread starter askor
  • Start date Start date
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
11 replies · 4K views
askor
Messages
168
Reaction score
9
Does this involute equation is correct?

involute.png
 
Mathematics news on Phys.org
QuantumQuest said:
It is the parametric equation of the involute of a circle in Cartesian coordinates.

Um, I don't know :confused:. What do you think it is?
 
askor said:
Um, I don't know :confused:. What do you think it is?

QuantumQuest said:
It is the parametric equation of the involute of a circle in Cartesian coordinates.
 
  • Like
Likes   Reactions: ProfuselyQuarky
OK, now let me work for the equation.

x = r(cos t + t sin t)
y = r(sin t - t cos t)

I start with t = 0 rad and r = 1, then

x = 1(cos 0 + 0 sin 0)
= 1(cos 0)
=1(1)
= 1

y = 1(sin 0 - 0 cos 0)
= 1(sin 0)
= 0

Is it correct?