Questions tagged [simple-functions]

Use this tag for questions related to simple functions

Simple functions are finite sums involving the characteristic functions of a set. They are real-valued functions on subsets of $\mathbb{R}$.

Simple functions are closed under addition and multiplication.

They are the foundation of Lebesgue integration (because the integration of simple functions is easy to define). A function $f$ can be approximated by simple functions allowing the calculation of the Lebesgue integral.

144 questions
1
vote
2 answers

Find the value of $x +y$

If $a=\frac{x}{x^2+y^2}$ and $b=\frac{y}{x^2+y^2}$ then find $x+y$ I find that $x+y/y=\frac{a+b}{b}$ but the ans in the form of a and B only.
Abhishek Kumar
  • 1,121
  • 9
  • 28
1
vote
2 answers

Simplifying indices

Probably a straightforward question but I have a mind blank. I'm back into a maths course after 20 years and am working on algebra but I cannot see the workings of this answer and it's bugging me. I am dividing a large set of indices and have to…
0
votes
1 answer

Verify whether this equation diagram is correct

I need to create an equation diagram representing a function written in python and I need help to verify that what I have created really means what I think it does. I am trying to say that if the value of d is one or more then W is equal to the…
berimbolo
  • 111
0
votes
0 answers

Deterministic algorithm with math

Well, I’m not too good with math and I don’t know all of the special symbols, but I have one (maybe) simple goal to achieve: How do I create a deterministic algorithm in math? Well, the only input that it’s ever going to recieve is 1,2, and 3, so…
Carter
  • 1
0
votes
0 answers

the direction of >= sign when an equation is subjected to a condition

We have 2 equations $$\frac{A}{I} = 2Tw$$ and $$\frac{K+Z}{I} = w^2$$ and a condition that needs to be satisfied to find $A$: where $$T\geq 1$$ Does that mean $\frac{A}{I} \geq 2w$ or $\frac{A}{I} \leq 2w$ I am trying to solve for $A$ with respect…
James
  • 1
0
votes
5 answers

How to find the domain and the range of this function$f(x)=\sqrt{5-\frac{x^2}{x^2+2}}$ algebraically?

help how to find the domain and the range of this function algebraically $$f(x)=\sqrt{5-\frac{x^2}{x^2+2}}$$
0
votes
1 answer

Isolating within a simple equation

excuse the perhaps misleading title. I didn't know what else to call it. I need some help with isolating "FG" within this equation: Vol=(1,055-FG)⋅131,25 I would prefer a step-by-step guide, so I needn't ask again. (not using too complicated words…
-1
votes
1 answer

Is there 2 ways to write a parabolic equation, without facing your teacher's fury?

This is me being extremely stupid, but a parabola with a vertex $(2,6)$ and $x$-intercepts of $(-4,0),(8,0)$ can be described with the equation $y=\frac{-(x+4)(x-8)}{6}$(my answer) which would also be the same as $\frac{-(x-2)^2}{6}+6$(the goddamn…
-2
votes
1 answer

How is $\dfrac{4x}{x-3}$ equal to $4+\dfrac {12}{x-3}$?

I am told that $\dfrac{4x}{x-3}$ is equal to $4+\dfrac {12}{x-3}$, but I have no idea how to arrive at that. Can anyone, please, break it up for me?
brilliant
  • 818