Determining which Function Graph grows faster

504 Views Asked by At

I want to determine which function grows faster with the following functions.

Red = $f(n)=3^n$ and Blue = $g(n)=3^{n+1}$

This is a pretty easy graph to draw, but wasn't sure if growing faster meant the rapidness in slope increase or just being infront?

enter image description here