Same curvature in spline but different slope

  • Thread starter Thread starter armin11
  • Start date Start date
  • Tags Tags
    Curvature Slope
AI Thread Summary
It is possible for two splines to have the same curvature while differing in slope, as their first derivatives can be equal while their second derivatives are not. The curves must be tangent at the joining point, requiring both first and second derivatives to match there. To achieve this, one can translate and rotate the second curve to meet the tangent criteria, which may be easier to analyze analytically rather than graphically. The problem can be formulated mathematically to find the optimal fit, using coefficients for both curves and ensuring that the same basis is applied. Resources like the FDA book by Ramsay and Silverman can provide further guidance on this topic.
armin11
Messages
66
Reaction score
0
hi,
we have a spline which consists of two splines,is it possible the two splines have the same curvature but different slopes?
 
Engineering news on Phys.org
Why no one ever answers my questions?!Doesn't a highly educated person visit here?
 
Is this spline a non circular curve, as in a drawing, or is it a spline joint, as in an axially sliding, torque transmitting machine member.

You may want to provide a bit more of a picture of what your talking about. You know the context, but we don't. Without the context, it can be very difficult to provide a answer that addresses your question.
 
It is a non circular simple curve,mathematically it is possible because first derivative of the two functions can be the same and at the same time second derivative of them can be inequal,but how can we describe this graphically?
 
Its been a long while since I've done this type of geometry analytically, so no detail equations. However, where the two curves (splines, parabolic, cubic...) meet they must be tangent. At that point the 1st & 2nd derivatives need to be equal for both curves. The 2nd curve (same basic equation as the 1st) is translated and rotated such that the joining ends meet the tangent criteria.

With a simple curve, it may be easier to figure the translation and rotation analytically than graphically. Depending on how the splines are generated (series of short lines, series of circular curves, higher order curves) it may be easier to do a trail & error fitting (copy, translate, rotate).
 
Yes you can in certain cases. To solve this problem, you need to write it in following format:

min f(x1,x2)
s.t. g(x1)=g(x2)

where x1 is the set of coefficients for the first curve, x2 is the set of coefficients for the second curve; f(x1,x2) is the fit objective (for both curves simultaneously) and g(x1), g(x2) are second-order derivatives in the knot locations.

This requires that:
1. The same basis is used for both curves
2. The second order derivatives exist in all knot locations (e.g. no multiplicities and spline order equal or higher than 3)

If you are using an orthogonal basis (e.g. b splines) and a least-squares fit objective, this will lead to a quadratic program with linear equality constraints. You can use several platform to solve the problem (e.g. Matlab (quadprog.m) or GAMS).

Have a look at the FDA book by Ramsay and Silverman if the above does not make sense to you:
http://ego.psych.mcgill.ca/misc/fda/resources.html

Hope this helps,
Kris
 
Hi all, I have a question. So from the derivation of the Isentropic process relationship PV^gamma = constant, there is a step dW = PdV, which can only be said for quasi-equilibrium (or reversible) processes. As such I believe PV^gamma = constant (and the family of equations) should not be applicable to just adiabatic processes? Ie, it should be applicable only for adiabatic + reversible = isentropic processes? However, I've seen couple of online notes/books, and...
Thread 'How can I find the cleanout for my building drain?'
I am a long distance truck driver, but I recently completed a plumbing program with Stratford Career Institute. In the chapter of my textbook Repairing DWV Systems, the author says that if there is a clog in the building drain, one can clear out the clog by using a snake augur or maybe some other type of tool into the cleanout for the building drain. The author said that the cleanout for the building drain is usually near the stack. I live in a duplex townhouse. Just out of curiosity, I...
I have an engine that uses a dry sump oiling system. The oil collection pan has three AN fittings to use for scavenging. Two of the fittings are approximately on the same level, the third is about 1/2 to 3/4 inch higher than the other two. The system ran for years with no problem using a three stage pump (one pressure and two scavenge stages). The two scavenge stages were connected at times to any two of the three AN fittings on the tank. Recently I tried an upgrade to a four stage pump...

Similar threads

Back
Top