|
It would be nice if where the curves met that the slopes also met. Unfortunately, there is no more "freedom" in choosing the quadratics. Need more coefficients to pick.
|
The rest of this is in octave mode
6 |-----------------------------------------------------------------------\ | | ***** + + | | *** ** | 5 |-+ L% ** +-| | %%%%%%%%%% | | %% *L@ | | *@ | 4 |-+ ##@ +-| | # @ $$$$$$ | | # @@ $$ && | 3 |-+ ## @@ $$ &&&&L= +-| | # @@$ && == | | ## $@@ && ===== = | 2 |-+ #$$ L& && =========== +-| | &&& == | | == | | = | 1 |-+ = +-| | == | | + + + = | 0 |-----------------------------------------------------------------------\ | -5 0 5 10 15 6 |-----------------------------------------------------------------------| | ***** + + | | *** ** | 5 |-+ L% ** +-| | %%%%%%%%%% | | %% *L@ | | *@ | 4 |-+ ##@ +-| | # @ $$$$$$ | | # @@ $$ && | 3 |-+ ## @@ $$ &&&&L= +-| | # @@$ && == | | ## $@@ && ===== = | 2 |-+ #$$ L& && =========== +-| | &&& == | | == | | = | 1 |-+ = +-| | == | | + + + = | 0 |-----------------------------------------------------------------------| -5 0 5 10 15 |
Here is a parametric version of above. Notice the use of sign to make the slopes match graphical reality.
6 |-----------------------------------------------------------------------\ | | + + + + + | | | 5 |-+ *****************************| | *************** | | ####L*** | | ######## | 4 |-+ L +-| | $$ | |%%%%%%%%%%% | 3 |-+ $$$$ %%%%%%%%%%% +-| |$$$$ %%%%%%% | | %%%%%% | 2 |-+ %%%%%%% +-| | %%%% | | %%%%%%% | | %%%% | 1 |-+ %%%%% +-| | %%%% | | + + + + + %%%% | 0 |-----------------------------------------------------------------------\ | 1 1.5 2 2.5 3 3.5 4 6 |-----------------------------------------------------------------------| | + + + + + | | | 5 |-+ *****************************| | *************** | | ####L*** | | ######## | 4 |-+ L +-| | $$ | |%%%%%%%%%%% | 3 |-+ $$$$ %%%%%%%%%%% +-| |$$$$ %%%%%%% | | %%%%%% | 2 |-+ %%%%%%% +-| | %%%% | | %%%%%%% | | %%%% | 1 |-+ %%%%% +-| | %%%% | | + + + + + %%%% | 0 |-----------------------------------------------------------------------| 1 1.5 2 2.5 3 3.5 4 |
|