Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Meta

Can I ask a question to which I have a possible answer?

+6
−0

For many years I have been working on unraveling the basic ideas behind famous circuit solutions. Thus I gradually managed to accumulate a collection of circuit principles and clever tricks. I have my intuitive explanations of circuit phenomena that significantly differ from classic formal explanations. I can not be completely sure if my explanations are true since I cannot find similar ones. Nevertheless, I use them when answering questions but I have to passively wait for the appropriate questions to be asked. That is why, I started asking questions.

They are not true questions since I have a possible answer to them. So I have to decide what to do. I have two possibilities:

  1. I can share my answer at the beginning. The advantages of this are that I clarify the problem at the beginning. The disadvantages, however, are that I hinder more original answers and predetermine the direction of reasoning.

  2. I can wait first for others to answer and then to share my answer. But now the problem is that they find it difficult to get to the heart of the matter.

I have tried both options but the result is the same - many negative reactions. The last example is quite recent.

What do I do?

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

0 comment threads

2 answers

You are accessing this answer with a direct link, so it's being shown above all other answers regardless of its score. You can return to the normal view.

+6
−0

Self-answered questions can be OK here. Those are best when they are canonical questions on topics likely to come up. Some examples where I have done this are:

In all such cases, the objective was to get a basic issue out there with an accessible and understandable answer. This was also to provide a target for closing future questions as duplicates, on topics that experience has shown (elsewhere) are common duplicates.

Whether a question is self-answered or not, the question must be well written. It has to be clear, reasonably answerable, and the answers not be opinions or devolve to a popularity contest.

This is where you failed. Your question was vague, included pontification, and left the reader wondering what was really being asked. If the site had been more mature with multiple daily questions, I would have just closed it and not looked back. In this case (a mistake, in hindsight) I tried to answer it, hoping it would get some interest and eventually result in useful content.

Since I can hear you getting ready to argue the point, here is your original question with commentary:

Title: Is it possible for one transistor to switch between two loads?

That's not so bad. This made it initially seem like a reasonable question.

The output collector-emitter part of a transistor can be thought of as a 2-terminal SPST switch controlled by the input base-emitter voltage or base current.

This is lecturing, not asking. Some amount of context-setting is important, but it sounds like you're trying to make a point instead of really wanting to know something.

So this transistor switch can control only a single collector load.

Here we see a big problem with lecturing in an answer. This is just plain wrong. It now takes extra work to answer, because this incorrect assumption first has to be dispelled before an answer can be supplied.

Is it possible to make the transistor act as a 3-terminal SPDT switch?

Whoa, how did we get to this mess from wanting to switch 2 loads with one transistor? I really should have just close-hammered the question at this point.

If so, one transistor will be able to control two loads.

More annoying pontificating.


The real problem was that your question failed the requirements by not being clear, concise, and answerable with answers that can be judged right or wrong.

Worse yet, it eventually came out that you were just trolling for a particular answer. You got answers to your vague question, then would refine it when you didn't get the answer you wanted. You were wasting the time of anyone answering thinking you had a genuine question and were trying to help you understand the issue.

Having to go back and forth on a question is annoying enough, but it's really irritating when it is eventually revealed the asker wasn't trying to learn anything.


So what to do?

If you think you have a good way of explaining something others are likely to bump into, it's OK to ask a specific question and then answer it. However:

  • The question must be clear and to the point.
  • You should provide your answer quickly. It's really rude to ask other people for favor, have them spend time helping you, and then reveal you were just trolling for answers to contrast against your (what you think is) brilliant take on the subject.

    I don't think this site has a button that lets you add an answer before the question is posted. That means you should compose your answer off line, and copy and paste it as quickly as possible after asking the question. Avoid jerking around the volunteers.

  • The answer should be well written. Canonical questions don't work well with sloppily written or confusing answers.

The point you were apparently trying to make was that a SPST switch can be used to switch between two separate loads when those loads have different threshold voltages for drawing meaningful current, like two LEDs with different forward voltages. That by itself is OK, and could have made a passable self-answered question if only it had been executed properly. A sample question wording might be:

I have two LEDs with different forward voltages. Can I use a SPST switch to control which one is lit with the other off? If so, how?

Notice that this is clear, to the point, and specifies what the result should be. Ideally by the time others see this question, they also see your answer. They therefore won't waste time trying to help you. However, they have a clear spec to provide alternative answers for.

Another option is to write a Paper, not a self-answered question at all. We hold papers to a higher standard, and they will be voted on by the users. Read the help on the Papers category carefully before deciding whether to write a paper or not.


("paper") which was necessary not only for me but also for the meta section! I need time to realize it.

This shows that you came here and started posting before reading the rules. It is everyone's responsibility to know the site Help content before posting.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

1 comment thread

General comments (1 comment)
+3
−0

The key to writing good self-answered Q&A is to try to write the question just as if you didn't know the answer. That is, it has to fulfil the usual quality criteria for normal questions. This can be quite hard!

My best advise is probably to give a specific example in the question. For example post a schematic even if it is incomplete or contains obvious errors - those are the parts you supposedly need help with. Answers can then correct the circuit as part of the explanation.

Ideally, such questions should contain common newbie mistakes relevant to the question. That makes the question a strong candidate for a "canonical duplicate" that we can use as a "close as duplicate of" target whenever newbies ask FAQ about that matter.

For example if you are posting a question regarding how to read and de-bounce a mechanical switch by using passives, you might post a schematic containing nothing but +5V, a switch symbol and maybe a MCU input pin.

Answers can then address issues like missing pull resistor, intended polarity, how to add a RC filter, ESD issues etc. And together with the explanation illustrate by posting a corrected schematic. Some explanation about RC low pass filter theory & formula can be accompanied with examples of suitable values, and so on.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

1 comment thread

General comments (2 comments)

Sign up to answer this question »