How Do Y=2f(x) and Y=f(2x) Outputs Differ?

  • Context: High School 
  • Thread starter Thread starter Jkohn
  • Start date Start date
  • Tags Tags
    Functions Properties
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
Jkohn
Messages
31
Reaction score
0
Hey all..so Ill go ahead and say that I recently discovered passion for math..I didnt really learn too much in high school

when graphin y=-f(x)
-how would I input on ti83?

how do y=2f(x) differ from y=f(2x)
-when it comes to input and output..how would the outputs differ? I am basically lost in the "how to" for the output

ty!
 
Mathematics news on Phys.org
how do y=2f(x) differ from y=f(2x)

Why not trying with an example ?

case f(x) = x^3 (cubic function)

try x=5 :
2f(x) = 2 (5^3) = 2(125) = 250
f(2x) = f(10) = 10^3 =1000
So 2f(x) differ from f(2x)

or try x=1 :
2f(x) = 2 (1^3) = 2
f(2x) = 2^3 = 8