Message Boards Message Boards

0
|
4948 Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Graph mark intersections

Posted 9 years ago
POSTED BY: Claude Dax
2 Replies

The intersections are given by

Solve[u'[1 + x] == p, x]
Solve[p - p x/(2 epsH) == u'[1 + x], x, Reals]

You can plot them this way

Plot[{Derivative[1][u][1 + b[t]], p, p - (p b[t])/(2 epsH)}, {b[t], 0,
   2 epsH}, 
 Epilog -> {PointSize[Large], 
   Point[{x, u'[1 + x]} /. 
     Join[Solve[u'[1 + x] == p, x], 
      Solve[p - p x/(2 epsH) == u'[1 + x], x, Reals]]]}]
POSTED BY: Gianluca Gorni
Posted 9 years ago

first ty for your suggestion. this is the result and it looks nice.

enter image description here

This is good and i could work with it but honestly i would like to have lines added for the intersection. here is what i mean, enter image description here

if anyone got an idea to add this please let me know :) i wish you all a good day

POSTED BY: Claude Dax
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract