Find the points of intersection of the curves y=2sin(x-3) and y=-4x^2+2?

Yummys
Messages
2
Reaction score
0
Can someone do it without using a graphing calculator? The question specifically states not to use "Trace". I don't understand how to do it algebraically, and I'd love it if someone could teach me. Please and thanks!
 
Physics news on Phys.org
Well you can't solve it algebraically, you can solve it using a numerical method or if you use approximations or maybe some special function (which I am most likely unfamiliar with).
 
rock.freak667 said:
Well you can't solve it algebraically, you can solve it using a numerical method or if you use approximations or maybe some special function (which I am most likely unfamiliar with).

A numerical method? Like, plugging in numbers? Sorry I'm lost.
 
Yummys said:
A numerical method? Like, plugging in numbers? Sorry I'm lost.

Do you know bisection method? Newton's method?
 
Yummys said:
A numerical method? Like, plugging in numbers? Sorry I'm lost.

You can use iterative methods which essentially like guessing but the iterations would converge to the points you want to a certain degree of accuracy.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top