{"id":6116,"date":"2021-10-07T17:58:14","date_gmt":"2021-10-07T12:28:14","guid":{"rendered":"https:\/\/mathemerize.com\/?p=6116"},"modified":"2021-11-27T16:12:24","modified_gmt":"2021-11-27T10:42:24","slug":"point-of-intersection-of-two-lines-in-3d","status":"publish","type":"post","link":"https:\/\/mathemerize.com\/point-of-intersection-of-two-lines-in-3d\/","title":{"rendered":"Point of Intersection of Two lines in 3d"},"content":{"rendered":"

Here you will learn how to find point of intersection of two lines in 3d for both vector and cartesian form with example.<\/p>\n

Let’s begin –<\/p>\n

Point of Intersection of Two lines in 3d<\/h2>\n

(a) Cartesian Form<\/strong><\/h4>\n

Algorithm :<\/strong><\/p>\n

\n

Let the two lines be\u00a0<\/p>\n

\\(x – x_1\\over a_1\\) = \\(y – y_1\\over b_1\\) = \\(z – z_1\\over c_1\\)\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 ……(i)<\/p>\n

and \\(x – x_2\\over a_2\\) = \\(y – y_2\\over b_2\\) = \\(z – z_2\\over c_2\\)\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0………(ii)<\/p>\n

1)<\/strong>. Write the coordinates of general point on (i) and (ii). The coordinates of general points on (i) and (ii) are given by<\/p>\n

\\(x – x_1\\over a_1\\) = \\(y – y_1\\over b_1\\) = \\(z – z_1\\over c_1\\) = \\(\\lambda\\)\u00a0 and\u00a0 \\(x – x_2\\over a_2\\) = \\(y – y_2\\over b_2\\) = \\(z – z_2\\over c_2\\) = \\(\\mu\\) respectively,<\/p>\n

i.e. (\\(a_1\\lambda + x_1\\), \\(b_1\\lambda + y_1\\), \\(c_1\\lambda + z_1\\)) and (\\(a_2\\mu + x_2\\), \\(b_2\\mu + y_2\\), \\(c_2\\mu + z_2\\))<\/p>\n

2).<\/strong> If all the line (i) and (ii) intersect, then they have a common point.<\/p>\n

\\(\\therefore\\) \\(a_1\\lambda + x_1\\) = \\(a_2\\mu + x_2\\), \\(b_1\\lambda + y_1\\) = \\(b_2\\mu + y_2\\) and \\(c_1\\lambda + z_1\\) = \\(c_2\\mu + z_2\\)<\/p>\n

3).<\/strong> Solve any two two of the equations in \\(\\lambda\\) and \\(\\mu\\) obtained in step 2. If the values of \\(\\lambda\\) and \\(\\mu\\) satisfy the third equation, then the lines (i) and (ii) intersect. Otherwise they do not intersect.<\/p>\n

4).<\/strong> To obtain the coordinates of the point of intersection, substitute the value of \\(\\lambda\\) (or \\(\\mu\\)) in the coordinates of general point(s) obtained in step 1.<\/p>\n<\/blockquote>\n

(b) Vector Form<\/strong><\/h4>\n

Algorithm :<\/strong><\/p>\n

\n

Let the two lines be\u00a0<\/p>\n

\\(\\vec{r}\\) = (\\(a_1\\hat{i} + a_2\\hat{j} + a_3\\hat{k}\\)) + \\(\\lambda\\) (\\(b_1\\hat{i} + b_2\\hat{j} + b_3\\hat{k}\\))\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 ……(i)<\/p>\n

and \\(\\vec{r}\\) = (\\({a_1}’ \\hat{i} + {a_2}’ \\hat{j} + {a_3}’ \\hat{k}\\)) + \\(\\mu\\) (\\({b_1}’\\hat{i} + {b_2}’\\hat{j} + {b_3}’\\hat{k}\\))\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0………(ii)<\/p>\n

1).<\/strong> If all the line (i) and (ii) intersect, then they have a common point.<\/p>\n

\\(\\therefore\\) (\\(a_1\\hat{i} + a_2\\hat{j} + a_3\\hat{k}\\)) + \\(\\lambda\\) (\\(b_1\\hat{i} + b_2\\hat{j} + b_3\\hat{k}\\)) = (\\({a_1}’ \\hat{i} + {a_2}’ \\hat{j} + {a_3}’ \\hat{k}\\)) + \\(\\mu\\) (\\({b_1}’\\hat{i} + {b_2}’\\hat{j} + {b_3}’\\hat{k}\\))\u00a0<\/p>\n

\\(\\implies\\) \\(a_1 + \\lambda b_1\\) = \\({a_1}’ + \\mu {b_1}’\\), \\(a_2 + \\lambda b_2\\) = \\({a_2}’ + \\mu {b_2}’\\) and \\(a_3 + \\lambda b_3\\) = \\({a_3}’ + \\mu {b_3}’\\)<\/p>\n

2).<\/strong> Solve any two two of the equations in \\(\\lambda\\) and \\(\\mu\\) obtained in step 2. If the values of \\(\\lambda\\) and \\(\\mu\\) satisfy the third equation, then the lines (i) and (ii) intersect. Otherwise they do not intersect.<\/p>\n

3).<\/strong> To obtain the position vector of the point of intersection, substitute the value of \\(\\lambda\\) (or \\(\\mu\\)) in (i) and (ii).<\/p>\n<\/blockquote>\n

Example<\/strong><\/span> : Show that the line \\(x – 1\\over 2\\) = \\(y – 2\\over 3\\) = \\(z – 3\\over 4\\) and \\(x – 4\\over 5\\) = \\(y – 1\\over 2\\) = z intersect. Finf their point of intersection.<\/p>\n

Solution<\/span><\/strong> : The coordinates of any point on first line are given by<\/p>\n

\\(x – 1\\over 2\\) = \\(y – 2\\over 3\\) = \\(z – 3\\over 4\\) = \\(\\lambda\\)<\/p>\n

or, x = \\(2\\lambda + 1\\), y = \\(3\\lambda + 2\\) and z = \\(4\\lambda + 3\\)<\/p>\n

The coordinates of any point on second line are given by<\/p>\n

\\(x – 4\\over 5\\) = \\(y – 1\\over 2\\) = z = \\(\\mu\\)\u00a0<\/p>\n

or, x = \\(5\\mu + 4\\), y = \\(2\\mu + 1\\), z = \\(\\mu\\)<\/p>\n

If the lines intersect, then they have a common point. So, for some values of \\(\\lambda\\) and \\(\\mu\\), we must have,<\/p>\n

\\(2\\lambda + 1\\) = \\(5\\mu + 4\\), \\(3\\lambda + 2\\) = \\(2\\mu + 1\\) and \\(4\\lambda + 3\\) = \\(\\mu\\)<\/p>\n

Solving first two of these equations, we get: \\(\\lambda\\) = -1 and \\(\\mu\\) = -1.<\/p>\n

Clearly, \\(\\lambda\\) = -1 and \\(\\mu\\) = -1 satisfy the third equation. So, the given lines intersect.<\/p>\n

Putting \\(\\lambda\\) in (\\(2\\lambda + 1\\), \\(3\\lambda + 2\\), \\(4\\lambda + 3\\)), the coordinates of the required point of intersection are (-1, -1, -1).<\/p>\n\n\n

\n
Next – Perpendicular Distance of a Point From a Line in 3d<\/a><\/div>\n<\/div>\n\n\n\n
\n
Previous – Angle Between Two Lines in 3d<\/a><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"

Here you will learn how to find point of intersection of two lines in 3d for both vector and cartesian form with example. Let’s begin – Point of Intersection of Two lines in 3d (a) Cartesian Form Algorithm : Let the two lines be\u00a0 \\(x – x_1\\over a_1\\) = \\(y – y_1\\over b_1\\) = \\(z …<\/p>\n

Point of Intersection of Two lines in 3d<\/span> Read More »<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"default","ast-global-header-display":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":""},"categories":[33],"tags":[],"yoast_head":"\nPoint of Intersection of Two lines in 3d - Mathemerize<\/title>\n<meta name=\"description\" content=\"In this post you will learn how to find point of intersection of two lines in 3d for both vector and cartesian form with example.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mathemerize.com\/point-of-intersection-of-two-lines-in-3d\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Point of Intersection of Two lines in 3d - Mathemerize\" \/>\n<meta property=\"og:description\" content=\"In this post you will learn how to find point of intersection of two lines in 3d for both vector and cartesian form with example.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mathemerize.com\/point-of-intersection-of-two-lines-in-3d\/\" \/>\n<meta property=\"og:site_name\" content=\"Mathemerize\" \/>\n<meta property=\"article:published_time\" content=\"2021-10-07T12:28:14+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-11-27T10:42:24+00:00\" \/>\n<meta name=\"author\" content=\"mathemerize\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"mathemerize\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/mathemerize.com\/point-of-intersection-of-two-lines-in-3d\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/mathemerize.com\/point-of-intersection-of-two-lines-in-3d\/\"},\"author\":{\"name\":\"mathemerize\",\"@id\":\"https:\/\/mathemerize.com\/#\/schema\/person\/104c8bc54f90618130a6665299bc55df\"},\"headline\":\"Point of Intersection of Two lines in 3d\",\"datePublished\":\"2021-10-07T12:28:14+00:00\",\"dateModified\":\"2021-11-27T10:42:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/mathemerize.com\/point-of-intersection-of-two-lines-in-3d\/\"},\"wordCount\":639,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/mathemerize.com\/#organization\"},\"articleSection\":[\"Vectors\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/mathemerize.com\/point-of-intersection-of-two-lines-in-3d\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/mathemerize.com\/point-of-intersection-of-two-lines-in-3d\/\",\"url\":\"https:\/\/mathemerize.com\/point-of-intersection-of-two-lines-in-3d\/\",\"name\":\"Point of Intersection of Two lines in 3d - Mathemerize\",\"isPartOf\":{\"@id\":\"https:\/\/mathemerize.com\/#website\"},\"datePublished\":\"2021-10-07T12:28:14+00:00\",\"dateModified\":\"2021-11-27T10:42:24+00:00\",\"description\":\"In this post you will learn how to find point of intersection of two lines in 3d for both vector and cartesian form with example.\",\"breadcrumb\":{\"@id\":\"https:\/\/mathemerize.com\/point-of-intersection-of-two-lines-in-3d\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/mathemerize.com\/point-of-intersection-of-two-lines-in-3d\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/mathemerize.com\/point-of-intersection-of-two-lines-in-3d\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/mathemerize.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Point of Intersection of Two lines in 3d\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/mathemerize.com\/#website\",\"url\":\"https:\/\/mathemerize.com\/\",\"name\":\"Mathemerize\",\"description\":\"Maths Tutorials - Study Math Online\",\"publisher\":{\"@id\":\"https:\/\/mathemerize.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/mathemerize.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/mathemerize.com\/#organization\",\"name\":\"Mathemerize\",\"url\":\"https:\/\/mathemerize.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/mathemerize.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/i1.wp.com\/mathemerize.com\/wp-content\/uploads\/2021\/05\/logo.png?fit=140%2C96&ssl=1\",\"contentUrl\":\"https:\/\/i1.wp.com\/mathemerize.com\/wp-content\/uploads\/2021\/05\/logo.png?fit=140%2C96&ssl=1\",\"width\":140,\"height\":96,\"caption\":\"Mathemerize\"},\"image\":{\"@id\":\"https:\/\/mathemerize.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.instagram.com\/mathemerize\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/mathemerize.com\/#\/schema\/person\/104c8bc54f90618130a6665299bc55df\",\"name\":\"mathemerize\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/mathemerize.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f0649d8b9c9f4ba7f1682b12d040d2a3?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f0649d8b9c9f4ba7f1682b12d040d2a3?s=96&d=mm&r=g\",\"caption\":\"mathemerize\"},\"sameAs\":[\"https:\/\/mathemerize.com\"],\"url\":\"https:\/\/mathemerize.com\/author\/mathemerize\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Point of Intersection of Two lines in 3d - Mathemerize","description":"In this post you will learn how to find point of intersection of two lines in 3d for both vector and cartesian form with example.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/mathemerize.com\/point-of-intersection-of-two-lines-in-3d\/","og_locale":"en_US","og_type":"article","og_title":"Point of Intersection of Two lines in 3d - Mathemerize","og_description":"In this post you will learn how to find point of intersection of two lines in 3d for both vector and cartesian form with example.","og_url":"https:\/\/mathemerize.com\/point-of-intersection-of-two-lines-in-3d\/","og_site_name":"Mathemerize","article_published_time":"2021-10-07T12:28:14+00:00","article_modified_time":"2021-11-27T10:42:24+00:00","author":"mathemerize","twitter_card":"summary_large_image","twitter_misc":{"Written by":"mathemerize","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/mathemerize.com\/point-of-intersection-of-two-lines-in-3d\/#article","isPartOf":{"@id":"https:\/\/mathemerize.com\/point-of-intersection-of-two-lines-in-3d\/"},"author":{"name":"mathemerize","@id":"https:\/\/mathemerize.com\/#\/schema\/person\/104c8bc54f90618130a6665299bc55df"},"headline":"Point of Intersection of Two lines in 3d","datePublished":"2021-10-07T12:28:14+00:00","dateModified":"2021-11-27T10:42:24+00:00","mainEntityOfPage":{"@id":"https:\/\/mathemerize.com\/point-of-intersection-of-two-lines-in-3d\/"},"wordCount":639,"commentCount":0,"publisher":{"@id":"https:\/\/mathemerize.com\/#organization"},"articleSection":["Vectors"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/mathemerize.com\/point-of-intersection-of-two-lines-in-3d\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/mathemerize.com\/point-of-intersection-of-two-lines-in-3d\/","url":"https:\/\/mathemerize.com\/point-of-intersection-of-two-lines-in-3d\/","name":"Point of Intersection of Two lines in 3d - Mathemerize","isPartOf":{"@id":"https:\/\/mathemerize.com\/#website"},"datePublished":"2021-10-07T12:28:14+00:00","dateModified":"2021-11-27T10:42:24+00:00","description":"In this post you will learn how to find point of intersection of two lines in 3d for both vector and cartesian form with example.","breadcrumb":{"@id":"https:\/\/mathemerize.com\/point-of-intersection-of-two-lines-in-3d\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mathemerize.com\/point-of-intersection-of-two-lines-in-3d\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/mathemerize.com\/point-of-intersection-of-two-lines-in-3d\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mathemerize.com\/"},{"@type":"ListItem","position":2,"name":"Point of Intersection of Two lines in 3d"}]},{"@type":"WebSite","@id":"https:\/\/mathemerize.com\/#website","url":"https:\/\/mathemerize.com\/","name":"Mathemerize","description":"Maths Tutorials - Study Math Online","publisher":{"@id":"https:\/\/mathemerize.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mathemerize.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/mathemerize.com\/#organization","name":"Mathemerize","url":"https:\/\/mathemerize.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mathemerize.com\/#\/schema\/logo\/image\/","url":"https:\/\/i1.wp.com\/mathemerize.com\/wp-content\/uploads\/2021\/05\/logo.png?fit=140%2C96&ssl=1","contentUrl":"https:\/\/i1.wp.com\/mathemerize.com\/wp-content\/uploads\/2021\/05\/logo.png?fit=140%2C96&ssl=1","width":140,"height":96,"caption":"Mathemerize"},"image":{"@id":"https:\/\/mathemerize.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.instagram.com\/mathemerize\/"]},{"@type":"Person","@id":"https:\/\/mathemerize.com\/#\/schema\/person\/104c8bc54f90618130a6665299bc55df","name":"mathemerize","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mathemerize.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/f0649d8b9c9f4ba7f1682b12d040d2a3?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f0649d8b9c9f4ba7f1682b12d040d2a3?s=96&d=mm&r=g","caption":"mathemerize"},"sameAs":["https:\/\/mathemerize.com"],"url":"https:\/\/mathemerize.com\/author\/mathemerize\/"}]}},"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/mathemerize.com\/wp-json\/wp\/v2\/posts\/6116"}],"collection":[{"href":"https:\/\/mathemerize.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mathemerize.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mathemerize.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mathemerize.com\/wp-json\/wp\/v2\/comments?post=6116"}],"version-history":[{"count":9,"href":"https:\/\/mathemerize.com\/wp-json\/wp\/v2\/posts\/6116\/revisions"}],"predecessor-version":[{"id":8693,"href":"https:\/\/mathemerize.com\/wp-json\/wp\/v2\/posts\/6116\/revisions\/8693"}],"wp:attachment":[{"href":"https:\/\/mathemerize.com\/wp-json\/wp\/v2\/media?parent=6116"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mathemerize.com\/wp-json\/wp\/v2\/categories?post=6116"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mathemerize.com\/wp-json\/wp\/v2\/tags?post=6116"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}