diff --git a/content/zettels/negative_stiffness.md b/content/zettels/negative_stiffness.md new file mode 100644 index 0000000..d5892f7 --- /dev/null +++ b/content/zettels/negative_stiffness.md @@ -0,0 +1,27 @@ ++++ +title = "Negative Stiffness" +author = ["Dehaeze Thomas"] +draft = false ++++ + +Tags +: + +Negative stiffness can be used to reduce the effective stiffness of a [Flexible Joints]({{< relref "flexible_joints.md" >}}). + +It is well explained in (Werner 2010). + + + +{{< figure src="/ox-hugo/negative_stiffness_schematic.png" caption="Figure 1: Example of a negative stiffness. The proloaded compression spring `Cc` is used to counteract the spring `Cs`" >}} + + + +{{< figure src="/ox-hugo/negative_stiffness_architecture.png" caption="Figure 2: The following architecture is proposed to make the implementation easier" >}} + + +## Bibliography {#bibliography} + +
+
Werner, C. 2010. “A 3D Translation Stage for Metrological AFM.” Phd Thesis 1 (Research TU/e / Graduation TU/e), Mechanical Engineering; Technische Universiteit Eindhoven. doi:10.6100/IR692270.
+
diff --git a/static/ox-hugo/negative_stiffness_architecture.png b/static/ox-hugo/negative_stiffness_architecture.png new file mode 100644 index 0000000..bc87649 Binary files /dev/null and b/static/ox-hugo/negative_stiffness_architecture.png differ diff --git a/static/ox-hugo/negative_stiffness_schematic.png b/static/ox-hugo/negative_stiffness_schematic.png new file mode 100644 index 0000000..245ff7d Binary files /dev/null and b/static/ox-hugo/negative_stiffness_schematic.png differ