- Joined
- Jun 27, 2021
- Messages
- 5,386
- Reaction score
- 422
Section 1.4
Questions
81, 82, 83, 84
How is this done?
Questions
81, 82, 83, 84
How is this done?
hint:
given functions:
f(x)=c*x
g(x)=c*x^2
h(x)=c*sqrt(x)
r(x)=c/x
go to first table, use one value of x and one of y, plug in one of the given functions,
calculate value of c, then try another value of x and y to see if they satisfy equation. I not, do same using second equation.
Or, you can use two points (x,y) from each table and find a function that passes through.
81.
use two ordered pairs from given table
(0,0)
(1,-2)
slope is
c=(-2-0)/(1-0)=-2
use slope point formula
y-y[1]=m(x-x[1]) ..........since c=-2, and point (1,-2)
y-(-2)=-2(x-1)
y+2=-2x+2
y=-2x+2-2
y=-2x
or
f(x)=-2x
check if it is f(x)=cx
check another point: (-4,-32)
-32=-2(-4)=
-32=8=> false
so, f(x)=-2x is not solution for f(x)=cx
check if solution is g(x)=cx^2
use x=-4 and y=-32
-32=c(-4)^2
-32=c(16)
c=-32/16
c=-2
use x=1 and y=-2
-2=c(1)^2
-2=c(1)
c=-2
so,
g(x)=-2x^2
-32=-2(-4)^2
-32=-2(16)
-32=-32 => true
or another ordered pair
-2=-2(1)^2
-2=-2(1)
-2=-2 => true
so, function g(x)=cx^2 fits the data in the table 81
81.
use two ordered pairs from given table
(0,0)
(1,-2)
slope is
c=(-2-0)/(1-0)=-2
use slope point formula
y-y[1]=m(x-x[1]) ..........since c=-2, and point (1,-2)
y-(-2)=-2(x-1)
y+2=-2x+2
y=-2x+2-2
y=-2x
or
f(x)=-2x
check if it is f(x)=cx
check another point: (-4,-32)
-32=-2(-4)=
-32=8=> false
so, f(x)=-2x is not solution for f(x)=cx
check if solution is g(x)=cx^2
use x=-4 and y=-32
-32=c(-4)^2
-32=c(16)
c=-32/16
c=-2
use x=1 and y=-2
-2=c(1)^2
-2=c(1)
c=-2
so,
g(x)=-2x^2
-32=-2(-4)^2
-32=-2(16)
-32=-32 => true
or another ordered pair
-2=-2(1)^2
-2=-2(1)
-2=-2 => true
so, function g(x)=cx^2 fits the data in the table 81
81.
use two ordered pairs from given table
(0,0)
(1,-2)
slope is
c=(-2-0)/(1-0)=-2
use slope point formula
y-y[1]=m(x-x[1]) ..........since c=-2, and point (1,-2)
y-(-2)=-2(x-1)
y+2=-2x+2
y=-2x+2-2
y=-2x
or
f(x)=-2x
check if it is f(x)=cx
check another point: (-4,-32)
-32=-2(-4)=
-32=8=> false
so, f(x)=-2x is not solution for f(x)=cx
check if solution is g(x)=cx^2
use x=-4 and y=-32
-32=c(-4)^2
-32=c(16)
c=-32/16
c=-2
use x=1 and y=-2
-2=c(1)^2
-2=c(1)
c=-2
so,
g(x)=-2x^2
-32=-2(-4)^2
-32=-2(16)
-32=-32 => true
or another ordered pair
-2=-2(1)^2
-2=-2(1)
-2=-2 => true
so, function g(x)=cx^2 fits the data in the table 81
perfect