Skip to main content

Questions tagged [intersection]

Questions on finding intersections of geometric objects: lines, planes, regions etc. with possible aid of ContourPlot, Interval, InfinitePlane and others.

3 votes
4 answers
501 views

Is there a way to find the intersection of boundaries of two cylinders without the user having to struggle with equations and, so to speak, reinvent the wheel? (I am particularly interested in ...
azerbajdzan's user avatar
  • 36.4k
1 vote
2 answers
144 views

Compute the tangents to the graph 𝑓(𝑥) = 𝑥2 + 2 at the points 𝑥1 = 0 and 𝑥2 = 1. (a) Plot the function 𝑓(𝑥) and the two tangents in a common plot. (b) Determine the point of intersection of ...
Katharina Beer's user avatar
2 votes
1 answer
167 views

I have the programm which is quite difficult for me and I'm trying to use it for my own purposes, to demonstrate the solution of the geomtric problem. What should I add in this program to get the ...
Maria's user avatar
  • 21
3 votes
2 answers
331 views

How can I find the intersection coordinates of a pair of line segments where they intersect at a single point? I tried using Solve to find the intersection, but I ...
hana's user avatar
  • 2,612
0 votes
6 answers
198 views

Given the set A={x|-5<x^3<5} and the set B={-3,-1,0,2,3}, how to find the intersection of sets A and B? I tried the ...
csn899's user avatar
  • 1
5 votes
2 answers
216 views

I have mathematical expressions of a cylinder (oriented along the x-axis) and a parabola. And I can easily plot both the surfaces using ContourPlot3D as shown below. ...
Arssat's user avatar
  • 313
4 votes
1 answer
266 views

Basically, I want to compare the overlap between two polygons (or regions). First, I have a reference particle ring that can form a simple polygon, but this type of ring is very thin and long, and its ...
J. W's user avatar
  • 71
3 votes
2 answers
285 views

I tried to draw intersection of a plane and a cone. Hyperbola ...
minhthien_2016's user avatar
0 votes
1 answer
174 views

I would like to plot a surface between the intersecting points of three 3-dimensional curves. The curves are created using ListLinePlot3D, from the following lists: List1: ...
Ryan Lobjoit's user avatar
2 votes
2 answers
211 views

I want to determine the point I as vertex of the parabola that is the intersection of the plane plane = InfinitePlane[{{0, myy, 0}, {0, myy, -1}, {1, myy, -3}}]; ...
minhthien_2016's user avatar
1 vote
1 answer
208 views

I have a cone and a plane myQ = x - 4 y + z + 4 == 0;. How can I draw the intersection of the cone and the plane myQ? ...
John Paul Peter's user avatar
3 votes
1 answer
130 views

With MMA 12, I have a cone & sphere in 3D, that intersect. The area where they intersect I've managed to color (yellow), but I would like to surround that area with a more prominent line of a ...
fiz's user avatar
  • 734
4 votes
3 answers
638 views

So, I can create a circle filled with circles of the same radius that gives this example picture: with this code: ...
Romogi's user avatar
  • 647
4 votes
1 answer
222 views

"Code used in Mathematica version 13.3.1 on a Microsoft Windows (64-bit) (July 24, 2023) system" I used @cvgmt's code to find the intersection points from a parametric plot graphically: <...
codebpr's user avatar
  • 3,038

15 30 50 per page
1
2 3 4 5
14