How to change the curvature of a function?

514 Views Asked by At

We have learnt that the curvature of a function like $f(x)=x^2$ can be computed by its second derivative. However, a question came to my mind on the possible transformations which saves the shape of the graph, however the curvature is changed. For example, $-f(x)=-x^2$, changes the curvature, however its shape is not similar to $f(x)=x^2$.

Any suggestions on search keywords are welcome, too.

2

There are 2 best solutions below

2
On

Geometrically, all parabolas are similar, whether they open up or down; whether they are wide or narrow. This can be verified by taking the second derivative.

I'm not sure what you intended with your example, but if you divide both sides of $-f(x) = -x^2$, it appears identical to $f(x)=x^2$.

I think the only way to change the curvature of a parabola is to make it a cubic function (for example), but this is not a simple transformation.

1
On

The curvature of a single variable real-valued function $f$ is given by $$k=\frac{|f''(x)|}{(1+(f'(x))^2)^{3/2}},$$ and this gives the same value for $f(x)=x^2$ and $f(x)=-x^2$, i.e. $$k=\frac{1}{(1+4x^2)^{3/2}}.$$