Difference between revisions of "Left Hand Wall"
Jump to navigation
Jump to search
Line 135: | Line 135: | ||
<center><math>x''=-2.299843\ y''+.113069</math></center> | <center><math>x''=-2.299843\ y''+.113069</math></center> | ||
+ | |||
+ | <pre> | ||
+ | leftRotated = | ||
+ | ContourPlot[x2 == -2.299843 y + .113069, {y, -1, 1}, {x2, 0, 1.8}, | ||
+ | Frame -> {True, True, False, False}, | ||
+ | PlotLabel -> | ||
+ | "Right side limit of DC as a function of X and Y", | ||
+ | FrameLabel -> {"y (meters)", "x (meters)"}, | ||
+ | ContourStyle -> Black, | ||
+ | PlotLegends -> Automatic]; | ||
+ | </pre> |
Revision as of 14:38, 28 April 2017
Parameterizing this
where the negative sign is applied to the sine function by the even odd relationships of cosine and sine, i.e. ( sin(-t)=-sin(t), cos(-t)=cos(t)) and the fact that the y component is in the 4th quadrant.
Using the equation for y we can solve for t
Substituting this into the expression for x
leftRotated = ContourPlot[x2 == -2.299843 y + .113069, {y, -1, 1}, {x2, 0, 1.8}, Frame -> {True, True, False, False}, PlotLabel -> "Right side limit of DC as a function of X and Y", FrameLabel -> {"y (meters)", "x (meters)"}, ContourStyle -> Black, PlotLegends -> Automatic];