Find the points of intersection for y=e^x and y=sin(2x). are there an infamous (sp?) number of points of intersection for these equations?

infinite not infamous my bad :)

No, the sin curve oscillates between -1 and +1.

The e^x curve aims off to the heavens.

show that the line y=2x-3 and 2y+x+1=0 are perpendicular to each other

To find the points of intersection for the equations y = e^x and y = sin(2x), we need to solve the equations together. In this case, there is no infamous (read as "infinite") number of points of intersection. There will be a finite number of points where these two curves intersect.

To find the points of intersection, we can set the equations equal to each other and solve for x:

e^x = sin(2x)

However, solving this equation analytically can be quite challenging, and there is no exact closed-form solution. Therefore, we will use numerical methods or graphing tools to find the approximate solutions.

One way to find the points of intersection is by using a graphing calculator or a plotting tool. Plot the two curves on the same graph and observe the points where they intersect. The intersection points will be the x-values where the two curves cross each other.

Alternatively, we can use numerical methods such as the Newton-Raphson method or the bisection method to approximate the intersection points. These methods involve iteration and may require a computer program or a specialized software package to perform the calculations.

Keep in mind that the number of intersection points will depend on the scale of the graph and the range of x-values considered. There may be multiple solutions within a given range, or there might be no solutions at all.