Line equation through point, parallel to plane and intersecting line The Next CEO of Stack...

Is it my responsibility to learn a new technology in my own time my employer wants to implement?

Fastest way to shutdown Ubuntu Mate 18.10

Can a single photon have an energy density?

How do I go from 300 unfinished/half written blog posts, to published posts?

Does the Brexit deal have to be agreed by both Houses?

How to write the block matrix in LaTex?

How can I open an app using Terminal?

Implement the Thanos sorting algorithm

How did people program for Consoles with multiple CPUs?

Only print output after finding pattern

Is a stroke of luck acceptable after a series of unfavorable events?

How to get regions to plot as graphics

Natural language into sentence logic

MAZDA 3 2006 (UK) - poor acceleration then takes off at 3250 revs

What do "high sea" and "carry" mean in this sentence?

Too much space between section and text in a twocolumn document

How to start emacs in "nothing" mode (`fundamental-mode`)

Visit to the USA with ESTA approved before trip to Iran

How do we know the LHC results are robust?

Rotate a column

I believe this to be a fraud - hired, then asked to cash check and send cash as Bitcoin

Anatomically Correct Strange Women In Ponds Distributing Swords

Why doesn't a table tennis ball float on the surface? How do we calculate buoyancy here?

What is the point of a new vote on May's deal when the indicative votes suggest she will not win?



Line equation through point, parallel to plane and intersecting line



The Next CEO of Stack OverflowFind equation of a plane that passes through point and contains the intersection line of 2 other planesEquation for a line through a plane in homogeneous coordinates.Find the equation of a plane that is perpendicular to another plane, parallel to a line and goes through a pointEquation of a line through a point and another lineEquation of a plane through line and pointEquation of plane passing through intersection of line and planeFind the equation of the plane that has distance $1$ from line $X: (1,0,2) + lambda (1,0,2)$ and contains points $P=(1,1,-1)$ and $Q = (2,1,1)$Equation of the plane containing the following point and line?Find the equation of the plane that passes through a point & is parallel/orthogonal to a plane/linefind a plane that passes through one line and is parallel to another












2












$begingroup$


Write the equations of the line that passes through point $M(1,0,7)$, is parallel with the plane $3x-y+2z-15=0$ and intersects line $frac{x-1}{4}=frac{y-3}{2}=frac{z}{1}$



Alright, so from what I know, if a line is parallel to a plane, that means that the plane's normal vector is perpendicular to the line's direction vector, so their dot product must be 0. The plane's normal vector is $v=langle3,-1,2rangle$ from what I can tell.
What other conditions are there for a line to intersect another line, in 3D? Also, can I get an equation from the given point as well?



EDIT:



To get the point of intersection between my given line and the plane, I write down the parametric equations for my line. I have $z=t, y=2t+3, x=4t+1$. I substitute these in the plane equation that you've given me(in which I have my line) and I get the point of intersection between the plane and the line $t=frac{17}{13}$. That point should be on the line I'm looking for as well. I get point $B(frac{68}{13},frac{37}{13},-frac{74}{13})$.



Then, when I try to compute the line equation from the two points I know are on it, I get $x=frac{81}{13}+frac{68}{13}t, y=frac{37}{13}+frac{37}{13}t, z=frac{17}{13}-frac{74}{13}t$.
The thing is, when I try to compute the dot product between the line's direction vector and the normal vector of the plane to which it is parallel to, I don't get $0$. I ran this many times, and I get the same result every time. Am I doing something wrong? I don't think it's a computation error.










share|cite|improve this question











$endgroup$

















    2












    $begingroup$


    Write the equations of the line that passes through point $M(1,0,7)$, is parallel with the plane $3x-y+2z-15=0$ and intersects line $frac{x-1}{4}=frac{y-3}{2}=frac{z}{1}$



    Alright, so from what I know, if a line is parallel to a plane, that means that the plane's normal vector is perpendicular to the line's direction vector, so their dot product must be 0. The plane's normal vector is $v=langle3,-1,2rangle$ from what I can tell.
    What other conditions are there for a line to intersect another line, in 3D? Also, can I get an equation from the given point as well?



    EDIT:



    To get the point of intersection between my given line and the plane, I write down the parametric equations for my line. I have $z=t, y=2t+3, x=4t+1$. I substitute these in the plane equation that you've given me(in which I have my line) and I get the point of intersection between the plane and the line $t=frac{17}{13}$. That point should be on the line I'm looking for as well. I get point $B(frac{68}{13},frac{37}{13},-frac{74}{13})$.



    Then, when I try to compute the line equation from the two points I know are on it, I get $x=frac{81}{13}+frac{68}{13}t, y=frac{37}{13}+frac{37}{13}t, z=frac{17}{13}-frac{74}{13}t$.
    The thing is, when I try to compute the dot product between the line's direction vector and the normal vector of the plane to which it is parallel to, I don't get $0$. I ran this many times, and I get the same result every time. Am I doing something wrong? I don't think it's a computation error.










    share|cite|improve this question











    $endgroup$















      2












      2








      2





      $begingroup$


      Write the equations of the line that passes through point $M(1,0,7)$, is parallel with the plane $3x-y+2z-15=0$ and intersects line $frac{x-1}{4}=frac{y-3}{2}=frac{z}{1}$



      Alright, so from what I know, if a line is parallel to a plane, that means that the plane's normal vector is perpendicular to the line's direction vector, so their dot product must be 0. The plane's normal vector is $v=langle3,-1,2rangle$ from what I can tell.
      What other conditions are there for a line to intersect another line, in 3D? Also, can I get an equation from the given point as well?



      EDIT:



      To get the point of intersection between my given line and the plane, I write down the parametric equations for my line. I have $z=t, y=2t+3, x=4t+1$. I substitute these in the plane equation that you've given me(in which I have my line) and I get the point of intersection between the plane and the line $t=frac{17}{13}$. That point should be on the line I'm looking for as well. I get point $B(frac{68}{13},frac{37}{13},-frac{74}{13})$.



      Then, when I try to compute the line equation from the two points I know are on it, I get $x=frac{81}{13}+frac{68}{13}t, y=frac{37}{13}+frac{37}{13}t, z=frac{17}{13}-frac{74}{13}t$.
      The thing is, when I try to compute the dot product between the line's direction vector and the normal vector of the plane to which it is parallel to, I don't get $0$. I ran this many times, and I get the same result every time. Am I doing something wrong? I don't think it's a computation error.










      share|cite|improve this question











      $endgroup$




      Write the equations of the line that passes through point $M(1,0,7)$, is parallel with the plane $3x-y+2z-15=0$ and intersects line $frac{x-1}{4}=frac{y-3}{2}=frac{z}{1}$



      Alright, so from what I know, if a line is parallel to a plane, that means that the plane's normal vector is perpendicular to the line's direction vector, so their dot product must be 0. The plane's normal vector is $v=langle3,-1,2rangle$ from what I can tell.
      What other conditions are there for a line to intersect another line, in 3D? Also, can I get an equation from the given point as well?



      EDIT:



      To get the point of intersection between my given line and the plane, I write down the parametric equations for my line. I have $z=t, y=2t+3, x=4t+1$. I substitute these in the plane equation that you've given me(in which I have my line) and I get the point of intersection between the plane and the line $t=frac{17}{13}$. That point should be on the line I'm looking for as well. I get point $B(frac{68}{13},frac{37}{13},-frac{74}{13})$.



      Then, when I try to compute the line equation from the two points I know are on it, I get $x=frac{81}{13}+frac{68}{13}t, y=frac{37}{13}+frac{37}{13}t, z=frac{17}{13}-frac{74}{13}t$.
      The thing is, when I try to compute the dot product between the line's direction vector and the normal vector of the plane to which it is parallel to, I don't get $0$. I ran this many times, and I get the same result every time. Am I doing something wrong? I don't think it's a computation error.







      algebra-precalculus geometry analytic-geometry solid-geometry






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Jan 26 '16 at 19:12









      Rory Daulton

      29.5k63355




      29.5k63355










      asked Jan 26 '16 at 17:22









      MikhaelMMikhaelM

      788615




      788615






















          1 Answer
          1






          active

          oldest

          votes


















          3












          $begingroup$

          Another condition "for a line to intersect another line, in 3D" is that there is a point that is on both lines. That sounds simplistic but that really is the condition.



          Here is one way to solve your problem. The line that you want is in a plane that is parallel to the plane $3x-y+2z-15=0$. Any such plane has the equation



          $$3x-y+2z+D=0$$



          for some constant $D$. That plane must also go through the point $M(1,0,7)$, so we can substitute to find the value of $D$:



          $$3cdot 1-0+2cdot 7+D=0$$



          So $D=-17$ and the plane is $3x-y+3z-17=0$.



          Combining that with your equations $frac{x-1}{4}=frac{y-3}{2}=frac{z}{1}$ you can find the single point that is the intersection of that plane and your given line. The line you want goes through those two points.



          You should be able to finish from here.





          There are multiple ways to find the intersection of the plane and of the given line. You showed one way, by giving a parameterization of the line and solving for the parameter. You did make a computation error: the equation you get is



          $$3(4t+1)-(2t+3)+2(t)-17=0$$



          and the solution is



          $$t=frac{17}{12}$$



          which makes $x=frac{20}3, y=frac{35}6, z=frac{17}{12}$. Substituting this solution into all the equations checks, so this is the right answer. Thus the intersection point is




          $$Qleft(frac{20}3, frac{35}6, frac{17}{12}right)$$




          I got the intersection point by different means, by setting up and solving these simultaneous linear equations:



          $$begin{align}
          color{white}{1}x color{white}{+0y}-4z&=1 \
          y-2z&=3 \
          3x-y+2z&=17
          end{align}$$



          I got the same intersection point.






          share|cite|improve this answer











          $endgroup$













          • $begingroup$
            Thanks! I'm still having a bit of an issue with the final result I get. I edited my initial post to outline the steps I've taken.
            $endgroup$
            – MikhaelM
            Jan 26 '16 at 18:38










          • $begingroup$
            @MikhaelM: See the addition to my answer. Let me know if you can't finish from there.
            $endgroup$
            – Rory Daulton
            Jan 26 '16 at 18:54










          • $begingroup$
            Thank you! Seems I can't add >.<
            $endgroup$
            – MikhaelM
            Jan 26 '16 at 19:41












          Your Answer





          StackExchange.ifUsing("editor", function () {
          return StackExchange.using("mathjaxEditing", function () {
          StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
          StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
          });
          });
          }, "mathjax-editing");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "69"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          noCode: true, onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1627986%2fline-equation-through-point-parallel-to-plane-and-intersecting-line%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          3












          $begingroup$

          Another condition "for a line to intersect another line, in 3D" is that there is a point that is on both lines. That sounds simplistic but that really is the condition.



          Here is one way to solve your problem. The line that you want is in a plane that is parallel to the plane $3x-y+2z-15=0$. Any such plane has the equation



          $$3x-y+2z+D=0$$



          for some constant $D$. That plane must also go through the point $M(1,0,7)$, so we can substitute to find the value of $D$:



          $$3cdot 1-0+2cdot 7+D=0$$



          So $D=-17$ and the plane is $3x-y+3z-17=0$.



          Combining that with your equations $frac{x-1}{4}=frac{y-3}{2}=frac{z}{1}$ you can find the single point that is the intersection of that plane and your given line. The line you want goes through those two points.



          You should be able to finish from here.





          There are multiple ways to find the intersection of the plane and of the given line. You showed one way, by giving a parameterization of the line and solving for the parameter. You did make a computation error: the equation you get is



          $$3(4t+1)-(2t+3)+2(t)-17=0$$



          and the solution is



          $$t=frac{17}{12}$$



          which makes $x=frac{20}3, y=frac{35}6, z=frac{17}{12}$. Substituting this solution into all the equations checks, so this is the right answer. Thus the intersection point is




          $$Qleft(frac{20}3, frac{35}6, frac{17}{12}right)$$




          I got the intersection point by different means, by setting up and solving these simultaneous linear equations:



          $$begin{align}
          color{white}{1}x color{white}{+0y}-4z&=1 \
          y-2z&=3 \
          3x-y+2z&=17
          end{align}$$



          I got the same intersection point.






          share|cite|improve this answer











          $endgroup$













          • $begingroup$
            Thanks! I'm still having a bit of an issue with the final result I get. I edited my initial post to outline the steps I've taken.
            $endgroup$
            – MikhaelM
            Jan 26 '16 at 18:38










          • $begingroup$
            @MikhaelM: See the addition to my answer. Let me know if you can't finish from there.
            $endgroup$
            – Rory Daulton
            Jan 26 '16 at 18:54










          • $begingroup$
            Thank you! Seems I can't add >.<
            $endgroup$
            – MikhaelM
            Jan 26 '16 at 19:41
















          3












          $begingroup$

          Another condition "for a line to intersect another line, in 3D" is that there is a point that is on both lines. That sounds simplistic but that really is the condition.



          Here is one way to solve your problem. The line that you want is in a plane that is parallel to the plane $3x-y+2z-15=0$. Any such plane has the equation



          $$3x-y+2z+D=0$$



          for some constant $D$. That plane must also go through the point $M(1,0,7)$, so we can substitute to find the value of $D$:



          $$3cdot 1-0+2cdot 7+D=0$$



          So $D=-17$ and the plane is $3x-y+3z-17=0$.



          Combining that with your equations $frac{x-1}{4}=frac{y-3}{2}=frac{z}{1}$ you can find the single point that is the intersection of that plane and your given line. The line you want goes through those two points.



          You should be able to finish from here.





          There are multiple ways to find the intersection of the plane and of the given line. You showed one way, by giving a parameterization of the line and solving for the parameter. You did make a computation error: the equation you get is



          $$3(4t+1)-(2t+3)+2(t)-17=0$$



          and the solution is



          $$t=frac{17}{12}$$



          which makes $x=frac{20}3, y=frac{35}6, z=frac{17}{12}$. Substituting this solution into all the equations checks, so this is the right answer. Thus the intersection point is




          $$Qleft(frac{20}3, frac{35}6, frac{17}{12}right)$$




          I got the intersection point by different means, by setting up and solving these simultaneous linear equations:



          $$begin{align}
          color{white}{1}x color{white}{+0y}-4z&=1 \
          y-2z&=3 \
          3x-y+2z&=17
          end{align}$$



          I got the same intersection point.






          share|cite|improve this answer











          $endgroup$













          • $begingroup$
            Thanks! I'm still having a bit of an issue with the final result I get. I edited my initial post to outline the steps I've taken.
            $endgroup$
            – MikhaelM
            Jan 26 '16 at 18:38










          • $begingroup$
            @MikhaelM: See the addition to my answer. Let me know if you can't finish from there.
            $endgroup$
            – Rory Daulton
            Jan 26 '16 at 18:54










          • $begingroup$
            Thank you! Seems I can't add >.<
            $endgroup$
            – MikhaelM
            Jan 26 '16 at 19:41














          3












          3








          3





          $begingroup$

          Another condition "for a line to intersect another line, in 3D" is that there is a point that is on both lines. That sounds simplistic but that really is the condition.



          Here is one way to solve your problem. The line that you want is in a plane that is parallel to the plane $3x-y+2z-15=0$. Any such plane has the equation



          $$3x-y+2z+D=0$$



          for some constant $D$. That plane must also go through the point $M(1,0,7)$, so we can substitute to find the value of $D$:



          $$3cdot 1-0+2cdot 7+D=0$$



          So $D=-17$ and the plane is $3x-y+3z-17=0$.



          Combining that with your equations $frac{x-1}{4}=frac{y-3}{2}=frac{z}{1}$ you can find the single point that is the intersection of that plane and your given line. The line you want goes through those two points.



          You should be able to finish from here.





          There are multiple ways to find the intersection of the plane and of the given line. You showed one way, by giving a parameterization of the line and solving for the parameter. You did make a computation error: the equation you get is



          $$3(4t+1)-(2t+3)+2(t)-17=0$$



          and the solution is



          $$t=frac{17}{12}$$



          which makes $x=frac{20}3, y=frac{35}6, z=frac{17}{12}$. Substituting this solution into all the equations checks, so this is the right answer. Thus the intersection point is




          $$Qleft(frac{20}3, frac{35}6, frac{17}{12}right)$$




          I got the intersection point by different means, by setting up and solving these simultaneous linear equations:



          $$begin{align}
          color{white}{1}x color{white}{+0y}-4z&=1 \
          y-2z&=3 \
          3x-y+2z&=17
          end{align}$$



          I got the same intersection point.






          share|cite|improve this answer











          $endgroup$



          Another condition "for a line to intersect another line, in 3D" is that there is a point that is on both lines. That sounds simplistic but that really is the condition.



          Here is one way to solve your problem. The line that you want is in a plane that is parallel to the plane $3x-y+2z-15=0$. Any such plane has the equation



          $$3x-y+2z+D=0$$



          for some constant $D$. That plane must also go through the point $M(1,0,7)$, so we can substitute to find the value of $D$:



          $$3cdot 1-0+2cdot 7+D=0$$



          So $D=-17$ and the plane is $3x-y+3z-17=0$.



          Combining that with your equations $frac{x-1}{4}=frac{y-3}{2}=frac{z}{1}$ you can find the single point that is the intersection of that plane and your given line. The line you want goes through those two points.



          You should be able to finish from here.





          There are multiple ways to find the intersection of the plane and of the given line. You showed one way, by giving a parameterization of the line and solving for the parameter. You did make a computation error: the equation you get is



          $$3(4t+1)-(2t+3)+2(t)-17=0$$



          and the solution is



          $$t=frac{17}{12}$$



          which makes $x=frac{20}3, y=frac{35}6, z=frac{17}{12}$. Substituting this solution into all the equations checks, so this is the right answer. Thus the intersection point is




          $$Qleft(frac{20}3, frac{35}6, frac{17}{12}right)$$




          I got the intersection point by different means, by setting up and solving these simultaneous linear equations:



          $$begin{align}
          color{white}{1}x color{white}{+0y}-4z&=1 \
          y-2z&=3 \
          3x-y+2z&=17
          end{align}$$



          I got the same intersection point.







          share|cite|improve this answer














          share|cite|improve this answer



          share|cite|improve this answer








          edited Jan 26 '16 at 19:00

























          answered Jan 26 '16 at 18:03









          Rory DaultonRory Daulton

          29.5k63355




          29.5k63355












          • $begingroup$
            Thanks! I'm still having a bit of an issue with the final result I get. I edited my initial post to outline the steps I've taken.
            $endgroup$
            – MikhaelM
            Jan 26 '16 at 18:38










          • $begingroup$
            @MikhaelM: See the addition to my answer. Let me know if you can't finish from there.
            $endgroup$
            – Rory Daulton
            Jan 26 '16 at 18:54










          • $begingroup$
            Thank you! Seems I can't add >.<
            $endgroup$
            – MikhaelM
            Jan 26 '16 at 19:41


















          • $begingroup$
            Thanks! I'm still having a bit of an issue with the final result I get. I edited my initial post to outline the steps I've taken.
            $endgroup$
            – MikhaelM
            Jan 26 '16 at 18:38










          • $begingroup$
            @MikhaelM: See the addition to my answer. Let me know if you can't finish from there.
            $endgroup$
            – Rory Daulton
            Jan 26 '16 at 18:54










          • $begingroup$
            Thank you! Seems I can't add >.<
            $endgroup$
            – MikhaelM
            Jan 26 '16 at 19:41
















          $begingroup$
          Thanks! I'm still having a bit of an issue with the final result I get. I edited my initial post to outline the steps I've taken.
          $endgroup$
          – MikhaelM
          Jan 26 '16 at 18:38




          $begingroup$
          Thanks! I'm still having a bit of an issue with the final result I get. I edited my initial post to outline the steps I've taken.
          $endgroup$
          – MikhaelM
          Jan 26 '16 at 18:38












          $begingroup$
          @MikhaelM: See the addition to my answer. Let me know if you can't finish from there.
          $endgroup$
          – Rory Daulton
          Jan 26 '16 at 18:54




          $begingroup$
          @MikhaelM: See the addition to my answer. Let me know if you can't finish from there.
          $endgroup$
          – Rory Daulton
          Jan 26 '16 at 18:54












          $begingroup$
          Thank you! Seems I can't add >.<
          $endgroup$
          – MikhaelM
          Jan 26 '16 at 19:41




          $begingroup$
          Thank you! Seems I can't add >.<
          $endgroup$
          – MikhaelM
          Jan 26 '16 at 19:41


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Mathematics Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          Use MathJax to format equations. MathJax reference.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1627986%2fline-equation-through-point-parallel-to-plane-and-intersecting-line%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Magento 2 - Add success message with knockout Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Success / Error message on ajax request$.widget is not a function when loading a homepage after add custom jQuery on custom themeHow can bind jQuery to current document in Magento 2 When template load by ajaxRedirect page using plugin in Magento 2Magento 2 - Update quantity and totals of cart page without page reload?Magento 2: Quote data not loaded on knockout checkoutMagento 2 : I need to change add to cart success message after adding product into cart through pluginMagento 2.2.5 How to add additional products to cart from new checkout step?Magento 2 Add error/success message with knockoutCan't validate Post Code on checkout page

          Fil:Tokke komm.svg

          Where did Arya get these scars? Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manara Favourite questions and answers from the 1st quarter of 2019Why did Arya refuse to end it?Has the pronunciation of Arya Stark's name changed?Has Arya forgiven people?Why did Arya Stark lose her vision?Why can Arya still use the faces?Has the Narrow Sea become narrower?Does Arya Stark know how to make poisons outside of the House of Black and White?Why did Nymeria leave Arya?Why did Arya not kill the Lannister soldiers she encountered in the Riverlands?What is the current canonical age of Sansa, Bran and Arya Stark?