118k views
5 votes
Find a power function of the form y=ax^p that goes through the points (1,3) and (4,96). Round p to one decimal place.

User Dovmo
by
7.0k points

1 Answer

6 votes

y = a * x^p

Given the points ( 1 , 3 ) and (4 , 96 )

So, when x = 1 , y = 3

so,

3 = a * (1)^p

so, a = 3

And when x = 4 , y = 96

so,

96 = 3 * 4^p

solve to find p

4^p = 96/3

4^p = 32

Take ln for both sides

p ln 4 = ln 32

p = (ln 32)/(ln 4) = 2.5

so, the equation will be

y = 3 * x^2.5

User Jon Davis
by
8.3k points