Math Problem Statement

Diketahui fungsi f(x) = x^2 - 3x + 2 dan fungsi g(x) = 2x + 1. Jika (f o g)(a) = 12, maka nilai a adalah?

Solution

To solve the problem, let’s break it down step by step:

We are given:

  • f(x)=x23x+2f(x) = x^2 - 3x + 2
  • g(x)=2x+1g(x) = 2x + 1
  • (fg)(a)=12(f \circ g)(a) = 12, meaning f(g(a))=12f(g(a)) = 12.

Step 1: Calculate g(a)g(a)

The function g(x)=2x+1g(x) = 2x + 1, so: g(a)=2a+1g(a) = 2a + 1

Step 2: Substitute g(a)g(a) into f(x)f(x)

Substitute g(a)=2a+1g(a) = 2a + 1 into f(x)f(x): f(g(a))=f(2a+1)=(2a+1)23(2a+1)+2f(g(a)) = f(2a + 1) = (2a + 1)^2 - 3(2a + 1) + 2

Expand (2a+1)2(2a + 1)^2: (2a+1)2=4a2+4a+1(2a + 1)^2 = 4a^2 + 4a + 1

Substitute into f(g(a))f(g(a)): f(2a+1)=(4a2+4a+1)3(2a+1)+2f(2a + 1) = (4a^2 + 4a + 1) - 3(2a + 1) + 2

Simplify: f(2a+1)=4a2+4a+16a3+2f(2a + 1) = 4a^2 + 4a + 1 - 6a - 3 + 2 f(2a+1)=4a22a+0f(2a + 1) = 4a^2 - 2a + 0 f(2a+1)=4a22af(2a + 1) = 4a^2 - 2a

Step 3: Set f(g(a))=12f(g(a)) = 12

We know f(g(a))=12f(g(a)) = 12, so: 4a22a=124a^2 - 2a = 12

Divide through by 2: 2a2a=62a^2 - a = 6

Rearrange into standard quadratic form: 2a2a6=02a^2 - a - 6 = 0

Step 4: Solve the quadratic equation

The quadratic equation is: 2a2a6=02a^2 - a - 6 = 0

Use the quadratic formula: a=b±b24ac2aa = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} Here:

  • a=2a = 2
  • b=1b = -1
  • c=6c = -6

Substitute: a=(1)±(1)24(2)(6)2(2)a = \frac{-(-1) \pm \sqrt{(-1)^2 - 4(2)(-6)}}{2(2)} a=1±1+484a = \frac{1 \pm \sqrt{1 + 48}}{4} a=1±494a = \frac{1 \pm \sqrt{49}}{4} a=1±74a = \frac{1 \pm 7}{4}

Solve for the two possible values of aa: a=1+74=84=2a = \frac{1 + 7}{4} = \frac{8}{4} = 2 a=174=64=32a = \frac{1 - 7}{4} = \frac{-6}{4} = -\frac{3}{2}

Step 5: Verify the solution

The problem asks for aa such that f(g(a))=12f(g(a)) = 12. Since a=2a = 2 is among the choices, the correct answer is: 2\boxed{2}


Do you want further clarification or more examples?
Here are related questions you might consider:

  1. How do you compose two functions step by step?
  2. What are the key steps in solving quadratic equations?
  3. How does function composition apply to real-world problems?
  4. Can we use graphing to verify the solutions for f(g(a))=12f(g(a)) = 12?
  5. How would the solution change if the functions f(x)f(x) or g(x)g(x) were different?

Tip: Always verify your solutions by substituting them back into the original equation to ensure accuracy!

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Function Composition
Quadratic Equations

Formulas

Function composition: (f o g)(x) = f(g(x))
Quadratic equation: ax^2 + bx + c = 0
Quadratic formula: x = (-b ± √(b^2 - 4ac)) / 2a

Theorems

Quadratic Formula

Suitable Grade Level

Grades 9-11