Umkehrfunktionen Aufgaben
a)
y=21(x−2)2+1 | Df=R |
---|
y=32(x−1)+2 | Wf=R |
---
title:
xLabel:
yLabel:
bounds: [-10,10,-10,10]
disableZoom: false
grid: true
---
f(x)=1/2*(x-2)^2+1
g(x)=pow(2*(x-1),3)+2
b)
y=3(x+2)5−6 | Df=R |
---|
y=53x+6−2 | Wf=R |
---
title:
xLabel:
yLabel:
bounds: [-10,10,-10,10]
disableZoom: false
grid: true
---
f(x)=3*(x+2)^5-6
g(x)=pow((x+6)/3,1/5)-2
c)
y=4(x+2)1 | Df=R\textbackslash{−2} |
---|
y=4x1−2 | Wf=R\textbackslash{0} |
---
title:
xLabel:
yLabel:
bounds: [-10,10,-10,10]
disableZoom: false
grid: true
---
f(x)=1/(4*(x+2))
g(x)=1/(4*x)-2
d)
y=(x−1)33 | Df=R\textbackslash{1} |
---|
y=3x−23+1 | Wf=R\textbackslash{2} |
---
title:
xLabel:
yLabel:
bounds: [-10,10,-10,10]
disableZoom: false
grid: true
---
f(x)=3/((x-1)^3)
g(x)=pow(3/(x-2),1/3)+1
e)
y=2(e4x−4−4)3−1 | Df=R |
---|
y=3(ln(32x+1+4)+4) | Wf=\textbraceleftx∈R\textbrokenbarx>−129\textbraceright |
---
title:
xLabel:
yLabel:
bounds: [-10,10,-10,10]
disableZoom: false
grid: true
---
f(x)=2*(E^(x/4)-4)-4
g(x)=(ln(x+0.5)-3)/2
i)
y=e2x+3 | Df=R\textbackslash{1} |
---|
y=2lnx+21−3 | Wf=R\textbackslash{2} |
---
title:
xLabel:
yLabel:
bounds: [-10,10,-10,10]
disableZoom: false
grid: true
---
f(x)=E^(2x+3)
g(x)=(ln(x+0.5)-3)/2