Umkehrfunktionen Aufgaben

a)

---
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)

---
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)

---
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)

---
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)

---
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)

---
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