Skip to main content
3-Newcomer
May 21, 2023
Solved

Find the intersection of two functions

  • May 21, 2023
  • 2 replies
  • 2011 views

Hey, I need a littel help with this:

I have been given two functions

GC_9773915_0-1684691126460.png

and I need to find the two intersections in the interval -1<x<4.

How can I do this?

Thanks alot!

 

 

 

Best answer by Werner_E

Here is one way, using the numeric "root" function

Werner_E_0-1684707838466.png

 

File format: Prime 9

2 replies

Werner_E25-Diamond IAnswer
25-Diamond I
May 21, 2023

Here is one way, using the numeric "root" function

Werner_E_0-1684707838466.png

 

File format: Prime 9

3-Newcomer
May 22, 2023

Thanks a lot!

 

 

ttokoro
21-Topaz I
21-Topaz I
May 22, 2023

image.pngimage.pngimage.png

image.png

t.t.
3-Newcomer
May 22, 2023

Thank you for the help.