I am interested in the perimeter $P(\Delta')$ of a modified version of a triangle $\Delta = (A,B,C)$. I chose point $B$ to be the point I want to shift towards the inside (or on the boundary) of $\Delta$. I chose a distance $r<h$ where $h$ is the height of the triangle. $B$ can be moved to an arbitrary point $E$ which is of distance $r$ to $B$ and lays inside or on the boundary of $\Delta$. This means that $E$ must also lay on the circle of radius $r$ with the center point $B$. I denote $\Delta'=(A,E,C)$. What is the perimeter $P(\Delta')$ of the new triangle given the original side lengths, $r$ (and probably some representation of the arc length to E)? In what range does $P(\Delta)-P(\Delta')$ lie in?
I attached a small figure which visualizes both triangles.
Edit
Based on the comments, I added some notation:
Assuming $B=(0,0)$, then we have $E=(x,y)$ with $x=\lambda_A x_A + \lambda_C x_C$ and $y=\lambda_A y_A + \lambda_C y_C$ ($\lambda_A+\lambda_C = 1$).
This gives us the following set of equations:
$$r=\sqrt{(0-x)^2 + (0-y)^2} = \sqrt{(\lambda_A x_A + \lambda_C x_C)^2 + (\lambda_A y_A + \lambda_C y_C)^2}$$ $$|AE| = \sqrt{(x-x_A)^2+(y-y_A)^2}$$ $$|CE| = \sqrt{(x-x_C)^2+(y-y_C)^2}$$
Moreover, we have: $$|AB| = \sqrt{x_A^2 + y_A^2}$$ $$|CB| = \sqrt{x_C^2 + y_C^2}$$
The perimeter change is in fact the difference $|AB|+ |CB| - |AE| - |CE|$. I would like to show that $r \leq |AB|+ |CB| - |AE| - |CE|$. I struggle with the proof because I still have six variables $x_A,x_C,y_A,y_C,\lambda_A$ and $\lambda_C$.
Background
This question arises from a computer science problem called lawn mowing/milling, where you are given a cutter (in my case a circular shape) and a Polygon to cover. I noticed that given a tour of the circular cutter one can change the cutter from a circular shape with a radius $s$ to a square with side length $2s$. Afterward, the tour can be shortened a bit. I have already proven a specific length $r$ that I can move the points of the tour "inwards" to shorten the tour. My goal is to find out how much shorter the final tour gets when I modify it. In my example, $A-B-C$ are part of the tour and $B$ is a point which can be moved inward by $r$ to a point $E$. My tour will later be $A-E-C$. I want to find out how much the tour is shortened after my transformation and I hope that it will be shortened by at least $r$.





We can find perimeter change as a function of parameter $ \theta$
Let the circle be centered at (0,0) and radius r.
Let two points on a vertical line be $ ( h,-p),(h,q) $
slant line lengths sum for $\theta_1,$ $ L1=$
$$ = \sqrt { r\cos \theta_1 -h)^2} + \sqrt{( r \sin \theta_1 +p)^2}$$ $$ + \sqrt { r\cos \theta_1 -h)^2} + \sqrt{( r \sin \theta_1-q)^2}$$ For $\theta_2$, $L_2=$ $$ = \sqrt { (r\cos \theta_2 -h)^2} + \sqrt{( r \sin \theta_2 +p)^2}$$ $$ + \sqrt { (r\cos \theta_2 -h)^2} + \sqrt{( r \sin \theta_2-q)^2}$$
The perimeter change is difference $ L_2- L_1$ where $L_2$ pair is marked in red. It depends on two $\theta_ s$ , the constants are $( h,p,q,r).$