From Wikipedia, the free encyclopedia
Mathematics desk
< January 3 << Dec | January | Feb >> January 5 >
Welcome to the Wikipedia Mathematics Reference Desk Archives
The page you are currently viewing is an archive page. While you can leave answers for any questions shown below, please ask new questions on one of the current reference desk pages.


January 4 Information

Involute curves

Hello everyone,

Could anybody tell me, informally, how to plot the construction of an involute curve without involving arclengths (or just give me an efficient way of drawing an involute curve for "any" given parametric curve).

I'm trying to draw the involute of the curve described parametrically by , but then I have to integrate which is just unwieldy and slows down the calculations to no end (as I have to calculate it at each step) (the Wolfram integrator returns a function with about 50 sines/cosines).

The method I'm using now uses the equation on the involute page : describes the equation of the involute when using arclength parametrization, but here I can't use arclength parametrization, nor can I use the other equations which need the evaluation of the arclength.

I'm not too willing to start coding implementations of algorithms for numeric calculation of arclengths eiter, I haven't really got the time.

Anyway, thanks to everyone that can help out. -- Xedi ( talk) 04:51, 4 January 2008 (UTC) reply

I know this may be of little help, but the integral
you are searching for, could be expressed (and easily computated by a CAS) as an elliptic integral of the second kind:
. Pallida   Mors 05:20, 4 January 2008 (UTC) reply
Are you sure ? The Wolfram integrator gives an expression just in term of sines and cosines. -- Xedi ( talk) 12:53, 4 January 2008 (UTC) reply

This is the mess I get :

Integrate[ (((2.4*Cos[4*x] - 2.4*Cos[x])^2 + (2.4*Sin[4*x] - 2.4*Sin[x]))^2)^ (1/2), x] ==

(0.*Sqrt[((2.4*Cos[x] - 2.4*Cos[4*x])^ 2 - 2.4*Sin[x] + 2.4*Sin[4*x])^ 2])/((2.4*Cos[x] - 2.4*Cos[4*x])^ 2 - 2.4*Sin[x] + 2.4*Sin[4*x]) + (5.76x* Sqrt[((2.4*Cos[x] - 2.4*Cos[4*x])^ 2 - 2.4*Sin[x] + 2.4*Sin[4*x])^ 2])/((2.4*Cos[x] - 2.4*Cos[4*x])^ 2 - 2.4*Sin[x] + 2.4*Sin[4*x]) + (2.4*Cos[x]*Sqrt[ ((2.4*Cos[x] - 2.4*Cos[4*x])^2 - 2.4*Sin[x] + 2.4*Sin[4*x])^2])/ ((2.4*Cos[x] - 2.4*Cos[4*x])^2 - 2.4*Sin[x] + 2.4*Sin[4*x]) - (0.6*Cos[4.*x]* Sqrt[((2.4*Cos[x] - 2.4*Cos[4*x])^ 2 - 2.4*Sin[x] + 2.4*Sin[4*x])^ 2])/((2.4*Cos[x] - 2.4*Cos[4*x])^ 2 - 2.4*Sin[x] + 2.4*Sin[4*x]) + (1.44*Sin[2.*x]* Sqrt[((2.4*Cos[x] - 2.4*Cos[4*x])^ 2 - 2.4*Sin[x] + 2.4*Sin[4*x])^ 2])/((2.4*Cos[x] - 2.4*Cos[4*x])^ 2 - 2.4*Sin[x] + 2.4*Sin[4*x]) - (1.92*Sin[3.*x]* Sqrt[((2.4*Cos[x] - 2.4*Cos[4*x])^ 2 - 2.4*Sin[x] + 2.4*Sin[4*x])^ 2])/((2.4*Cos[x] - 2.4*Cos[4*x])^ 2 - 2.4*Sin[x] + 2.4*Sin[4*x]) - (1.152*Sqrt[ ((2.4*Cos[x] - 2.4*Cos[4*x])^2 - 2.4*Sin[x] + 2.4*Sin[4*x])^2]* Sin[5.*x])/ ((2.4*Cos[x] - 2.4*Cos[4*x])^2 - 2.4*Sin[x] + 2.4*Sin[4*x]) + (0.36* Sqrt[((2.4*Cos[x] - 2.4*Cos[4*x])^ 2 - 2.4*Sin[x] + 2.4*Sin[4*x])^ 2]*Sin[8.*x])/ ((2.4*Cos[x] - 2.4*Cos[4*x])^2 - 2.4*Sin[x] + 2.4*Sin[4*x])

Let's see what some old-fashioned hand-cranking can do:
,
,
and integrating between 0 and a gives
Is that right ? Gandalf61 ( talk) 13:53, 4 January 2008 (UTC) reply
Apparently, Pallida has forgotten to differentiate. Regardless, the problem with the online Wolfram Integrator is that it doesn't simplify the results. Gandalf's derivation incorrectly assumes that and is thus valid only for . The correct general expression is . -- Meni Rosenfeld ( talk) 14:05, 4 January 2008 (UTC) reply
Ah, yes - so we are actually integrating . I stand corrected. Gandalf61 ( talk) 14:14, 4 January 2008 (UTC) reply
I apologize for my mistake. I did differentiate, but I did it twice.
So, the integral seems to be, at last,
A primitive is:
Finally, the primitive evaluated at 0 (approaching from the right) is . Pallida   Mors 16:27, 4 January 2008 (UTC) reply
But this is discontinuous at some points, thus not an antiderivative everywhere and not suitable for integration. -- Meni Rosenfeld ( talk) 17:45, 4 January 2008 (UTC) reply
Sorry Meni, what is discontinuous? The integrandum is not. It is not differentiable at points like .. Now I see your point. The primitive I gave is discontinuous, now that I see it. But it can be used to calculate the area for intervals of the form for n any non-negative integer. Pallida   Mors 18:16, 4 January 2008 (UTC) reply
In other words, take the primitive to be

I think this reformulated function overcomes the problems you have pointed out. Pallida   Mors 18:36, 4 January 2008 (UTC) reply

The function defined with those strange brackets is the floor function. Pallida   Mors 18:39, 4 January 2008 (UTC) reply
Okay, but I have already given a primitive which is simpler and also happens to cross the origin, so it readily answers the original question of . -- Meni Rosenfeld ( talk) 18:58, 4 January 2008 (UTC) reply
Yep, thanks a lot, that solves the problem quite nicely. -- Xedi ( talk) 23:30, 4 January 2008 (UTC) reply

fuzzy logic

give some examples of fuzzy logic problems in electrical field?10:21, 4 January 2008 (UTC)

Fuzzy logic, Fuzzy electronics and this might help get you started. -- Meni Rosenfeld ( talk) 14:07, 4 January 2008 (UTC) reply

LaTeχ Freeware

saw this [1]

and wondered if anyone knew of any good freeware for entering LaTeχ into Microsoft office. Thanks! 172.200.130.39 ( talk) 15:20, 4 January 2008 (UTC) reply

also is it true to say that —Preceding unsigned comment added by 172.200.130.39 ( talk) 16:28, 4 January 2008 (UTC) reply

It should be in the summation. You need to take the limit from the right ). A simple = sign might be more appropriate than the sign. That said, you'll have to specify what you mean by a summation where the bounds are not integers, but for any reasonable definition, this equality is correct. -- Meni Rosenfeld ( talk) 17:41, 4 January 2008 (UTC) reply
For non integer bounds can you not just say 172.200.130.39 ( talk) 19:09, 4 January 2008 (UTC) reply
This still leaves you with non-integer bounds in the summation, provided n is general. If you restrict n to be with this transformation could work (though it should be ). -- Meni Rosenfeld ( talk) 19:14, 4 January 2008 (UTC) reply
And for those very unreasonable definitions where the formula above might not hold, you might want to take a look at Lebesgue integral. -- The Anome ( talk) 18:42, 4 January 2008 (UTC) reply
I forgot to mention my assumption that f is continuous, or more generally, that the Darboux\Riemann integral exists and is referred to in the formula. This doesn't have much to do with the summation. -- Meni Rosenfeld ( talk) 18:53, 4 January 2008 (UTC) reply
f doesn't even have to be that "unreasonable" for the limit not to exist, e.g. let f be 1 on rationals and 0 on irrationals. Then by letting first through the irrationals and then through the rationals gives different values Silverfish70 ( talk) 20:40, 4 January 2008 (UTC) reply
I just <sarcasm>love</sarcasm> it when people take my words out of context. "reasonable" referred to the definition of summation, not to f, to limits, or to integration. It goes without saying that for the Dirichlet function, the limit above and the Riemann integral do not exist, while the Lebesgue integral does. -- Meni Rosenfeld ( talk) 20:48, 4 January 2008 (UTC) reply
From Wikipedia, the free encyclopedia
Mathematics desk
< January 3 << Dec | January | Feb >> January 5 >
Welcome to the Wikipedia Mathematics Reference Desk Archives
The page you are currently viewing is an archive page. While you can leave answers for any questions shown below, please ask new questions on one of the current reference desk pages.


January 4 Information

Involute curves

Hello everyone,

Could anybody tell me, informally, how to plot the construction of an involute curve without involving arclengths (or just give me an efficient way of drawing an involute curve for "any" given parametric curve).

I'm trying to draw the involute of the curve described parametrically by , but then I have to integrate which is just unwieldy and slows down the calculations to no end (as I have to calculate it at each step) (the Wolfram integrator returns a function with about 50 sines/cosines).

The method I'm using now uses the equation on the involute page : describes the equation of the involute when using arclength parametrization, but here I can't use arclength parametrization, nor can I use the other equations which need the evaluation of the arclength.

I'm not too willing to start coding implementations of algorithms for numeric calculation of arclengths eiter, I haven't really got the time.

Anyway, thanks to everyone that can help out. -- Xedi ( talk) 04:51, 4 January 2008 (UTC) reply

I know this may be of little help, but the integral
you are searching for, could be expressed (and easily computated by a CAS) as an elliptic integral of the second kind:
. Pallida   Mors 05:20, 4 January 2008 (UTC) reply
Are you sure ? The Wolfram integrator gives an expression just in term of sines and cosines. -- Xedi ( talk) 12:53, 4 January 2008 (UTC) reply

This is the mess I get :

Integrate[ (((2.4*Cos[4*x] - 2.4*Cos[x])^2 + (2.4*Sin[4*x] - 2.4*Sin[x]))^2)^ (1/2), x] ==

(0.*Sqrt[((2.4*Cos[x] - 2.4*Cos[4*x])^ 2 - 2.4*Sin[x] + 2.4*Sin[4*x])^ 2])/((2.4*Cos[x] - 2.4*Cos[4*x])^ 2 - 2.4*Sin[x] + 2.4*Sin[4*x]) + (5.76x* Sqrt[((2.4*Cos[x] - 2.4*Cos[4*x])^ 2 - 2.4*Sin[x] + 2.4*Sin[4*x])^ 2])/((2.4*Cos[x] - 2.4*Cos[4*x])^ 2 - 2.4*Sin[x] + 2.4*Sin[4*x]) + (2.4*Cos[x]*Sqrt[ ((2.4*Cos[x] - 2.4*Cos[4*x])^2 - 2.4*Sin[x] + 2.4*Sin[4*x])^2])/ ((2.4*Cos[x] - 2.4*Cos[4*x])^2 - 2.4*Sin[x] + 2.4*Sin[4*x]) - (0.6*Cos[4.*x]* Sqrt[((2.4*Cos[x] - 2.4*Cos[4*x])^ 2 - 2.4*Sin[x] + 2.4*Sin[4*x])^ 2])/((2.4*Cos[x] - 2.4*Cos[4*x])^ 2 - 2.4*Sin[x] + 2.4*Sin[4*x]) + (1.44*Sin[2.*x]* Sqrt[((2.4*Cos[x] - 2.4*Cos[4*x])^ 2 - 2.4*Sin[x] + 2.4*Sin[4*x])^ 2])/((2.4*Cos[x] - 2.4*Cos[4*x])^ 2 - 2.4*Sin[x] + 2.4*Sin[4*x]) - (1.92*Sin[3.*x]* Sqrt[((2.4*Cos[x] - 2.4*Cos[4*x])^ 2 - 2.4*Sin[x] + 2.4*Sin[4*x])^ 2])/((2.4*Cos[x] - 2.4*Cos[4*x])^ 2 - 2.4*Sin[x] + 2.4*Sin[4*x]) - (1.152*Sqrt[ ((2.4*Cos[x] - 2.4*Cos[4*x])^2 - 2.4*Sin[x] + 2.4*Sin[4*x])^2]* Sin[5.*x])/ ((2.4*Cos[x] - 2.4*Cos[4*x])^2 - 2.4*Sin[x] + 2.4*Sin[4*x]) + (0.36* Sqrt[((2.4*Cos[x] - 2.4*Cos[4*x])^ 2 - 2.4*Sin[x] + 2.4*Sin[4*x])^ 2]*Sin[8.*x])/ ((2.4*Cos[x] - 2.4*Cos[4*x])^2 - 2.4*Sin[x] + 2.4*Sin[4*x])

Let's see what some old-fashioned hand-cranking can do:
,
,
and integrating between 0 and a gives
Is that right ? Gandalf61 ( talk) 13:53, 4 January 2008 (UTC) reply
Apparently, Pallida has forgotten to differentiate. Regardless, the problem with the online Wolfram Integrator is that it doesn't simplify the results. Gandalf's derivation incorrectly assumes that and is thus valid only for . The correct general expression is . -- Meni Rosenfeld ( talk) 14:05, 4 January 2008 (UTC) reply
Ah, yes - so we are actually integrating . I stand corrected. Gandalf61 ( talk) 14:14, 4 January 2008 (UTC) reply
I apologize for my mistake. I did differentiate, but I did it twice.
So, the integral seems to be, at last,
A primitive is:
Finally, the primitive evaluated at 0 (approaching from the right) is . Pallida   Mors 16:27, 4 January 2008 (UTC) reply
But this is discontinuous at some points, thus not an antiderivative everywhere and not suitable for integration. -- Meni Rosenfeld ( talk) 17:45, 4 January 2008 (UTC) reply
Sorry Meni, what is discontinuous? The integrandum is not. It is not differentiable at points like .. Now I see your point. The primitive I gave is discontinuous, now that I see it. But it can be used to calculate the area for intervals of the form for n any non-negative integer. Pallida   Mors 18:16, 4 January 2008 (UTC) reply
In other words, take the primitive to be

I think this reformulated function overcomes the problems you have pointed out. Pallida   Mors 18:36, 4 January 2008 (UTC) reply

The function defined with those strange brackets is the floor function. Pallida   Mors 18:39, 4 January 2008 (UTC) reply
Okay, but I have already given a primitive which is simpler and also happens to cross the origin, so it readily answers the original question of . -- Meni Rosenfeld ( talk) 18:58, 4 January 2008 (UTC) reply
Yep, thanks a lot, that solves the problem quite nicely. -- Xedi ( talk) 23:30, 4 January 2008 (UTC) reply

fuzzy logic

give some examples of fuzzy logic problems in electrical field?10:21, 4 January 2008 (UTC)

Fuzzy logic, Fuzzy electronics and this might help get you started. -- Meni Rosenfeld ( talk) 14:07, 4 January 2008 (UTC) reply

LaTeχ Freeware

saw this [1]

and wondered if anyone knew of any good freeware for entering LaTeχ into Microsoft office. Thanks! 172.200.130.39 ( talk) 15:20, 4 January 2008 (UTC) reply

also is it true to say that —Preceding unsigned comment added by 172.200.130.39 ( talk) 16:28, 4 January 2008 (UTC) reply

It should be in the summation. You need to take the limit from the right ). A simple = sign might be more appropriate than the sign. That said, you'll have to specify what you mean by a summation where the bounds are not integers, but for any reasonable definition, this equality is correct. -- Meni Rosenfeld ( talk) 17:41, 4 January 2008 (UTC) reply
For non integer bounds can you not just say 172.200.130.39 ( talk) 19:09, 4 January 2008 (UTC) reply
This still leaves you with non-integer bounds in the summation, provided n is general. If you restrict n to be with this transformation could work (though it should be ). -- Meni Rosenfeld ( talk) 19:14, 4 January 2008 (UTC) reply
And for those very unreasonable definitions where the formula above might not hold, you might want to take a look at Lebesgue integral. -- The Anome ( talk) 18:42, 4 January 2008 (UTC) reply
I forgot to mention my assumption that f is continuous, or more generally, that the Darboux\Riemann integral exists and is referred to in the formula. This doesn't have much to do with the summation. -- Meni Rosenfeld ( talk) 18:53, 4 January 2008 (UTC) reply
f doesn't even have to be that "unreasonable" for the limit not to exist, e.g. let f be 1 on rationals and 0 on irrationals. Then by letting first through the irrationals and then through the rationals gives different values Silverfish70 ( talk) 20:40, 4 January 2008 (UTC) reply
I just <sarcasm>love</sarcasm> it when people take my words out of context. "reasonable" referred to the definition of summation, not to f, to limits, or to integration. It goes without saying that for the Dirichlet function, the limit above and the Riemann integral do not exist, while the Lebesgue integral does. -- Meni Rosenfeld ( talk) 20:48, 4 January 2008 (UTC) reply

Videos

Youtube | Vimeo | Bing

Websites

Google | Yahoo | Bing

Encyclopedia

Google | Yahoo | Bing

Facebook