GMAT Club

GMAT Podcast - Anna's 300-point GMAT score improvement journey. Listen here!

How to Solve: Functions and Custom Characters : Quantitative

Expert's
post

Jun 14, 2020

Show SpoilerDOWNLOAD PDF: Functions and Custom Characters
How to Solve Functions and Custom Characters.pdf
(248.92 KiB) Downloaded 44 times


How to Solve: Functions and Custom Characters


Attached pdf of this Article as SPOILER at the top! Happy learning! :)

Hi All,

I have recently uploaded a video on YouTube to discuss Functions and Custom Characters in Detail:



Following is covered in the video:

Theory
• Definition: What is a Function?
• Domain and Range of a Function

Problem Types
• PT1 : f(constant) Problems. Ex: f(x) = 3x + 1. Find f(2)
• PT2 : Reciprocal Problems. Ex: Given f(x). Find
• PT3 : Nested Functions Problems. Ex:
• PT4 : Simultaneous equations Problems. Ex:
• PT5 : Symmetric Functions Problems. Ex: For which of the following functions is f(x) = f(1-x)
• PT6 : Custom Characters Problems


Theory

• Definition: What is a Function?

A function is a relation which takes an input and gives a unique output for that input.

Ex: f(x) = 2x + 1
For each value of x we will get a unique value of f(x)
If x=1, then in f(x) we will replace x with 1 on both left and right hand side of f(x) = 2x+1 to get
f(1) = 2*1 + 1 = 3

• Domain and Range of a Function

Domain: The set of values which the independent variable [Ex: (x) in f(x) ] can take for which the dependent variable [Ex: f(x)] has a valid value [ Ex: value should not be undefined ]

Ex: f(x) =
Now, we know that a fraction becomes undefined when the denominator is zero. So, f(x) = will become undefined when denominator will become 0
So, for x-2 = 0 or, x=2 f(x) is not defined
So, Domain of f(x) is x ∈ R (x belongs to all real numbers) and x ≠ 2

Range: The set of resulting values of the function f(x) for all possible values of x in the domain of f(x)

Ex: f(x) =
Range of f(x) is the set of all values which f(x) takes when x takes the values in the domain (i.e x ∈ R and x ≠ 2) of f(x)

Ex. x=3 is in domain so, f(3) = = 1 is in Range of the function.

Problem Types

• PT1 : f(constant) Problems

In this type of problems F(x) will be given and we will be asked to find the value of f(constant), ex f(1) and so no. Let's take some examples:

Q1. f(x) = 3x + 1. Find f(2)

Sol:
Compare the things inside the bracket in f(x) and f(2). So, we need to replace x with 2 in f(x) = 3x + 1 to get the value of f(2)
=> f(2) = 3*2 + 1 = 7

Q2. If f(x) = , where x ≠ 3, then find f(5).

Sol:
Replace x with 5 in f(x) = we get
f(5) = = = 2

Q3. If f(x) = + 5 and f(a) = 13. Then find the value of a.

Sol:
Replace x with a in f(x) = + 5 we have
f(a) = + 5 = 13 (given)
=> = 13 - 5 = 8
=> = 4
=> a = ± 2

Q4. If f(x) = , where x ≠ , and f(a) = 7 then find the value of a.

Sol:
Replace x with a in f(x) = we have
f(a) = = 7 (given)
=> 5a - 1 = 7* (3a-7)
=> 5a - 1 = 21a - 49
=> 48 = 16a => a = 3

• PT2 : Reciprocal Problems

In this type of problems we will be given f(x) and will be required to find the value of f(). Let's take some examples:

Q1. If f(x) = 2x+1, then find the value of f()

Sol:
We will compare what is inside the bracket of f(x) and f().
So, we need to replace x with in f(x) = 2x+1 to get the value of f()
=> f() = 2*+1 =

Q2. If f(x) = then find the value of f()

Sol:
Replace x with in f(x) = , we get
f() = ( − 2) / (3 + 4)
=> f() =

• PT3 : Nested Functions Problems

In this type of problems we will be given two functions, let's say f(x) and g(x) and will be required to find the value of f(g(x)) or g(f(x)). Let's take some examples:

Q1. If f(a) =, g(a) = , Find f(g(a))

Sol:
f(g(a)) is called as nested function, as one function is inside the other.
Let's start by finding the value of g(a) first. g(a) = [given]
So, f(g(a)) = f()
To find f() we will replace a with in f(a) = to get
f() = =
=> f(g(a)) =

Q2. If f(x) = 2x-3 and g(x) = . Then find f(g(x))

Sol:
Let's start by finding the value of g(x) first. g(x) = [given]
So, f(g(x)) = f() = 2* - 3

Q3. If f(x) = and g(x) = 3x – 2, then find the value of f(g(2)) and g(f(3))

Sol:
f(g(2)) = f(3*2 -2) = f(4) = =

g(f(3)) = g() = g() = 3* - 2 =

Q4. If f(x) = 3x-2 and g(x) = . Then for what value of x is f(g(x)) = g(f(x))

Sol:
f(g(x)) = f() = 3* - 2
g(f(x)) = g(3x-2) =

f(g(x)) = g(f(x)) => 3* - 2 =
=> 3* - 2 = 9 -2*3x*2 +
=> 3* - 2 = 9 -12x +
=> 6 - 12x + 6 = 0
=> - 2x + 1 = 0
=> = 0
=>x = 1

• PT4 : Simultaneous Equations Problems

In this type of problems we will be given a function and some of the values for that function and we would be asked to find value of f(something). Let's take some examples:

Q1. If f(x) = a + bx and f(1) = 6 and f(2) = 10, then find the value of f(10)

Sol:
f(1) = a + b*1 = a + b = 6 (given) ....(1)
f(2) = a + b*2 = a + 2b = 10 (given) .....(2)

(2) - (1) we get
(a+2b) - (a+b) = 10 - 6 =4
=> b= 4
a + b = 6 => a = 2
So, f(x) = 2 + 4x
f(10) = 2 + 4*10 = 42

Q2. If f(x) = a + bx and f(1)=10 and f(2)=30, then find the value of f(3)

Sol:
f(1) = a + b*1 = a + b = 10 (given) ....(1)
f(2) = a + b*2 = 4a + 2b = 30 (given) ....(2)

(1) * 4 - (2) we get
4(a+b) - (4a + 2b) = 4*10 - 30 = 10
2b = 10 => b = 5
a + b = 10 => a = 5
f(x) = 5 + 5x
f(3) = 5 + 5*3 = 45 + 15 = 60

• PT5 : Symmetric Functions Problems

In this type of problems we will be given couple of f(x)'s and we will be asked for which of this function f(X) = f(1-x). Lets take some examples:

Q1. For which of the following functions is f(x) = f(1-x) for all values of x ?

A. f(x) =
B. f(x) = x + 1
C. f(x) = 2x + 1
D. f(x) = x*(1-x)

Sol:
We need to find the value of f(1-x) using f(x) in all the four options and check for which option is the value of f(1-x) exactly equal to f(x)
A. f(x) =
f(1-x) = = 1 - 2x + for all values of x. So, f(x) ≠ f(1-x) for all x

B. f(x) = x + 1
f(1-x) = (1-x) + 1 = 2 - x ≠ x + 1 for all values of x. So, f(x) ≠ f(1-x) for all x

C. f(x) = 2x + 1
f(1-x) = 2(1-x) + 1 = 3 - 2x ≠ 2x + 1 for all values of x. So, f(x) ≠ f(1-x) for all x

D. f(x) = x*(1-x)
f(1-x) = (1-x)*(1-(1-x)) =(1-x)*x = x*(1-x) for all values of x. So, f(x) = f(1-x) for all x
So, Answer is D

Now, this is lengthy to do. But, there is a theory behind symmetry which can make these problems easier to solve:

How to check if a function is symmetric in terms of x and 1-x

• f(x) = f(1-x) when f(x) is symmetric in terms of x and (1-x), which means
• If there is a term of x in numerator then there should be a term of (1-x) in numerator with the same power and the same sign
• If there is a term of x in denominator then there should be a term of (1-x) in denominator with the same power and the same sign

Examples of Symmetric Functions

f(x) = f(1-x) in the below examples as the function is symmetric in terms of x and (1-x)

1. f(x) = *
Function is having a term of x and a term of (1-x) in the numerator with the same power (2) and the same sign (+)

2. f(x) = +
Function is having a term of x and a term of (1-x) in the numerator with the same power (2) and the same sign (+)

3. f(x) =
Function is having a term of x and a term of (1-x) in the denominator with the same power (3) and the same sign (-)

Examples of Non-Symmetric Functions

f(x) ≠ f(1-x) in the below examples as function is non-symmetric in terms of x and (1-x)

1. f(x) = *
Different Powers: Function is having a term of x and a term of (1-x) in the numerator and the same sign (+) but the power of x and (1-x) is different, 2 and 3 respectively

2. f(x) = -
Different Signs: Function is having a term of x and a term of (1-x) in the numerator with the same power (2) but different sign (+) and (-) respectively

3. f(x) =
Function is having a term of x and a term of (1-x) in the denominator with the same power (3) but different signs

4. f(x) =
Function is having a term of x in numerator but no term of (1-x) in numerator and a term for (1-x) in denominator but no term of x in denominator, so not symmetric

• PT6 : Custom Characters Problems

In this type of problems we will be given some custom characters like their definition will be given too. We will to consider them as functions and solve the problems. Lets take some examples:

Q1. If = - 2ab, then find the value of 2 @ ()

Sol:
Here we will consider a function of a and b
Let's find the value of first.
we will compare with => a= 3 and b= 1
=> = - 2*3*1 = 9 - 6 = 3
=> 2 @ () = 2 @ 3 = - 2*2*3 = 4 - 12 = -8

Q2. If a □ b = b □ a for all values of a and b, then what can be the possible operation □ ?

1. Addition
2. Multiplication
3. Division
4. Subtraction

Sol:
1. Addition => a + b = b + a which is true for all values of a and b. So, it is possible
2. Multiplication => a * b = b * a which is true for all values of a and b. So, it is possible
3. Division=> = which does not have to be true for all values of a and b. So, it is NOT possible
4. Subtraction => a - b = b - a which does not have to be true for all values of a and b. So, it is NOT possible
So, answer is a and 2

Q3. If a # b = a + b - 2ab, then find the value of (4 # 2) # (1 # 3)

1. 2 # 3
2. 3 # 4
3. 4 # 8
4. 1 # 2

Sol:
4 # 2 = 4 + 2 - 2*4*2 = -10
1 # 3 = 1 + 3 - 2*1*3 = -2
=> (4 # 2) # (1 # 3) = -10 # -2 = -10 -2 -2*(-10)*(-2) = -12 - 40 = -52
Now, the answer choices are also given in terms of the custom characters. So, we need to solve each answer to check which one will give us -52 answer.
1. 2 # 3 = 2+3 - 2*2*3 = 5 - 12 = -7, so not the answer
2. 3 # 4 = 3+4 - 2*3*4 = 7 - 24 = -17, so not the answer
3. 4 # 8 = 4+8 - 2*4*8 = 12 - 64 = -52, so THIS is the answer. We don't need to solve further but solving just to explain the process
4. 1 # 2 = 1+2 - 2*1*2 = 3 - 4 = -1

Q4. Solve for ◊ and □ in the below subtraction equation. (given that ◊ and □ are single digit numbers)

◊ ◊ 4
- □ ◊
---------
5 7 □
---------

Sol:
Check the Video for explanation
Answer is ◊ = 6 and □ = 8

Q5. Solve for ◊ and □ in the below multiplication equation. (given that ◊ and □ are single digit numbers)

3 ◊
* □ 2
----------
15 5 □
----------

Sol:
Check the Video for explanation
Answer is ◊ = 7 and □ = 4

Hope it helps!

Apr 25, 2022

Hello from the GMAT Club BumpBot!

Thanks to another GMAT Club member, I have just discovered this valuable topic, yet it had no discussion for over a year. I am now bumping it up - doing my job. I think you may find it valuable (esp those replies with Kudos).

Want to see all other topics I dig out? Follow me (click follow button on profile). You will receive a summary of all topics I bump in your profile area as well as via email.
_________________

My Rewards

Announcements

Live on YouTube
Wednesday, Apr 19,
11:30am ET; 3:30pm GMT; 9pm IST




✅ Learn core skills and time management & test-taking strategies needed to score 750+ on the GMAT

✅ Subscribe to us on YouTube https://www.youtube.com/user/gmatclub?s ... irmation=1 & Get Forum Quiz FREE for 7 Days https://gmatclub.com/google_verify.php


All times are UTC - 8 hours [ DST ]

0 user online