Hello everybody,
I've got this and one similar question in my exams, and I always get the wrong answer and zero points
And now, the problem. The problem is the third line of this "code", because I don't know how the 1 appeared and everything else here
Can somebody help me with this? Explain me to understand it?
Thanks
I've got this and one similar question in my exams, and I always get the wrong answer and zero points
Code:
y = 2 sin (pi x - y)
y' = 2 cos (pi x - y) (pi - y')
y'[1 + 2 cos (pi x - y)] = 2 pi cos (pi x - y)
=> y' = 2 pi cos (pi x - y) / [1 + 2 cos (pi x - y)
And now, the problem. The problem is the third line of this "code", because I don't know how the 1 appeared and everything else here
Can somebody help me with this? Explain me to understand it?
Thanks