MHB Equation of page of unfolded paper with a crease

  • Thread starter Thread starter angellus
  • Start date Start date
  • Tags Tags
    Paper
angellus
Messages
2
Reaction score
0
Okay, I think I got the right sub-forum here. I have never posted around here, so sorry if it is wrong. I came here for some help with a math problem I need to solve for a GLSL shader for programming (math in the real world!).

I apologize in advance if it seems I did not put a lot of effort into this, but I really do not know where to start. I am a programmer and I know where to look when I need help with programming, but I have not had to do math I could not figure out on my own for programming on my own yet, so I thought I would turn to a forum for help. Thanks ahead of time

Problem:
I need to figure the mathematical equation for a piece of paper that has been folded in half landscape and then unfolded. An example, take a piece of page and fold it like you would a birthday card, make sure it has a good crease in it and then unfold it. When you do this, there is a arch right where the crease if from the fold that causes the paper to go up quickly and then slowly goes back down.

This is the say the equation of the line would be like a upside-down "W" (curvy, not pointed) with the parts after the valleys stretched really far out. If you can understand that at all. The best way to see what I mean is take a piece of notebook paper and folder it.

My main problem is that I have no idea what type of line this would be graphed to. I was thinking something like a logarithmic line, but it does not quite fit well. I have no idea how to Google around for this and I am not at my University so I cannot just find a random math professor and ask them, so I have no idea where to start. I also do not have my graphing calculator with me or know of any computer tools to assist me with this.
 
Mathematics news on Phys.org
There probably is no one equation that is "correct". However, you could approximate it with a couple of curves: $e^{-|x|}$ would give you a sharp corner right at the crease. If you want a more curved peak, then you could try
$$\text{sech}(x):= \frac{2}{e^{x}+e^{-x}},$$
or even a Gaussian function $e^{-x^{2}}$. Are these sort of what you're after? You can play games with stretching them out or shrinking them in, of course.

[EDIT]: Ah, but you want the central point of the crease to be down, right?
 
Here's another option:
$$\frac{1-e^{-x^{2}}}{1+x^{2}}.$$
The plot is here.
 
Awesome. That is what I need. Thanks. Time to go check out the rest of the forums.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.
Back
Top