Graph Transform: x(-n-1) Impact

andrey21
Messages
475
Reaction score
0
How would the following function impact on a graph?

x(-n-1)



Heres what I know:

x(n-1) shift graph right by 1 step
x(-n) reflect in y axis


So would the solution be reflect in y-axis and shift right by 1??
 
Physics news on Phys.org
Would it be reflected in y-axis and shifted left by 1 step??
 
Your "x(n - 1)" notation is very unusual, especially if you're also talking about y.

If y = f(x), then the graph of y = f(x - 1) is the translation of the graph of f by one unit to the right.

The graph of y = f(-x) is the reflection across the y-axis of the graph of f.

y = f(-x - 1) = f(-(x + 1)) consists of a reflection and a translation, in that order.

Think about how y = (-x - 1)2 looks in comparison to the untransformed function f(x) = x2.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top