JulienB said:
Homework Statement
Hi everybody! In the middle of an exercise, our teacher suddenly wrote:
<br />
sin(\frac{x}{y} sin y) = \frac{x}{y} sin y - \frac{1}{2} sin θ (\frac{x}{y} sin y)^2<br />
I don't get where does that come from? The closest I've managed to reach is:
<br />
sin(\frac{x}{y} sin y) = \frac{x}{y} sin y - (\frac{x}{y} sin y)^2 \frac{x sin y}{6y} + O(x^5)<br />
What is this θ? It doesn't show up neither before nor after that line :/Thanks in advance for your answers.Julien.
When using TeX/LaTeX, please try to remember to use "\sin" instead of "sin", because using "sin" looks ugly and hard to read, like this ##sin x##, while using "\sin" produced pleasing and easy-to-read results like this: ##\sin x##. Same for cos, tan, csc, sec, cot, (plus their inverses), exp, sinh, cosh, tanh, log, ln, lim, max, min---basically, all the standard functions.
Anyway, he/she is using the standard form of remainder in a Taylor series:
f(x) = f(a) + (x-a) f'(a) + \int_a^x f''(t) (x-t) \, dt
If ##f''## does not change sign in ##[a,x]## the last term can be expressed as
\frac{1}{2!} (x-a)^2 f''(\theta), \; \theta \in [a,x]
using the Mean Value Theorem.