Entries by Svein

Investigating Some Euler Sums

So, why only odd powers? Mostly because the even powers were solved by Leonard Euler in the 18th century. Since the “mathematical toolbox” at that time did not contain the required tools, he needed 6 years to prove the validity of his deductions. Now, however, we have much more powerful tools available, as I have…

Learn Further Sums Found Through Fourier Series

In an earlier insight, I looked at the Fourier series for some simple polynomials and what we could deduce from those series. There is a lot more to be found, however. Evaluating the Fourier series at π/2 First series In the last insight, I showed that if f(x) = x for -π<x<πand f(-π)=f(π)=0, the general …

Using the Fourier Series To Find Some Interesting Sums

Preliminaries If f(x) is periodic with period 2p and f’(x) exists and is finite for -π<x<π, then f can be written as a Fourier series: [itex]f(x)=\sum_{n=-\infty}^{\infty}a_{n}e^{inx} [/itex] where [itex]a_{n}=\frac{1}{2\pi}\int_{-\pi}^{\pi}f(t)e^{-int}dt [/itex]. We shall also need Parseval’s formula. It says that for such an f we have: [itex]\parallel f \parallel^{2}=\sum_{n=-\infty}^{\infty}\vert a_{n}\vert^{2} [/itex] where [itex]\parallel f \parallel^{2}=\frac{1}{2\pi}\int_{-\pi}^{\pi}\vert f(t)…

Hardware, Software, and C Programming Quality Tips

On Hardware Quality Designing Quality vs Testing It is impossible to test quality into a product. Quality must be designed into the product. Production Yield Responsibility The hardware designer is always responsible for the production yield. The purpose of production tests is to check production quality, not product quality. Prototype to Product When the prototype…

TCP/IP Protocols for Plug-and-Play Industrial Automation

Background: Ethernet vs Fieldbus in the 1990s The 1990s saw the widespread adoption of network technology on two fronts: Office automation and factory automation. But while office automation soon standardized on Ethernet (for volume reasons) and TCP/IP (due to the Internet explosion), factory automation fragmented into several incompatible field busses (a Fieldbus is a common…

Network Time Synchronization Guide: NTP vs IEEE 1588

Overview of Synchronization Needs Now and then you come across measurement problems that are tightly associated with the notion of synchronicity, meaning that things need to happen simultaneously. The usual things that need such synchronicity are data sampling and motion control. In the case of data sampling, you need to know the value of two…