Open In App

Functions Practice Questions : Solved and Unsolved

Last Updated : 17 Jul, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

Functions are a fundamental topic in algebra, taught in Classes 11 and 12. This guide will explain key concepts related to functions in algebra, provide solved examples, and offer function practice questions to help you excel in exams. Here, you’ll gain the skills needed to solve various functions questions with confidence.

What is a Function?

A function is a fundamental concept in mathematics, particularly in algebra, where it describes a relationship between a set of inputs and a set of permissible outputs. Each input is related to exactly one output. The set of inputs is called the domain, and the set of outputs is called the codomain.

In more formal terms, a function f from a set A (the domain) to a set B (the codomain) is a rule that assigns each element x in A exactly one element y in B. This relationship is often written as f: A→B, and f(x) = y.

Types of Functions

  • One-to-One Function (Injective): Each element of the domain is mapped to a unique element in the codomain.
  • Onto Function (Surjective): Every element of the codomain is mapped by at least one element of the domain.
  • Bijective Function: A function that is both one-to-one and onto, meaning there is a perfect pairing between the domain and codomain elements.
  • Constant Function: A function that always returns the same value regardless of the input.
  • Identity Function: A function that returns the input as the output, f(x)=x.

Important Formulas of Functions

Some of the important formulas required to solve questions of functions are mentioned below:

(f + g)(x) = f(x) + g(x)

(f − g)(x) = f(x) − g(x)

(αf)(x) = αf(x)

(fg)(x) = f(x).g(x)

(f / g)(x) = f(x) / g(x)

gof(x) = g(f(x))

ho(gof)(x) = (hog)of(x)

(gof)-1(x) = f-1og-1(x)

Functions Questions with Solutions

Below added are some solved functions questions with solution based on the concept on Functions.

1. Find the inverse of the function f(x) = 4x − 3.

To find the inverse, interchange x and y and solve for y.

x = 4y − 3

Solve for y:

y = (x + 3)/4

So, the inverse function is f-1(x) = (x + 3)/4

2. Let f(x) = 2x + 3 and g(x) = x2. Find (f + g)(x).

Given functions are

f(x) = 2x + 3

g(x) = x2

So, now we need to find (f + g)(x),

(f + g)(x) = f(x) + g(x)

(f + g)(x) = (2x + 3) + x2

So, (f + g)(x) = 2x + 3 + x2.

3. If f(x) = sin(x) and g(x) = cos(x), determine (f − g)(x).

Given functions are

f(x) = sin(x)

g(x) = cos(x)

So, we need to need to find (f−g)(x),

(f − g)(x) = f(x) − g(x)

(f − g)(x) = sin(x) − cos(x)

So, (f − g)(x) = sin(x) − cos(x).

4. Given f(x) = 3x2, compute (2f)(x).

Given function is

f(x) = 3x2

So, we need to calculate (2f)x

(2f)x = 2.f(x)

= 2.3x2

= 6x2

So, (2f)x = 6x2.

5. For f(x) = x + 1 and g(x) = x − 2, what is (f⋅g)(x)?

Given functions are

f(x) = x + 1

g(x) = x − 2

So, we need to calculate (f⋅g)(x),

(f⋅g)(x) = f(x)⋅g(x)

(f⋅g)(x) = (x + 1)(x − 2)

(f⋅g)(x)=x2 −2x + x − 2

(f⋅g)(x) = x2 − x − 2

So, (f⋅g)(x) = x2 − x − 2.

6. If f(x) = 1/x and g(x) = x2, find (f/g)(x).

Given functions are

f(x) = 1/x

g(x) = x2

So, we need to calculate (f/g)(x)

(?/?)(?) = ?(?)/?(?)

(f/g)(x) = (1/x)/x2

= 1/x3

So, (f/g)(x) = 1/x3.

7. Let f(x) = 2x + 1 and g(x) = x2. Determine g∘f(x).

Given functions are

f(x) = 2x + 1

g(x) = x2

We need to calculate g∘f(x), which involves applying f(x) to g(x).

g∘f(x) = g(f(x))

g∘f(x) = g(2x + 1)

g(x) = x2

Now, substitute 2x+1 for x in the function g(x) = x2:

g∘f(x) = (2x + 1)2

g∘f(x) = 4x2 + 4x + 1

So, g∘f(x) = 4x2 + 4x + 1.

8. Solve the equation h(x) = 2x2 − 5x + 1 for x = 3.

Given equation: h(x) = 2x2 − 5x + 1

Substitute x = 3:

h(3) = 2 × 32 − 5 × 3 + 1

=18−15+1

=4

So, h(3) = 4.

9. If f(x) = x2 , h(x) = x3 and g(x) = √x, calculate h∘(g∘f)(x).

Given functions are

f(x) = x2

g(x) = √x

h(x) = x3

So, we need to calculate

h∘(g∘f)(x), which involves composing f(x), g(x), and h(x).

First of all, we will find g∘f(x):

g∘f(x)=g(f(x))

g∘f(x)=g(x2)

Now, substitute ?2 for x in the function g(x) = √x

g∘f(x) = √x2

g∘f(x) = x

After first, now we will calculate h(x) with g∘f(x):

h∘(g∘f)(x) = h(x)

h∘(g∘f)(x) = x3

So, h∘(g∘f)(x) = x3.

10. If f(x) = 2x + 3 and g(x) = 5x − 2 are inverse functions, what is f-1(x)?

Given function is

g(x) = 5x − 2

Let y = g(x):

y = 5x − 2

Now, solve for x in terms of y:

y + 2 = 5x

x = (y+2)/5

This represents the inverse function g-1(x).

Therefore, f-1(x) = g-1(x) = 5x + 2.

Related Articles

Functions Questions for Practice : Unsolved

Try out the following questions based on the function.

Functions-Practice-Questions-Unsolved



Next Article

Similar Reads